@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(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

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

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

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

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

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

::-moz-selection {
  background-color: #094b53;
  color: #fff;
}

::selection {
  background-color: #094b53;
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

* {
  margin: 0;
  padding: 0;
}

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

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

.section_wr {
  padding-top: 165px;
}

.section_wr--decored {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section_wr--decored::before, .section_wr--decored::after {
  content: '';
  position: absolute;
  display: block;
  width: 1165px;
  height: 100%;
  background: transparent url("../img/second-bg.png") repeat top center;
  background-size: 1165px 1326px;
  z-index: -1;
}

.section_wr--decored::before {
  top: 0;
  left: 0;
  background-position: top center;
}

.section_wr--decored::after {
  top: 425px;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: bottom center;
}

.section_wr--card {
  padding-bottom: 40px;
}

.section_wr--card::before {
  top: -230px;
}

.section_wr--card::before, .section_wr--card::after {
  background-repeat: no-repeat;
}

.section_wr--card::after {
  top: -85px;
}

.section_wr--card .plans .page-title {
  max-width: 1317px;
  margin-left: auto;
  margin-right: auto;
}

.decor-wrap {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
}

.decor-wrap__inner {
  position: relative;
  z-index: 1;
}

.decor-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(9, 75, 83, 0.12);
  border-radius: 13px;
}

.decor-wrap::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -10px;
  display: block;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  z-index: -2;
}

img {
  width: 100%;
  height: auto;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-object-fit-cover] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
  height: 100%;
}

[data-object-fit-contain] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  width: 100%;
  height: 100%;
}

a {
  color: #333333;
}

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

.accent {
  color: #094b53;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BerlingskeSerif-DBd", serif;
}

.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 time {
  display: block;
  margin-bottom: 30px;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 18px;
  color: #dbb877;
}

.article img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.article img.alignleft {
  max-width: 45%;
  float: left;
  margin: 0 70px 20px 0;
}

.article img.alignright {
  max-width: 45%;
  float: right;
  margin: 0 0 20px 70px;
}

.article img.aligncenter {
  margin: 0 auto;
}

.article ul,
.article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}

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

.article ul li h2, .article ul li h3,
.article ol li h2,
.article ol li h3 {
  margin-top: 0;
  font-family: "Gotham Pro", sans-serif;
  color: #094b53;
}

.article ul {
  list-style: none;
}

.article ul li {
  position: relative;
  text-indent: 14px;
}

.article ul li::before {
  content: '•';
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  text-indent: 0;
}

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

.article h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 20px;
}

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

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

.article blockquote {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 94px 44px 42px;
  background-color: #eff5fa;
}

.article blockquote::before, .article blockquote::after {
  content: '“';
  position: absolute;
  display: block;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 72px;
  line-height: 65px;
  letter-spacing: 0.025em;
  color: #094b53;
}

.article blockquote::before {
  left: 19px;
  top: -14px;
}

.article blockquote::after {
  right: 35px;
  bottom: -15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article blockquote h2, .article blockquote h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 400;
  color: #094b53;
}

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

.page-title {
  margin-top: 0;
  margin-bottom: 57px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #094b53;
}

.icon {
  max-width: 100%;
  max-height: 100%;
  fill: #094b53;
  -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 {
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__wrap--blue, .btn__wrap--brown {
  position: relative;
  border-radius: 32.5px;
}

.btn__wrap--blue::after, .btn__wrap--brown::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 32.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.btn__wrap--blue {
  background-image: -o-linear-gradient(280deg, #2fcde0 17%, #0f9fb0 82%);
  background-image: linear-gradient(170deg, #2fcde0 17%, #0f9fb0 82%);
}

.btn__wrap--blue::after {
  background-color: #078998;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 147, 163, 0.5);
          box-shadow: 0px 20px 30px 0px rgba(12, 147, 163, 0.5);
}

.btn__wrap--blue:hover::after {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(12, 147, 163, 0.5);
          box-shadow: 0px 15px 20px 0px rgba(12, 147, 163, 0.5);
}

.btn__wrap--brown {
  background-image: -o-linear-gradient(280deg, #dbb877 17%, #ae915b 82%);
  background-image: linear-gradient(170deg, #dbb877 17%, #ae915b 82%);
}

.btn__wrap--brown::after {
  background-color: #9b804f;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(155, 128, 79, 0.5);
          box-shadow: 0px 20px 30px 0px rgba(155, 128, 79, 0.5);
}

.btn__wrap--brown:hover::after {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(155, 128, 79, 0.5);
          box-shadow: 0px 15px 20px 0px rgba(155, 128, 79, 0.5);
}

.btn__wrap:hover::after {
  bottom: -2px;
}

.xbtn,
input[type="submit"] {
  position: relative;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
}

.xbtn--blue, .xbtn--brown,
input[type="submit"].xbtn--blue,
input[type="submit"].xbtn--brown {
  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;
  padding-left: 22px;
  padding-right: 22px;
  height: 80px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.xbtn--circle,
input[type="submit"].xbtn--circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 147, 163, 0.4);
          box-shadow: 0px 20px 30px 0px rgba(12, 147, 163, 0.4);
  border-radius: 50%;
}

.xbtn--circle .icon,
input[type="submit"].xbtn--circle .icon {
  width: 25px;
  height: 26px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.xbtn--circle:hover,
input[type="submit"].xbtn--circle:hover {
  background-color: #2dcadd;
}

.xbtn--circle:hover .icon,
input[type="submit"].xbtn--circle:hover .icon {
  fill: #ffffff !important;
}

.xbtn--circle:hover .icon path,
input[type="submit"].xbtn--circle:hover .icon path {
  fill: #ffffff !important;
}

.xbtn--download,
input[type="submit"].xbtn--download {
  padding-left: 90px;
  padding-right: 39px;
  text-align: left;
  background: transparent url("../img/svg/icons/pdf-file.svg") no-repeat 32px center;
  background-size: 36px 36px;
}

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: 35px;
  height: 29px;
  margin-top: 10px;
}

.burger__wrap {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  display: block;
}

.burger.active .burger__wrap .line {
  width: 35px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.burger.active .burger__wrap .line:before, .burger.active .burger__wrap .line:after {
  width: 35px;
  -webkit-transform: translateY(0) rotate(-90deg);
      -ms-transform: translateY(0) rotate(-90deg);
          transform: translateY(0) rotate(-90deg);
}

.burger .line {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger .line, .burger .line::after, .burger .line::before {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 3px;
  background-color: #dbb877;
  -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: '';
  width: 35px;
}

.burger .line::before {
  width: 24px;
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}

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

.burger:hover .line {
  width: 30px;
}

.burger:hover .line::after, .burger:hover .line::before {
  width: 25px;
}

.burger:hover .line::before {
  width: 35px;
}

.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(219, 185, 120, 0.8);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(219, 185, 120, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(219, 185, 120, 0.3);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 200;
}

.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(219, 185, 120, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(219, 185, 120, 0.7);
}

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

.img-link {
  position: relative;
  z-index: 1;
}

.img-link img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.img-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(9, 75, 83, 0.4) url("../img/svg/link.svg") no-repeat center center;
  background-size: 50px 50px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.img-link:hover::before {
  opacity: 1;
}

.img-link:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.img-link--big::before {
  background-image: url("../img/svg/search.svg");
}

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

[class*="-placemark-overlay"].active {
  z-index: 700 !important;
}

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

.map__pin {
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 40px;
  height: 53px;
  margin-top: -25px;
  margin-left: -20px;
  padding-bottom: 11px;
  background: transparent url("../img/svg/icons/pin1.svg") no-repeat center center;
  background-size: contain;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #094b53;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.map__pin span {
  position: absolute;
  left: 50px;
  top: 50%;
  max-width: 150px;
  min-height: 91px;
  padding: 10px 13px 10px 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #094b53;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.map__pin span svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: #dbb877;
  stroke-width: 6px;
  -webkit-filter: drop-shadow(0 12px 20px rgba(219, 184, 119, 0.4));
          filter: drop-shadow(0 12px 20px rgba(219, 184, 119, 0.4));
  z-index: -1;
}

.map__pin.active {
  background-image: url("../img/svg/icons/pin2.svg");
  z-index: 10;
}

.map__pin.active span {
  opacity: 1;
}

.tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(9, 75, 83, 0.3);
}

.tabs__nav > li {
  width: 25%;
}

.tabs__nav > li > a {
  text-decoration: none;
  outline: none;
  position: relative;
  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;
  height: 100%;
  padding: 0 10px 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #094b53;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tabs__nav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dbb877;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.tabs__nav > li > a:hover::after {
  opacity: 1;
}

.tabs__nav > li.current > a::after {
  opacity: 1;
}

.page__links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 15px 9px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #094b53;
  z-index: 300;
}

.page__links > li {
  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;
  min-width: 73px;
}

.page__links-icon {
  width: 23px;
  height: 23px;
  margin-bottom: 8px;
}

.page__links-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.page__links-text {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

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

.swiper-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -32px;
}

.swiper-pagination-bullet {
  outline: none;
  display: block;
  background: #094b53;
  width: 9px;
  height: 9px;
  margin: 0 11px;
  opacity: 1;
}

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

.swiper-button-prev,
.swiper-button-next,
.pager .prev,
.pager .next {
  top: 209px;
  background: none;
  border: none;
  outline: none;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  margin: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.pager .prev::after,
.pager .next::after {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  background: transparent url("../img/svg/arrow.svg") no-repeat center center;
  background-size: contain;
}

.pager .prev,
.pager .next {
  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;
}

.pager .prev,
.swiper-button-prev {
  left: -34px;
}

.pager .prev::after,
.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.swiper-button-disabled {
  display: none;
}

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

/* media */
@media screen and (max-width: 1650px) {
  .swiper-button-prev {
    left: 6px;
  }
  .swiper-button-next {
    right: 6px;
  }
}

@media screen and (max-width: 1600px) {
  .section_wr {
    padding-top: 115px;
  }
}

@media screen and (max-width: 1400px) {
  .page-title {
    margin-bottom: 47px;
    font-size: 40px;
  }
  .tabs__nav > li > a {
    padding: 0 5px 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  .xbtn--circle,
  input[type="submit"].xbtn--circle {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(12, 147, 163, 0.2);
            box-shadow: 0px 10px 20px 0px rgba(12, 147, 163, 0.2);
  }
  .xbtn--circle .icon,
  input[type="submit"].xbtn--circle .icon {
    width: 20px;
    height: 20px;
  }
  .section_wr {
    padding-top: 77px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1523px;
  }
  .tabs__nav > li > a {
    padding: 0 5px 12px;
    font-size: 12px;
  }
  .xbtn--blue, .xbtn--brown,
  input[type="submit"].xbtn--blue,
  input[type="submit"].xbtn--brown {
    padding-left: 18px;
    padding-right: 18px;
    height: 70px;
    font-size: 13px;
  }
  .xbtn--download,
  input[type="submit"].xbtn--download {
    padding-left: 90px;
    font-size: 14px;
  }
  .article time {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .section_wr--card::before {
    top: -350px;
    width: 505px;
  }
  .section_wr--card::after {
    content: none;
  }
}

@media screen and (max-width: 1070px) {
  .page-title {
    margin-bottom: 40px;
    font-size: 33px;
  }
}

@media screen and (max-width: 850px) {
  .article {
    font-size: 14px;
  }
  .article blockquote {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 20px 44px 34px 42px;
  }
  .article ul li::before {
    top: 0;
  }
  .burger .line, .burger .line::after, .burger .line::before {
    background-color: #2dcadd;
  }
  .xbtn--circle,
  input[type="submit"].xbtn--circle {
    width: 36px;
    height: 36px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xbtn--circle .icon,
  input[type="submit"].xbtn--circle .icon {
    width: 18px;
  }
  .page-title {
    font-size: 28px;
  }
  .page__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .to-top {
    bottom: 70px;
    right: 10px;
  }
  .section_wr {
    padding-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 35px;
    font-size: 23px;
  }
  .page-title br {
    display: none;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 13px;
  }
  .article blockquote {
    padding: 28px 24px 28px;
  }
  .xbtn--download,
  input[type="submit"].xbtn--download {
    padding-left: 90px;
    font-size: 12px;
  }
}

@media screen and (max-width: 630px) {
  .article img.alignleft, .article img.alignright {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .article img.aligncenter {
    margin: 0 auto;
  }
  .article ul,
  .article ol {
    margin: 0;
    padding: 0;
  }
  .article ul > li, .article ol > li {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 575px) {
  .btn__wrap--blue {
    border-radius: 38.5px;
  }
  .btn__wrap--blue::after {
    border-radius: 38.5px;
  }
  .xbtn--blue,
  input[type="submit"].xbtn--blue {
    padding-left: 35px;
    padding-right: 35px;
    height: 57px;
    font-size: 12px;
  }
  .tabs__nav {
    display: block;
    border-bottom: none;
  }
  .tabs__nav > li {
    width: 100%;
    margin-right: 0;
  }
  .tabs__nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(9, 75, 83, 0.2);
  }
  .tabs__nav > li > a::after {
    content: none;
  }
}

@media screen and (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 229px;
  }
  .swiper-button-prev {
    left: -9px;
  }
  .swiper-button-next {
    right: -9px;
  }
  .decor-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

/* Переопределение стилей 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: #094b53;
  border-radius: 6px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close::before, .fancybox-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

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

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close:hover::before, .fancybox-close:hover::after {
  background: #fff;
}

.fancybox-nav {
  background: transparent url(../libs/fancybox/blank.gif);
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none;
}

.fancybox-next, .fancybox-prev {
  width: 25%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 75, 83, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(9, 75, 83, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(9, 75, 83, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.socials::before, .socials::after {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  height: 416px;
}

.socials::before {
  top: -440px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.socials::after {
  bottom: -183px;
  height: 159px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.socials__link {
  margin-bottom: 30px;
}

.socials__link--viber .icon {
  fill: #7360F2;
}

.socials__link--wa .icon {
  fill: #33CE62;
}

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

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

.socials--menu .socials__link {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(12, 147, 163, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(12, 147, 163, 0.2);
  margin-right: 24px;
}

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

.socials--menu::before, .socials--menu::after {
  content: none;
}

@media screen and (max-width: 1600px) {
  .socials::before {
    top: -150px;
    height: 126px;
  }
}

@media screen and (max-width: 850px) {
  .socials::before, .socials::after {
    content: none;
  }
  .socials__link {
    margin-bottom: 8px;
  }
}

/* socials */
.form {
  position: relative;
  z-index: 30;
  width: 100%;
  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;
  padding: 69px 40px 60px;
}

.form__decor1 {
  position: absolute;
  top: -10px;
  left: -29px;
  width: calc(100% + 60px);
  height: calc(100% + 40px);
  z-index: -1;
}

.form__decor1 svg {
  width: 100%;
  height: 100%;
}

.form__decor2 {
  position: absolute;
  top: 17px;
  left: 13px;
  width: calc(100% - 28px);
  height: calc(100% - 48px);
  z-index: -1;
}

.form__decor2 svg {
  width: 100%;
  height: 100%;
}

.form__title {
  margin-bottom: 11px;
  padding-left: 9px;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 24px;
  color: #094b53;
  text-align: center;
}

.form__desc {
  margin-bottom: 20px;
  font-weight: 500;
  color: #094b53;
  text-align: center;
}

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

.form .text-input {
  display: block;
  width: 100%;
}

.form .text-input input, .form .text-input textarea {
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  resize: none;
  width: 322px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(9, 75, 83, 0.2);
  font-size: 16px;
  font-weight: 500;
  color: #094b53;
}

.form .text-input input::-webkit-input-placeholder, .form .text-input textarea::-webkit-input-placeholder {
  color: #094b53;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham Pro", sans-serif;
}

.form .text-input input::-moz-placeholder, .form .text-input textarea::-moz-placeholder {
  color: #094b53;
  font-size: 16px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham Pro", sans-serif;
}

.form .text-input input:-ms-input-placeholder, .form .text-input textarea:-ms-input-placeholder {
  color: #094b53;
  font-size: 16px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham Pro", sans-serif;
}

.form .text-input input:focus::-webkit-input-placeholder, .form .text-input textarea:focus::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham Pro", sans-serif;
}

.form .text-input input:focus::-moz-placeholder, .form .text-input textarea:focus::-moz-placeholder {
  color: #fff;
  font-size: 18px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham Pro", sans-serif;
}

.form .text-input input:focus:-ms-input-placeholder, .form .text-input textarea:focus:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham Pro", sans-serif;
}

.form .text-input input:hover, .form .text-input textarea:hover {
  border-color: rgba(9, 75, 83, 0.4);
}

.form .text-input textarea {
  height: 50px;
}

.form__item {
  margin-bottom: 35px;
  text-align: center;
}

.form__item--submit {
  position: relative;
  z-index: 1;
  margin-top: 53px;
}

.form__item--submit .xbtn {
  width: 268px;
}

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

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

.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;
  font-weight: 400;
  color: #094b53;
}

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

.form .accept label .accept__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #094b53;
  border-radius: 50%;
}

.form .accept label .accept__icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  display: block;
  width: 9px;
  height: 6px;
  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: #dbb978;
}

.form .accept input {
  display: none;
}

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

@media screen and (max-width: 575px) {
  .form {
    padding: 50px 50px 80px;
  }
  .form__title {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
  }
  .form__desc {
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 13px;
  }
  .form .text-input input, .form .text-input textarea {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .form .text-input input::-webkit-input-placeholder, .form .text-input textarea::-webkit-input-placeholder {
    color: #094b53;
    font-size: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "Gotham Pro", sans-serif;
  }
  .form .text-input input::-moz-placeholder, .form .text-input textarea::-moz-placeholder {
    color: #094b53;
    font-size: 13px;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-family: "Gotham Pro", sans-serif;
  }
  .form .text-input input:-ms-input-placeholder, .form .text-input textarea:-ms-input-placeholder {
    color: #094b53;
    font-size: 13px;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-family: "Gotham Pro", sans-serif;
  }
  .form .text-input input:focus::-webkit-input-placeholder, .form .text-input textarea:focus::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: "Gotham Pro", sans-serif;
  }
  .form .text-input input:focus::-moz-placeholder, .form .text-input textarea:focus::-moz-placeholder {
    color: #fff;
    font-size: 13px;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-family: "Gotham Pro", sans-serif;
  }
  .form .text-input input:focus:-ms-input-placeholder, .form .text-input textarea:focus:-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-family: "Gotham Pro", sans-serif;
  }
  .form .accept {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .form .accept label {
    font-size: 10.6px;
  }
  .form .accept label .accept__icon {
    width: 15px;
    height: 15px;
  }
  .form .accept label .accept__icon::before {
    top: calc(50% - 2px);
    left: calc(50% - 3px);
    width: 7px;
    height: 4px;
  }
  .form__item--submit {
    margin-top: 43px;
  }
}

@media screen and (max-width: 400px) {
  .form {
    padding: 50px 40px 60px;
  }
  .form__title {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .form__item--submit {
    margin-top: 33px;
  }
}

/* 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: 21px;
}

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

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

.pager ul > li:first-of-type {
  margin-right: auto;
}

.pager ul > li:last-of-type {
  margin-left: auto;
}

.pager ul > li .page-numbers:not(.prev):not(.next) {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #094b53;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager ul > li .page-numbers:not(.prev):not(.next):hover {
  color: #2ecddf;
}

.pager ul > li .page-numbers:not(.prev):not(.next).current {
  color: #2ecddf;
}

@media screen and (max-width: 991px) {
  .pager {
    padding-top: 0;
  }
  .pager ul > li .page-numbers:not(.prev):not(.next) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 575px) {
  .pager ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pager ul > li .page-numbers:not(.prev):not(.next) {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
  }
}

/* paginator */
.breadcrumbs {
  position: relative;
}

.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 {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

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

@media screen and (max-width: 500px) {
  .breadcrumbs ol li a,
  .breadcrumbs ol li span span {
    font-size: 13px;
  }
  .breadcrumbs ol li:not(:last-of-type)::after {
    content: '/';
    margin: 0 2px;
  }
}

/* breadcrumbs */
.modal {
  position: relative;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  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: 504px;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.modal__content.visible {
  opacity: 1;
}

.modal__content-wrap {
  padding: 40px;
  max-height: 100vh;
  overflow: auto;
}

.modal .form {
  width: 100%;
  z-index: 0;
}

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

.modal .close {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 300;
  position: absolute;
  top: 89px;
  right: 69px;
  display: block;
  width: 22px;
  height: 22px;
}

.modal .close .icon {
  display: block;
  fill: #094b53;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.modal .close:hover .icon {
  fill: #dbb978;
}

@media screen and (max-width: 500px) {
  .modal .form {
    padding: 50px 30px 80px;
  }
  .modal .form__title {
    font-size: 24px;
  }
  .modal__content-wrap {
    padding: 40px 35px;
  }
  .modal .close {
    right: 49px;
  }
}

@media screen and (max-width: 450px) {
  .modal .close {
    top: 73px;
    right: 39px;
  }
  .modal .form__item .btn__wrap {
    width: 100%;
  }
}

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

.header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(9, 75, 83, 0.3);
          box-shadow: 0 5px 20px rgba(9, 75, 83, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header.fixed .logo {
  width: 51px;
  height: 59px;
}

.header.fixed .header__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.fixed .header__top .header__item-text {
  font-size: 14px;
}

.header.fixed .header__top .header__phone {
  font-size: 22px;
}

.header .container {
  max-width: 1830px;
}

.header__top {
  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;
  padding-left: 10px;
}

.header .logo {
  position: relative;
  display: block;
  text-decoration: none;
  width: 131px;
  height: 139px;
  z-index: 301;
}

.header .logo__wrap {
  margin-right: auto;
}

.header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  margin-right: 68px;
}

.header__item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 19px;
  margin-right: 14px;
}

.header__item-icon .icon {
  display: block;
  width: 100%;
  max-height: 15px;
  fill: #A3D8E0;
}

.header__item-text {
  color: #094b53;
}

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

.header__like {
  margin-right: 120px;
  margin-left: 69px;
}

.header__like .icon {
  width: 24px;
  height: 22px;
  fill: #2dcadd;
}

.header__like:hover .icon {
  fill: #ffffff;
}

.header__phone {
  display: block;
  text-decoration: none;
  outline: none;
  padding-top: 2px;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 36px;
  line-height: 1;
  color: #094b53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__phone:hover {
  color: #dbb978;
}

.header__phone .icon {
  display: none;
}

.header__btn .btn__wrap {
  background-image: -o-linear-gradient(280deg, #2fcde0 20%, #0f9fb0 79%);
  background-image: linear-gradient(170deg, #2fcde0 20%, #0f9fb0 79%);
  border-radius: 15px;
}

.header__btn .btn__wrap::after {
  bottom: -4px;
  background-color: #0c93a3;
  border-radius: 15px;
}

.header__btn .btn__wrap:hover::after {
  bottom: -2px;
}

.header__btn .xbtn {
  height: 46px;
  font-size: 14px;
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  background: #ffffff;
  z-index: 300;
  -webkit-transition: 0.3s 0.1s;
  -o-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
}

.header__menu .container {
  max-width: 1523px;
}

.header__menu .header__item {
  margin-bottom: 50px;
}

.header__menu .header__item:last-of-type {
  margin-bottom: 40px;
}

.header__menu-df {
  opacity: 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;
  padding: 0 20px;
  width: calc(100% + 40px);
  max-width: 872px;
  margin-left: -20px;
  height: 938px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__menu::before {
  content: '';
  position: absolute;
  top: -300px;
  left: -110px;
  width: 1226px;
  height: 1933px;
  background: transparent url("../img/advantages-bg.png") no-repeat left center;
  background-size: 1226px auto;
  z-index: -1;
}

.header__menu .header__phone {
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.header__menu .header__item-icon {
  width: 20px;
}

.header__menu .header__item-icon .icon {
  max-height: 20px;
}

.header__menu-info {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 41.27064220183486%;
  margin-right: 50px;
}

.header__menu-img {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
  width: 45.72916666666667%;
  height: 648px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__menu.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.header__menu.active .header__menu-df {
  opacity: 1;
  -webkit-transition: 0.5s 0.6s;
  -o-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
}

.header .menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header .menu > li > a {
  display: block;
  text-decoration: none;
  outline: none;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #094b53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .menu > li > a:hover {
  color: #dbb978;
}

.header .burger {
  z-index: 301;
}

@media screen and (max-width: 1600px) {
  .header {
    padding-top: 16px;
  }
  .header__phone {
    font-size: 26px;
  }
  .header__item {
    margin-right: 48px;
  }
  .header__item--phone {
    padding-top: 9px;
  }
  .header__item-text {
    font-size: 14px;
  }
  .header__like {
    margin-right: 50px;
    margin-left: 49px;
  }
  .header .logo {
    width: 91px;
    height: 99px;
  }
  .header.fixed .header__top .header__item--phone {
    padding-top: 5px;
  }
  .header__menu-df {
    max-width: 1062px;
    height: 838px;
  }
  .header__menu-img {
    right: -100px;
  }
  .header .menu > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 32px;
  }
}

@media screen and (max-width: 1400px) {
  .header__menu-df {
    max-width: 862px;
    height: 638px;
  }
  .header .menu > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 26px;
  }
}

@media screen and (max-width: 1300px) {
  .header {
    padding-top: 8px;
  }
  .header__top .header__item:not(.header__item--phone) {
    display: none;
  }
  .header .logo {
    width: 61px;
    height: 69px;
  }
  .header__btn .xbtn {
    height: 38px;
    font-size: 12px;
  }
  .header.fixed {
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .header.fixed .logo {
    width: 51px;
    height: 59px;
  }
  .header.fixed .header__top .header__phone {
    font-size: 19px;
  }
  .header__phone {
    font-size: 21px;
  }
  .header__like {
    margin-right: 30px;
    margin-left: 39px;
  }
  .header__like .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .header__menu-df {
    max-width: 662px;
    height: 458px;
  }
  .header .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }
}

@media screen and (max-width: 850px) {
  .header {
    padding-top: 12px;
  }
  .header__top {
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__top .header__phone {
    font-size: 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: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0c93a3;
    background-image: -o-linear-gradient(280deg, #2fcde0 4%, rgba(47, 205, 224, 0) 95%);
    background-image: linear-gradient(170deg, #2fcde0 4%, rgba(47, 205, 224, 0) 95%);
  }
  .header__top .header__phone .icon {
    display: block;
    width: 15px;
    height: 15px;
    fill: #fff;
  }
  .header__top .header__item {
    margin-right: 0;
    margin-top: -14px;
    padding-top: 0;
  }
  .header__top .header__item-icon {
    display: none;
  }
  .header__like {
    display: none;
  }
  .header .burger {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .header__btn {
    display: none;
  }
  .header .burger {
    margin-top: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .logo {
    width: 54px;
    height: 56px;
  }
  .header .logo__wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .header.fixed {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header.fixed .logo {
    width: 54px;
    height: 56px;
  }
  .header.fixed .header__top .header__phone {
    font-size: 0;
  }
  .header__menu {
    padding-top: 90px;
  }
  .header__menu-df {
    max-width: 50%;
    -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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100vh;
    max-height: calc(100vh - 154px);
  }
  .header__menu-info {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__menu .menu {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .header__menu .header__item {
    margin-bottom: 10px;
  }
  .header__menu .header__item:last-of-type {
    margin-bottom: 30px;
  }
  .header__menu .header__item-icon {
    display: none;
  }
  .header .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-df {
    max-width: 70%;
  }
  .header__menu-img {
    right: -30%;
    width: 85.729167%;
  }
}

@media screen and (max-width: 420px) {
  .header__menu-df {
    max-width: 80%;
  }
  .header__menu-img {
    right: -40%;
    width: 85.729167%;
  }
}

@media screen and (max-width: 370px) {
  .header__menu .header__phone {
    font-size: 15px;
  }
  .header__menu .header__item-text {
    width: calc(100% + 60px);
    font-size: 13px;
  }
}

/* .header */
.scr1 {
  position: relative;
  min-height: 1488px;
  background: transparent url("../img/scr1-bg.jpg") no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.scr1::before, .scr1::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  z-index: -1;
}

.scr1::before {
  left: 0;
  width: 1050px;
  height: 662px;
  background: transparent url("../img/clouds-1.png") no-repeat top left;
  background-size: contain;
}

.scr1::after {
  left: 815px;
  width: 1107px;
  height: 727px;
  background: transparent url("../img/clouds-3.png") no-repeat top left;
  background-size: contain;
}

.scr1__cloud {
  position: absolute;
  top: 0;
  left: 224px;
  width: 982px;
  height: 419px;
  background: transparent url("../img/clouds-2.png") no-repeat top center;
  background-size: contain;
  z-index: -1;
}

.scr1 .container {
  max-width: 1830px;
}

.scr1__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 48px;
}

.scr1__socials {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 620px;
  margin-right: 140px;
}

.scr1__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 154px;
  padding-top: 224px;
}

.scr1__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.scr1__desc {
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 1.44444;
  color: #666666;
}

.scr1__title {
  margin-top: 0;
  margin-bottom: 130px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #094b53;
}

.scr1__title strong {
  font-size: 55px;
  line-height: 1.27273;
}

.scr1__tour {
  text-decoration: none;
  outline: none;
  -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;
  margin-top: 29px;
}

.scr1__tour-text {
  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: 292px;
  height: 81px;
  padding-left: 29px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.02) 80%, rgba(255, 255, 255, 0) 90%);
  border-image-slice: 1;
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-weight: 500;
  color: #094b53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scr1__tour-btn {
  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;
  background-color: #0c93a3;
  background-image: -o-linear-gradient(280deg, #2fcde0 5%, rgba(47, 205, 224, 0) 94%);
  background-image: linear-gradient(170deg, #2fcde0 5%, rgba(47, 205, 224, 0) 94%);
  border-radius: 50%;
  -webkit-animation: pulse 2.5s infinite;
          animation: pulse 2.5s infinite;
}

.scr1__tour-btn img {
  display: block;
  width: 36px;
  height: 36px;
}

.scr1__tour:hover .scr1__tour-text {
  width: 250px;
}

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

.scr1__btns .btn__wrap {
  margin-right: 33px;
}

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

.scr1__btns .xbtn {
  width: 268px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1600px) {
  .scr1 {
    min-height: 1238px;
  }
  .scr1__socials {
    margin-right: 72px;
    margin-top: 370px;
  }
  .scr1__title {
    margin-bottom: 100px;
    font-size: 34px;
  }
  .scr1__title strong {
    font-size: 45px;
  }
  .scr1__tour-text {
    width: 172px;
    height: 71px;
    padding-left: 19px;
    font-size: 14px;
  }
  .scr1__tour:hover .scr1__tour-text {
    width: 182px;
  }
  .scr1__tour-btn {
    width: 81px;
    height: 81px;
  }
  .scr1__tour-btn img {
    width: 32px;
    height: 32px;
  }
  .scr1__desc {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .scr1__content {
    padding-top: 174px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 1400px) {
  .scr1 {
    min-height: 1038px;
  }
  .scr1__title {
    margin-bottom: 80px;
    font-size: 28px;
  }
  .scr1__title strong {
    font-size: 35px;
  }
  .scr1__content {
    padding-top: 144px;
    padding-right: 0;
  }
  .scr1__socials {
    margin-top: 270px;
  }
}

@media screen and (max-width: 1070px) {
  .scr1__tour {
    display: none;
  }
  .scr1__info {
    margin-right: 0;
  }
  .scr1__desc {
    display: none;
  }
  .scr1__socials {
    margin-top: 190px;
    margin-right: 52px;
  }
  .scr1__df {
    padding-left: 18px;
  }
}

@media screen and (max-width: 991px) {
  .scr1 {
    min-height: 678px;
  }
}

@media screen and (max-width: 850px) {
  .scr1 {
    height: 100vh;
    min-height: 644px;
    padding-bottom: 70px;
  }
  .scr1::before {
    content: none;
  }
  .scr1::after {
    left: -290px;
    top: -250px;
  }
  .scr1__cloud {
    display: none;
  }
  .scr1__socials {
    position: absolute;
    top: 59px;
    right: 15px;
    margin-top: 0;
    margin-right: 0;
  }
  .scr1__df {
    padding-left: 0;
  }
  .scr1__content {
    padding-top: 122px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .scr1__btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  .scr1__btns {
    display: none;
  }
  .scr1__title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .scr1__title strong {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 575px) {
  .scr1 {
    background-image: url("../img/scr1-bg-mobile.jpg");
  }
  .scr1__title strong br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .scr1::after {
    left: -310px;
  }
  .scr1__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 360px) {
  .scr1__title {
    font-size: 16px;
    line-height: 24px;
  }
  .scr1__title strong {
    font-size: 24px;
    line-height: 28px;
  }
}

/* scr1 */
.scr2 {
  position: relative;
  background: transparent url("../img/scr2-bg.jpg") no-repeat right bottom;
  background-size: cover;
  min-height: 1348px;
  padding-top: 1px;
  z-index: 2;
}

.scr2::before {
  content: '';
  position: absolute;
  top: -545px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 1058px;
  background: transparent url("../img/clouds-big.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.scr2 .container {
  max-width: 1830px;
}

.scr2 .page-title {
  margin-bottom: 76px;
  padding-right: 334px;
  text-align: right;
}

.scr2__wrap {
  position: relative;
  padding-right: 51px;
  z-index: 2;
}

.scr2__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;
  width: 765px;
  margin-left: auto;
}

.scr2__item {
  width: calc(50% - 35px);
  padding-bottom: 120px;
  margin-right: 70px;
}

.scr2__item:nth-of-type(2n) {
  margin-right: 0;
}

.scr2__num {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 55px;
  font-weight: 900;
  color: #094b53;
}

.scr2__num strong {
  font-size: 60px;
  opacity: 0;
}

.scr2__num sup {
  top: -0.8em;
  font-size: 15px;
}

.scr2__text {
  display: block;
  font-size: 18px;
  line-height: 1.55556;
  color: #333333;
}

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

.scr2__feat .swiper-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scr2__feat .swiper-slide {
  width: auto;
}

.scr2__feat .swiper-slide:nth-of-type(2) {
  padding-top: 265px;
}

.scr2__feat-wrap {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin: -463px auto 100px;
}

.scr2__feat-wrap .swiper-button-prev,
.scr2__feat-wrap .swiper-button-next {
  display: none;
}

.scr2__feat-bird1, .scr2__feat-bird2 {
  position: absolute;
  display: block;
  width: 55px;
  z-index: 10;
}

.scr2__feat-bird1 img, .scr2__feat-bird2 img {
  display: block;
}

.scr2__feat-bird1 {
  bottom: 58px;
  left: 152px;
}

.scr2__feat-bird2 {
  bottom: 184px;
  right: -47px;
  width: 168px;
}

.scr2__feat-item {
  position: relative;
  width: 360px;
  height: 360px;
  background-color: rgba(9, 75, 83, 0.9);
  border-radius: 50%;
  padding-top: 144px;
  padding-left: 60px;
  padding-right: 38px;
}

.scr2__feat-item h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 500;
  color: #ffffff;
}

.scr2__feat-item:hover .scr2__feat-num {
  top: -80px;
}

.scr2__feat-text {
  font-size: 14px;
  line-height: 1.57143;
  color: #ffffff;
}

.scr2__feat-num {
  position: absolute;
  top: -66px;
  left: 56px;
  display: block;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1600px) {
  .scr2 {
    min-height: 1168px;
  }
  .scr2__list {
    width: 745px;
  }
  .scr2__item {
    width: calc(50% - 25px);
    padding-bottom: 60px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .scr2 {
    min-height: 908px;
  }
  .scr2 .scr2__feat .swiper-slide:nth-of-type(2) {
    padding-top: 265px;
  }
  .scr2 .scr2__feat-wrap {
    width: 1140px;
    margin: -463px auto 100px;
  }
  .scr2 .scr2__feat-bird1, .scr2 .scr2__feat-bird2 {
    width: 55px;
    z-index: 10;
  }
  .scr2 .scr2__feat-bird1 {
    bottom: 58px;
    left: 152px;
  }
  .scr2 .scr2__feat-bird2 {
    bottom: 184px;
    right: -47px;
    width: 168px;
  }
  .scr2 .scr2__feat-item {
    width: 309px;
    height: 309px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
  }
  .scr2 .scr2__feat-item h3 {
    min-height: 42px;
    padding-left: 93px;
    margin-top: 54px;
    font-size: 16px;
    line-height: 1.5;
  }
  .scr2 .scr2__feat-num {
    top: -38px;
    left: auto;
    right: 191px;
  }
  .scr2 .scr2__feat-text {
    padding-top: 52px;
    font-size: 13px;
    line-height: 1.69231;
    text-align: center;
  }
  .scr2 .scr2__feat-text br {
    display: none;
  }
  .scr2__wrap {
    padding-right: 0;
  }
  .scr2__list {
    width: 635px;
    max-width: 100%;
  }
  .scr2__item {
    padding-bottom: 30px;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .scr2__num {
    margin-bottom: 4px;
  }
  .scr2__num strong {
    font-size: 45px;
  }
  .scr2__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .scr2 {
    background: none;
  }
  .scr2::before {
    min-width: 400px;
    height: 673px;
    top: -400px;
    background-image: url("../img/clouds-big-mobile.png");
  }
  .scr2__wrap {
    padding-top: 50px;
    z-index: 1;
  }
  .scr2__wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: -227px;
    width: calc(100% + 30px);
    height: 914px;
    margin-left: -15px;
    background: transparent url("../img/advantages-bg3.png") no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
  .scr2__top {
    background: transparent url("../img/scr2-bg-mobile.jpg") no-repeat left bottom;
    background-size: cover;
    padding: 170px 0 100px;
  }
  .scr2 .scr2__feat {
    overflow: hidden;
    padding: 20px;
    margin: -20px;
  }
  .scr2 .scr2__feat-wrap {
    margin: 0 auto 0;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
  }
  .scr2 .scr2__feat-wrap .swiper-button-prev,
  .scr2 .scr2__feat-wrap .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .scr2 .scr2__feat-wrap .swiper-button-prev {
    left: 16px;
  }
  .scr2 .scr2__feat-wrap .swiper-button-next {
    right: 16px;
  }
  .scr2 .scr2__feat .swiper-slide {
    width: 100%;
  }
  .scr2 .scr2__feat .swiper-slide:nth-of-type(2) {
    padding-top: 0;
  }
  .scr2 .scr2__feat-item {
    margin-left: auto;
    margin-right: auto;
  }
  .scr2 .scr2__feat-item:hover .scr2__feat-num {
    top: -38px;
  }
  .scr2 .scr2__feat-bird1, .scr2 .scr2__feat-bird2 {
    display: none;
  }
  .scr2 .page-title {
    margin-bottom: 30px;
    text-align: left;
    padding-right: 0;
  }
  .scr2__list {
    margin-left: 0;
    width: calc(100% + 10px);
  }
  .scr2__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}

@media screen and (max-width: 850px) {
  .scr2::before {
    height: 535px;
    top: -350px;
  }
}

@media screen and (max-width: 767px) {
  .scr2__text {
    font-size: 13px;
    line-height: 1.53846;
  }
}

@media screen and (max-width: 575px) {
  .scr2::before {
    top: -190px;
    height: 303px;
  }
  .scr2 .scr2__feat::before {
    content: '';
    position: absolute;
    top: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: calc(100% + 60px);
    margin-left: -15px;
    min-width: 400px;
    height: 373px;
    background-image: url("../img/clouds-big-mobile.png");
    background-size: cover;
    z-index: -1;
  }
  .scr2__text br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .scr2__top {
    padding: 80px 0 315px;
  }
  .scr2__item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .scr2__num {
    font-size: 26px;
  }
  .scr2__num strong {
    font-size: 41px;
  }
}

@media screen and (max-width: 430px) {
  .scr2 .scr2__feat-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .scr2 .scr2__feat-wrap .swiper-button-prev {
    left: -4px;
  }
  .scr2 .scr2__feat-wrap .swiper-button-next {
    right: -4px;
  }
  .scr2__num {
    font-size: 24px;
  }
  .scr2__num strong {
    font-size: 37px;
  }
}

@media screen and (max-width: 374px) {
  .scr2__num {
    font-size: 24px;
  }
  .scr2__num strong {
    font-size: 32px;
  }
  .scr2__text {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* scr2 */
.advts {
  position: relative;
  padding-top: 52px;
  padding-bottom: 290px;
  z-index: 3;
}

.advts::before {
  content: '';
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
}

.advts::after {
  content: '';
  position: absolute;
  top: -380px;
  left: 0;
  width: 1226px;
  height: 1933px;
  background: transparent url("../img/advantages-bg.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.advts__bg {
  position: absolute;
  bottom: 580px;
  right: 0;
  display: block;
  width: 1238px;
  height: 2007px;
  background: transparent url("../img/advantages-bg2.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.advts__list-btns {
  display: none;
}

.advts__list .swiper-wrapper {
  position: static;
  display: block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.advts__list .swiper-slide {
  height: auto;
  margin-bottom: 140px;
}

.advts__list .swiper-slide:nth-of-type(2) .advts__decor {
  left: -215px;
  bottom: -173px;
  width: 490px;
  height: 542px;
  z-index: 3;
}

.advts__list .swiper-slide:nth-of-type(2) .advts__decor--bg {
  left: 34.45040214477212%;
  top: 0;
  bottom: auto;
  width: 800px;
  height: 675px;
  background-image: url("../img/advantages-img-2.png");
  z-index: -1;
}

.advts__list .swiper-slide:nth-of-type(3) {
  position: static;
}

.advts__list .swiper-slide:nth-of-type(3) .scr2__feat-bird2 {
  bottom: -56px;
  right: auto;
  left: 417px;
}

.advts__list .swiper-slide:nth-of-type(3) .advts__decor--bg {
  left: auto;
  right: 0;
  bottom: auto;
  width: 1336px;
  height: 630px;
  margin-top: -73px;
  background-image: url("../img/advantages-img-4.jpg");
  z-index: -2;
}

.advts__list .swiper-slide:nth-of-type(3) .advts__content {
  position: relative;
}

.advts__list .swiper-slide:nth-of-type(4) {
  position: static;
}

.advts__list .swiper-slide:nth-of-type(4) .scr2__feat-bird1 {
  top: 119px;
  right: -46px;
  left: auto;
  bottom: auto;
}

.advts__list .swiper-slide:nth-of-type(4) .advts__decor {
  bottom: -217px;
  left: -400px;
  width: 553px;
  height: 417px;
  background-image: url("../img/advantages-img-6.png");
  z-index: 3;
}

.advts__list .swiper-slide:nth-of-type(4) .advts__decor--bg {
  left: auto;
  right: 0;
  bottom: auto;
  width: 967px;
  height: 754px;
  margin-top: -152px;
  background-image: url("../img/advantages-img-5.jpg");
  z-index: -2;
}

.advts__list .swiper-slide:nth-of-type(4) .advts__content {
  position: relative;
  padding-top: 42px;
}

.advts__list .swiper-slide:nth-of-type(2n) .advts__img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-left: -54px;
  margin-right: 100px;
}

.advts__list .swiper-slide:last-of-type {
  margin-bottom: 0;
}

.advts__list .swiper-slide:last-of-type .advts__content {
  padding-right: 64px;
}

.advts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.advts__decor {
  position: absolute;
  display: block;
  background: transparent url("../img/advantages-img-3.png") no-repeat center center;
  background-size: contain;
}

.advts__leaf {
  position: absolute;
  top: -215px;
  right: -137px;
  display: block;
  width: 875px;
  height: 697px;
  background: transparent url("../img/advantages-img-1.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

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

.advts__text {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.625;
}

.advts__btns .xbtn {
  min-width: 268px;
}

.advts__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 54.78901540522438%;
  height: 500px;
  margin-left: 88px;
  background-color: #86bae4;
  border: 8px solid #feffff;
  -webkit-box-shadow: 0px 20px 68px -8px rgba(9, 75, 83, 0.2);
          box-shadow: 0px 20px 68px -8px rgba(9, 75, 83, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.advts__img img {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.advts__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.advts--about {
  padding-top: 135px;
  padding-bottom: 0;
  overflow: hidden;
  z-index: 10;
}

.advts--about .advts__cont {
  position: relative;
  z-index: 15;
}

.advts--about .advts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.advts--about .advts__item {
  margin-bottom: 57px;
}

.advts--about .advts__item .page-title {
  margin-bottom: 37px;
  font-size: 36px;
}

.advts--about .advts__item:last-of-type {
  margin-bottom: 0;
}

.advts--about .advts__item:nth-of-type(2n) .advts__content {
  padding-top: 154px;
}

.advts--about .advts__item:nth-of-type(2n) .advts__img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  height: 500px;
  margin-left: 0;
  margin-right: 100px;
}

.advts--about .container > .page-title {
  text-align: center;
}

.advts--about .advts__content {
  padding-top: 17px;
}

.advts--about .advts__img {
  width: 50.789015%;
  height: 555px;
  margin-left: 30px;
}

.advts--about .advts__text p {
  margin-bottom: 20px;
}

.advts--about .advts__text p:last-of-type {
  margin-bottom: 0;
}

.advts__info {
  width: 745px;
  max-width: 100%;
  padding-top: 104px;
}

.advts__info-wrap {
  position: relative;
  z-index: 1;
}

.advts__info-wrap::before {
  content: '';
  position: absolute;
  bottom: -450px;
  left: 0;
  display: block;
  width: 1165px;
  height: 1326px;
  background: transparent url("../img/second-bg.png") no-repeat center center;
  background-size: contain;
  z-index: -2;
}

.advts__info-text {
  max-width: 640px;
}

.advts__info-text p {
  margin-bottom: 15px;
}

.advts__info-nums {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 75px;
}

.advts__info-nums > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}

.advts__info-nums > li:nth-of-type(2n) {
  margin-right: 0;
}

.advts__info-nums > li p {
  font-size: 18px;
  line-height: 1.55556;
}

.advts__info-num {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 900;
  color: #094b53;
}

.advts__info-num strong {
  font-size: 60px;
}

.advts__info-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 590px;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .advts__img {
    width: 50.789015%;
    height: 400px;
    margin-left: 38px;
  }
  .advts__leaf {
    top: -195px;
    width: 785px;
    height: 487px;
  }
  .advts__text {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .advts__list .swiper-slide {
    margin-bottom: 80px;
  }
  .advts__list .swiper-slide:nth-of-type(2) .advts__decor {
    left: -85px;
    bottom: -103px;
    width: 310px;
    height: 382px;
  }
  .advts__list .swiper-slide:nth-of-type(2) .advts__img {
    margin-right: 40px;
  }
  .advts__list .swiper-slide:nth-of-type(3) .scr2__feat-bird1,
  .advts__list .swiper-slide:nth-of-type(3) .scr2__feat-bird2 {
    display: none;
  }
  .advts__list .swiper-slide:nth-of-type(3) .advts__decor--bg {
    right: -250px;
    width: 1086px;
    height: 580px;
  }
  .advts__list .swiper-slide:nth-of-type(4) .advts__decor--bg {
    width: 717px;
    height: 684px;
    z-index: -3;
  }
  .advts__list .swiper-slide:nth-of-type(4) .advts__img {
    margin-right: 40px;
  }
  .advts--about {
    padding-top: 105px;
  }
  .advts--about .advts__item {
    margin-bottom: 30px;
  }
  .advts--about .advts__item .page-title {
    margin-bottom: 22px;
    font-size: 28px;
  }
  .advts--about .advts__item:nth-of-type(2n) .advts__content {
    padding-top: 124px;
  }
  .advts--about .advts__item:nth-of-type(2n) .advts__img {
    height: 400px;
    margin-right: 50px;
  }
  .advts--about .advts__img {
    width: 48.789015%;
    height: 455px;
  }
}

@media screen and (max-width: 1070px) {
  .advts {
    padding-bottom: 100px;
  }
  .advts::after {
    content: none;
  }
  .advts__leaf, .advts__decor {
    display: none;
  }
  .advts__wrap {
    position: relative;
  }
  .advts__list .swiper-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  .advts__list .swiper-slide {
    height: 100%;
    margin-bottom: 0;
  }
  .advts__list .swiper-slide:nth-of-type(2n) .advts__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
    margin-right: 0;
  }
  .advts__list .swiper-slide:last-of-type .advts__content {
    padding-right: 0;
  }
  .advts__list-btns {
    display: block;
  }
  .advts__list-btns .swiper-button-prev,
  .advts__list-btns .swiper-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .advts__list-btns .swiper-button-prev {
    left: -9px;
  }
  .advts__list-btns .swiper-button-next {
    right: -9px;
  }
  .advts__list-btns .swiper-dots {
    bottom: -52px;
  }
  .advts .scr2__feat-bird1,
  .advts .scr2__feat-bird2 {
    display: none;
  }
  .advts__img {
    margin-left: 30px;
  }
  .advts__content {
    padding-left: 40px;
  }
  .advts--about {
    padding-bottom: 0;
  }
  .advts--about .advts__item {
    margin-bottom: 20px;
  }
  .advts--about .advts__item .page-title {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .advts--about .advts__item:nth-of-type(2n) .advts__content {
    padding-top: 84px;
  }
  .advts--about .advts__item:nth-of-type(2n) .advts__img {
    height: 300px;
    margin-right: 30px;
  }
  .advts--about .advts__img {
    width: 45%;
    height: 355px;
  }
  .advts--about .advts__content {
    padding-left: 0;
  }
  .advts__info {
    width: 685px;
    padding-top: 74px;
  }
  .advts__info-text {
    font-size: 14px;
  }
  .advts__info-img {
    left: -80px;
    width: 1530px;
    height: 460px;
  }
  .advts__info-nums {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .advts__info-nums > li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .advts__info-nums > li p {
    font-size: 15px;
  }
  .advts__info-num {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .advts__info-num strong {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .advts::before {
    top: 0px;
  }
  .advts__bg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .advts__btns {
    display: none;
  }
  .advts:not(.advts--about) .advts__text {
    display: none;
  }
  .advts__img {
    width: 100%;
    height: 432px;
    margin-left: 0;
    -webkit-box-shadow: 0px 9px 30px -6px rgba(9, 75, 83, 0.2);
            box-shadow: 0px 9px 30px -6px rgba(9, 75, 83, 0.2);
  }
  .advts__item {
    display: block;
  }
  .advts__list .swiper-slide:nth-of-type(2n) .advts__img {
    margin-left: 0;
  }
  .advts__list .swiper-slide:nth-of-type(4) .advts__content {
    padding-top: 0;
  }
  .advts__list-btns .swiper-button-prev,
  .advts__list-btns .swiper-button-next {
    top: 55%;
  }
  .advts__list-btns .swiper-dots {
    bottom: -40px;
  }
  .advts__content {
    padding-left: 0;
  }
  .advts .page-title {
    margin-bottom: 15px;
  }
  .advts--about .advts__img {
    width: 100% !important;
    margin: 0 !important;
    height: 300px !important;
  }
  .advts--about .advts__item:nth-of-type(2n) .advts__content {
    padding-top: 34px;
  }
  .advts__info {
    padding-top: 44px;
  }
}

@media screen and (max-width: 575px) {
  .advts:not(.advts--about) {
    padding-top: 22px;
    padding-bottom: 60px;
  }
  .advts__info-text {
    font-size: 13px;
  }
  .advts__info-nums {
    padding-top: 10px;
  }
  .advts__info-nums > li p {
    font-size: 12px;
  }
  .advts__info-num {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .advts__info-num strong {
    font-size: 28px;
  }
  .advts__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 370px) {
  .advts__img {
    height: 382px;
  }
}

/* advts */
.lead {
  position: relative;
  padding-bottom: 165px;
  z-index: 10;
}

.lead::before {
  content: '';
  position: absolute;
  top: -210px;
  left: 0;
  display: block;
  width: 1226px;
  height: 1625px;
  background: transparent url("../img/lead-bg.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.lead .page-title {
  position: relative;
  max-width: 660px;
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 1.3;
  z-index: 5;
}

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

.lead__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 470px;
  padding-top: 150px;
  margin-right: 48px;
}

.lead__list > li {
  position: relative;
  margin-bottom: 77px;
  padding-left: 64px;
  font-size: 24px;
  font-weight: 700;
  color: #094b53;
}

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

.lead__list > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 23px;
  height: 31px;
  background: transparent url("../img/svg/icons/bookmark.svg") no-repeat center center;
  background-size: contain;
}

.lead__form {
  position: relative;
  width: 454px;
  max-width: 100%;
  z-index: 2;
}

.lead__form::before {
  content: '';
  position: absolute;
  top: -560px;
  left: 100px;
  display: block;
  width: 1087px;
  height: 1141px;
  background: transparent url("../img/lead-img-1.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.lead__form::after {
  content: '';
  position: absolute;
  top: 90px;
  left: 247px;
  display: block;
  width: 940px;
  height: 825px;
  background: transparent url("../img/lead-img-2.jpg") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.lead--2 {
  z-index: 2;
}

.lead--2::before {
  top: -129px;
  left: 0;
  width: 100%;
  height: 1080px;
  background: transparent url("../img/lead-bg-2.jpg") no-repeat center center;
  background-size: cover;
}

.lead--2 .lead__form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.lead--2 .lead__form::before, .lead--2 .lead__form::after {
  content: none;
}

.lead--2 .page-title {
  max-width: 910px;
  margin-bottom: 65px;
}

.lead__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}

.lead .scr2__list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 93px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lead .scr2__list > li:nth-of-type(2) {
  margin-left: 85px;
  padding-top: 145px;
}

.lead .scr2__feat-item {
  width: 323px;
  height: 323px;
  padding-top: 190px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

.lead .scr2__feat-item:hover .scr2__feat-num {
  top: auto;
}

.lead .scr2__feat-num {
  top: auto;
  bottom: 157px;
  left: 50%;
  width: auto;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 78px;
  line-height: 0.7;
}

.lead .scr2__feat-num span {
  font-size: 48px;
}

.lead__btns {
  margin-top: -90px;
  padding-left: 116px;
}

.lead--3 {
  z-index: 1;
  padding-top: 184px;
  padding-bottom: 8px;
}

.lead--3::before {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1703px;
  background: transparent url("../img/lead-bg-3.jpg") no-repeat left top;
  background-size: cover;
}

.lead--3 .lead__form {
  margin-left: auto;
  padding-bottom: 146px;
}

.lead--3 .lead__form::before, .lead--3 .lead__form::after {
  content: none;
}

.lead--3 .lead__info {
  position: relative;
  max-width: 490px;
  margin-right: 20px;
  padding-top: 90px;
}

.lead--3 .lead__info::before {
  content: '';
  position: absolute;
  left: 397px;
  bottom: 8px;
  display: block;
  width: 669px;
  height: 570px;
  background: transparent url("../img/lead-img-3.png") no-repeat center center;
  background-size: contain;
}

.lead--3 .lead__list {
  width: 100%;
  padding-top: 0;
}

.lead--3 .lead__list > li {
  padding-left: 44px;
}

.lead__leaf {
  position: absolute;
  right: -185px;
  bottom: -80px;
  display: block;
  width: 635px;
  height: 524px;
  background: transparent url("../img/leaf4.png") no-repeat center center;
  background-size: contain;
  z-index: -5;
}

.lead--servs {
  padding-top: 0;
}

.lead--servs .lead__df {
  padding-top: 20px;
}

.lead--servs .lead__info {
  padding-top: 150px;
}

.lead--servs .lead__info::before {
  content: none;
}

.lead--servs .lead__form {
  margin-left: 120px;
}

@media screen and (max-width: 1600px) {
  .lead .page-title {
    font-size: 46px;
  }
  .lead__form::before {
    left: 180px;
    top: -530px;
    width: 747px;
    height: 1061px;
  }
  .lead__form::after {
    top: 150px;
    width: 660px;
    height: 695px;
  }
  .lead__list > li {
    margin-bottom: 57px;
    padding-left: 54px;
    font-size: 21px;
  }
}

@media screen and (max-width: 1400px) {
  .lead {
    padding-bottom: 85px;
  }
  .lead::before {
    width: 826px;
    height: 1445px;
  }
  .lead--2 {
    padding-bottom: 165px;
  }
  .lead--2::before {
    width: 100%;
  }
  .lead--2 .page-title {
    margin-bottom: 45px;
    font-size: 36px;
  }
  .lead .scr2__list {
    padding-left: 0px;
  }
  .lead .scr2__list > li:nth-of-type(2) {
    margin-left: 65px;
    padding-top: 50px;
  }
  .lead .scr2__feat-item {
    width: 273px;
    height: 273px;
    padding-top: 50px;
  }
  .lead .scr2__feat-num {
    position: static;
    font-size: 40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
  .lead .scr2__feat-num span {
    font-size: 30px;
  }
  .lead .lead__btns {
    margin-top: 0px;
    padding-left: 26px;
  }
  .lead--3 {
    padding-top: 94px;
    padding-bottom: 15px;
  }
  .lead--3::before {
    width: 100%;
  }
  .lead--3 .lead__form {
    padding-bottom: 66px;
  }
}

@media screen and (max-width: 1200px) {
  .lead {
    padding-bottom: 65px;
  }
  .lead .page-title {
    max-width: 100%;
  }
  .lead__df {
    padding-top: 30px;
  }
  .lead__form {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .lead__form::after {
    content: none;
  }
  .lead__list {
    width: auto;
    margin-right: 28px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .lead--2 .lead__btns {
    display: none;
  }
  .lead .scr2__list {
    display: block;
  }
  .lead .scr2__list > li:nth-of-type(2) {
    margin-left: 0;
    padding-top: 30px;
  }
  .lead .scr2__feat-item {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    background: none;
    border-radius: 0;
    text-align: left;
    color: #094b53;
    font-weight: 500;
  }
  .lead .scr2__feat-item::before {
    content: '•';
    display: inline;
  }
  .lead .scr2__feat-text {
    display: inline;
  }
  .lead .scr2__feat-text p {
    display: inline;
  }
  .lead .scr2__feat-num {
    display: none;
  }
  .lead .scr2__feat-text {
    color: #094b53;
  }
}

@media screen and (max-width: 1070px) {
  .lead__form::before {
    content: none;
  }
  .lead .page-title {
    font-size: 36px;
  }
  .lead--2 .page-title {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .lead--3 {
    z-index: 3;
    padding-top: 44px;
    padding-bottom: 25px;
  }
  .lead__list {
    margin-top: 20px;
  }
  .lead__list > li {
    padding-left: 26px;
    font-size: 17px;
  }
  .lead__list > li::before {
    width: 18px;
    height: 26px;
  }
  .lead--servs .lead__info {
    max-width: 740px;
    padding-top: 120px;
  }
  .lead--servs .lead__form {
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .lead {
    padding-bottom: 35px;
  }
  .lead .page-title {
    font-size: 31px;
  }
}

@media screen and (max-width: 850px) {
  .lead--top {
    display: none;
  }
  .lead__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;
  }
  .lead .scr2__list > li:nth-of-type(2) {
    padding-top: 15px;
  }
  .lead--2 {
    padding-bottom: 120px;
  }
  .lead--2 .page-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .lead--2 .lead__form {
    margin-top: 40px;
  }
  .lead--3::before {
    height: 605px;
  }
  .lead--3 .lead__df {
    padding-top: 0;
  }
  .lead--3 .lead__form {
    margin-left: auto;
  }
  .lead--3 .lead__info {
    max-width: 100%;
    padding-top: 0;
    margin-right: 0;
    padding-bottom: 228px;
  }
  .lead--3 .lead__info::before {
    left: -150px;
    bottom: -192px;
    width: 569px;
    height: 340px;
  }
  .lead--servs {
    padding-top: 0;
  }
  .lead--servs .lead__form {
    margin-right: auto;
    padding-bottom: 0;
  }
  .lead--servs .lead__info {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .lead--servs .lead__list > li {
    margin-bottom: 22px;
  }
  .lead--servs .lead__list > li br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lead--2 {
    padding-bottom: 70px;
  }
  .lead--3 {
    padding-top: 0;
  }
  .lead--3 .lead__form {
    padding-bottom: 0;
  }
  .lead--3 .page-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 575px) {
  .lead__leaf {
    display: none;
  }
  .lead--2 .page-title {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .lead--2::before {
    top: 150px;
    background-image: url("../img/lead-bg-2-mobile.jpg");
    height: 575px;
    background-position: top center;
  }
  .lead--2 .lead__form {
    width: 404px;
    margin-top: 130px;
  }
  .lead .scr2__list > li {
    font-size: 14px;
  }
  .lead .scr2__feat-item {
    padding-right: 0;
  }
  .lead__info {
    margin-right: 0;
  }
  .lead--3::before {
    height: 755px;
    background-image: url("../img/lead-bg-3-mobile.jpg");
  }
  .lead--3 .lead__info::before {
    left: -250px;
  }
  .lead__list > li {
    padding-left: 32px;
    font-size: 16px;
  }
  .lead__list > li::before {
    width: 17px;
    height: 23px;
  }
  .lead--servs::before {
    height: 605px;
  }
}

@media screen and (max-width: 400px) {
  .lead--2 .lead__form {
    margin-top: 80px;
  }
  .lead--3::before {
    height: 725px;
  }
  .lead--servs::before {
    height: 605px;
  }
}

/* lead */
.about {
  position: relative;
  padding-top: 70px;
  padding-bottom: 64px;
  z-index: 15;
}

.about::before, .about::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -2;
}

.about::before {
  top: -100px;
  left: -200px;
  width: 1000px;
  height: 1225px;
  background-image: url("../img/lead-bg.png");
}

.about::after {
  top: 100px;
  right: -200px;
  width: 850px;
  height: 1300px;
  background-image: url("../img/about-bg.png");
}

.about__leaf {
  position: absolute;
  top: 230px;
  left: 0;
  display: block;
  width: 690px;
  height: 342px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/leaf.png");
  z-index: -3;
}

.about__leaf--right {
  top: 485px;
  right: 0;
  left: auto;
  width: 462px;
  height: 327px;
  background-image: url("../img/leaf2.png");
  z-index: -1;
}

.about .page-title {
  text-align: center;
}

.about .tabs__nav {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.about__wrap {
  padding-left: 101px;
  padding-right: 101px;
}

.about__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

.about__tab {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  padding: 45px 110px 62px 62px;
}

.about__tab:not(#about__tab-0) {
  display: none;
}

.about__tab::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: calc(100% + 20px);
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.about__tab::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 19px;
  display: block;
  width: 100%;
  border: 1px solid rgba(9, 75, 83, 0.12);
  border-radius: 13px;
  z-index: 2;
}

.about__inner {
  position: relative;
  z-index: 3;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 200px;
     -moz-column-gap: 200px;
          column-gap: 200px;
}

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

.about__inner ul > li {
  position: relative;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 1.625;
}

.about__inner ul > li::before {
  content: '•';
  position: absolute;
  top: 1px;
  left: 0;
}

.about__inner ul > li b {
  display: block;
  padding-left: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #094b53;
}

.about--tech {
  padding-top: 140px;
  overflow: hidden;
  background: transparent url("../img/about-tech.jpg") no-repeat right top;
  background-size: cover;
}

.about--tech::before, .about--tech::after {
  content: none;
}

.about--tech .about__tab {
  display: block !important;
}

@media screen and (max-width: 1600px) {
  .about__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .about__inner {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .about__inner ul > li {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .about__tab {
    padding: 35px 30px 52px 32px;
  }
  .about__inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .about__inner ul > li {
    margin-bottom: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1070px) {
  .about {
    padding-top: 40px;
  }
  .about--tech {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .about:not(.about--tech) {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .about--tech {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 34px;
  }
  .about__tab {
    padding: 25px 20px 35px;
  }
  .about__inner ul > li {
    margin-bottom: 14px;
    font-size: 13px;
  }
}

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

@media screen and (max-width: 500px) {
  .about__tab {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

/* about */
.prod {
  position: relative;
  padding-bottom: 165px;
  z-index: 16;
}

.prod .page-title {
  margin-bottom: 42px;
  text-align: center;
}

.prod__cont {
  position: relative;
  padding-top: 39px;
  z-index: 1;
}

.prod__cont::before {
  content: '';
  position: absolute;
  top: -115px;
  left: -273px;
  width: 990px;
  height: 1096px;
  background: transparent url("../img/svg/prod-plan.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(73deg);
      -ms-transform: rotate(73deg);
          transform: rotate(73deg);
  opacity: 0.2;
  z-index: -1;
}

.prod__wrap {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.prod__slider {
  overflow: hidden;
  margin: -10px -20px -30px;
  padding: 10px 20px 30px;
}

.prod__slider .swiper-slide {
  height: auto;
}

.prod__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;
  padding: 10px 12px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  height: 100%;
}

.prod__top {
  position: relative;
}

.prod__btns {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
}

.prod__btns .xbtn--circle .icon {
  width: 24px;
  height: 22px;
  fill: #2dcadd;
}

.prod__btns .xbtn--circle:hover .icon {
  fill: #ffffff;
}

.prod__img {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  height: 248px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  overflow: hidden;
}

.prod__img img {
  display: block;
}

.prod__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #eaf3fa;
  border-radius: 13px;
}

.prod__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 18px 13px 18px;
  border-top: none;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.prod__content a {
  display: block;
  text-decoration: none;
  outline: none;
}

.prod__content a:hover h3 {
  color: #dbb978;
}

.prod__content h3 {
  font-family: "Gotham Pro", sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 500;
  color: #094b53;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.prod__content table {
  width: 100%;
  border-collapse: collapse;
}

.prod__content table td {
  padding-bottom: 7px;
  font-size: 16px;
  color: #666666;
}

.prod__content table td:first-of-type {
  font-weight: 500;
}

.prod__content table td:last-of-type {
  text-align: right;
}

.prod__price {
  margin-top: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 26px;
  color: #dbb877;
  text-align: center;
}

.prod__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;
  padding-top: 30px;
}

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

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

.prod__list > li .prod__item {
  height: 100%;
}

.prod--page {
  padding-top: 0;
  padding-bottom: 105px;
}

.prod--page .container {
  max-width: 1170px;
}

.prod--page .prod__cont {
  padding-top: 0;
}

.prod--page .prod__cont::before {
  content: none;
}

.prod--page .tabs__nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod--page .tabs__nav > li {
  width: auto;
  margin-right: 90px;
}

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

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

.prod__tab:not(#prod__tab-0) {
  display: none;
}

@media screen and (max-width: 1400px) {
  .prod__img {
    height: 188px;
  }
}

@media screen and (max-width: 1300px) {
  .prod__btns .xbtn--circle .icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .prod {
    padding-bottom: 95px;
  }
  .prod .page-title {
    margin-bottom: 28px;
  }
  .prod__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding-bottom: 17px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 830px) {
  .prod__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .prod--page .prod__cont {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .prod {
    padding-bottom: 75px;
  }
  .prod__cont {
    padding-top: 9px;
  }
  .prod__cont::before {
    width: 850px;
    height: 796px;
  }
  .prod__slider-btns .swiper-dots {
    bottom: -15px;
  }
  .prod--page .tabs__nav > li {
    width: auto;
    margin-right: 30px;
  }
  .prod--page .tabs__nav > li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .prod--page .tabs__nav > li {
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .prod__wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .prod__item {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(215, 212, 212, 0.4);
            box-shadow: 0px 10px 20px 0px rgba(215, 212, 212, 0.4);
  }
  .prod__img {
    height: 247px;
  }
  .prod .page-title {
    text-align: left;
  }
  .prod__content {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .prod--page {
    padding-bottom: 25px;
  }
  .prod--page .prod__img {
    height: 158px;
  }
  .prod__list .prod__content {
    padding: 10px 10px 8px;
  }
  .prod__list .prod__content h2, .prod__list .prod__content h3 {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .prod__list .prod__content table td {
    padding-bottom: 3px;
    font-size: 13px;
  }
  .prod__list > li {
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 7px;
  }
  .prod__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .prod__list .prod__item {
    padding: 5px;
  }
  .prod__list .prod__item .img-link::before {
    background-size: 40px 40px;
  }
  .prod__list .prod__price {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 6px;
    font-size: 19px;
  }
}

@media screen and (max-width: 400px) {
  .prod__list > li {
    width: 100%;
    margin-right: 0;
  }
}

/* prod */
.scr_map {
  position: relative;
  background-color: #333333;
  z-index: 7;
}

.scr_map::before, .scr_map::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.scr_map::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -180px;
}

.scr_map__cont {
  height: 760px;
}

.scr_map__title {
  position: relative;
  z-index: 5;
}

.scr_map .page-title {
  position: absolute;
  top: -60px;
  left: 0;
}

.scr_map__main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.scr_map__wrap {
  position: relative;
}

.scr_map__info {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  padding-top: 30px;
}

.scr_map__info ol {
  position: relative;
  margin: 0;
  padding: 0;
  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;
  width: 398px;
  padding: 50px 20px 53px 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
}

.scr_map__info ol::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  display: block;
  border: 1px solid #eaf3fa;
  border-radius: 13px;
  z-index: -1;
}

.scr_map__info ol > li {
  position: relative;
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 500;
  color: #094b53;
  cursor: pointer;
}

.scr_map__info ol > li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #094b53;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scr_map__info ol > li.active::before {
  opacity: 1;
}

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

@media screen and (max-width: 1400px) {
  .scr_map__cont {
    height: 490px;
  }
}

@media screen and (max-width: 1200px) {
  .scr_map {
    display: none;
  }
}

/* scr_map */
.cases {
  position: relative;
  padding-top: 60px;
  padding-bottom: 127px;
  z-index: 1;
}

.cases::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2064px;
  background: transparent url("../img/cases-bg.jpg") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.cases .page-title {
  margin-bottom: 17px;
}

.cases__df {
  position: relative;
  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;
}

.cases__df .scr2__feat-bird1 {
  bottom: auto;
  top: -120px;
  left: 84.11528150134048%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.cases__wrap {
  position: relative;
  width: calc(100% - 445px);
  margin-right: 34px;
  margin-top: 30px;
}

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

.cases__slider-btns .swiper-button-prev,
.cases__slider-btns .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cases__slider-btns .swiper-button-prev {
  left: -7px;
}

.cases__slider-btns .swiper-button-next {
  right: -7px;
}

.cases__slider-btns .swiper-dots {
  bottom: -52px;
}

.cases__item {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  height: 620px;
  padding: 11px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cases__item:hover {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(215, 212, 212, 0.7);
          box-shadow: 0px 10px 25px 0px rgba(215, 212, 212, 0.7);
}

.cases__img {
  height: 100%;
}

.cases__img img {
  display: block;
}

.cases__title {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 20px 24px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #094b53;
}

.cases .scr2__feat {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 516px;
  margin-right: -108px;
  margin-top: 0;
  display: block;
}

.cases .scr2__feat > li:nth-of-type(2) {
  margin-top: -76px;
  padding-top: 0;
}

.cases .scr2__feat > li:nth-of-type(2) .scr2__feat-item {
  margin-left: auto;
  margin-right: 0;
}

.cases .scr2__feat > li:nth-of-type(3) {
  margin-top: -31px;
}

.cases .scr2__feat-item {
  width: 263px;
  height: 263px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 47px;
  text-align: center;
}

.cases .scr2__feat-item h3 {
  text-shadow: 0px 7px 8px rgba(9, 75, 83, 0.7);
  font-size: 48px;
  line-height: 0.8;
  font-weight: 900;
  color: #ffffff;
}

.cases .scr2__feat-item h3 span {
  font-size: 30px;
}

.cases--page {
  padding-top: 0;
  padding-bottom: 0;
}

.cases--page .section_wr {
  padding-top: 144px;
  padding-bottom: 9px;
}

.cases--page::before {
  content: none;
}

.cases--page .container {
  max-width: 1170px;
}

.cases--page .container > .page-title {
  text-align: center;
}

.cases__feat {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  padding-top: 20px;
}

.cases__feat > li {
  width: 33.3%;
  padding: 0 15px;
  text-align: center;
}

.cases__feat-num {
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 900;
  color: #215d64;
  font-size: 30px;
}

.cases__feat-num span {
  font-size: 48px;
}

.cases__feat-text {
  color: #666666;
}

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

.cases__list > li {
  padding-bottom: 47px;
}

.cases__content {
  padding-top: 37px;
}

.cases__text {
  max-width: 970px;
  padding: 37px 10px 0 32px;
}

.cases__text b {
  color: #094b53;
}

.cases--servs {
  position: relative;
  margin-top: -170px;
  padding-top: 0;
  overflow: hidden;
  z-index: 10;
}

.cases--servs::before {
  top: auto;
  left: auto;
  right: 0;
  bottom: -650px;
  display: block;
  width: 917px;
  height: 1595px;
  background: transparent url("../img/about-bg.png") no-repeat right center;
  background-size: contain;
}

.cases--servs .cases__wrap {
  width: 100%;
  margin-right: 0;
}

.cases--servs .container {
  max-width: 1170px;
}

.cases--servs .page-title {
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .cases__wrap {
    width: calc(100% - 675px);
  }
}

@media screen and (max-width: 1400px) {
  .cases {
    z-index: 2;
  }
  .cases__wrap {
    width: calc(100% - 565px);
  }
  .cases__item {
    height: 490px;
  }
  .cases .scr2__feat {
    width: 466px;
  }
  .cases .scr2__feat-item {
    width: 223px;
    height: 223px;
  }
  .cases .scr2__feat-item h3 {
    font-size: 38px;
  }
  .cases .scr2__feat-item h3 span {
    font-size: 20px;
  }
  .cases .scr2__feat-text {
    font-size: 13px;
  }
  .cases--servs {
    z-index: 10;
  }
}

@media screen and (max-width: 1300px) {
  .cases--page .section_wr {
    padding-top: 104px;
  }
  .cases__feat {
    margin-bottom: 24px;
  }
  .cases__feat-num {
    font-size: 20px;
  }
  .cases__feat-num span {
    font-size: 40px;
  }
  .cases__feat-text {
    font-size: 14px;
  }
  .cases--servs {
    margin-top: -80px;
  }
}

@media screen and (max-width: 1070px) {
  .cases::before {
    bottom: -540px;
    height: 864px;
  }
  .cases__wrap {
    width: 100%;
  }
  .cases__item {
    height: 490px;
  }
  .cases .scr2__feat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cases--page .cases__item {
    height: 410px;
  }
  .cases__text {
    padding: 27px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .cases {
    padding-top: 0;
    padding-bottom: 97px;
  }
  .cases__item {
    height: 432px;
    padding: 7px;
  }
  .cases .scr2__feat-bird1 {
    display: none;
  }
  .cases__slider-btns .swiper-dots {
    bottom: -42px;
  }
  .cases--page {
    padding-bottom: 0;
  }
  .cases--page .cases__item {
    height: 350px;
  }
  .cases__text {
    padding: 20px 10px 0;
    font-size: 14px;
  }
  .cases__feat {
    margin-bottom: 20px;
  }
  .cases__feat-num {
    font-size: 18px;
  }
  .cases__feat-num span {
    font-size: 32px;
  }
  .cases__feat-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .cases::before {
    content: none;
  }
  .cases__wrap {
    margin-top: 10px;
  }
  .cases__title {
    font-size: 12px;
    padding: 13px 15px 16px 18px;
  }
  .cases__feat {
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .cases__feat > li {
    padding: 0 3px;
  }
  .cases__feat-num {
    font-size: 15px;
  }
  .cases__feat-num span {
    font-size: 28px;
  }
  .cases__feat-text {
    font-size: 12px;
  }
  .cases__feat-text br {
    display: none;
  }
  .cases--page .cases__item {
    height: 270px;
  }
  .cases__list > li {
    padding-bottom: 30px;
  }
  .cases--servs {
    margin-top: -50px;
    padding-bottom: 77px;
  }
  .cases--servs .cases__slider-btns .swiper-dots {
    bottom: -22px;
  }
}

@media screen and (max-width: 400px) {
  .cases__item {
    height: 402px;
  }
}

/* cases */
.gallery {
  position: relative;
  padding-bottom: 138px;
  z-index: 2;
}

.gallery .about__leaf {
  top: -120px;
  left: auto;
  right: 1012px;
}

.gallery .about__leaf--gallery {
  top: -250px;
  left: 1250px;
  width: 460px;
  height: 342px;
  background-image: url(../img/leaf3.png);
}

.gallery .page-title {
  margin-bottom: 49px;
  text-align: center;
}

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

.gallery__wrap {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.gallery__slider {
  margin: -30px;
  padding: 30px;
}

.gallery__slider-btns .swiper-dots {
  bottom: -22px;
}

.gallery__item {
  position: relative;
  height: 674px;
  padding: 1px 1px 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
}

.gallery__item::before {
  content: '';
  position: absolute;
  left: -11px;
  right: -11px;
  top: -11px;
  bottom: 11px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
}

.gallery__img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.gallery__img img {
  display: block;
}

.gallery--page {
  overflow: hidden;
  margin-top: -30px;
  padding-bottom: 113px;
}

.gallery--page::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 1226px;
  height: 1333px;
  background: transparent url("../img/advantages-bg.jpg") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

.gallery--page .gallery__slider-btns .swiper-button-prev,
.gallery--page .gallery__slider-btns .swiper-button-next {
  top: calc(50% - 20px);
}

.gallery--page .gallery__slider-btns .swiper-button-prev {
  left: -20px;
}

.gallery--page .gallery__slider-btns .swiper-button-next {
  right: -20px;
}

@media screen and (max-width: 1600px) {
  .gallery__item {
    height: 554px;
  }
}

@media screen and (max-width: 1300px) {
  .gallery--page {
    margin-top: 0;
    padding-bottom: 73px;
  }
  .gallery--page .gallery__cont {
    padding-top: 30px;
  }
  .gallery--page .gallery__slider-btns .swiper-dots {
    bottom: -10px;
  }
}

@media screen and (max-width: 1200px) {
  .gallery__item {
    height: 454px;
  }
}

@media screen and (max-width: 1070px) {
  .gallery:not(.gallery--page) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .gallery__item {
    height: 384px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__item {
    height: 334px;
  }
}

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

/* gallery */
.insta {
  position: relative;
  padding-bottom: 83px;
  z-index: 5;
}

.insta .page-title {
  margin-bottom: 0;
  padding-left: 96px;
  background: transparent url("/img/svg/icons/insta.svg") no-repeat center left;
  background-size: 47px 47px;
}

.insta__top {
  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;
  margin-bottom: 49px;
}

.insta__link {
  display: block;
  text-decoration: none;
  outline: none;
  margin-left: 80px;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  color: #094b53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.insta__link:hover {
  color: #dbb978;
}

.insta__wrap {
  position: relative;
}

.insta__list {
  overflow: hidden;
}

.insta__list-btns .swiper-button-prev,
.insta__list-btns .swiper-button-next {
  top: calc(50% - 17px);
}

.insta__list-btns .swiper-button-next {
  right: -13px;
}

.insta__list-btns .swiper-button-prev {
  left: -13px;
}

.insta__item {
  display: block;
  text-decoration: none;
  outline: none;
  height: 341px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1070px) {
  .insta .page-title {
    padding-left: 66px;
    background-size: 42px 42px;
  }
}

@media screen and (max-width: 850px) {
  .insta__top {
    margin-bottom: 24px;
  }
  .insta .page-title {
    padding-left: 42px;
    background-size: 31px 31px;
    font-size: 23px;
  }
  .insta__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .insta {
    padding-bottom: 63px;
  }
  .insta__top {
    display: block;
  }
  .insta__link {
    margin-left: 42px;
    margin-top: 10px;
  }
}

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

/* insta */
.plans {
  position: relative;
  z-index: 10;
}

.plans::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

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

.plans__stages {
  position: relative;
  margin-right: -137px;
  margin-left: -215px;
}

.plans__stages-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.plans__stages-part {
  fill: rgba(121, 90, 33, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.plans__stages-wrap {
  display: block;
  text-decoration: none;
  outline: none;
}

.plans__stages-wrap.active .plans__stages-part {
  fill: rgba(138, 91, 4, 0.6);
}

.plans__stages-img img {
  display: block;
}

.plans .scr2__feat {
  display: block;
  width: auto;
  margin-top: 0;
  margin-right: 6px;
  padding-top: 72px;
}

.plans .scr2__feat > li:nth-of-type(2) {
  padding-top: 34px;
}

.plans .scr2__feat-item {
  width: 212px;
  height: 212px;
  padding: 31px 20px 15px;
  text-align: center;
}

.plans .scr2__feat-num {
  position: static;
  margin-bottom: 25px;
  font-size: 100px;
  line-height: 55px;
}

.plans__stage {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 780px;
  margin-right: -52px;
  z-index: 2;
}

.plans__stage-tab {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plans__stage-tab:not(.active) {
  display: none;
}

.plans__stage-info {
  padding-left: 64px;
  padding-right: 52px;
}

.plans__stage-title {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
  color: #094b53;
  font-size: 60px;
  line-height: 55px;
}

.plans__stage-title strong {
  font-size: 100px;
}

.plans__stage-item {
  margin-bottom: 22px;
}

.plans__stage-desc {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #094b53;
}

.plans__stage-text {
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
}

.plans__stage-add {
  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: 10px;
}

.plans__stage-add img {
  display: block;
  width: 34px;
  margin-right: 10px;
}

.plans__stage-img {
  position: relative;
}

.plans__stage-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.plans__stage-wrap img {
  display: block;
}

.plans__stage-apt-inner {
  fill: rgba(9, 75, 83, 0);
}

.plans__stage-apt.sold .plans__stage-apt-inner {
  fill: rgba(9, 75, 83, 0.8);
}

.plans__stage-sold {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fdfefe;
  padding: 9px 10px 10px 28px;
  background: transparent url("../img/svg/icons/bookmark.svg") no-repeat 9px center;
  background-size: 13px 17px;
  z-index: 2;
}

@media screen and (max-width: 1630px) {
  .plans__stage {
    margin-right: -32px;
  }
}

@media screen and (max-width: 1550px) {
  .plans__stages {
    margin-left: -125px;
  }
  .plans__stage {
    margin-right: 0;
    width: 660px;
  }
  .plans__stage-title {
    margin-bottom: 18px;
    font-size: 50px;
    line-height: 47px;
  }
  .plans__stage-title strong {
    font-size: 82px;
  }
  .plans__stage-desc {
    font-size: 16px;
  }
  .plans__stage-text {
    font-size: 14px;
  }
  .plans .scr2__feat-item {
    width: 192px;
    height: 192px;
  }
  .plans .scr2__feat-item h3 {
    font-size: 15px;
  }
  .plans .scr2__feat-num {
    font-size: 90px;
  }
}

@media screen and (max-width: 1250px) {
  .plans__stages {
    margin-right: -77px;
  }
  .plans__stage-sold {
    font-size: 11px;
  }
}

@media screen and (max-width: 1070px) {
  .plans__stages {
    margin-right: -20px;
    margin-left: -65px;
  }
  .plans__stage {
    width: 420px;
    max-width: 100%;
  }
  .plans__stage-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plans__stage-title {
    margin-bottom: 14px;
    font-size: 35px;
    line-height: 37px;
  }
  .plans__stage-title strong {
    font-size: 55px;
  }
  .plans__stage-desc, .plans__stage-text {
    display: none;
  }
  .plans__stage-add {
    font-size: 14px;
  }
  .plans__stage-add-img {
    width: 24px;
  }
  .plans__stage-info {
    padding-left: 34px;
    padding-right: 0;
  }
  .plans .scr2__feat {
    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;
    width: 100%;
    margin: 0;
    padding-top: 32px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .plans .scr2__feat > li {
    margin-right: 15px;
  }
  .plans .scr2__feat > li:last-of-type {
    margin-right: 0;
    padding-top: 0;
  }
  .plans .scr2__feat-item {
    width: auto;
    height: auto;
    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;
    padding: 0;
  }
  .plans .scr2__feat-item h3 {
    color: #094b53;
    font-size: 12px;
    text-align: left;
  }
  .plans .scr2__feat-num {
    margin-right: 16px;
    font-size: 45px;
    color: #094b53;
  }
}

@media screen and (max-width: 991px) {
  .plans__stage-title {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .plans::before {
    content: none;
  }
  .plans__df {
    display: block;
  }
  .plans__stages {
    max-width: 600px;
  }
  .plans__stages::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .plans__stages-img {
    overflow: hidden;
  }
}

@media screen and (max-width: 450px) {
  .plans__stages {
    margin-right: -50px;
  }
  .plans__stage-sold {
    padding: 10px 0 10px 15px;
    font-size: 10px;
    background-position: 5px center;
    background-size: 7px 7px;
  }
}

/* plans */
.blog {
  position: relative;
  padding-bottom: 51px;
}

.blog__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;
  padding-top: 35px;
}

.blog__list > li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding-bottom: 30px;
}

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

.blog__item {
  position: relative;
  height: 100%;
  padding: 13px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.blog__item::before {
  content: '';
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  display: block;
  border: 1px solid #eaf3fa;
  border-radius: 13px;
  z-index: -1;
}

.blog__img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 335px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.blog__img img {
  display: block;
  height: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog__img:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog__content {
  padding: 17px 15px 40px 20px;
}

.blog__content time {
  display: block;
  margin-bottom: 24px;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 18px;
  color: #dbb877;
}

.blog__content a {
  display: block;
  text-decoration: none;
  outline: none;
}

.blog__content a:hover h2 {
  color: #dbb978;
}

.blog__content h2 {
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #094b53;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog__text {
  color: #666666;
}

@media screen and (max-width: 1400px) {
  .blog__img {
    height: 265px;
  }
  .blog__content {
    padding: 17px 15px 30px;
  }
  .blog__content time {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .blog__content h2 {
    min-height: 45px;
    margin-bottom: 20px;
    font-size: 19px;
  }
  .blog__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1170px) {
  .blog__img {
    height: 215px;
  }
  .blog__content h2 {
    min-height: 35px;
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .blog {
    padding-bottom: 31px;
  }
  .blog__img {
    height: 195px;
  }
  .blog__content h2 {
    min-height: 31px;
    font-size: 16px;
  }
  .blog__content h2 br {
    display: none;
  }
}

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

@media screen and (max-width: 575px) {
  .blog__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .blog__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .blog__content h2 {
    min-height: 25px;
    font-size: 15px;
  }
  .blog__item {
    padding: 7px;
  }
  .blog__item::before {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }
  .blog__content {
    padding: 15px 10px 20px;
  }
}

@media screen and (max-width: 530px) {
  .blog__list > li {
    width: 100%;
    margin-right: 0;
  }
  .blog__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* blog */
.post {
  position: relative;
  padding-bottom: 70px;
}

.post .container {
  max-width: 1347px;
}

.post .breadcrumbs {
  margin-top: -40px;
}

.post__wrap {
  margin-top: 22px;
  padding: 26px 24px 33px 38px;
}

.post__title {
  margin-top: 0;
  margin-bottom: 46px;
  padding-top: 11px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 36px;
  line-height: 1.33333;
  font-weight: 500;
  color: #094b53;
}

@media screen and (max-width: 1650px) {
  .post .breadcrumbs {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1170px) {
  .post__title {
    margin-bottom: 27px;
    font-size: 29px;
  }
  .post__title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .post {
    padding-bottom: 40px;
  }
  .post__wrap {
    padding: 26px 24px 13px 24px;
  }
  .post__title {
    margin-bottom: 17px;
    font-size: 21px;
  }
}

@media screen and (max-width: 500px) {
  .post__title {
    font-size: 18px;
  }
}

/* post */
.contacts {
  position: relative;
  background: transparent url("../img/contacts-bg.jpg") no-repeat top center;
  background-size: cover;
}

.contacts .page-title {
  margin-bottom: 78px;
}

.contacts__df {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 118px;
  z-index: 1;
}

.contacts__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin-bottom: 20px;
  padding: 60px 30px 30px;
}

.contacts__form {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 454px;
  margin-left: 112px;
}

.contacts__item {
  margin-bottom: 70px;
}

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

.contacts__title, .contacts__text {
  font-size: 18px;
  line-height: 1.44444;
}

.contacts__title {
  margin-top: 0;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  color: #094b53;
}

.contacts .about__leaf {
  top: auto;
  left: -278px;
  bottom: -80px;
}

@media screen and (max-width: 1400px) {
  .contacts__df {
    padding-bottom: 88px;
  }
  .contacts__info {
    padding: 50px 30px 30px;
  }
  .contacts__form {
    margin-left: 42px;
  }
  .contacts__item {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 1070px) {
  .contacts .page-title {
    margin-bottom: 40px;
  }
  .contacts__item {
    margin-bottom: 40px;
  }
  .contacts__title, .contacts__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 850px) {
  .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: 50px;
  }
  .contacts__info {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .contacts__form {
    margin-left: 0;
  }
  .contacts .about__leaf {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contacts .page-title {
    margin-bottom: 20px;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
  .contacts__title, .contacts__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .contacts__df {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .contacts__info {
    width: calc(100% + 30px);
    margin-left: 0;
  }
}

/* contacts */
.scr_card {
  position: relative;
  padding-top: 15px;
  padding-bottom: 96px;
}

.scr_card .container {
  max-width: 1347px;
}

.scr_card .breadcrumbs {
  margin-bottom: 24px;
}

.scr_card__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: 37px 20px 52px 40px;
  z-index: 1;
}

.scr_card__left {
  width: 52.66507557677009%;
  margin-right: 30px;
}

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

.scr_card__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}

.scr_card__info-list > li {
  width: 33.3%;
  padding-right: 10px;
  color: #666666;
}

.scr_card__info-list > li:last-of-type {
  padding-right: 0;
}

.scr_card__info-list > li b {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}

.scr_card__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.scr_card__link {
  display: block;
  text-decoration: none;
  outline: none;
  margin-right: 62px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #094b53;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_card__link:hover {
  color: #dbb978;
}

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

.scr_card__title {
  margin-top: 0;
  margin-bottom: 41px;
  font-size: 30px;
  font-weight: 500;
  color: #094b53;
}

.scr_card__statuses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.scr_card__status {
  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: 155px;
  height: 42px;
  margin-right: 17px;
  padding: 0 20px;
  background-color: #f0f5fb;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #094b53;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_card__status.active {
  background-color: #dbb877;
  color: #fff;
}

.scr_card__price {
  display: block;
  font-family: "BerlingskeSerif-DBd", serif;
  font-size: 26px;
  font-weight: 400;
  color: #dbb877;
}

.scr_card__price--dollar {
  margin-bottom: 8px;
  font-size: 30px;
}

.scr_card__btns {
  padding-top: 47px;
  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;
}

.scr_card__btns .btn__wrap {
  margin-right: 32px;
  border-radius: 27.5px;
}

.scr_card__btns .btn__wrap::after {
  border-radius: 27.5px;
}

.scr_card__btns .btn__wrap .xbtn {
  height: 68px;
  min-width: 228px;
}

.scr_card__btns .xbtn--circle {
  width: 51px;
  height: 51px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(12, 147, 163, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(12, 147, 163, 0.2);
}

.scr_card__btns .xbtn--circle .icon {
  fill: #2dcadd;
}

@media screen and (max-width: 1170px) {
  .scr_card__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .scr_card__info-list > li {
    font-size: 14px;
  }
  .scr_card__info-list > li b {
    margin-bottom: 6px;
  }
  .scr_card__statuses {
    margin-bottom: 28px;
  }
  .scr_card__status {
    min-width: 115px;
    height: 38px;
    margin-right: 8px;
    padding: 0 20px;
    font-size: 13px;
  }
  .scr_card__price {
    font-size: 20px;
  }
  .scr_card__price--dollar {
    margin-bottom: 3px;
    font-size: 26px;
  }
  .scr_card__btns {
    padding-top: 27px;
  }
  .scr_card__btns .btn__wrap {
    margin-right: 22px;
  }
  .scr_card__btns .btn__wrap .xbtn {
    height: 58px;
    min-width: 188px;
  }
  .scr_card__links {
    padding-top: 10px;
  }
  .scr_card__link {
    margin-right: 42px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .scr_card__title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .scr_card__info-list {
    margin-bottom: 27px;
  }
  .scr_card__info-list > li {
    font-size: 13px;
  }
  .scr_card__info-list > li b {
    margin-bottom: 2px;
  }
  .scr_card__status {
    min-width: 95px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .scr_card {
    padding-bottom: 56px;
  }
  .scr_card__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: 27px 20px 42px;
  }
  .scr_card__left {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }
  .scr_card__links {
    padding-top: 0;
  }
  .scr_card__info {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}

/* scr_card */
.servs {
  position: relative;
  padding-top: 140px;
  padding-bottom: 76px;
  z-index: 10;
}

.servs .page-title {
  text-align: center;
}

.servs__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 31px;
}

.servs__tab:not(#servs__tab-0) {
  display: none;
}

.servs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 41px 23px 25px;
}

.servs__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 54.54545454545455%;
  height: 441px;
  margin-right: 26px;
}

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

.servs__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #094b53;
}

.servs__text {
  font-size: 16px;
  line-height: 26px;
}

.servs__text p {
  margin-bottom: 22px;
}

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

@media screen and (max-width: 1170px) {
  .servs {
    padding-top: 100px;
    padding-bottom: 56px;
  }
  .servs__img {
    width: 47.545455%;
    height: 391px;
  }
  .servs__title {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .servs__text {
    font-size: 14px;
  }
  .servs__text p {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 900px) {
  .servs {
    padding-top: 90px;
    padding-bottom: 36px;
  }
  .servs__item {
    display: block;
    padding: 23px 21px 23px 25px;
  }
  .servs__img {
    float: left;
    width: 250px;
    max-width: 45%;
    height: 171px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .servs__content {
    padding-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .servs__title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .servs__text {
    font-size: 13px;
    line-height: 1.5;
  }
  .servs__text p {
    margin-bottom: 6px;
  }
  .servs .page-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 450px) {
  .servs__img {
    height: 141px;
  }
}

/* servs */
.company {
  position: relative;
  padding-top: 138px;
  padding-bottom: 741px;
  background: transparent url("../img/company-img.jpg") no-repeat center bottom;
  background-size: contain;
}

.company .page-title {
  text-align: center;
}

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

.company__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  padding-top: 16px;
}

.company__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: 53.6813922356091%;
  border: 8px solid #feffff;
  -webkit-box-shadow: 0px 20px 68px -8px rgba(9, 75, 83, 0.2);
          box-shadow: 0px 20px 68px -8px rgba(9, 75, 83, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.company__img-wrap {
  border-radius: 8px;
  background-color: #86bae4;
  overflow: hidden;
}

.company__img-wrap img {
  display: block;
}

.company__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #094b53;
}

.company__text b {
  font-weight: 500;
}

.company__text p {
  margin-bottom: 25px;
}

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

.company__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;
  padding-top: 54px;
  padding-bottom: 20px;
}

.company__list > li {
  width: 25%;
  padding-bottom: 44px;
  padding-right: 15px;
}

.company__list > li:last-of-type {
  padding-right: 0;
}

.company__item {
  display: block;
  text-decoration: none;
  outline: none;
  color: #094b53;
  font-size: 16px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.company__item b {
  font-size: 24px;
  font-weight: 500;
}

.company__item:hover {
  color: #dbb978;
}

.company__feat {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
}

.company__feat > li {
  width: 27.71084337349398%;
  margin-right: 30px;
  padding: 25px 20px 24px 61px;
  background: #fff url("../img/svg/icons/bookmark.svg") no-repeat 21px 28px;
  background-size: 23px 31px;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
  color: #094b53;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.company__feat > li:hover {
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.7);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.7);
}

.company__feat > li strong {
  font-weight: 700;
}

.company__feat > li:nth-of-type(2) {
  width: 30.52208835341365%;
}

.company__feat > li:last-of-type {
  width: 38.08567603748327%;
  margin-right: 0;
}

.company__feat ul {
  margin: 0;
  padding: 0;
}

.company__feat ul > li {
  margin-bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

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

.company__left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 68.27309236947791%;
  padding: 30px 218px 32px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
          box-shadow: 0px 20px 35px 0px rgba(215, 212, 212, 0.4);
  border-radius: 15px;
}

.company__left p {
  margin-bottom: 23px;
}

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

.company__right {
  margin-left: -140px;
  padding: 43px 78px 43px 60px;
  background-color: #094b53;
  border-radius: 15px;
  color: #ffffff;
}

.company__right a {
  text-decoration: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.company__right a:hover {
  color: #dbb978;
}

@media screen and (max-width: 1400px) {
  .company__feat > li {
    padding: 25px 20px 24px 41px;
    font-size: 14px;
    background-position: 11px 28px;
  }
}

@media screen and (max-width: 1300px) {
  .company {
    padding-top: 88px;
    padding-bottom: 301px;
  }
}

@media screen and (max-width: 1170px) {
  .company__info {
    padding-top: 0;
  }
  .company__img {
    width: 33.681392%;
    -webkit-box-shadow: 0px 10px 48px -8px rgba(9, 75, 83, 0.2);
            box-shadow: 0px 10px 48px -8px rgba(9, 75, 83, 0.2);
  }
  .company__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .company__text {
    font-size: 14px;
  }
  .company__text p {
    margin-bottom: 15px;
  }
  .company__list {
    padding-top: 34px;
  }
  .company__list > li {
    padding-bottom: 24px;
    padding-right: 10px;
  }
  .company__list > li > a {
    font-size: 14px;
  }
  .company__list > li > a b {
    font-size: 19px;
  }
  .company__left {
    padding: 30px 128px 32px 30px;
    font-size: 14px;
  }
  .company__left p {
    margin-bottom: 13px;
  }
  .company__right {
    margin-left: -90px;
    padding: 23px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .company {
    padding-bottom: 211px;
  }
  .company__df {
    display: block;
  }
  .company__info {
    margin-right: 0;
  }
  .company__img {
    float: right;
    width: 250px;
    max-width: 45%;
    margin-bottom: 15px;
    margin-left: 15px;
    border-width: 4px;
  }
  .company__feat > li {
    width: 24.71084337349398%;
    margin-right: 15px;
    padding: 15px 10px 15px 31px;
    background-position: 7px 18px;
    background-size: 18px 15px;
    font-size: 13px;
  }
  .company__feat > li:nth-of-type(2) {
    width: 27.52208835341365%;
  }
  .company__feat > li:last-of-type {
    width: 42.08567603748327%;
  }
}

@media screen and (max-width: 767px) {
  .company__title {
    font-size: 25px;
  }
  .company__text {
    font-size: 13px;
  }
  .company__text p {
    margin-bottom: 12px;
  }
  .company__list > li > a {
    font-size: 12px;
  }
  .company__list > li > a b {
    font-size: 16px;
  }
  .company__feat {
    display: block;
    margin-bottom: 30px;
  }
  .company__feat > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .company__feat > li:nth-of-type(2) {
    width: 100%;
  }
  .company__feat > li:last-of-type {
    width: 100%;
  }
  .company__add {
    display: block;
  }
  .company__left {
    width: 100%;
    padding-right: 30px;
  }
  .company__right {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .company__list > li {
    width: 33.3%;
  }
}

@media screen and (max-width: 575px) {
  .company {
    padding-bottom: 111px;
  }
}

@media screen and (max-width: 500px) {
  .company__list {
    padding-bottom: 10px;
  }
  .company__list > li {
    width: 50%;
    padding-bottom: 14px;
    padding-right: 10px;
  }
  .company__list > li:nth-of-type(2n) {
    padding-right: 0;
  }
  .company__feat > li {
    font-size: 12px;
  }
  .company__feat > li strong {
    font-size: 12px;
  }
  .company__left {
    padding: 20px 20px 22px;
    font-size: 13px;
  }
  .company__right {
    padding: 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .company .page-title {
    display: none;
  }
  .company__df {
    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;
  }
  .company__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 0;
    float: none;
  }
  .company__list > li > a b {
    font-size: 14px;
  }
}

/* company */
.footer {
  position: relative;
  background-color: #02353b;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 22px;
}

.footer__col {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 20px;
}

.footer__col:first-of-type {
  width: 29.53784326858674%;
}

.footer__col:nth-of-type(2) {
  width: 29.13596784996651%;
}

.footer__col:nth-of-type(3) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__col:last-of-type {
  padding-right: 0;
}

.footer__title {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2fcde0;
}

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

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

.footer__link {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__link:hover {
  color: #dbb978;
}

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

.footer .menu > li {
  margin-bottom: 20px;
}

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

.footer .menu > li > a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .menu > li > a:hover {
  color: #dbb978;
}

.footer__menu {
  padding-top: 4px;
}

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

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

.footer__menu .menu > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #f8fcf6;
}

.footer__bottom {
  border-top: 1px solid rgba(138, 198, 75, 0.2);
}

.footer__bottom-df {
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__bottom a.text {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom a.text:hover {
  color: #dbb978;
}

.footer__politics {
  margin-right: 70px;
}

.footer__copyright {
  margin-right: 99px;
}

.footer .made {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.footer .made .icon {
  width: 60px;
  height: 22px;
  margin-left: 13px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .made:hover .icon {
  fill: #dbb978;
}

@media screen and (max-width: 991px) {
  .footer__title {
    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;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 19px;
    padding-left: 29px;
    font-size: 16px;
    font-weight: 400;
  }
  .footer__title::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url("../img/svg/plus.svg") no-repeat center center;
    background-size: contain;
  }
  .footer__hidden {
    display: none;
    padding-left: 14px;
    padding-bottom: 20px;
  }
  .footer__top {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__col {
    border-bottom: 1px solid rgba(212, 227, 241, 0.1);
    width: 100% !important;
    padding-right: 0;
  }
  .footer__col:last-of-type {
    border-bottom: none;
  }
  .footer__menu {
    padding-top: 0;
  }
  .footer__menu .menu > li {
    margin-bottom: 0;
  }
  .footer__menu .menu > li > a {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 21px 29px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(212, 227, 241, 0.1);
  }
  .footer__menu .menu > li:last-of-type > a {
    border-bottom: none;
  }
  .footer__bottom {
    border-color: rgba(212, 227, 241, 0.1);
  }
}

@media screen and (max-width: 850px) {
  .footer {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-df {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bottom .footer__politics {
    margin-right: 30px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 30px;
  }
}

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

@media screen and (max-width: 575px) {
  .footer__bottom {
    height: auto;
  }
}

/* footer */
