@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)
 */
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;
  }
}

/*! 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(https://euroclimat22.ru/wp-content/themes/maintheme/css/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(https://euroclimat22.ru/wp-content/themes/maintheme/css/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(https://euroclimat22.ru/wp-content/themes/maintheme/css/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(https://euroclimat22.ru/wp-content/themes/maintheme/css/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(https://euroclimat22.ru/wp-content/themes/maintheme/css/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(https://euroclimat22.ru/wp-content/themes/maintheme/css/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: 'Cera Pro';
  font-display: swap;
  src: local(""), url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  font-display: swap;
  src: local(""), url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  font-display: swap;
  src: local(""), url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  font-display: swap;
  src: local(""), url("../fonts/CeraPro-Black.woff2") format("woff2"), url("../fonts/CeraPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

::-moz-selection {
  background-color: #01569b;
  color: #fff;
}

::selection {
  background-color: #01569b;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Cera Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #2d3241;
  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;
}

.page_wr--inner {
  padding-top: 131px;
}

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] {
  display: block;
  -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-contain] {
  display: block;
  -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: #2d3241;
}

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.accent {
  color: #01569b;
}

.red {
  color: #c80a05;
}

.blue-bg {
  background-color: #f4f8fb;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cera Pro", sans-serif;
}

.article {
  font-size: 14px;
  line-height: 1.5;
}

.article p {
  margin-bottom: 10px;
}

.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 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.article ul li,
.article ol li {
  margin-bottom: 18px;
  padding-left: 10px;
  -webkit-transform: translateX(1.5em);
      -ms-transform: translateX(1.5em);
          transform: translateX(1.5em);
}

.article ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url("../img/svg/check.svg") no-repeat center center;
  background-size: contain;
}

.article ol {
  counter-reset: myCounter;
}

.article ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  top: 2px;
  left: -25px;
  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: 24px;
  height: 24px;
  font-size: 15px;
  color: #01569b;
  text-align: center;
  border: 1px solid #01569b;
  border-radius: 50%;
}

.article h2, .article h3, .article h4 {
  line-height: 1.2;
  font-weight: 500;
}

.article h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 28px;
}

.article h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}

.article h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.article table td {
  padding: 11px 15px 11px 30px;
  background: #FFFFFF;
  font-size: 14px;
  color: rgba(45, 50, 65, 0.8);
  border-right: 1px solid #E1EAF0;
  border-bottom: 1px solid #E1EAF0;
}

.article table td:last-of-type {
  border-right: none;
}

.article table tr:last-of-type td {
  border-bottom: none;
}

.article table thead td {
  padding-top: 21px;
  padding-bottom: 21px;
  background: #0287D1;
  font-size: 16px;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.article table thead td:last-of-type {
  border-right: none;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.page-title {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 1.388888888888889;
  font-weight: 500;
}

.page-title strong {
  font-weight: 700;
}

.page-title--inner {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.388888888888889;
}

.page-desc {
  max-width: 680px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.555555555555556;
}

.icon {
  max-width: 100%;
  max-height: 100%;
  fill: #01569b;
  -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--grad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#81c90f), to(#6eab0d));
  background-image: -o-linear-gradient(top, #81c90f 0%, #6eab0d 100%);
  background-image: linear-gradient(180deg, #81c90f 0%, #6eab0d 100%);
  -webkit-box-shadow: 0 7px #71a420, inset 0 0 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 7px #71a420, inset 0 0 15px rgba(255, 255, 255, 0.5);
  border-radius: 34px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.btn__wrap--orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f18a41), to(#ED6F14));
  background-image: -o-linear-gradient(top, #f18a41 0%, #ED6F14 100%);
  background-image: linear-gradient(180deg, #f18a41 0%, #ED6F14 100%);
  -webkit-box-shadow: 0 7px #be570e, inset 0 0 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 7px #be570e, inset 0 0 15px rgba(255, 255, 255, 0.5);
  border-radius: 34px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 5;
  margin-top:10px;
}


.btn__wrap--grad::before,.btn__wrap--orange::before  {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #0287d1;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn__wrap--grad:hover,.btn__wrap--orange:hover {
  -webkit-box-shadow: 0 7px #01569b, inset 0 0 15px rgba(255, 255, 255, 0.2);
          box-shadow: 0 7px #01569b, inset 0 0 15px rgba(255, 255, 255, 0.2);
}

.btn__wrap--grad:hover::before,.btn__wrap--orange:hover::before {
  opacity: 1;
}

.xbtn,
input[type="submit"] {
  position: relative;
  border: none;
  outline: none;
  background: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
}

.xbtn--grad,
input[type="submit"].xbtn--grad {
  height: 68px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

input[type="submit"][disabled] {
  cursor: no-drop;
  background: #5e5e5e;
}

.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: 41px;
  height: 41px;
  background-color: #0287d1;
  border-radius: 6px;
}

.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: 20px;
  height: 3px;
  background-color: #ffffff;
  -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(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.burger .line::after {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.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(1, 86, 155, 0.8);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 86, 155, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(1, 86, 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 .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.to-top:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 86, 155, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(1, 86, 155, 0.7);
}

.to-top.fixed {
  opacity: 1;
  height: 37px;
}

.tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs__nav > li {
  margin-right: 20px;
}

.tabs__nav > li:last-of-type {
  margin-right: 0;
}

.tabs__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 195px;
  height: 65px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  border: 2px solid #01569b;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tabs__nav > li > a:hover {
  background-color: #0287d1;
  border-color: #0287d1;
  color: #ffffff;
}

.tabs__nav > li.current > a {
  background-color: #0287d1;
  border-color: #0287d1;
  color: #ffffff;
}

.tabs__nav-switch {
  display: none;
}

.decor-wrap {
  position: relative;
}

.decor-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  border: 1px solid #E1EAF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.decor-wrap::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -10px;
  left: 20px;
  display: block;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  -webkit-box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
  border-radius: 10px;
  z-index: -1;
}

/* Переопределение стилей yandex map */
[class$='-controls-pane'],
[class$='-copyrights-pane'] {
  display: none;
}

[class$='-balloon__content'] {
  margin-right: 0 !important;
  padding: 0 !important;
  background: none !important;
}

[class$='-balloon__content'] > ymaps {
  width: auto !important;
  height: auto !important;
}

[class$='-balloon__layout'] {
  background: none !important;
}

[class$='-balloon__tail'] {
  display: none !important;
}

[class*='-balloon '] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* Переопределение стилей swiper */
.swiper-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-slide {
  height: auto;
}

.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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 34px;
}

.swiper-pagination-bullet {
  outline: none;
  display: block;
  background: #01569b;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  position: relative;
  background: #81c90f;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 15px);
  background: none;
  border: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
  background: #ffffff;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  display: block;
  width: 8px;
  height: 13px;
  fill: #01569b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #01569b;
}

.swiper-button-prev:hover .icon,
.swiper-button-next:hover .icon {
  fill: #fff;
}

.swiper-button-prev {
  left: -46px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  right: -46px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-disabled {
  opacity: 0;
}

/* Переопределение стилей mcsb */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(1, 58, 104, 0.3);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(1, 58, 104, 0.5);
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.balloon-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 422px;
  padding: 10px 10px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  font-family: "Cera Pro", sans-serif;
}

.balloon-img {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 124px;
  height: 197px;
  margin-right: 18px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
}

.balloon-img img {
  display: block;
  height: 100%;
}

.balloon-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 4px;
}

.balloon-text {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #2d3241;
}

.balloon-text p {
  margin-bottom: 10px;
}

.balloon-text b {
  font-weight: 500;
}

.balloon-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #2d3241;
}

.balloon-link {
  display: inline-block;
  outline: none;
  font-size: 14px;
  color: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.balloon-link:hover {
  color: #81c90f;
}

/* Переопределение bootstrap */
@media (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}

/* media */
@media screen and (max-width: 1400px) {
  .page-desc br {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .swiper-button-prev {
    left: -16px;
  }
  .swiper-button-next {
    right: -16px;
  }
}

@media screen and (max-width: 1170px) {
  .page-title br {
    display: none;
  }
  .article h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .article h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .article h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .page-title {
    margin-bottom: 25px;
    font-size: 27px;
  }
  .page-title--inner {
    margin-bottom: 25px;
    font-size: 34px;
  }
  .page-desc {
    margin-bottom: 26px;
    font-size: 16px;
  }
  .article {
    font-size: 13px;
  }
  .article ul li::before {
    left: -20px;
    width: 20px;
    height: 20px;
  }
  .article ol li::before {
    left: -20px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .article h2 {
    font-size: 24px;
  }
  .article h3 {
    font-size: 18px;
  }
  .article h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .xbtn--grad,
  input[type="submit"].xbtn--grad {
    padding-left: 24px;
    padding-right: 24px;
  }
  .swiper-dots {
    margin-top: 20px;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .page-title--inner {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .article img.alignleft {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .article img.alignright {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .article ul,
  .article ol {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .article h2 {
    font-size: 22px;
  }
  .article table td {
    padding: 11px 15px;
    font-size: 13px;
  }
  .article table thead td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .tabs__nav {
    display: none;
  }
  .tabs__nav.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs__nav-switch {
    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: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 10px;
    background-color: #ffffff;
    border: 2px solid #01569b;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
  }
}

@media screen and (max-width: 575px) {
  .page-desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .balloon-df {
    width: 322px;
    padding: 5px;
  }
  .balloon-img {
    width: 104px;
    height: 177px;
    margin-right: 10px;
  }
  .balloon-text {
    font-size: 13px;
  }
  .balloon-text p {
    margin-bottom: 5px;
  }
  .balloon-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .balloon-link {
    font-size: 13px;
  }
  .page-title--inner {
    font-size: 24px;
  }
  .tabs__nav > li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .tabs__nav > li > a {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .page-title {
    font-size: 19px;
  }
  .page-title--inner {
    margin-bottom: 15px;
  }
  .article ul,
  .article ol {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

@media screen and (max-width: 400px) {
  .balloon-df {
    width: 292px;
  }
  .balloon-img {
    width: 84px;
  }
}

/* Переопределение стилей 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-color: #01569b !important;
  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: 50%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5px;
  -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(1, 86, 155, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(1, 86, 155, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(1, 86, 155, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.fancybox-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(1, 86, 155, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(1, 86, 155, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(1, 86, 155, 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);
  }
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socials__link {
  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: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s  ease-in-out;
  -o-transition: 0.3s  ease-in-out;
  transition: 0.3s  ease-in-out;
}

.socials__link:last-of-type {
  margin-right: 0;
}

.socials__link .icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: #fff;
}

.socials__link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.3);
}

/* socials */
.form {
  position: relative;
  width: 100%;
  padding: 24px 30px 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  text-align: center;
}

.form::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #ffffff;
  border: 1px solid #e1eaf0;
  border-radius: 10px;
  z-index: 1;
}

.form::after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -12px;
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  z-index: -1;
}

.form__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.form__desc {
  margin-bottom: 30px;
  font-size: 16px;
}

.form form {
  position: relative;
  z-index: 2;
}

.form input, .form textarea {
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.form .wpcf7-form-control-wrap input, .form .wpcf7-form-control-wrap textarea {
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  resize: none;
  width: 100%;
  height: 50px;
  background-color: #f4f8fb;
  border-radius: 6px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
}

.form .wpcf7-form-control-wrap input::-webkit-input-placeholder, .form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #666666;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap input::-moz-placeholder, .form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #666666;
  font-size: 14px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap input:-ms-input-placeholder, .form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #666666;
  font-size: 14px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap input:focus::-webkit-input-placeholder, .form .wpcf7-form-control-wrap textarea:focus::-webkit-input-placeholder {
  color: transparent;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap input:focus::-moz-placeholder, .form .wpcf7-form-control-wrap textarea:focus::-moz-placeholder {
  color: transparent;
  font-size: 14px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap input:focus:-ms-input-placeholder, .form .wpcf7-form-control-wrap textarea:focus:-ms-input-placeholder {
  color: transparent;
  font-size: 14px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "Cera Pro", sans-serif;
}

.form .wpcf7-form-control-wrap input:hover, .form .wpcf7-form-control-wrap textarea:hover {
  background-color: rgba(129, 201, 15, 0.2);
}

.form__item {
  margin-bottom: 21px;
}

.form__item--submit {
  margin-top: 37px;
  margin-bottom: 40px;
}

.form__item:last-of-type {
  margin-bottom: 0;
}

.form__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.form__df--bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.form__df--bottom .form__item {
  margin-bottom: 0;
}

.form__df--bottom .accept {
  margin-top: 0;
}

.form__col {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

.form__col:nth-of-type(3n) {
  margin-right: 0;
}

.form .accept {
  display: block;
  margin-top: 40px;
}

.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: 13px;
  line-height: 1.2;
  color: #666666;
}

.form .accept label > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.form .accept label > span a {
  display: inline-block;
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form .accept label > span a:hover {
  color: #81c90f;
}

.form .accept label .accept__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(153, 153, 153, 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: #01569b;
}

.form .accept input {
  display: none;
}

.form .accept input:checked + span .accept__icon::before {
  opacity: 1;
}

@media screen and (max-width: 1070px) {
  .form__df {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form__df .accept {
    margin-bottom: 25px;
  }
  .form__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form__col:nth-of-type(3n) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .form {
    padding: 24px 20px 32px;
  }
  .form .accept label {
    font-size: 12px;
  }
}

/* form */
.pager {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: 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;
  -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;
  padding-top: 10px;
}

.pager ul {
  margin: 0;
  padding: 0;
  list-style: 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;
}

.pager ul > li {
  position: relative;
  margin: 2px 5px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager ul > li .page-numbers, .pager ul > li .prev, .pager ul > li .next {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 45px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager ul > li .page-numbers:not(.prev):not(.next) {
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

.pager ul > li .page-numbers:not(.prev):not(.next).current, .pager ul > li .page-numbers:not(.prev):not(.next):not(.current):hover {
  background-color: #01569b;
  color: #fff;
}

.pager ul > li .prev .icon,
.pager ul > li .next .icon {
  display: block;
  width: 6px;
  height: 11px;
  fill: #2D3241;
}

.pager ul > li .prev:hover,
.pager ul > li .next:hover {
  background-color: #01569b;
}

.pager ul > li .prev:hover .icon,
.pager ul > li .next:hover .icon {
  fill: #fff;
}

.pager ul > li .prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 575px) {
  .pager ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pager ul > li {
    margin: 2px 4px;
  }
  .pager ul > li .page-numbers, .pager ul > li .prev, .pager ul > li .next {
    min-width: 35px;
    height: 35px;
  }
  .pager ul > li .page-numbers:not(.prev):not(.next) {
    font-size: 13px;
  }
}

/* paginator */
.breadcrumbs {
  position: relative;
  padding-top: 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EBEBEB;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs ol li {
  position: relative;
  display: inline-block;
}

.breadcrumbs ol li a,
.breadcrumbs ol li span span {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  color: #BFBFBF;
}

.breadcrumbs ol li a[href]:hover,
.breadcrumbs ol li span span[href]:hover {
  color: #01569b;
}

.breadcrumbs ol li:not(:last-of-type)::after {
  content: '/';
  margin: 0 4px;
  color: #BFBFBF;
}

@media screen and (max-width: 991px) {
  .breadcrumbs {
    border-top: 1px solid #EBEBEB;
  }
}

/* breadcrumbs */
.modal {
  position: relative;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  background-color: rgba(244, 248, 251, 0.8);
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
}

.modal.active {
  display: block;
  opacity: 1;
  min-height: 100vh;
}

.modal__content {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
}

.modal__content.visible {
  opacity: 1;
}

.modal__form {
  max-height: 100vh;
  padding-bottom: 30px;
  overflow: auto;
}

.modal .form {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 48px;
}

.modal .form__title {
  font-size: 24px;
}

.modal .form .wpcf7-form-control-wrap {
  max-width: 300px;
}

.modal .form .xbtn {
  min-width: 250px;
}

.modal .close {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 14px;
  right: 28px;
  display: block;
  width: 30px;
  height: 30px;
}

.modal .close::before, .modal .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #01569b;
  border-radius: 1.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .close:hover::before, .modal .close:hover::after {
  background-color: #e99c02;
}

/* modal */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 250;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.header.fixed {
  background-color: #f4f8fb;
  -webkit-box-shadow: 0 5px 15px rgba(1, 86, 155, 0.1);
          box-shadow: 0 5px 15px rgba(1, 86, 155, 0.1);
}

.header.fixed .header__top {
  background-color: #f4f8fb;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.header.fixed .header__menu-wrap {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__top {
  position: relative;
  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: 76px;
  -webkit-transition: background-color 0.2s 0.3s;
  -o-transition: background-color 0.2s 0.3s;
  transition: background-color 0.2s 0.3s;
  z-index: 2;
}

.header .burger {
  margin-left: 26px;
}

.header .logo {
  display: block;
  width: 208px;
  height: 40px;
  text-decoration: none;
}

.header__item {
  font-size: 14px;
}

.header__item strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.header__item b {
  font-weight: 500;
}

.header__item a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__item a:hover {
  color: #0287d1;
}

.header__right {
  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-align: right;
}

.header__phone {
  display: block;
  text-decoration: none;
  outline: none;
  margin-bottom: -7px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__phone .icon {
  display: none;
}

.header__phone:hover {
  color: #0287d1;
}

.header__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: #01569b;
}

.header__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__link:hover::after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.header__menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  z-index: 1;
}

.header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: #01569b;
  border-radius: 6px;
}

.header .menu > li > a {
  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;
  text-decoration: none;
  outline: none;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #f4f8fb;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header .menu > li > a:hover {
  background-color: #71a420;
}

.header__menu-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 350;
  max-height: 100vh;
  overflow: auto;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header__menu-left.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.header__menu-left-wrap {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  overflow: auto;
  padding: 30px;
  padding-left: 279px;
  background: #0287D1;
}

.header__menu-left .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__menu-left .menu > li {
  margin-bottom: 38px;
}

.header__menu-left .menu > li:last-of-type {
  margin-bottom: 0;
}

.header__menu-left .menu > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
}

.header__menu-left .menu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.header__menu-left .menu > li > a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .header__menu-left-wrap {
    padding-left: 150px;
  }
  .header__menu-left .menu > li {
    margin-bottom: 20px;
  }
  .header__menu-left .menu > li:last-of-type {
    margin-bottom: 0;
  }
  .header__menu-left .menu > li > a {
    font-size: 28px;
  }
}

@media screen and (max-width: 1170px) {
  .header__menu-left .menu > li {
    margin-bottom: 16px;
  }
  .header__menu-left .menu > li:last-of-type {
    margin-bottom: 0;
  }
  .header__menu-left .menu > li > a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1070px) {
  .header .menu-left > li > a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .header__item {
    display: none;
  }
  .header .container {
    background-color: #f4f8fb;
  }
  .header__menu-wrap {
    display: none;
  }
  .header__menu .menu {
    background: none;
    display: block;
    padding-top: 15px;
  }
  .header__menu .menu > li {
    width: 100%;
  }
  .header__menu .menu > li > a {
    height: auto;
    font-size: 16px;
  }
  .header__menu .menu > li > a:hover {
    background: none;
  }
  .header__menu .menu > li > a br {
    display: none;
  }
  .header__menu .menu > li:last-of-type > a {
    border-bottom: none;
  }
  .header.fixed .header__menu-wrap {
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  .header.fixed .header__menu-wrap.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header__menu-left-wrap {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-left {
    width: 75%;
  }
  .header__menu-left-wrap {
    padding-left: 40px;
  }
  .header__menu-left .menu > li {
    margin-bottom: 12px;
  }
  .header__menu-left .menu > li:last-of-type {
    margin-bottom: 0;
  }
  .header__menu-left .menu > li > a {
    font-size: 20px;
  }
  .header__menu .menu {
    padding-top: 12px;
  }
  .header__menu .menu > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .header__phone {
    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: 41px;
    height: 41px;
    margin-bottom: 0;
    border: 1px solid #0287d1;
    border-radius: 6px;
    font-size: 0;
  }
  .header__phone .icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: #0287d1;
  }
  .header__link {
    display: none;
  }
  .header .burger {
    margin-left: 6px;
  }
}

@media screen and (max-width: 500px) {
  .header__menu-left {
    width: 83%;
  }
  .header__menu-left-wrap {
    padding-left: 20px;
  }
  .header__menu-left .menu > li > a {
    font-size: 18px;
  }
  .header__menu .menu > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .header .logo {
    width: 178px;
    height: 32px;
  }
}

/* .header */
.scr1 {
  position: relative;
  padding-bottom: 83px;
}

.scr1__top {
  position: relative;
  z-index: 1;
}

.scr1__top::before {
  content: '';
  position: absolute;
  top: 136px;
  left: 590px;
  display: block;
  width: 839px;
  height: 657px;
  background: transparent url("../img/svg/blob.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.scr1__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 718px;
}

.scr1__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 630px;
  padding-bottom: 30px;
}

.scr1__right {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 800px;
  margin-left: -70px;
  z-index: 1;
}

.scr1__btns .btn__wrap {
  border-radius: 41.5px;
}

.scr1__btns .xbtn {
  height: 83px;
}

.scr1__content {
  padding-top: 200px;
  padding-bottom: 60px;
}

.scr1__title {
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
}

.scr1__title strong {
  font-weight: 900;
}

.scr1__desc {
  max-width: 430px;
  margin-bottom: 43px;
  font-size: 18px;
  line-height: 1.555555555555556;
}

.scr1__desc b {
  font-weight: 500;
}

.scr1__desc ul {
  margin: 0;
  padding: 0;
  padding-left: 21px;
}

.scr1__guarantee {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  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;
  -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;
  text-align: center;
  width: 221px;
  height: 221px;
  border-radius: 50%;
  margin-bottom: 140px;
  margin-right: -101px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d3241;
  z-index: -1;
}

.scr1__guarantee strong {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}

.scr1__guarantee::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e1eaf0;
  z-index: -1;
}

.scr1__img {
  width: 744px;
  height: 540px;
  margin-bottom: -28px;
}

.scr1__img img {
  display: block;
}

.scr1__feat {
  overflow: hidden;
  padding: 20px 0 0;
  margin: -20px 0 0;
}

.scr1__feat-wrap {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.scr1__feat-inner {
  position: relative;
  padding-top: 27px;
  padding-bottom: 29px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
}

.scr1__feat-inner::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -15px;
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  z-index: -1;
}

.scr1__feat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 23px;
  padding-right: 10px;
}

.scr1__feat-item:hover img {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.scr1__feat-item img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: block;
  width: 35px;
  max-height: 50px;
  margin-right: 12px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__feat-content {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scr1__feat-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 700;
}

.scr1__feat-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.scr1__feat-content a {
  display: block;
  text-decoration: none;
  outline: none;
  margin-top: auto;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: underline;
  color: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__feat-content a:hover {
  color: #81c90f;
}

.scr1__feat-btns {
  display: none;
}

.scr1--landing .scr1__content {
  width: 700px;
}

.scr1--landing .scr1__img {
  width: 1109px;
  height: 554px;
  margin-right: -100px;
}

.scr1--landing .scr1__guarantee {
  margin-left: -50px;
  margin-right: -241px;
}

.scr1--landing .scr1__desc {
  max-width: 470px;
}

@media screen and (max-width: 1400px) {
  .scr1 {
    padding-bottom: 53px;
  }
  .scr1__df {
    min-height: 628px;
  }
  .scr1__right {
    margin-left: -210px;
  }
  .scr1__content {
    padding-top: 170px;
  }
  .scr1__title {
    margin-bottom: 28px;
    font-size: 35px;
  }
  .scr1__desc {
    margin-bottom: 33px;
    font-size: 16px;
  }
  .scr1__guarantee {
    width: 201px;
    height: 201px;
    font-size: 22px;
  }
  .scr1__guarantee strong {
    font-size: 38px;
  }
  .scr1__img {
    width: 634px;
    height: 480px;
    margin-bottom: -8px;
  }
  .scr1--landing .scr1__img {
    width: 634px;
    height: 360px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 1070px) {
  .scr1__feat-item {
    padding-left: 13px;
  }
  .scr1__guarantee {
    margin-right: -81px;
  }
  .scr1__img {
    width: 524px;
    height: 400px;
  }
  .scr1--landing .scr1__img {
    width: 524px;
    height: 310px;
    margin-left: 100px;
  }
  .scr1__top::before {
    top: 176px;
    left: 400px;
    width: 739px;
    height: 517px;
  }
}

@media screen and (max-width: 991px) {
  .scr1__df {
    min-height: 528px;
  }
  .scr1__content {
    padding-top: 90px;
  }
  .scr1__right {
    margin-left: -230px;
  }
  .scr1__feat-content h3 br {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .scr1__df {
    min-height: 428px;
  }
  .scr1__content {
    width: 450px;
  }
  .scr1__right {
    margin-left: -61px;
  }
  .scr1__feat-btns {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .scr1__feat-btns .swiper-dots {
    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;
  }
  .scr1__title {
    margin-bottom: 22px;
    font-size: 31px;
  }
  .scr1__desc {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .scr1__guarantee {
    width: 111px;
    height: 111px;
    margin-right: -31px;
    margin-bottom: 60px;
    font-size: 14px;
  }
  .scr1__guarantee strong {
    font-size: 20px;
  }
  .scr1__img {
    width: 304px;
    height: 260px;
  }
  .scr1--landing .scr1__img {
    width: 424px;
    height: 260px;
    margin-left: 0px;
  }
  .scr1--landing .scr1__guarantee {
    margin-left: -220px;
    margin-right: -101px;
  }
}

@media screen and (max-width: 767px) {
  .scr1 {
    padding-bottom: 43px;
  }
  .scr1__df {
    display: block;
  }
  .scr1__top::before {
    left: -70px;
  }
  .scr1__content {
    width: 100%;
    padding-bottom: 20px;
  }
  .scr1__right {
    width: 100%;
    margin-left: 0;
  }
  .scr1__btns .xbtn {
    height: 63px;
  }
  .scr1__img {
    width: 324px;
    height: 270px;
  }
  .scr1__feat-content h3 {
    font-size: 14px;
  }
  .scr1__feat-content p {
    font-size: 13px;
  }
  .scr1__feat-content a {
    font-size: 13px;
  }
  .scr1__feat-inner {
    padding-top: 17px;
    padding-bottom: 19px;
  }
  .scr1--landing .scr1__content {
    width: 100%;
  }
  .scr1--landing .scr1__guarantee {
    margin-left: 110px;
    margin-right: -101px;
  }
}

@media screen and (max-width: 500px) {
  .scr1__title {
    margin-bottom: 18px;
    font-size: 25px;
  }
  .scr1__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .scr1--landing .scr1__guarantee {
    margin-left: 0;
    margin-right: -101px;
  }
}

/* scr1 */
.categories {
  position: relative;
  padding-bottom: 78px;
}

.categories__wrap {
  position: relative;
}

.categories__slider {
  margin: -20px;
  padding: 20px;
  overflow: hidden;
}

.categories__slider-btns {
  display: none;
}

.categories__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  padding-right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.categories__item:hover {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.3);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.3);
}

.categories__item::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -13px;
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  z-index: -1;
}

.categories__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 115px;
  margin-right: 18px;
  background-color: #f4f8fb;
  border-radius: 10px;
  overflow: hidden;
}

.categories__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 250px;
  overflow: hidden;
}

.categories__content h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.categories__content h3 a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.categories__content h3 a:hover {
  color: #01569b;
}

.categories__content ul {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}

.categories__content ul > li {
  margin-bottom: 15px;
}

.categories__content ul > li:last-of-type {
  margin-bottom: 0;
}

.categories__content ul > li > a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.categories__content ul > li > a:hover {
  color: #01569b;
}

.categories--services {
  padding-top: 131px;
}

.categories--services .page-title {
  padding-top: 30px;
}

@media screen and (max-width: 1400px) {
  .categories {
    padding-bottom: 58px;
  }
  .categories__content {
    max-height: 190px;
  }
  .categories__content ul > li {
    margin-bottom: 5px;
  }
  .categories__content h3 {
    margin-bottom: 10px;
  }
  .categories__content h3 a {
    font-size: 16px;
  }
  .categories__img {
    width: 85px;
    height: 190px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .categories {
    padding-bottom: 28px;
  }
  .categories__slider-btns {
    display: block;
  }
  .categories__slider-btns .swiper-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .categories--services {
    padding-top: 76px;
  }
}

@media screen and (max-width: 850px) {
  .categories__item {
    padding: 10px;
    padding-right: 0;
  }
}

@media screen and (max-width: 650px) {
  .categories__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;
    padding-top: 30px;
  }
  .categories__slider-btns .swiper-button-prev,
  .categories__slider-btns .swiper-button-next {
    position: static;
  }
  .categories__slider-btns .swiper-dots {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .categories__img {
    width: 65px;
  }
  .categories__content ul > li > a {
    font-size: 13px;
  }
}

/* categories */
.profit {
  position: relative;
  padding-top: 63px;
  padding-bottom: 71px;
}

.profit .page-title {
  margin-bottom: 21px;
}

.profit__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profit__left {
  width: calc(100% - 402px);
}

.profit__right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 402px;
  padding: 25px 20px 44px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
}

.profit__right blockquote {
  padding: 24px 10px 28px 26px;
  background-color: #f4f8fb;
  font-size: 14px;
  font-weight: 500;
}

.profit__right blockquote p {
  margin-bottom: 20px;
}

.profit__right blockquote p:last-of-type {
  margin-bottom: 0;
}

.profit__wrap {
  position: relative;
}

.profit__slider {
  overflow: hidden;
}

.profit__slider-btns {
  display: none;
}

.profit__slider .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.profit__slider .swiper-slide {
  width: 50%;
  padding-top: 54px;
  padding-right: 20px;
}

.profit__slider .swiper-slide:nth-of-type(1), .profit__slider .swiper-slide:nth-of-type(2) {
  padding-top: 0;
}

.profit__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profit__item:hover .profit__icon {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.profit__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  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: 66px;
  height: 66px;
  margin-right: 29px;
  border-radius: 50%;
  background-color: #f4f8fb;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.profit__icon img {
  display: block;
  max-width: 33px;
  max-height: 33px;
}

.profit__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 8px;
  max-width: 265px;
}

.profit__content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
}

.profit__text {
  font-size: 14px;
}

.profit__director {
  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-bottom: 19px;
  padding-left: 8px;
}

.profit__director-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 139px;
  height: 139px;
  margin-right: 33px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.profit__director-text {
  font-size: 14px;
}

.profit__director-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.profit__director-info {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.profit__director-info > li {
  margin-bottom: 23px;
  font-size: 14px;
}

.profit__bottom {
  padding-top: 18px;
  text-align: center;
}

.profit__bottom-title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
}

.profit__phone {
  display: block;
  text-decoration: none;
  outline: none;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.profit__phone:hover {
  color: #81c90f;
}

.profit__mail {
  display: block;
  margin-bottom: 24px;
  outline: none;
  font-size: 18px;
  color: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.profit__mail:hover {
  color: #81c90f;
}

@media screen and (max-width: 1170px) {
  .profit {
    padding-top: 43px;
    padding-bottom: 41px;
  }
  .profit__icon {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
  .profit__content h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .profit__text {
    font-size: 13px;
  }
  .profit__left {
    width: calc(100% - 312px);
  }
  .profit__right {
    width: 312px;
    padding: 15px 20px 34px;
  }
  .profit__right blockquote {
    padding: 14px 10px 18px;
    font-size: 13px;
  }
  .profit__right blockquote p {
    margin-bottom: 10px;
  }
  .profit__director-img {
    width: 109px;
    height: 109px;
    margin-right: 10px;
  }
  .profit__director-text {
    font-size: 13px;
  }
  .profit__director-text h3 {
    font-size: 17px;
  }
  .profit__director-info > li {
    margin-bottom: 13px;
    font-size: 13px;
  }
  .profit__bottom-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .profit__phone {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .profit__mail {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .profit__slider .swiper-slide {
    padding-top: 24px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 850px) {
  .profit__df {
    display: block;
  }
  .profit__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .profit__right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .profit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .profit__slider .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .profit__slider .swiper-slide {
    padding-top: 0;
    padding-right: 0;
  }
  .profit__slider-btns {
    display: block;
  }
  .profit__slider-btns .swiper-dots {
    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;
  }
  .profit__content {
    max-width: 100%;
  }
  .profit__content h3 {
    font-size: 15px;
  }
  .profit__content h3 br {
    display: none;
  }
}

/* profit */
.lead {
  position: relative;
  z-index: 1;
}

.lead__df {
  position: relative;
  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;
  padding-top: 28px;
  padding-bottom: 40px;
}

.lead__df::before {
  content: '';
  position: absolute;
  left: 550px;
  top: -34px;
  display: block;
  width: 839px;
  height: 657px;
  background: transparent url("../img/svg/blob.svg") no-repeat center center;
  background-size: contain;
}

.lead__img {
  position: absolute;
  top: 38px;
  left: 495px;
}

.lead__img img {
  display: block;
}

.lead__content {
  width: 530px;
  margin-right: 20px;
}

.lead__form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 402px;
  z-index: 2;
}

.lead__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lead__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.lead__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  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;
  width: 101px;
  height: 101px;
  margin-right: 19px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  z-index: 1;
}

.lead__icon::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  background-color: #ffffff;
  border: 1px solid #e1eaf0;
  border-radius: 50%;
  z-index: -1;
}

.lead__icon img {
  display: block;
  width: 45px;
  height: 45px;
}

.lead__text {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.555555555555556;
}

.lead__text p {
  margin-bottom: 17px;
}

.lead__text p:last-of-type {
  margin-bottom: 0;
}

.lead__text b {
  line-height: 1.333333333333333;
  font-weight: 700;
}

.lead--landing .lead__content {
  width: 620px;
}

.lead--landing .lead__img {
  left: 625px;
  width: 489px;
  height: 518px;
}

.lead--landing .lead__df::before {
  height: 617px;
}

@media screen and (max-width: 1170px) {
  .lead__df::before {
    left: 500px;
    width: 689px;
    height: 517px;
  }
  .lead__content {
    width: 470px;
  }
  .lead__icon {
    width: 71px;
    height: 71px;
    margin-right: 15px;
  }
  .lead__icon img {
    width: 30px;
    height: 30px;
  }
  .lead__text {
    padding-top: 5px;
    font-size: 15px;
  }
  .lead__text p {
    margin-bottom: 8px;
  }
  .lead__img {
    left: 425px;
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .lead__form {
    width: 372px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lead__df {
    display: block;
  }
  .lead__df::before {
    z-index: -1;
  }
  .lead__img {
    display: none;
  }
  .lead__form {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .lead__content {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .lead__icon {
    width: 61px;
    height: 61px;
    margin-right: 10px;
  }
  .lead__icon img {
    width: 22px;
    height: 22px;
  }
  .lead__text {
    font-size: 13px;
  }
  .lead__text p {
    margin-bottom: 4px;
  }
}

/* lead */
.brands {
  position: relative;
  padding-top: 44px;
  padding-bottom: 127px;
}

.brands__wrap {
  position: relative;
  margin-top: 89px;
}

.brands__slider {
  overflow: hidden;
  padding: 45px 20px;
  margin: -45px -20px;
  z-index: 1;
}

.brands__slider-btns .swiper-dots {
  display: none;
}

.brands__img {
  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;
  height: 158px;
  padding: 18px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px 0px rgba(88, 152, 188, 0.1);
  border-radius: 6px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.brands__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.brands__img:hover {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(88, 152, 188, 0.3);
          box-shadow: 0px 6px 15px 0px rgba(88, 152, 188, 0.3);
}

.brands__img::before {
  content: '';
  position: absolute;
  top: -47px;
  left: -35px;
  display: block;
  width: 369px;
  height: 271px;
  background: transparent url("../img/svg/blob.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  .brands__slider-btns .swiper-button-prev,
  .brands__slider-btns .swiper-button-next {
    background-color: #f4f8fb;
  }
  .brands__slider-btns .swiper-button-prev:hover,
  .brands__slider-btns .swiper-button-next:hover {
    background-color: #01569b;
  }
}

@media screen and (max-width: 1170px) {
  .brands {
    padding-top: 30px;
    padding-bottom: 67px;
  }
  .brands__wrap {
    margin-top: 59px;
  }
  .brands__img {
    height: 128px;
    padding: 8px 20px;
  }
  .brands__img::before {
    top: -47px;
    left: -15px;
    width: 269px;
    height: 261px;
  }
}

@media screen and (max-width: 991px) {
  .brands {
    padding-bottom: 30px;
  }
  .brands__wrap {
    margin-top: 39px;
  }
  .brands__img::before {
    top: -37px;
    left: 0;
    width: 219px;
    height: 211px;
  }
}

@media screen and (max-width: 575px) {
  .brands__slider-btns .swiper-button-prev,
  .brands__slider-btns .swiper-button-next {
    display: none;
  }
  .brands__slider-btns .swiper-dots {
    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;
  }
}

@media screen and (max-width: 500px) {
  .brands__img {
    height: 98px;
    padding: 8px 10px;
  }
  .brands__img::before {
    top: -37px;
    left: 0;
    width: 180px;
    height: 181px;
  }
}

/* brands */
.blog {
  position: relative;
  padding-top: 36px;
  padding-bottom: 63px;
}

.blog__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog__tabs > li:not(:first-of-type) {
  display: none;
}

.blog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
}

.blog__list > li {
  width: calc((100% - 42px * 3) / 4);
  margin-right: 42px;
}

.blog__list > li:nth-of-type(4n) {
  margin-right: 0;
}

.blog__item {
  height: 100%;
}

.blog__img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 195px;
  background-color: #f4f8fb;
  border-radius: 6px;
  overflow: hidden;
}

.blog__img img {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.blog__content {
  padding-top: 17px;
  padding-right: 14px;
}

.blog__content time {
  display: block;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
}

.blog__content h2,
.blog__content h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.blog__content h2 a,
.blog__content h3 a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog__content h2 a:hover,
.blog__content h3 a:hover {
  color: #81c90f;
}

.blog__content p {
  font-size: 14px;
}

.blog--page {
  padding-top: 131px;
}

.blog--page .blog__list {
  padding-top: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog--page .blog__list > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  padding-bottom: 30px;
}

.blog--page .blog__list > li:nth-of-type(2n) {
  margin-right: 0;
}

.blog--page .blog__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;
}

.blog--page .blog__img {
  height: 238px;
}

.blog--page .blog__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog__categ {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 429px;
  margin-left: 30px;
}

.blog__categ ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog__categ ul > li {
  display: inline-block;
  margin: 6px 6px 6px 0;
}

.blog__categ ul > 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 54px;
  padding-left: 19px;
  padding-right: 19px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog__categ ul > li a.active, .blog__categ ul > li a:hover {
  background: #0287D1;
  color: #FFFFFF;
}

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

.blog__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.blog__link {
  position: relative;
  display: inline-block;
  outline: none;
  padding-top: 12px;
  font-size: 14px;
  color: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: fit-content;
}

.blog__link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: -25px;
  display: block;
  width: 6px;
  height: 11px;
  background: transparent url("../img/svg/arrow-blue.svg") no-repeat center center;
  background-size: contain;
}

.blog__link:hover {
  color: #81c90f;
}

.blog--post {
  padding: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
}

.blog--post .blog__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.blog--post .blog__list > li {
  width: 100%;
  margin-right: 0;
}

.blog--post .blog__list > li:last-of-type .blog__item {
  border: none;
}

.blog--post .blog__item {
  padding: 30px 30px 25px;
  border-bottom: 1px solid #EBEBEB;
}

.blog--post .blog__img {
  height: 168px;
}

@media screen and (max-width: 1400px) {
  .blog__list > li {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
  }
}

@media screen and (max-width: 1170px) {
  .blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog__content time {
    font-size: 13px;
  }
  .blog__content h2 a,
  .blog__content h3 a {
    font-size: 16px;
  }
  .blog__content p {
    font-size: 13px;
  }
  .blog--post {
    padding-top: 0;
  }
  .blog--post .blog__item {
    padding: 20px 15px 15px;
  }
  .blog__categ {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 319px;
    margin-left: 15px;
  }
  .blog__categ ul > li a {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }
  .blog--page {
    padding-top: 131px;
  }
}

@media screen and (max-width: 991px) {
  .blog--page {
    padding-top: 76px;
  }
  .blog--page .blog__img {
    height: 198px;
  }
}

@media screen and (max-width: 850px) {
  .blog:not(.blog--page):not(.blog--post) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog__df {
    display: block;
  }
  .blog__categ {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .blog--page .blog__list > li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    padding-bottom: 15px;
  }
  .blog--page .blog__list > li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .blog--page .blog__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .blog__wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .blog__df {
    padding-top: 0;
  }
  .blog__categ ul > li {
    margin: 3px 3px 3px 0;
  }
  .blog__categ ul > li a {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .blog--page .blog__list > li {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
  }
  .blog--page .blog__list > li:nth-of-type(3n) {
    margin-right: 8px;
  }
  .blog--page .blog__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .blog--page .blog__img {
    height: 138px;
  }
  .blog__content {
    padding-top: 12px;
    padding-right: 0;
  }
  .blog__content time {
    margin-bottom: 8px;
  }
  .blog__content h3 {
    margin-bottom: 10px;
  }
  .blog__content h3 a {
    font-size: 14px;
  }
  .blog__content p {
    font-size: 12px;
  }
  .blog__link {
    padding-top: 5px;
    font-size: 13px;
  }
}

/* blog */
.map {
  position: relative;
  padding-top: 45px;
  padding-bottom: 63px;
}

.map__nav {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.map__nav > li {
  width: calc((100% - 54px * 2) / 3);
  margin-right: 54px;
  margin-bottom: 19px;
}

.map__nav > li:nth-of-type(3n) {
  margin-right: 0;
}

.map__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 7px;
}

.map__tabs > li:not(:first-of-type) {
  display: none;
}

.map__map {
  height: 553px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.map__map:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(88, 152, 188, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(88, 152, 188, 0.4);
}

.map--portfolio {
  padding-top: 131px;
}

.map-portfolio__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-portfolio__tab {
  padding-top: 67px;
}

.map-portfolio__tab:not(:first-of-type) {
  display: none;
}

.map-portfolio__list {
  position: relative;
  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;
  z-index: 1;
}

.map-portfolio__list > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding-bottom: 46px;
}

.map-portfolio__list > li:nth-of-type(3n) {
  margin-right: 0;
}

.map-portfolio__list .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.map-portfolio__list .swiper-wrapper .swiper-slide {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding-bottom: 46px;
}

.map-portfolio__list .swiper-wrapper .swiper-slide:nth-of-type(3n) {
  margin-right: 0;
}

.map-portfolio__list-btns {
  display: none;
}

.map-portfolio__item {
  position: relative;
  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%;
  padding: 20px;
  padding-bottom: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
}

.map-portfolio__item::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -10px;
  display: block;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  -webkit-box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.map-portfolio__img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}

.map-portfolio__img img {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.map-portfolio__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.map-portfolio__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 29px;
}

.map-portfolio__content a {
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.map-portfolio__content a:hover {
  color: #81c90f;
}

.map-portfolio__text {
  padding-top: 12px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.285714285714286;
  opacity: 0.8;
}

.map--vent {
  padding-top: 0;
}

.map--vent .page-desc {
  max-width: 100%;
}

.map--stages {
  padding-top: 67px;
  padding-bottom: 0;
  background-color: #F9FBFD;
}

@media screen and (max-width: 1400px) {
  .map-portfolio__tab {
    padding-top: 40px;
  }
  .map-portfolio__list > li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding-bottom: 36px;
  }
  .map-portfolio__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .map-portfolio__item {
    padding: 10px;
    padding-bottom: 20px;
  }
  .map-portfolio__img {
    height: 180px;
  }
  .map-portfolio__content {
    padding-top: 18px;
  }
  .map-portfolio__content a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1170px) {
  .map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .map__nav > li {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .map__nav > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .map__nav > li > a {
    height: 55px;
    font-size: 16px;
  }
  .map__map {
    height: 433px;
  }
  .map-portfolio__list .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .map-portfolio__list .swiper-wrapper .swiper-slide {
    padding-bottom: 0;
  }
  .map-portfolio__list-btns {
    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;
  }
}

@media screen and (max-width: 991px) {
  .map-portfolio__tab {
    padding-top: 30px;
  }
  .map-portfolio__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding-bottom: 26px;
  }
  .map-portfolio__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .map-portfolio__img {
    height: 140px;
  }
  .map-portfolio__content {
    padding-top: 14px;
  }
  .map-portfolio__content a {
    font-size: 14px;
  }
  .map-portfolio__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .map__map {
    height: 293px;
  }
  .map__nav > li {
    width: calc((100% - 10px * 2) / 3);
    margin-right: 10px;
  }
  .map__nav > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .map__nav > li > a {
    height: 45px;
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .map__nav > li {
    width: calc((100% - 10px) / 2);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .map__nav > li:nth-of-type(3n) {
    margin-right: 5px;
  }
  .map__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .map__nav > li > a {
    min-width: 0;
    height: 40px;
    font-size: 13px;
  }
  .map-portfolio__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 20px;
  }
  .map-portfolio__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .map-portfolio__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .map-portfolio__content a {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .map-portfolio__img {
    height: 120px;
  }
  .map-portfolio__content a {
    font-size: 12px;
  }
  .map--vent {
    padding-top: 15px;
  }
  .map--stages .map-portfolio__list > li {
    width: 100%;
    margin-right: 0;
  }
  .map--stages .map-portfolio__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .map--stages .map-portfolio__img {
    height: 160px;
  }
}

/* map */
.scr_serv {
  position: relative;
  padding-bottom: 63px;
}

.scr_serv__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scr_serv__nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  width: 318px;
  margin-right: 30px;
}

.scr_serv__nav > li {
  margin-right: 0;
  margin-bottom: 15px;
}

.scr_serv__nav > li:last-of-type {
  margin-bottom: 0;
}

.scr_serv__nav > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 25px;
  background-color: transparent;
  text-align: left;
}

.scr_serv__wrap {
  width: calc(100% - 348px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
}

.scr_serv__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scr_serv__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scr_serv__item {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}

.scr_serv__item .top {
  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;
  padding: 25px 30px 25px 29px;
  cursor: pointer;
}

.scr_serv__item .top:hover h3 {
  color: #01569b;
}

.scr_serv__item .top:hover .open .icon {
  fill: #01569b;
}

.scr_serv__item .hidden {
  padding: 0 30px 24px;
}

.scr_serv__item .hidden .article p {
  margin-bottom: 10px;
}

.scr_serv__item .hidden .article a {
  color: #2d3241;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scr_serv__item .hidden .article a[href^=mailto] {
  text-decoration: underline;
}

.scr_serv__item .hidden .article a:hover {
  color: #01569b;
  text-decoration: none;
}

.scr_serv__item h3 {
  margin-right: 15px;
  font-weight: 500;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scr_serv__item .open {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 8px;
  height: 13px;
  background: transparent url("../img/svg/arrow-blue.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_serv__item .open .icon {
  display: block;
  fill: #2D3241;
}

.scr_serv__item.active h3 {
  color: #01569b;
}

.scr_serv__item.active .open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scr_serv__item.active .icon {
  fill: #01569b;
}

.scr_serv__link {
  display: inline-block;
  outline: none;
  font-size: 14px;
  color: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_serv__link:hover {
  color: #81c90f;
}

.scr_serv__slider {
  margin: -20px;
  padding: 20px;
  overflow: hidden;
}

.scr_serv__slider-wrap {
  position: relative;
  margin-bottom: 16px;
}

.scr_serv__slider-item {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 165px;
  padding: 18px 20px;
  background: #F4F8FB;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_serv__slider-item img {
  display: block;
}

.scr_serv__slider-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.scr_serv__slider-btns .swiper-dots {
  display: none;
}

.scr_serv__slider-btns .swiper-button-prev {
  left: -16px;
}

.scr_serv__slider-btns .swiper-button-next {
  right: -16px;
}

.scr_serv__slider-btns .swiper-button-disabled {
  opacity: 0 !important;
}

.scr_serv__btns {
  padding: 26px 29px 37px;
}

.scr_serv__btns .xbtn {
  min-width: 262px;
}

@media screen and (max-width: 991px) {
  .scr_serv__item .top {
    padding: 15px 20px 15px 19px;
  }
  .scr_serv__item .hidden {
    padding: 0 18px 14px;
  }
  .scr_serv__item h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 850px) {
  .scr_serv__df {
    display: block;
  }
  .scr_serv__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
  .scr_serv__nav > li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .scr_serv__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .scr_serv__nav > li > a {
    padding-left: 10px;
  }
  .scr_serv__wrap {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .scr_serv__nav > li {
    margin-bottom: 5px;
  }
  .scr_serv__nav > li > a {
    height: 55px;
    font-size: 15px;
  }
  .scr_serv__item h3 {
    font-size: 19px;
  }
  .scr_serv__slider-item {
    height: 115px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 430px) {
  .scr_serv__nav > li {
    width: 100%;
    margin-right: 0;
  }
  .scr_serv__item h3 {
    font-size: 17px;
  }
}

/* scr_serv */
.objects {
  position: relative;
  padding-bottom: 63px;
}

.objects .page-desc {
  max-width: 100%;
}

.objects__wrap {
  position: relative;
}

.objects__slider {
  overflow: hidden;
  margin: -25px;
  padding: 25px;
}

.objects__slider-btns .swiper-dots {
  display: none;
}

.objects__slider-btns .swiper-button-disabled {
  opacity: 0 !important;
}

.objects__item {
  position: relative;
  height: 318px;
  padding: 16px 25px;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.objects__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.94%, rgba(255, 255, 255, 0.95)), color-stop(89.94%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 37.94%, rgba(255, 255, 255, 0) 89.94%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 37.94%, rgba(255, 255, 255, 0) 89.94%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}

.objects__item h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.333333333333333;
}

.objects__item:hover::before {
  bottom: -50px;
}

.objects__link {
  display: inline-block;
  outline: none;
  font-size: 14px;
  color: #01569b;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.objects__link:hover {
  color: #81c90f;
}

@media screen and (max-width: 1170px) {
  .objects {
    padding-bottom: 30px;
  }
  .objects__item {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .objects__item h3 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .objects__item {
    height: 200px;
  }
  .objects__item h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .objects__item {
    height: 150px;
    padding: 11px 10px;
  }
  .objects__item::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45.94%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 45.94%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 45.94%, rgba(255, 255, 255, 0) 100%);
  }
  .objects__item h3 {
    font-size: 14px;
  }
  .objects__link {
    font-size: 13px;
  }
}

/* objects */
.ideal {
  position: relative;
  padding-top: 68px;
  padding-bottom: 48px;
}

.ideal .page-desc {
  max-width: 100%;
}

.ideal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ideal__list > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.ideal__list > li:nth-of-type(3n) {
  margin-right: 0;
}

.ideal__item {
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ideal__item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.4);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.4);
}

.ideal__img {
  height: 220px;
}

.ideal__content {
  padding: 25px 25px 41px;
}

.ideal__content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

.ideal__text {
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .ideal {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .ideal .page-desc br {
    display: none;
  }
  .ideal__img {
    height: 180px;
  }
  .ideal__content {
    padding: 15px 15px 21px;
  }
  .ideal__content h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .ideal__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .ideal__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .ideal__img {
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .ideal__content {
    padding: 10px 8px 15px;
  }
  .ideal__content h3 {
    margin-bottom: 4px;
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .ideal {
    padding-top: 30px;
  }
  .ideal__list {
    -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;
  }
  .ideal__list > li {
    width: 100%;
    max-width: 350px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ideal__list > li:last-of-type {
    margin-bottom: 0;
  }
}

/* ideal */
.about {
  position: relative;
  padding-top: 131px;
  padding-bottom: 63px;
}

.about__wrap {
  padding-top: 33px;
}

.about__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 45px;
}

.about__content .article {
  line-height: 1.714285714285714;
}

.about__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 550px;
  margin-left: 43px;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.about__img img {
  display: block;
}

.about__desc {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333333333333333;
}

.about__processes {
  padding-top: 65px;
}

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

.about__processes-list > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding-bottom: 30px;
}

.about__processes-list > li:nth-of-type(3n) {
  margin-right: 0;
}

.about__processes-img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 290px;
  border-radius: 6px;
  overflow: hidden;
}

.about__processes-img img {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.about__processes-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.about__processes-btns {
  padding-top: 10px;
  text-align: center;
}

@media screen and (max-width: 1170px) {
  .about__processes {
    padding-top: 35px;
  }
  .about__processes-img {
    height: 220px;
  }
  .about__processes-list > li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .about {
    padding-bottom: 30px;
  }
  .about__df {
    display: block;
  }
  .about__img {
    float: right;
    width: 330px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .about {
    padding-top: 76px;
  }
}

@media screen and (max-width: 850px) {
  .about__processes-img {
    height: 160px;
  }
  .about__processes-list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .about__img {
    width: 200px;
  }
}

@media screen and (max-width: 575px) {
  .about__content {
    padding-top: 0;
  }
  .about__processes-img {
    height: 130px;
  }
  .about__processes-list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .about__processes-list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .about__processes-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .about__wrap {
    padding-top: 20px;
  }
  .about__img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* about */
.consult {
  position: relative;
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #F9FBFD;
  z-index: 1;
}

.consult .page-desc {
  max-width: 100%;
}

.consult__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 855px;
  height: 634px;
  z-index: -2;
}

.consult__bg img {
  display: block;
}

.consult__content {
  position: relative;
  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;
  z-index: 2;
}

.consult__person {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  padding: 45px 50px 20px;
  width: 400px;
  margin-right: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
}

.consult__person-wrap {
  position: relative;
  z-index: 2;
}

.consult__person .profit__director {
  position: relative;
  margin-bottom: 29px;
}

.consult__person .profit__director-wrap {
  position: relative;
}

.consult__person .profit__director-img {
  position: relative;
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

.consult__person .profit__director-text p {
  padding-top: 2px;
  color: #BFBFBF;
}

.consult__online {
  position: absolute;
  right: 22px;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #56B120;
  border: 2px solid #FFFFFF;
  z-index: 2;
}

.consult__name {
  margin-bottom: 8px;
  font-size: 22px;
}

.consult__desc {
  margin-bottom: 8px;
  color: #BFBFBF;
}

.consult__link {
  display: block;
  text-decoration: none;
  outline: none;
  margin-bottom: 7px;
  font-weight: 500;
  text-align: right;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.consult__link:hover {
  color: #81c90f;
}

.consult__add {
  max-width: 300px;
  margin-bottom: 25px;
  font-size: 14px;
  opacity: 0.8;
}

.consult__form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 890px;
}

.consult__form-title {
  margin-bottom: 7px;
  font-size: 24px;
}

.consult__form-desc {
  font-size: 18px;
}

.consult__form .form {
  width: 100%;
  height: 100%;
  padding: 54px 50px 58px;
  text-align: left;
}

.consult__form .form .wpcf7-form-control-wrap {
  margin-left: 0;
  max-width: 100%;
}

.consult__form .form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding-top: 16px;
}

.consult__form .form .form__item--submit {
  margin-top: 0;
}

.consult__form .form .form__item--submit input {
  min-width: 250px;
}

.consult__form .form .accept {
  margin-top: 0;
}

.consult__form .form .accept label {
  text-align: left;
}

.consult__form .form .accept label > span {
  font-size: 12px;
  color: rgba(45, 50, 65, 0.6);
}

.consult__form .form .accept label > span a {
  display: inline-block;
  margin-left: 6px;
  color: rgba(45, 50, 65, 0.6);
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.consult__form .form .accept label > span a:hover {
  color: #81c90f;
}

@media screen and (max-width: 1170px) {
  .consult {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .consult__person {
    padding: 45px 30px 20px;
    width: 360px;
  }
  .consult__form .form {
    padding: 34px 30px 38px;
  }
  .consult__bg {
    width: 705px;
    height: 534px;
  }
}

@media screen and (max-width: 767px) {
  .consult__content {
    display: block;
  }
  .consult__person {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .consult__wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

/* consult */
.certs {
  position: relative;
  padding-top: 58px;
  padding-bottom: 63px;
}

.certs__wrap {
  position: relative;
  margin-top: 40px;
}

.certs__slider {
  margin: -20px;
  padding: 20px;
  overflow: hidden;
}

.certs__slider-btns {
  padding-top: 15px;
}

.certs__slider-btns .swiper-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.certs__slider-btns .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #F4F8FB;
  border: 1px solid #01569B;
}

.certs__slider-btns .swiper-pagination-bullet-active {
  background: #01569B;
}

.certs__slider-btns .swiper-button-prev,
.certs__slider-btns .swiper-button-next {
  background-color: #F4F8FB;
}

.certs__slider-btns .swiper-button-prev:hover,
.certs__slider-btns .swiper-button-next:hover {
  background-color: #01569b;
}

.certs__item {
  display: block;
  text-decoration: none;
  outline: none;
  padding: 20px;
  background: #F4F8FB;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 6px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.certs__item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.4);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.4);
}

@media screen and (max-width: 1170px) {
  .certs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .certs__slider-btns {
    padding-top: 5px;
  }
  .certs__item {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .certs__item {
    padding: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(88, 152, 188, 0.1);
            box-shadow: 0px 0px 5px rgba(88, 152, 188, 0.1);
  }
  .certs__item:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(88, 152, 188, 0.2);
            box-shadow: 0px 0px 5px rgba(88, 152, 188, 0.2);
  }
}

@media screen and (max-width: 500px) {
  .certs__wrap {
    margin-top: 20px;
  }
  .certs__slider-btns .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 2px;
  }
}

/* certs */
.contacts {
  position: relative;
  padding-top: 131px;
}

.contacts__wrap {
  padding-top: 35px;
}

.contacts__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 63px;
}

.contacts__content {
  -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;
  padding: 26px 30px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
          box-shadow: 0px 0px 15px rgba(88, 152, 188, 0.2);
  border-radius: 15px;
}

.contacts__col {
  width: 60%;
  padding-right: 20px;
}

.contacts__col:last-of-type {
  width: 40%;
  padding-right: 0;
}

.contacts__form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 413px;
  margin-left: 35px;
}

.contacts__map {
  height: 518px;
}

.contacts__item {
  margin-bottom: 40px;
}

.contacts__item:last-of-type {
  margin-bottom: 0;
}

.contacts__item h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
}

.contacts__item--info .contacts__text {
  line-height: 2.2;
}

.contacts__text {
  font-size: 18px;
}

.contacts__link {
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contacts__link:hover {
  color: #81c90f;
}

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

.contacts__socials-item {
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contacts__socials-item:hover {
  color: #81c90f;
}

.contacts__socials span {
  margin-left: 8px;
  margin-right: 8px;
}

@media screen and (max-width: 1400px) {
  .contacts__item {
    margin-bottom: 30px;
  }
  .contacts__item:last-of-type {
    margin-bottom: 0;
  }
  .contacts__item h3 {
    font-size: 22px;
  }
  .contacts__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1170px) {
  .contacts__form {
    width: 343px;
    margin-left: 15px;
  }
  .contacts__map {
    height: 458px;
  }
}

@media screen and (max-width: 991px) {
  .contacts {
    padding-top: 76px;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
  .contacts__item:last-of-type {
    margin-bottom: 20px;
  }
  .contacts__item h3 {
    font-size: 19px;
  }
  .contacts__text {
    font-size: 14px;
  }
  .contacts__content {
    display: block;
  }
  .contacts__col {
    width: 100%;
    padding-right: 0;
  }
  .contacts__col:last-of-type {
    width: 100%;
  }
  .contacts__form {
    width: 383px;
    max-width: 100%;
  }
  .contacts__map {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__wrap {
    padding-top: 20px;
  }
  .contacts__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;
    padding-bottom: 30px;
  }
  .contacts__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .contacts__form {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .contacts__form {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
}

/* contacts */
.portfolio {
  position: relative;
  padding-top: 131px;
}

.portfolio__wrap {
  padding-top: 38px;
}

.portfolio__nav > li > a {
  background: transparent;
}

.portfolio__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
}

.portfolio__tab {
  position: relative;
  padding: 36px 43px 88px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 10px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 6px 10px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}

.portfolio__tab::before, .portfolio__tab::after {
  content: '';
  position: absolute;
  display: block;
  width: 461px;
  height: 247px;
  background: transparent url("../img/svg/decor.svg") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.portfolio__tab::before {
  top: -119px;
  left: -110px;
}

.portfolio__tab::after {
  bottom: -163px;
  right: -155px;
}

.portfolio__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.portfolio__slider {
  overflow: hidden;
  height: 100%;
}

.portfolio__slider-wrap {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 27.55905511811024%;
  margin-left: 33px;
}

.portfolio__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.portfolio__thumbs {
  overflow: hidden;
  height: 398px;
  margin: -20px;
  padding: 20px;
}

.portfolio__thumbs-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 150px;
  margin-right: 58px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.portfolio__thumbs-btns .swiper-button-prev,
.portfolio__thumbs-btns .swiper-button-next {
  top: auto;
  left: calc(50% - 15px);
  right: auto;
}

.portfolio__thumbs-btns .swiper-button-prev {
  top: -10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.portfolio__thumbs-btns .swiper-button-next {
  bottom: -10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.portfolio__thumbs .swiper-slide {
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.portfolio__thumbs .swiper-slide-thumb-active {
  border-color: #01569b;
}

.portfolio__thumb {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.portfolio__thumb:hover {
  -webkit-box-shadow: 0 0 10px rgba(1, 86, 155, 0.4);
          box-shadow: 0 0 10px rgba(1, 86, 155, 0.4);
}

.portfolio__gallery {
  overflow: hidden;
  margin: -20px;
  padding: 20px;
}

.portfolio__gallery-wrap {
  position: relative;
  width: 53.7007874015748%;
}

.portfolio__gallery-item {
  display: block;
  text-decoration: none;
  outline: none;
  height: 430px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.portfolio__gallery-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(1, 86, 155, 0.4);
          box-shadow: 0 0 10px rgba(1, 86, 155, 0.4);
}

.portfolio__gallery-btns .swiper-button-prev,
.portfolio__gallery-btns .swiper-button-next {
  top: calc(50% - 23px);
  width: 47px;
  height: 47px;
}

.portfolio__gallery-btns .swiper-button-prev {
  left: -23px;
}

.portfolio__gallery-btns .swiper-button-next {
  right: -23px;
}

.portfolio__gallery-btns .swiper-dots {
  position: absolute;
  bottom: -36px;
}

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

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

.portfolio__text {
  margin-bottom: 16px;
  font-size: 14px;
}

.portfolio__text b {
  font-weight: 500;
}

.portfolio__btns .xbtn {
  min-width: 262px;
  height: 55px;
}

@media screen and (max-width: 1400px) {
  .portfolio__wrap {
    padding-top: 30px;
  }
  .portfolio__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .portfolio__nav > li {
    margin: 3px 10px 3px 0;
  }
  .portfolio__nav > li > a {
    min-width: 125px;
    height: 50px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1250px) {
  .portfolio__gallery-wrap {
    width: 50.700787%;
  }
}

@media screen and (max-width: 1170px) {
  .portfolio__tab {
    padding: 26px 23px 38px;
  }
  .portfolio__thumbs-wrap {
    margin-right: 18px;
  }
  .portfolio__gallery {
    margin: -10px;
    padding: 10px;
  }
  .portfolio__gallery-wrap {
    width: 53.700787%;
  }
  .portfolio__slider-wrap {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .portfolio__gallery-wrap {
    width: 42.700787%;
  }
  .portfolio__gallery-item {
    height: 310px;
  }
  .portfolio__thumbs {
    height: 278px;
    margin: -10px;
    padding: 10px;
  }
  .portfolio__thumbs-wrap {
    width: 110px;
  }
  .portfolio__slider-wrap {
    width: 40.559055%;
  }
}

@media screen and (max-width: 991px) {
  .portfolio {
    padding-top: 76px;
  }
}

@media screen and (max-width: 850px) {
  .portfolio__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio__thumbs {
    height: auto;
  }
  .portfolio__thumbs-wrap {
    width: 100%;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .portfolio__thumbs-btns .swiper-button-prev,
  .portfolio__thumbs-btns .swiper-button-next {
    top: calc(50% - 15px);
    left: auto;
    bottom: auto;
  }
  .portfolio__thumbs-btns .swiper-button-prev {
    left: -10px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .portfolio__thumbs-btns .swiper-button-next {
    right: -10px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .portfolio__gallery-wrap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .portfolio__gallery-item {
    height: 260px;
  }
  .portfolio__gallery-btns .swiper-button-prev,
  .portfolio__gallery-btns .swiper-button-next {
    display: none;
  }
  .portfolio__slider-wrap {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    width: 100%;
    margin-left: 0;
  }
  .portfolio__thumb {
    height: 120px;
  }
}

@media screen and (max-width: 575px) {
  .portfolio__nav > li {
    width: calc(50% - 5px);
  }
  .portfolio__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .portfolio__nav > li > a {
    min-width: 0;
    text-align: center;
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .portfolio__tab {
    padding: 16px 15px 28px;
  }
  .portfolio__gallery-item {
    height: 200px;
  }
  .portfolio__nav > li {
    width: 100%;
    margin-right: 0;
  }
}

/* portfolio */
.post {
  position: relative;
  padding-top: 131px;
  padding-bottom: 50px;
}

.post__wrap {
  padding-top: 30px;
}

.post__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.post .blog {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 434px;
  margin-left: 30px;
}

.post__img {
  height: 380px;
  margin-bottom: 31px;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 1170px) {
  .post__img {
    height: 280px;
    margin-bottom: 21px;
  }
  .post .blog {
    width: 350px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .post {
    padding-top: 76px;
  }
}

@media screen and (max-width: 850px) {
  .post__df {
    display: block;
  }
  .post__cont {
    width: 100%;
  }
  .post .blog {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .post {
    padding-bottom: 30px;
  }
  .post__wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .post__img {
    height: 220px;
  }
}

/* post */
.scr_card {
  position: relative;
  padding-top: 131px;
}

.scr_card .page-title {
  padding-top: 30px;
}

.scr_card__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;
  padding: 30px 25px 30px 30px;
  background: #FFFFFF;
  border-radius: 15px;
}

.scr_card__left {
  width: 48.6610558530987%;
}

.scr_card__right {
  width: 49.04361132364193%;
  padding-top: 30px;
}

.scr_card__gallery {
  overflow: hidden;
}

.scr_card__gallery-wrap {
  position: relative;
}

.scr_card__gallery-item {
  display: block;
  text-decoration: none;
  outline: none;
  height: 420px;
  background: #E1EAF0;
  border-radius: 10px;
  overflow: hidden;
}

.scr_card__gallery-item img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.scr_card__gallery-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.scr_card__gallery-btns .swiper-button-prev,
.scr_card__gallery-btns .swiper-button-next {
  width: 48px;
  height: 48px;
}

.scr_card__gallery-btns .swiper-button-prev {
  left: 20px;
}

.scr_card__gallery-btns .swiper-button-next {
  right: 20px;
}

.scr_card__thumbs {
  overflow: hidden;
  margin-top: 24px;
}

.scr_card__thumb {
  height: 140px;
  background: #E1EAF0;
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.scr_card__thumb:hover {
  border-color: #01569b;
}

.scr_card__content {
  max-height: 390px;
  padding-top: 28px;
  font-size: 14px;
  line-height: 1.285714285714286;
}

.scr_card__content .mCustomScrollBox {
  padding-right: 15px;
  width: calc(100% + 15px);
  max-width: calc(100% + 15px);
}

.scr_card__chrs {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.scr_card__chrs > li {
  margin-bottom: 22px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.scr_card__chrs > li b {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}

.scr_card__chrs > li p {
  opacity: 0.8;
}

.scr_card__text p {
  margin-bottom: 20px;
}

.scr_card__text p:last-of-type {
  margin-bottom: 0;
}

.scr_card__btns {
  padding-top: 20px;
  text-align: right;
}

.scr_card__btns .xbtn {
  min-width: 250px;
}

@media screen and (max-width: 1400px) {
  .scr_card__right {
    padding-top: 0;
  }
  .scr_card__gallery-btns .swiper-button-prev,
  .scr_card__gallery-btns .swiper-button-next {
    width: 38px;
    height: 38px;
  }
  .scr_card__gallery-btns .swiper-button-prev {
    left: 10px;
  }
  .scr_card__gallery-btns .swiper-button-next {
    right: 10px;
  }
  .scr_card__gallery-item {
    height: 320px;
  }
  .scr_card__gallery__thumbs {
    margin-top: 18px;
  }
  .scr_card__gallery__thumb {
    height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .scr_card {
    padding-top: 76px;
  }
  .scr_card__title {
    font-size: 20px;
  }
  .scr_card__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scr_card__left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .scr_card__right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .scr_card__df {
    padding: 15px;
  }
}

@media screen and (max-width: 450px) {
  .scr_card__chrs {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

/* scr_card */
.stages {
  position: relative;
  padding-top: 131px;
  padding-bottom: 60px;
}

.stages .page-title {
  margin-top: 25px;
}

.stages__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stages__tabs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 30px;
}

.stages__tab:not(:first-of-type) {
  display: none;
}

.stages__tab .article {
  padding-right: 20px;
}

.stages__tab .article p {
  margin-bottom: 20px;
}

.stages__tab .article h2 {
  font-size: 24px;
}

.stages__tab .article h3, .stages__tab .article h4 {
  font-size: 16px;
}

.stages__tab .article table {
  width: calc(100% + 20px);
}

.stages__nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 31.86490455212922%;
  padding-top: 116px;
}

.stages__nav > li {
  margin-bottom: 16px;
}

.stages__nav > li > a {
  display: block;
  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;
  height: 80px;
  padding-left: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
          box-shadow: 0px 10px 10px rgba(88, 152, 188, 0.1);
  border-radius: 15px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.stages__nav > li > a:hover {
  background: #0287D1;
  color: #fff;
}

.stages__nav > li.current > a {
  background: #0287D1;
  color: #fff;
}

.stages__nav > li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1170px) {
  .stages__nav {
    width: 25.864905%;
    padding-top: 106px;
  }
  .stages__nav > li {
    margin-bottom: 12px;
  }
  .stages__nav > li > a {
    height: 60px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .stages {
    padding-top: 76px;
  }
  .stages__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stages__tabs {
    margin-right: 0;
  }
  .stages__nav {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
  }
  .stages__nav > li {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .stages__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contacts__form.stages__nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .stages {
    padding-bottom: 10px;
  }
  .stages__nav > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .stages__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .stages__nav > li > a {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .stages__nav > li {
    margin-bottom: 8px;
  }
  .stages__nav > li > a {
    height: 55px;
    font-size: 13px;
  }
}

/* stages */
.footer {
  position: relative;
  background-color: #2d3241;
}

.footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 45px;
}

.footer__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;
  height: 53px;
}

.footer__bottom .text {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.footer__politics {
  margin-right: 120px;
}

.footer__politics a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.footer__politics a:hover {
  color: #81c90f;
}

.footer__copyright {
  margin-right: 120px;
}

.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;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.025em;
}

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

.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu {
  width: 29.75438596491228%;
  padding-right: 15px;
}

.footer__menu .menu > li {
  margin-bottom: 25px;
}

.footer__menu .menu > li:last-of-type {
  margin-bottom: 0;
}

.footer__menu .menu > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.footer__menu .menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1.5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__menu .menu > li > a:hover::after {
  opacity: 1;
  bottom: -3px;
}

.footer h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.footer__second-menu {
  -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;
  padding-right: 15px;
}

.footer__second-menu .menu > li {
  margin-bottom: 17px;
}

.footer__second-menu .menu > li > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
}

.footer__second-menu .menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1.5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__second-menu .menu > li > a:hover::after {
  opacity: 1;
  bottom: -2px;
}

.footer__item {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
}

.footer__item:last-of-type {
  margin-bottom: 0;
}

.footer__item h4 {
  font-weight: 500;
}

.footer__item a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer__item a:hover {
  color: #81c90f;
}

.footer__info {
  width: 348px;
  padding-top: 5px;
  padding-bottom: 25px;
}

.footer .logo {
  display: block;
  text-decoration: none;
  outline: none;
  width: 202px;
  height: 23px;
}

.footer .logo__text {
  display: block;
  margin-bottom: 21px;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1.285714285714286;
  color: #FFFFFF;
  opacity: 0.8;
}

@media screen and (max-width: 1400px) {
  .footer h3 {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .footer__menu .menu > li {
    margin-bottom: 15px;
  }
  .footer__menu .menu > li > a {
    font-size: 16px;
  }
  .footer__second-menu > li {
    margin-bottom: 9px;
  }
  .footer__second-menu > li > a {
    font-size: 13px;
  }
  .footer__item {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1170px) {
  .footer__second-menu-col:last-of-type {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .footer__second-menu-col:last-of-type {
    padding-left: 0;
  }
  .footer__df {
    display: block;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__contacts {
    padding-top: 15px;
  }
}

@media screen and (max-width: 850px) {
  .footer__politics {
    margin-right: 20px;
  }
  .footer__copyright {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .menu > li {
    margin-bottom: 0;
  }
  .footer .menu > li > a::after {
    content: none;
  }
  .footer__menu {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer__menu .menu > li > a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
  }
  .footer__second-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__second-menu-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer__second-menu-col:last-of-type {
    border-bottom: none;
  }
  .footer__second-menu .menu > li > a {
    padding: 10px 0;
    padding-left: 10px;
  }
}

@media screen and (max-width: 650px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer__politics {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__copyright {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* footer */
/*******/
.about__processes-list li {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

form .btn-main {
  cursor: pointer;
}

div.wpcf7-validation-errors {
  border: 0px;
  font-size: 0px;
  opacity: 0;
  position: absolute;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px !important;
  font-weight: normal;
  display: block;
  position: relative;
  top: -10px;
  display: none !important;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
  border: 1px solid red !important;
}


form .wpcf7-response-output {
display: none !important;
}
div.wpcf7-mail-sent-ok {
  font-size: 0px;
  border: 0px !important;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 17px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.error-404 {
  height: 400px;
  padding-top: 150px;
}

.error-404 h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.error-404 a {
  color: #666;
  text-decoration: underline;
}

.pager {
  margin: 0;
  padding: 0;
  list-style: 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;
}

.pager a,
.pager span {
  position: relative;
  margin: 2px 5px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager a, .pager span, .pager .prev, .pager .next {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 45px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager .prev .icon, .pager .next .icon {
  display: block;
  width: 6px;
  height: 11px;
  fill: #2D3241;
}
.pager .prev .icon {
  -webkit-transform: rotate(
180deg
);
  -ms-transform: rotate(180deg);
  transform: rotate(
180deg
);
}

.pager .page-numbers.current, .pager .page-numbers:not(.current):hover {
  background-color: #01569b;
  color: #fff;
}
.true_loadmore {
  width: max-content;
  margin: 20px auto 0;
  cursor: pointer;
}

/* NEW Styles */

.scr1__top_bg::before {
  content: '';
  position: absolute;
  top: 136px;
  left: 590px;
  display: block;
  width: 839px;
  height: 657px;
  background: transparent url("../img/air-duct-img.png") no-repeat center center !important;
  background-size: contain;
  z-index: -1;
}

.lead--landing .lead__content_width {
  width: 700px;
}

.lead_bg {
  position: relative;
  background: url('../img/new-img/lead-bg.jpg') no-repeat center top / cover;
}

.lead_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(233, 239, 244, .8);
}

.lead_bg .lead__df::before {
  background: none;
}

.lead_bg .lead__img {
  left: 575px;
  width: 600px;
  height: 365px;
  top: inherit;
  bottom: 0;
}

.lead_bg .lead__img img {
  position: absolute !important;
  bottom: 0;
}
.lead--landing .lead__content_width .page-title {
  margin-bottom: 27px;
}
.page-subtitle {
  font-size: 22px;
  font-weight: 600;

  margin-bottom: 30px;
}

.scr_accessories {
  padding-bottom: 50px;
}

.scr_accessories__content {
  position: relative;
  z-index: 1;
  /* display: flex;
  justify-content: space-between; */
  display:grid;
  grid-template-columns:32.2% 32.2% 32.2%;
  grid-column-gap:20px;
  grid-row-gap:20px;
  padding-bottom: 50px;
}

.scr_accessories__item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 665px;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-bottom: 40px;
  background: #FFF;
  box-shadow: 0 10px 10px rgb(88 152 188 / 10%);
  border-radius: 15px;
}

.scr_accessories__item::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -10px;
  display: block;
  height: 100%;
  background: #FFF;
  opacity: .5;
  box-shadow: 0 10px 10px rgb(88 152 188 / 10%);
  border-radius: 10px;
  z-index: -1;
}

.scr_accessories__header {
  /* display: flex; */
  display:grid;
  grid-template-columns:38% 61%;
  grid-template-rows:33% 65%;
  
  gap: 20px;
}

.scr_accessories__header img {
  margin-right: 33px;
  grid-row:1/3;
}
.scr_accessories__name {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  color: #01569b;

  margin-bottom: 40px;
}
.scr_accessories__descr {
    font-size:14px;
}
.scr_accessories__list {
  max-width: 100%;
    width: auto;
}
.scr_accessories__list ul {
  
}
.scr_accessories__list li {
  display: flex;
  position: relative;
  overflow: hidden;

  margin-bottom: 20px;
}

.scr_accessories__list li:last-child {
  margin-bottom: 0px;
}

.scr_accessories__list li p {
  min-width: fit-content;
}

.scr_accessories__list .line-feature {
  overflow: hidden;
}

.scr_accessories__list .line-feature::after {
  display: block;
  white-space: nowrap;
  content: "..................................................................................................................................";
}

.scr_accessories__form {
  background: url('../img/new-img/scr_accessories__form-bg.png') no-repeat center top / cover;
  border-radius: 15px;

  min-height: 233px;

  display: flex;
  align-items: center;

}

.scr_accessories__form .form__title,
.scr_accessories__form .form__desc {
  color: #FFF;
  text-align: initial;
  max-width: 460px;
  font-weight: 400;
  font-size: 18px;
}

.form__title-uppercase {
  text-transform: uppercase;
}


.scr_accessories__form .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;


}

.scr_accessories__form .form {
  background: transparent;
}

.scr_accessories__form .form::before {
  background: transparent;
  border: 0;
}
.scr_accessories__form .form::after {
  display: none;
}

.scr_accessories__form-wrap {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.form-wrap__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-wrap__item .form__item {
  margin: 0;
}

.scr_accessories__form .form .accept label > span {
  color: #fff;
}

.scr_accessories__form .form .accept label .accept__icon {
  border: 1px solid rgba(255, 255, 255, 1);
}

.scr_workshop-capacity-gallery {
  padding-top: 28px;
}
.scr_workshop-capacity-gallery__content {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-auto-rows: 335px;
  grid-gap: 30px;
  margin-bottom: 20px;
}
.scr_workshop-capacity-gallery__item {
  grid-column: span 3;
}

.scr_workshop-capacity-gallery__item img {
  max-height: 335px;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.scr_workshop-capacity-gallery__item:nth-child(6n+1) {
  grid-column: 1/6;
}
.scr_workshop-capacity-gallery__item:nth-child(6n+6) {
  grid-row: 2;
  grid-column: 7/12;
}


.btn_costom {
  border-radius: 6px;
  border: 3px solid #01569b;
  background: rgba(255, 255, 255, 1);
  font-size: 18px;
  color: #2d3241;

  max-width: 272px;
  width: 100%;
  height: 55px;

  cursor: pointer;
  
  transition: all .5s;
  
  margin: 33px auto 40px;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_costom:hover {
  border: 3px solid #0287d1;
  background: #0287d1;
  color: #FFF;
}

.scr_latest-equipment-slider {
  padding: 50px 0;
}

/* slick */
.slick-track {
  display: flex;
  align-items: center;
}

/* .slick__item {
  text-align:;
} */
#equipment-slider {
  position: relative;
  z-index: 1;
  min-width: 0;
}
#equipment-slider .slick-list {
  overflow: hidden;
  min-height: 580px;
}

#equipment-slider .slick-slide {
  margin: 0 10px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  border: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin: -50px 0 0 0px;
  cursor: pointer;
  transition: all 0.3s;
}

.slick-arrow.slick-prev {
  left: 0;
  background: url("../img/new-img/slick-arr-prev.svg") 0 0 / 100% no-repeat;
}

.slick-arrow.slick-next {
  right: 0;
  background: url("../img/new-img/slick-arr-next.svg") 0 0 / 100% no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
  transform: scale(1.1);
}

 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
 .slick-dots li {
  margin: 0px 10px;
  list-style: none;
}
.slick-dots button {
  font-size: 0;
  width: 9px;
  height: 9px;
  border: none;
  background: #01569b;
  border-radius: 50%;
  cursor: pointer;
}
 .slick-dots .slick-active button {
  background: #0287d1;
}
/* /slick */


.scr_latest-equipment-slider__item {
  position: relative;
  display: flex;
  /* overflow: hidden; */
  /* flex-direction: column; */

  width: 100%;
  min-height: 540px;
  /* padding: 20px; */
  background: #FFF;
  box-shadow: 0 10px 10px rgb(88 152 188 / 10%);
  border-radius: 15px;
}

.scr_latest-equipment-slider__item::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -10px;
  display: block;
  height: 100%;
  background: #FFF;
  opacity: .5;
  box-shadow: 0 10px 10px rgb(88 152 188 / 10%);
  border-radius: 10px;
  z-index: -1;
}

.scr_latest-equipment-slider__item img {
  max-width: 665px;
  height: inherit;
  object-fit: cover;
  border-radius: 15px 0px 0px 15px;
}
.scr_latest-equipment-slider__item .xbtn--grad {
  height: 45px;
}
.equipment-slider__item-content {
  padding: 30px;
  width: 100%;
}

.item-content__text_modal {
  display: none;
  background: #FFF;
  padding: 50px 20px 30px;
  height: max-content;
}
.item-content__text_modal li {
  list-style-position: inside;
  margin-bottom: 20px;
  font-size: 16px;
}
.item-content__text {
  border-radius: 15px;
  border: 1px solid #e1eaf0;
  padding: 20px 18px;

  margin-bottom: 24px;

  max-height: 350px;
  overflow: hidden;
}

.item-content__text li {
  list-style-position: inside;
  margin-bottom: 20px;
  font-size: 14px;
}

.item-content__text li:last-child {
  margin-bottom: 0px;
}

.bg__color-dark {
  background: #e4ecf2;
}

.scr_key-persons-slider {
  padding: 54px 0px;
}

.scr_key-persons-slider .scr_key-persons-desc {
  margin-bottom: 55px;
}
.scr_key-persons-desc {
  font-size: 18px;
}


.scr_key-persons-slider__item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 665px;
  width: 100%;
  height: max-content;
  padding: 20px;
  padding-bottom: 40px;
  background: #FFF;
  box-shadow: 0 10px 10px rgb(88 152 188 / 10%);
  border-radius: 15px;
}

.scr_key-persons-slider__item::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -10px;
  display: block;
  height: 100%;
  background: #FFF;
  opacity: .5;
  box-shadow: 0 10px 10px rgb(88 152 188 / 10%);
  border-radius: 10px;
  z-index: -1;
}

.scr_key-persons-slider__bio {
  display: flex;
  margin-bottom: 30px;
}
.scr_key-persons-slider__bio img{
  max-width: 260px;
  border-radius: 6px;
  object-fit: cover;
}
.scr_key-persons-slider__text {
  margin-left: 30px;
}
.scr_key-persons-slider__name {
  font-size: 24px;
  font-weight: 600;
}
.scr_key-persons-slider__status {
  font-size: 16px;
  margin-bottom: 10px;
}
.scr_key-persons-slider__desc {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #e1eaf0;
}
.scr_key-persons-slider__desc li {
  list-style-position: inside;
}
.scr_key-persons-slider__contacts {
  display: flex;
}

.scr_key-persons-slider__contacts li {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-right: 21%;
}
.scr_key-persons-slider__contacts li:last-child {
  margin-right: 0px;
}
.scr_key-persons-slider__contacts li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
#persons-slider {
  position: relative;
  /* z-index: 1; */
  min-width: 0;
}
#persons-slider .slick-list {
  overflow: hidden;
  min-height: 470px;
}

#persons-slider .slick-slide {
  margin: 0 10px;
}

#workshop-galley a.scr_workshop-capacity-gallery__item {
  display: none;
}

.img-cat img
{
  display:none;
  position:relative;
}

@media screen and (max-width: 1366px) {
  .scr_accessories__item {
    max-width: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .scr_accessories__item {
    max-width: 100%;
    align-items: center;
  }
  .scr_accessories__content {
    flex-direction: column;
    gap: 30px;
  }
  .lead--landing .lead__content_width {
    width: 100%;
  }

  #persons-slider .slick-slide {
    margin: 0 auto;
  }
  
}

@media screen and (max-width: 1024px) {
  .scr_accessories__form-wrap {

    align-items: center;
  }
  .form-wrap__item {
    flex-direction: column
  }
  .scr_latest-equipment-slider__item img {
    max-width: 265px;
  }
}

@media screen and (max-width: 768px) {
  .scr_workshop-capacity-gallery__content {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  .scr_workshop-capacity-gallery__item {
    grid-column: auto;
  }
  .scr_workshop-capacity-gallery__item:nth-child(6n+1){
    grid-column: auto;
  }
  .scr_workshop-capacity-gallery__item:nth-child(6n+6) {
    grid-row: 2;
    grid-column: auto;
  }
  .scr_latest-equipment-slider,
  .scr_key-persons-slider {
    padding: 30px 0;
  }

}
@media (max-width:768px)
{
  .img-cat img
  {
      display:block;

  }
}

@media screen and (max-width: 640px) {
    .scr_accessories__content {
      grid-template-columns:47% 47%;
      grid-column-gap:10px;
      grid-row-gap:10px;
    }
  .scr_accessories__header {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .scr_accessories__list li {
    flex-direction: column;
    align-items: center;
  }
  .line-feature {
    display: none;
  }
  .scr_accessories__name {
    font-size: 16px;
    text-align: center;
  }
   .scr_accessories__descr {
    font-size: 12px;
    text-align: left;
  }
  .scr_accessories__form .wpcf7-form {
    flex-direction: column;
  }
  .scr_latest-equipment-slider__item {
    flex-direction: column;
  }
  .scr_latest-equipment-slider__item img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
  }
  .item-content__text {
    max-height: 100px;
  }
  .scr_key-persons-slider__text {
    margin-left: 0px;
  }
}

@media screen and (max-width: 550px) {
  .scr_key-persons-slider__bio {
    flex-direction: column;
    align-items: center;
  }
  .scr_key-persons-slider__contacts li {
    margin-right: 0%;
  }
  .scr_key-persons-slider__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.scr_accessories__list.flex-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scr_accessories__list.flex-wr ul {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .scr_accessories__list.flex-wr ul {
    width: 100%;
  }
  .scr_accessories__list li:last-child {
    margin-bottom: 20px;
}
}

.wpcf7-spinner {
  display: none !important;
}

.map--portfolio .map__tabs {
  display: none;
}
.pricebox
{
    display:flex;
    justify-content:space-evenly;
    width:350px;
    margin-bottom:20px;
}
.xbtn-price
{
    padding:8px 14px;
    border:1px solid #666;
    margin:0 5px;
}

.subprice
{
    display:flex; 
    flex-flow:row; 
    flex-wrap:wrap;
    padding:30px 20px;
    justify-content:space-evenly;
    margin:30px 10px;
    border-bottom:1px solid #555;
    background-color:#eee;
}
.subprice .subpos
{
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:space-between;
    min-height:400px;
    margin:0 10px;
    padding:10px;
    background-color:#fff;
    border-radius:10px;
}
.subprice .subpos .title
{
    min-height:60px;
    text-align:center;
    display:flex;
    align-items:flex-start;
}
.subprice .subpos .subimg
{
    width:200px;
    height:200px;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center;
}
@media (max-width:768px)
{
    .subprice
    {
        padding:0;
        margin:30px 0;
    }
    .subprice .subpos
    {
        width: 44%;
        margin:10px;
    }
    .subprice .subpos .title
    {
        min-height:120px;
        font-size:16px;
        line-height:1.1em;
    }
    .subprice .subpos .price
    {
        font-size:14px;
    }
    .subprice .subpos .subimg
    {
        width:120px;
        height:120px;
    }
}

.floater
{
	position:fixed;
	background:#f7b50c;
	bottom:70px;
	right:70px;
	border-radius:50%;
	width:60px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:100;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%) !important;
}
.floater svg
{
	width:40px;
	height:40px;
	fill:#fff;
}
.floater:hover
{
	transform: scale(1.3);
	transition:1s all ease;
	background:#fff;	
}
.floater:hover svg
{
	fill:green;
}

.banner-case
{
	
	
}
.banner-get
{
	padding:4px 12px;
	object-fit:contain;
	border-radius:50px;
}


.wave3
{
    -webkit-animation: wave3 4s ease-in-out infinite; 
    animation: wave3 4s ease-in-out infinite;
}
@-webkit-keyframes wave3 { 
	0% {transform: scale(1); } 
	15% {transform: scale(1.3); } 
	30% {transform: scale(1); }
	100% {transform: scale(1); } 
} 
@keyframes wave3 { 
	0% {transform: scale(1); } 
	15% {transform: scale(1.3); } 
	30% {transform: scale(1); }
	100% {transform: scale(1); } 
} 
.animation-bg{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #04254800;
    height: 200px;
}
.img-rotation {
    width: 400px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
 
@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}	
.floater {
    position: fixed;
    background: #deb30b00;
    bottom: 10px;
    right:85px;
    border-radius: 19%;
    width: 300px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 0%) !important;
}
