/* ------------------------------------- 
 * Font face 
 * ------------------------------------- */
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ermilov";
  src: url("../fonts/Ermilov-Bold.woff2") format("woff2"), url("../fonts/Ermilov-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------- 
 * Libs 
 * ------------------------------------- */
/* ----- bootstrap-grid ----- */
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: 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;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  -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;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -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;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -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;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -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;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -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;
  }
}
/* ----- swiper slider ----- */
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ----- fancybox ----- */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-container p {padding-right:15px;}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ----- simplebar ----- */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* ------------------------------------- 
 * Reset 
 * ------------------------------------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  position: relative;
  font: 18px/1.3 "Futura PT", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  letter-spacing: -0.007em;
  color: #2B2A44;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antial;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6, .title {
  font-weight: 900;
  letter-spacing: -0.04em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
a:hover {
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: #3CC3CC;
  vertical-align: middle;
  border-style: none;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #2B2A44;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=radio]:disabled, input[type=checkbox]:disabled {
  cursor: not-allowed;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}
input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  display: block;
  margin: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role=button] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.swiper-slide * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet {
  outline: none;
}

.simplebar-scrollbar::before {
  opacity: 1;
  background-color: #C5C9CD;
}

.fancybox-bg {
  background-color: #28284E;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}
.fancybox-container .fancybox-close-small {
  font-size: 10px;
  width: 4.8em;
  height: 4.8em;
  padding: 0.6em;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .fancybox-container .fancybox-close-small {
    font-size: 6.25px;
  }
}

/* ------------------------------------- 
 * Common styles 
 * ------------------------------------- */
.wrapper {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 111px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
.flex, .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.img--cover, .img--contain {
  width: 100%;
  height: 100%;
}
.img--cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.img--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

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

.accent {
  color: #3CC3CC;
}

.subcolor {
  color: #78778F;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo .img {
  font-size: 1em;
}
.logo-ic {
  width: 3em;
  min-width: 3em;
  height: 2.6em;
  margin-right: 8px;
  -webkit-animation: pulse 1.25s linear 0.25s 1 forwards;
          animation: pulse 1.25s linear 0.25s 1 forwards;
}
.logo-text {
  width: 14em;
  min-width: 14em;
  height: 1.4em;
}
@media screen and (max-width: 767px) {
  .logo-text {
    width: 8.2em;
    min-width: 8.2em;
    height: 2.9em;
  }
}

.tel {
  font-family: "Ermilov", "Futura PT", sans-serif;
}

.section-head {
  position: relative;
  margin-bottom: 35px;
}
.section-head.margin-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-head {
    margin-bottom: 20px;
  }
  .section-head.margin-50 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-head {
    padding: 0 105px;

  }
  .section-head-center{
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;  	
  }
}
.section-head .slider-arrows {
  position: absolute;
  top: -5px;
  right: 0;
}

/* ---------- Titles & text ---------- */
h1, .title-1 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 0.9;
}
@media screen and (max-width: 1199px) {
  h1, .title-1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  h1, .title-1 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media screen and (max-width: 359px) {
  h1, .title-1 {
    font-size: 28px;
  }
}

h2, .title-2 {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  h2, .title-2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  h2, .title-2 {
    font-size: 24px;
    line-height: 1;
  }
}

h3, .title-3 {
  font-size: 28px;
  line-height: 0.95;
}
@media screen and (max-width: 1199px) {
  h3, .title-3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h3, .title-3 {
    font-size: 18px;
  }
}

h4, .title-4 {
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  h4, .title-4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4, .title-4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fz-19 {
    font-size: 19px;
  }
}

.fz-22 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .fz-22 {
    font-size: 18px;
  }
}

.fz-30 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .fz-30 {
    font-size: 24px;
    line-height: 30px;
  }
}

.fz-28 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .fz-28 {
    font-size: 20px;
  }
}

.inherit {
  color: inherit;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .link:hover {
    color: #3CC3CC;
  }
}

@media screen and (max-width: 767px) {
  .txt-md-center {
    text-align: center;
  }
}

/* ----- buttons ----- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 14px 25px 15px 25px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.007em;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 18px;
  }
}
.button-sm {
  height: 44px;
  padding: 9px 24px;
}
@media screen and (max-width: 767px) {
  .button-sm {
    height: 40px;
    padding: 7px 20px;
  }
}
.button-arrow::before {
  content: "";
  display: block;
  font-size: 14px;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../img/icons/arrow-right.svg");
          mask-image: url("../img/icons/arrow-right.svg");
  background-color: #3CC3CC;
}
.button-link {
  color: #3CC3CC;
}
.button-link--border {
  border-bottom: 1px dotted #3CC3CC;
}
@media screen and (min-width: 1200px) {
  .button-link--border:hover {
    border-block-color: transparent;
  }
}
.button-tg::before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 15px;
  background: url("../img/icons/telegram.svg") no-repeat 50% 50%/contain;
}
.button-accent-bg {
  background-color: #3CC3CC;
  color: #fff;
}
.button-accent-bg:hover {
  color: #fff;
}
.button-accent-bg.button-tg::before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media screen and (min-width: 1200px) {
  .button-accent-bg:hover {
    background-color: #41B3BB;
  }
}
.button-accent-bd {
  border: 2px solid #3CC3CC;
  color: #3CC3CC;
}
@media screen and (min-width: 1200px) {
  .button-accent-bd:hover {
    background-color: #3CC3CC;
    color: #fff;
  }
  .button-accent-bd:hover::before {
    background-color: #fff;
  }
  .button-accent-bd.button-tg:hover::before {
    background-color: transparent;
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.button-white-bd {
  border: 2px solid #fff;
  color: #fff;
  -webkit-filter: drop-shadow(0px 6px 10px rgba(54, 38, 38, 0.1));
          filter: drop-shadow(0px 6px 10px rgba(54, 38, 38, 0.1));
}
@media screen and (min-width: 1200px) {
  .button-white-bd:hover {
    background-color: #fff;
    color: #2B2A44;
  }
}
.button-gray-bd {
  border: 2px solid #F7F7F7;
}
.button-gray-bd.is-active {
  border-color: #3CC3CC;
}

.close {
  width: 20px;
  height: 20px;
  background: #fff url("../img/icons/close.svg") no-repeat 50% 50%/10px;
  border-radius: 50%;
  position: absolute;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-arrows.white .slider-arrow {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .slider-arrows.white .slider-arrow:hover {
    background-color: #3CC3CC;
  }
}
.slider-arrow {
  font-size: 10px;
  width: 5.2em;
  height: 4.4em;
  outline: none;
  cursor: pointer;
  z-index: 1;
  border: none;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0px 10px 10px rgba(112, 119, 138, 0.03);
          box-shadow: 0px 10px 10px rgba(112, 119, 138, 0.03);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-arrow::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  background: url("../img/icons/arrow-right.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .slider-arrow:hover {
    background-color: #3CC3CC;
  }
  .slider-arrow:hover::before {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.slider-prev {
  margin-right: 1px;
  border-radius: 10px 0 0px 10px;
}
.slider-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-next {
  border-radius: 0 10px 10px 0;
}
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  font-size: 10px;
}
.slider-dots .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  opacity: 1;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.6em;
  background: #3CC3CC;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slider-dots .swiper-pagination-bullet-active {
  width: 3em;
  opacity: 1;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .slider-dots {
    font-size: 7.5px;
    margin-top: 20px;
  }
}
.slider-dots.dots-white {
  padding: 11px 18px;
  border-radius: 100px;
  background: -o-linear-gradient(337.17deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
}
.slider-dots.dots-white .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .swiper-mobile {
    overflow: visible;
  }
  .swiper-mobile .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-mobile .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .swiper-mobile .swiper-wrapper {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .swiper-mobile .swiper-slide {
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .img-hover .img {
    will-change: transform;
    -webkit-transition: all 0.3s 0.1s linear;
    -o-transition: all 0.3s 0.1s linear;
    transition: all 0.3s 0.1s linear;
  }
  .img-hover:hover .img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition-duration: 1.5s;
         -o-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media screen and (max-width: 767px) {
  .section-slider {
    overflow: hidden;
  }
  .section-slider .swiper-container {
    overflow: visible;
  }
  .section-slider .swiper-container .swiper-slide {
    max-width: 286px;
  }
}

.overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #28284E;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.js-tab-content, .js-accordion-content {
  display: none;
}

.js-open-modal, .js-tab, .js-accordion-btn {
  cursor: pointer;
}

.page-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 18px 22px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
.page-nav .button {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .page-nav a:hover {
    color: #3CC3CC;
  }
}
.page-nav .button-accent-bd {
  color: #2B2A44;
}
@media screen and (min-width: 1200px) {
  .page-nav .button-accent-bd:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .page-nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    margin-bottom: 20px;
    padding: 10px 12px;
  }
}

.page-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .page-subnav {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-subnav {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .page-subnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .page-subnav a:hover {
    color: #3CC3CC;
  }
}
.page-subnav .button {
  margin-right: 18px;
  margin-bottom: 18px;
  padding-left: 19px;
  padding-right: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-subnav .button {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.page-subnav .button-accent-bd {
  color: #2B2A44;
}
@media screen and (min-width: 1200px) {
  .page-subnav .button-accent-bd:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .page-nav .button, .page-subnav .button {
    font-size: 16px;
    padding: 10px 16px;
	  min-width: fit-content;
  }
}

.pagination {
  margin-top: 30px;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagination {
    font-size: 18px;
    margin-top: 15px;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 5px;
  padding: 10px;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
  line-height: 1;
  color: #2B2A44;
  letter-spacing: -0.01em;
}
.pagination .page-numbers.current {
  background-color: #3CC3CC;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .pagination a:hover {
    background-color: #3CC3CC;
    color: #fff;
  }
}
.pagination .prev, .pagination .next {
  width: 52px;
  font-size: 0;
  color: transparent;
  background-color: #F7F7F7;
}
.pagination .prev::before, .pagination .next::before {
  content: "";
  display: block;
  font-size: 14px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background: url("../img/icons/arrow-right.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 1200px) {
  .pagination .prev:hover, .pagination .next:hover {
    border-color: #3CC3CC;
  }
  .pagination .prev:hover::before, .pagination .next:hover::before {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.pagination .prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .prev::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pagination .next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .screen-reader-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 28px;
  }
}

.page-section {
  margin: 28px 0 35px;
}
@media screen and (max-width: 767px) {
  .page-section {
    margin: 20px 0;
  }
}
.page-section .subtitle {
  margin-top: -15px;
  margin-bottom: 8px;
  color: #78778F;
}
.page-section .link {
  color: #3CC3CC;
}

.center {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.text-gradient {
  color: #8483FB;
}

@supports (-webkit-text-fill-color: transparent) {
  .text-gradient {
    background: -o-linear-gradient(65deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
    background: linear-gradient(25deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
/* ------------------------------------- 
 * Modules 
 * ------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: rgba(43, 42, 68, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: rgba(43, 42, 68, 0.5);
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: rgba(43, 42, 68, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: rgba(43, 42, 68, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  color: rgba(43, 42, 68, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid,
body input:required:valid, body textarea:required:valid {
  color: #2B2A44;
}

.input {
  display: block;
  width: 100%;
  min-width: 1px;
  height: 50px;
  padding: 13px 20px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  font-size: 19px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .input {
    padding: 13px 16px;
  }
}
.input:focus {
  outline: none;
}
.input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder {
  opacity: 0;
}
.input:focus, .input.is-populated {
  padding-top: 24px;
  padding-bottom: 10px;
}
.input:focus ~ .placeholder, .input.is-populated ~ .placeholder {
  top: 7px;
  font-size: 13px;
  color: #B8B8B9;
  letter-spacing: -0.007em;
}
.input:focus:required:invalid {
  border-color: red;
}

textarea.input {
  height: 226px;
  resize: none;
}
textarea.input:focus, textarea.input.is-populated {
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  textarea.input {
    height: 180px;
  }
}

.input-wrap {
  position: relative;
  z-index: 1;
  background: #FFF;
  border-radius: 10px;
}
.input-wrap .input {
  background: none;
}

.placeholder {
  position: absolute;
  z-index: -1;
  font-size: 19px;
  line-height: 1;
  top: 16px;
  left: 20px;
  color: #2B2A44;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .placeholder {
    left: 16px;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.checkbox__wrap {
  position: relative;
  top: -1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.checkbox__wrap::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3CC3CC;
  border-radius: 2px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.checkbox__text {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(120, 119, 143, 0.5);
}
@media screen and (min-width: 1200px) {
  .checkbox__text .js-open-modal:hover {
    color: #3CC3CC;
  }
}
@media screen and (max-width: 767px) {
  .checkbox__text {
    font-size: 13px;
  }
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .checkbox__wrap::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.my-select {
  position: relative;
  z-index: 2;
}
.my-select.is-opened {
  z-index: 3;
}
.my-select.with-placeholder {
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 10px;
}
.my-select.with-placeholder .my-select__trigger {
  background-color: transparent;
  border: none;
}
.my-select.is-populated .my-select__trigger {
  padding-top: 18px;
  padding-bottom: 10px;
}
.my-select.is-populated .placeholder {
  top: 7px;
  font-size: 13px;
  color: #B8B8B9;
  letter-spacing: -0.007em;
}
.my-select .placeholder {
  position: absolute;
  top: 14px;
  left: 20px;
  color: #2B2A44;
}
.my-select__trigger {
  display: block;
  position: relative;
  height: 50px;
  padding: 14px 45px 14px 20px;
  color: #2B2A44;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-select__trigger::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  right: 28px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url("../img/icons/arrow-right.svg") no-repeat 50% 50%/contain;
}
.my-select__options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #EEE;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 2;
  overflow: auto;
  max-height: 300px;
}
.my-select__options.results {
  padding: 20px 20px 10px;
}
.my-select__options.results .my-select__option {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 20px;
  border: 2px solid #F7F7F7;
  border-radius: 100px;
}
.my-select__option {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #78778F;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.my-select__option:first-of-type {
  border-radius: 10px 10px 0 0;
}
.my-select__option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.my-select__option:hover, .my-select__option.is-selected {
  background: rgba(60, 195, 204, 0.2);
}
.my-select.is-opened .my-select__trigger::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.my-select.is-opened .my-select__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.form-btn .sep {
  display: inline-block;
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .form-btn .sep {
    display: none;
  }
  .form-btn .button-accent-bd {
    margin-top: 15px;
  }
}

.modal {
  display: none;
  width: 100%;
  margin: 0 auto;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
.modal__title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .modal__title {
    font-size: 34px;
  }
}
.modal-geo {
  width: 100%;
  max-width: 484px;
  padding: 48px 100px;
  text-align: center;
}
.modal-geo .list li {
  margin-bottom: 30px;
}
.modal-geo .list li:last-child {
  margin-bottom: 0 !important;
}
.modal-geo .list .button {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 192px;
  height: auto;
}
.modal-geo .list .button-accent-bd {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal-geo {
    max-width: 345px;
    padding: 30px;
  }
  .modal-geo .list li {
    margin-bottom: 20px;
  }
}
.modal-policy {
  max-width: 1018px;
  padding: 56px;
}
@media screen and (max-width: 767px) {
  .modal-policy {
    padding: 48px 20px;
  }
}
.modal-policy__body {
  padding: 40px 60px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 10px;
  color: #78778F;
}
@media screen and (max-width: 767px) {
  .modal-policy__body {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal-policy__scroll .simplebar-track.simplebar-vertical {
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-policy__scroll {
    max-height: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .modal-policy__scroll {
    max-height: 695px;
  }
}
.modal-policy__txt > .list > li {
  margin-bottom: 2em;
}
.modal-policy__txt > .list > li strong:first-child, .modal-policy__txt > .list > li b:first-child {
  display: inline-block;
  margin-bottom: 1em;
}
.modal-policy__txt > .list > li:last-child {
  margin-bottom: 0;
}
.modal-policy__txt b, .modal-policy__txt strong {
  font-weight: 600;
}
.modal-form {
  max-width: 776px;
  padding: 45px 20px;
  z-index: 1;
  overflow: visible;
}
@media screen and (min-width: 1200px) {
  .modal-form::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #F7F7F7;
    border-radius: 10px;
  }
  .modal-form::after {
    content: "";
    display: block;
    font-size: 10px;
    width: 40.5em;
    height: 47.5em;
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    background: url("../img/egplr.png") no-repeat 50% 50%/contain;
    -webkit-transform: translate(50%, -20%);
        -ms-transform: translate(50%, -20%);
            transform: translate(50%, -20%);
  }
}
@media screen and (max-width: 767px) {
  .modal-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal-form__head {
    text-align: center;
  }
}
.modal-form .page-form__block {
  max-width: 508px;
  margin: 0 auto;
  padding: 0;
  position: static;
}
.modal-form .page-form__block::after {
  display: none;
}
.modal-form .page-form__block .input-wrap {
  margin-bottom: 12px;
}
.modal-form .title-2 {
  line-height: 1;
  margin-bottom: 0.3em;
}
.title-2{
 font-size: 36px;
}
.modal-form textarea.input {
  height: 110px;
}
@media screen and (max-width: 767px) {
  .modal-form .form-btn .button {
    width: 100%;
  }
}
.modal-success {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.modal-success .page-form__block {
  max-width: 472px;
}
.modal-success__txt {
  margin-bottom: 40px;
}
.modal-success__subtxt {
  max-width: 404px;
  margin-left: auto;
  margin-right: auto;
}
.modal-success .img {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .modal-success .img {
    max-width: 240px;
  }
}
.modal-address {
  max-width: 1018px;
  padding: 60px 100px 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .modal-address {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal-address {
    padding: 48px 20px;
  }
}
.modal-address .target__form {
  max-width: 100%;
}
.modal-address .target__form, .modal-address .consult-row {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .modal-address .target__form, .modal-address .consult-row {
    margin-top: 25px;
  }
}

.consult-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 48px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .consult-row {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .consult-row {
    display: block;
    padding: 30px 20px;
  }
}
.consult-row__title {
  margin-right: 30px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .consult-row__title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.consult-row__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-align: inherit;
  font-weight: inherit;
  color: #3CC3CC;
}
@media screen and (max-width: 767px) {
  .consult-row__link {
    margin-bottom: 15px;
  }
  .consult-row__link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .consult-row__link:hover {
    color: #2B2A44;
  }
}
.consult-row__link::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  width: 5em;
  min-width: 5em;
  height: 5em;
  margin-right: 1.5em;
  background: no-repeat 50% 50%/2.2em auto;
  border-radius: 10px;
  background-color: #3CC3CC;
}
.consult-row__tg {
  margin-right: 20px;
}
.consult-row__tg::before {
  background-image: url("../img/icons/telegram-white.svg");
}
.consult-row__phone::before {
  background-image: url("../img/icons/phone-white.svg");
}

.modal-channels {
  max-width: 776px;
  padding: 33px;
}
@media screen and (max-width: 767px) {
  .modal-channels {
    padding: 25px 20px 25px;
  }
}
@media screen and (min-width: 992px) {
  .modal-channels .title {
    font-weight: 600;
  }
}
.modal-channels .inner {
  margin-top: 30px;
  max-height: 572px;
}
@media screen and (max-width: 767px) {
  .modal-channels .inner {
    max-height: 450px;
  }
  .modal-channels .inner .simplebar-track.simplebar-vertical {
    right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .modal-channels .inner {
    padding: 28px 40px 28px 30px;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 10px;
  }
  .modal-channels .inner .simplebar-track.simplebar-vertical {
    right: 13px;
    top: 28px;
    bottom: 28px;
  }
}
.modal-channels .channels-controls {
  max-width: 624px;
  height: 50px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .modal-channels .channels-controls {
    display: none;
  }
}
.modal-channels .channels-controls .my-select {
  width: calc(100% - 65px);
  margin-right: 15px;
}
.modal-channels .channels-controls .search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.modal-channels .channels-controls .search .input {
  width: calc(100% - 65px);
  margin-right: 15px;
}
.modal-channels .channels-controls .search .input:focus {
  padding-top: 13px;
}
.modal-channels .channels-controls .search.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-channels .search-btn, .modal-channels .pseudo-search-btn {
  width: 50px;
  height: 50px;
  background-color: #F7F7F7;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.modal-channels .search-btn:hover, .modal-channels .pseudo-search-btn:hover {
  background-color: #eaeaea;
}
.modal-channels .search-btn::before, .modal-channels .pseudo-search-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background: url("../img/icons/search.svg") no-repeat 50% 50%/contain;
}

.channels-list {
  font-size: 16px;
  color: #78778F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .channels-list {
    font-size: 14px;
    letter-spacing: -0.01em;
    padding-top: 10px;
		margin-left: 0;
		margin-right: 0;
  }

	.channels-list img {
		margin-left: auto;
		margin-right: auto;
	}
}
.channels-list li {
  width: 20%;
  margin-bottom: 18px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .channels-list li {
    width: 25%;
		padding: 0 5px;
	}
}
@media screen and (max-width: 575px) {
  .channels-list li {
    width: 33.33333%;
  }
}
.channels-list .img {
  width: 70px;
  height: 44px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.channels-compare {
  max-width: 1420px;
  padding: 37px 40px 40px;
}
@media screen and (max-width: 767px) {
  .channels-compare {
    padding: 15px;
  }
}
.channels-compare__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .channels-compare__tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.channels-compare__tabs .tab {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0 8px;
  padding: 9px 28px;
  border: 2px solid #FFF;
  border-radius: 10px;
}
.channels-compare__tabs .tab.is-active {
  border-color: #3CC3CC;
}
@media screen and (max-width: 767px) {
  .channels-compare__tabs .tab {
    margin: 0 8px 0 0;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (min-width: 992px) {
  .channels-compare__body {
    padding: 26px 40px;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 10px;
  }
}
.channels-compare__scroll {
  max-height: 586px;
}
@media screen and (max-width: 767px) {
  .channels-compare__scroll {
    max-height: 484px;
  }
}
.channels-compare__scroll .simplebar-track.simplebar-vertical {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .channels-compare__scroll .simplebar-track.simplebar-vertical {
    right: -5px;
  }
}
.channels-compare .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .channels-compare .list {
    line-height: 24px;
  }
}
.channels-compare .list li {
  padding-right: 22px;
  width: 16.66666%;
}
@media screen and (max-width: 1199px) {
  .channels-compare .list li {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .channels-compare .list li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .channels-compare .list li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 575px) {
  .channels-compare .list li {
    width: 50%;
  }
}
.channels-compare .list .is-disabled {
  color: rgba(43, 42, 68, 0.4);
}

.modal-prods .calc-item__side {
  min-width: 150px;
}
.modal-prods .calc-item__side .price {
  margin-right: auto;
}
.modal-prods .calc-item .tariffs-card__data {
  margin: 0;
  font-size: 16px;
}
.modal-prods .calc-item .tariffs-card__data .val {
  font-size: inherit;
  font-weight: 400;
}
.modal-prods .tariff-add__btn {
  width: 34px;
  height: 34px;
}
.modal-prods .subtext {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #78778F;
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .animated {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .fadeInBottom,
.fadeInLeft,
.fadeInRight {
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
  }
  .fadeInBottom {
    -webkit-animation-name: fadeInBottom;
            animation-name: fadeInBottom;
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
}
.fancybox-fx-slide-in-out.fancybox-slide--previous {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-container .modal-form .title-2, .fancybox-container .modal-form p.subcolor, .fancybox-container .modal-form p.fz-22, .fancybox-container .modal-form form {
  -webkit-animation: anim-elem 0.4s both;
          animation: anim-elem 0.4s both;
}
.fancybox-container .modal-form .title-2 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.fancybox-container .modal-form p.subcolor, .fancybox-container .modal-form p.fz-22 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fancybox-container .modal-form form {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
            transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%, 90% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%, 90% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ----- breadcrumbs ----- */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #78778F;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 13px;
  }
}
.breadcrumbs-row {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-row {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs__link:hover {
    color: #2B2A44;
  }
}
.breadcrumbs__sep {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13px;
  min-width: 13px;
  height: 13px;
  margin: 0 11px;
}
.breadcrumbs__sep::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.breadcrumbs .ic-home {
  display: inline-block;
  width: 16px;
  height: 14px;
  position: relative;
  top: 1px;
}
.breadcrumbs .ic-home::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icons/home.svg") no-repeat 50% 50%/contain;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs .ic-home {
    -webkit-transition: -webkit-filter 0.1s;
    transition: -webkit-filter 0.1s;
    -o-transition: filter 0.1s;
    transition: filter 0.1s;
    transition: filter 0.1s, -webkit-filter 0.1s;
  }
  .breadcrumbs .ic-home:hover {
    -webkit-filter: contrast(0.7);
            filter: contrast(0.7);
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumbs-row {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 13px;
  }
  .breadcrumbs__sep {
    margin: 0 8px;
  }
}

/* ------------------------------------- 
 * Sections 
 * ------------------------------------- */
/* ----- header ----- */
.header {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .header {
    border-bottom: 1px solid #F9F9F9;
  }
}
.header.is-fixed {
  position: fixed;
  top: 8px;
}
.header.is-fixed .header-top {
  display: none;
}
.header.is-fixed .header-row {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1199px) {
  .header.is-fixed {
    top: 0;
    border-bottom-color: transparent;
  }
  .header.is-fixed .header-row {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.is-fixed .header-row::before {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1199px) {
  .header .button {
    font-size: 18px;
  }
}
.header-top {
  padding: 18px 0 16px;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .header-top {
    position: relative;
  }
  .header-top::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: -15px;
    right: -15px;
    top: 0;
    background-color: #F7F7F7;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    padding: 6px 0;
    text-align: right;
  }
}
.header-top__links li {
  margin-left: 1.5em;
}
.header-top__links a {
  color: #78778F;
}
.header-top__links a:hover {
  color: #3CC3CC;
}
.header-top .header-tel {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .header-top .header-tel {
    margin-left: 0;
  }
}
.header-top .button-accent-bd {
  border-color: #E4E4E4;
}
@media screen and (max-width: 767px) {
  .header-top .button-accent-bd {
    height: 34px;
    padding: 9px 22px;
  }
}
@media screen and (max-width: 359px) {
  .header-top .button-accent-bd {
    padding: 9px 12px;
  }
}
.header-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 12px 14px;
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .header-row {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-row::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -15px;
    right: -15px;
    top: 0;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 1400px) {
  .header-row .logo {
    font-size: 9px;
  }
}
@media screen and (max-width: 1199px) {
  .header-row .logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header-row .logo {
    font-size: 10px;
  }
}
@media screen and (max-width: 359px) {
  .header-row .logo {
    font-size: 9px;
  }
}
.header-row .payment-link {
  margin-left: 4%;
}
@media screen and (max-width: 1400px) {
  .header-row .payment-link {
    margin-left: 1%;
  }
}
.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 359px) {
  .header-btns {
    margin-left: 5px;
  }
}
.header-btns .button {
  margin-left: 11px;
}
@media screen and (max-width: 359px) {
  .header-btns .button {
    margin-left: 10px;
  }
}
.header-btns .button-accent-bd {
  color: #2B2A44;
}
@media screen and (min-width: 1200px) {
  .header-btns .button-accent-bd:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-btns .button {
    height: 36px;
    padding: 10px 15px;
  }
}

.site-geo {
  position: relative;
}
.site-geo__city {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.site-geo__city:hover {
  color: #2B2A44;
}
.site-geo__city::before {
  content: "";
  display: block;
  width: 11px;
  min-width: 11px;
  height: 13px;
  margin-right: 11px;
  background: url("../img/icons/pin.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .site-geo__city {
    width: 34px;
    height: 34px;
  }
  .site-geo__city span {
    display: none;
  }
  .site-geo__city::before {
    width: 13px;
    height: 15px;
    background-image: url("../img/icons/pin-accent.svg");
    margin: 0;
  }
}
.site-geo__popup {
  width: 345px;
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  padding: 18px 24px 24px;
  font-size: 18px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-geo__popup::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 100%;
}
@media screen and (max-width: 359px) {
  .site-geo__popup {
    width: 320px;
    left: -15px;
  }
}
.site-geo__popup .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #78778F;
}
.site-geo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-geo__btns .button {
  padding: 12px 22px;
}
@media screen and (max-width: 767px) {
  .site-geo__btns .button {
    height: 45px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 359px) {
  .site-geo__btns .button {
    padding: 10px 20px;
  }
}
.site-geo.is-active .site-geo__popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.header-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1;
  font-family: "Ermilov", "Futura PT", sans-serif;
}
@media screen and (max-width: 767px) {
  .header-tel .phone {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-tel .phone span {
    display: none;
  }
  .header-tel .phone::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icons/phone.svg") no-repeat 50% 50%/contain;
  }
}
.header-tel .telegram {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-left: 10px;
  background: url("../img/icons/telegram.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .header-tel .telegram {
    width: 34px;
    height: 34px;
    background-size: 17px 15px;
    background-position: 0 50%;
  }
}

.payment-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-link::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 16px;
  margin-right: 10px;
  background: url("../img/icons/credit-card.svg") no-repeat 50% 50%/contain;
}
.payment-link:hover {
  color: #3CC3CC;
}

.burger-toggle {
  margin-right: 2%;
}
@media screen and (max-width: 1400px) {
  .burger-toggle {
    margin-right: 1%;
  }
}
.burger-toggle:hover .burger-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.burger-menu {
  position: absolute;
  z-index: 5;
  top: 100%;
  margin-top: 20px;
  left: 0;
  width: 508px;
  padding: 30px 40px 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 10px 6px rgba(112, 119, 138, 0.05);
          box-shadow: 0px 10px 10px 6px rgba(112, 119, 138, 0.05);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.burger-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 100%;
}
.burger-menu .list li {
  margin-bottom: 16px;
}
.burger-menu .list a:hover {
  color: #3CC3CC;
}
.burger-menu .blank a::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.burger-menu .block-link {
  height: 123px;
  margin: 0 0 26px;
}
.burger-menu .block-link .title {
  padding: 40px 30% 30px 30px;
  line-height: 1;
}
.burger-menu .block-link:hover {
  outline: 2px solid #3CC3CC;
}

.current-menu-item {
  color: #3CC3CC;
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.menu .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menu > ul > li {
    margin: 0 8px;
  }
  .menu > ul > li > a:hover {
    color: #3CC3CC;
  }
}
@media screen and (min-width: 1400px) {
  .menu > ul > li {
    margin: 0 16px;
  }
}
.menu-toggle {
  font-size: 10px;
  width: 2em;
  min-width: 2em;
  height: 2em;
  position: relative;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    margin-left: 12px;
  }
}
@media screen and (max-width: 359px) {
  .menu-toggle {
    margin-left: 10px;
  }
}
.menu-btn {
  display: block;
  position: relative;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 10px 6px rgba(112, 119, 138, 0.05);
          box-shadow: 0px 10px 10px 6px rgba(112, 119, 138, 0.05);
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .menu-btn {
    border: 2px solid #E4E4E4;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-btn:hover .menu-ic {
    -webkit-filter: none;
            filter: none;
  }
}
.menu-ic {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/icons/burger.svg") no-repeat 50% 50%/17px 17px;
  -webkit-filter: brightness(100) invert(0.9);
          filter: brightness(100) invert(0.9);
}
@media screen and (max-width: 767px) {
  .menu-ic {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
}

.mob-menu {
  display: none;
}
@media screen and (max-width: 1199px) {
  .mob-menu {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 71%;
    max-height: 100vh;
    padding: 20px 20px 20px 30px;
    line-height: 1.2;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px 6px rgba(112, 119, 138, 0.05);
            box-shadow: 0px 10px 10px 6px rgba(112, 119, 138, 0.05);
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .mob-menu__list {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #2B2A44;
  }
  .mob-menu__list li {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .mob-menu__list {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .mob-menu__sublist {
    font-size: 24px;
    font-weight: 500;
    color: #78778F;
  }
  .mob-menu__sublist li {
    margin-bottom: 0.5em;
  }
  .mob-menu__sublist .blank a::after {
    -webkit-filter: invert(1) opacity(0.5);
            filter: invert(1) opacity(0.5);
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .mob-menu__sublist {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .menu-expanded {
    overflow: hidden;
  }
  .menu-expanded .overlay {
    opacity: 0.4;
    visibility: visible;
  }
  .menu-expanded .header.is-fixed {
    top: 0;
  }
  .menu-expanded .header-top {
    display: none;
  }
  .menu-expanded .mob-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .menu-expanded .menu-ic {
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/close.svg");
  }
}

/* ----- footer ----- */
.footer {
  margin-top: 100px;
  padding: 80px 0;
  background: -o-linear-gradient(135deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  background: linear-gradient(315deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  border-radius: 20px 20px 0 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 40px;
    padding: 45px 0 65px;
  }
}
.footer__menu li {
  width: 33.33333%;
  margin-bottom: 1em;
  padding-right: 40px;
}
.footer__contacts-title {
  opacity: 0.5;
  margin-bottom: 15px;
  line-height: 1.15;
}
.footer__contacts .title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1;
  font-family: "Ermilov", "Futura PT", sans-serif;
}
.footer__contacts .title:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
  .footer__contacts {
    margin-bottom: 24px;
  }
  .footer__contacts .title {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contacts-title {
    max-width: 70%;
  }
}
.footer__geo {
  max-width: 200px;
  margin-bottom: 2em;
}
.footer__geo span {
  display: block;
}
@media screen and (max-width: 1199px) {
  .footer__geo {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .footer__geo span {
    display: inline-block;
  }
  .footer__geo span:first-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__geo {
    margin-bottom: 18px;
  }
}
.footer__geo:last-child {
  margin-bottom: 0;
}
.footer__bottom {
  margin-top: 30px;
  padding-top: 50px;
  font-size: 16px;
  position: relative;
}
.footer__bottom::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
  left: 8.333333%;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.1;
}
@media screen and (max-width: 1199px) {
  .footer__bottom {
    margin-top: 20px;
    padding-top: 40px;
  }
  .footer__bottom::before {
    left: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.footer__bottom .copy, .footer__bottom .designer {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .footer__bottom .copy {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom .copy {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__bottom .designer {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__bottom .designer {
    padding-left: 30px;
  }
}
.footer__bottom .privacy {
  max-width: 700px;
}
@media screen and (max-width: 1199px) {
  .footer__bottom .privacy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__bottom .social {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom .social {
    margin-bottom: 20px;
  }
}

.designer a:hover {
  text-decoration: underline;
}

.privacy {
  font-size: 14px;
  color: #CBD8FF;
}
@media screen and (min-width: 1200px) {
  .privacy a:hover, .privacy button:hover {
    text-decoration: underline;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .social {
    display: block;
  }
}
.social__title {
  margin-right: 10px;
  max-width: 115px;
}
@media screen and (max-width: 1199px) {
  .social__title {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .social__title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-list li {
  margin-left: 6px;
}
@media screen and (max-width: 1199px) {
  .social-list li {
    margin: 0 8px 0 0;
  }
}
.social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px;
  font-size: 44px;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .social-list a {
    font-size: 60px;
    padding: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .social-list a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.social-list img {
  position: relative;
}
.social-list img[src*=odnoklas] {
  left: 1px;
}
.social-list img[src*=vkon] {
  top: 1px;
}
.social-list img[src*=telegram] {
  top: 1px;
  right: 1px;
}

.blank a::after {
  content: "";
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-left: 6px;
  background: url("../img/icons/new-window.svg") no-repeat 50% 50%/contain;
  position: relative;
  top: 1px;
}

.discounts {
  margin: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .discounts {
    margin: 40px 0;
  }
}

@media screen and (min-width: 1200px) {
  .discount-thumb {
    max-width: 452px;
  }
}
.discount-thumb__img {
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .discount-thumb__img {
    height: 152px;
  }
}
.discount-thumb__img a {
  display: block;
  height: 100%;
}
.discount-thumb__body {
  margin-top: -10px;
  padding: 40px 40px 30px;
  border: 2px solid #F7F7F7;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .discount-thumb__body {
    padding: 30px 20px 25px;
  }
}
.discount-thumb__txt {
  font-size: 18px;
}
.discount-thumb__btn {
  margin-top: 20px;
}

.discounts__row {
  margin-bottom: -50px;
}
.discounts__row .discount-thumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .discounts__row {
    margin-bottom: -25px;
  }
  .discounts__row .discount-thumb {
    margin-bottom: 25px;
  }
}

.thumbs-hover .discount-thumb {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.thumbs-hover .discount-thumb:hover {
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}

.popular {
  margin: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .popular {
    margin: 40px 0 60px;
  }
}
.popular__slider .swiper-slide {
  height: auto;
}

.popular-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 72px 48% 56px 70px;
  background-color: #F7F7F7;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .popular-thumb {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .popular-thumb {
    padding: 45px 40% 45px 20px;
  }
}
.popular-thumb__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .popular-thumb__title {
    margin-bottom: 30px;
  }
}
.popular-thumb__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .popular-thumb__txt {
    display: none;
  }
}
.popular-thumb__btn {
  margin-top: auto;
}

.advantages {
  margin: 90px 0 64px;
}
@media screen and (max-width: 767px) {
  .advantages {
    margin: 40px 0;
  }
}
.advantages__list, .advantages__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages__list {
  margin-top: 50px;
}
.advantages__list li {
  padding: 0 15px;
}
.advantages__list .advantage {
  max-width: 206px;
  min-width: 174px;
}
@media screen and (max-width: 1199px) {
  .advantages__list {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .advantages__list li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .advantages__list li {
    width: 50%;
    padding: 0 7px;
  }
  .advantages__list .advantage {
    min-width: 150px;
  }
}

.advantage__ic {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}

.quick {
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .quick {
    margin: 40px 0;
  }
}
.quick__inner {
  padding: 50px 40px;
  background: #F7F7F7;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quick__inner {
    padding: 35px 20px;
  }
}
.quick__form {
  max-width: 645px;
  margin: 24px auto 0;
}
.quick__form .form-col, .quick__form .form-btn {
  margin-bottom: 20px;
}
.quick__form .form-col {
  width: 35%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .quick__form .form-col {
    width: 100%;
    margin: 0 0 15px;
  }
}
.quick__form .form-btn {
  width: 26%;
}
.quick__form .form-btn .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .quick__form .form-btn {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0 0;
  }
}
.quick__form .checkbox {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .quick__form .checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.quick__tg {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .quick__tg {
    margin-top: 14px;
  }
  .quick__tg .button {
    width: 100%;
  }
}

.instructions {
  padding: 60px 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .instructions {
    padding: 40px 0;
    overflow: hidden;
  }
}
.instructions + .footer {
  margin-top: 0;
}
.instructions__slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 15px 15px;
}
.instructions__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .instructions__slider {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .instructions__slider .swiper-slide {
    max-width: 212px;
  }
}

.instruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 170px;
  padding: 30px 25px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 16px 3px rgba(112, 119, 138, 0.05);
          box-shadow: 0px 5px 16px 3px rgba(112, 119, 138, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .instruction {
    min-height: 140px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .instruction:hover {
    background-color: #3CC3CC;
    color: #fff;
  }
  .instruction:hover::after {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.instruction-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .instruction-ic {
    height: 35px;
    margin-bottom: 16px;
  }
}
.instruction span {
  display: inline-block;
  margin-bottom: 20px;
}
.instruction::after {
  content: "";
  display: block;
  margin-top: auto;
  font-size: 14px;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../img/icons/arrow-right.svg");
          mask-image: url("../img/icons/arrow-right.svg");
  background-color: #3CC3CC;
}

.page-form {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-form {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.page-form__block {
  position: relative;
  z-index: 1;
  max-width: 960px;
  padding: 55px 50px;
}
@media screen and (max-width: 767px) {
  .page-form__block {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-form__block::after {
    content: "";
    display: block;
    font-size: 10px;
    width: 45em;
    height: 45em;
    position: absolute;
    z-index: -2;
    right: -8em;
    bottom: -4em;
    background: -o-linear-gradient(12.64deg, rgba(114, 124, 188, 0.2) 35.3%, rgba(60, 195, 204, 0.2) 112.27%);
    background: linear-gradient(77.36deg, rgba(114, 124, 188, 0.2) 35.3%, rgba(60, 195, 204, 0.2) 112.27%);
    -webkit-filter: blur(60px);
            filter: blur(60px);
    border-radius: 10px;
  }
}
.page-form__block .block-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7 url("../img/bg-form.png") no-repeat 100% 0/368px auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-form__block .block-bg {
    background: #F7F7F7;
  }
}
.page-form__block form {
  max-width: 600px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-form__block form {
    margin-top: 20px;
  }
}
.page-form__block .form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.page-form__block .form-col {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-form__block .form-col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-form__block .form-col-big {
    width: 80%;
  }
}
.page-form__block .form-col-small {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .page-form__block .form-col-small {
    width: 50%;
  }
}
.page-form__block .input-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-form__block .input-wrap {
    margin-bottom: 13px;
  }
}
.page-form__block .checkbox, .page-form__block .form-btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-form__block .checkbox, .page-form__block .form-btn {
    margin-top: 18px;
  }
}
.page-form__block .form-btn .button {
  min-width: 172px;
}
.page-form__block--v2 {
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
}
.page-form__block--v2 form {
  max-width: 450px;
}

/* ------------------------------------- 
 * Home
 * ------------------------------------- */
.banner-slider {
  height: 455px;
  border-radius: 10px;
}
.banner-slider-wrap {
  position: relative;
}
.banner-slider-controls {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 37px 34px 63px;
}
.banner-slider__dots {
  margin-top: 0;
}

.block-link {
  height: 216px;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-link {
    height: 108px;
  }
}
.block-link__title {
  margin: 0;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .block-link__title {
    padding: 20px 20px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .block-link-2 {
    max-width: 265px;
    height: 208px;
    margin-top: 30px;
  }
}
.block-link-absolute {
  width: 272px;
  height: 112px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 40px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  background-color: #F7F7F7;
}
.block-link-absolute .block-link__title {
  padding: 35px 20px 25px;
}
@media screen and (max-width: 767px) {
  .block-link-absolute {
    width: 100%;
    height: auto;
    bottom: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .block-link-absolute .block-link__title {
    position: static;
    padding: 24px 20px;
  }
  .block-link-absolute .img {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    max-width: 124px;
    margin-left: auto;
  }
}

.hero {
  margin-bottom: 40px;
}
.hero--no-margin {
  margin-bottom: 0;
}
.hero__col {
  padding: 120px 0 180px 86px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .hero__col {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero__col {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
	.hero {
		margin-bottom: 26px;
	}
}

@media screen and (max-width: 767px) {
  .hero__col {
    padding-top: 20px;
  }
}
.hero__title {
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .hero__title {
    max-width: 100%;
    text-align: center;
  }
}
.hero__txt {
  max-width: 420px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .hero__txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero__txt {
    margin-bottom: 16px;
  }
}
.hero .title-2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hero .title-2 {
    margin-bottom: 20px;
  }
}
.hero__btn .button {
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  .hero-image {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-image .img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .hero-image {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .hero-image {
    position: absolute;
    z-index: -1;
  }
}
.hero-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .hero-2 {
    text-align: center;
  }
}

.target {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .target {
    margin-bottom: 30px;
  }
}
.target__inner {
  padding: 50px 40px;
  background-color: #F7F7F7;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.target__inner::before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("../img/home/bg-el.png") no-repeat 50% 50%/cover;
  border-radius: 10px 0 0 10px;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .target__inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 20px;
    border-radius: 0;
  }
  .target__inner::before {
    display: none;
  }
}
.target__form {
  max-width: 806px;
  margin: 24px auto 0;
  padding: 24px 30px;
  background: -o-linear-gradient(126deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  background: linear-gradient(324deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .target__form {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 767px) {
  .target__form .form-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.target__form .form-col {
  margin-right: 10px;
}
.target__form .form-col-1 {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .target__form .form-col-1 {
    width: 100%;
    margin: 0 0 15px;
  }
}
.target__form .form-col-2 {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .target__form .form-col-2 {
    width: calc(50% - 7px);
    margin-right: 7px;
  }
}
.target__form .form-btn {
  width: 25%;
  margin-left: 10px;
}
.target__form .form-btn .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .target__form .form-btn {
    width: calc(50% - 7px);
    margin-left: 7px;
  }
}
.target-error {
  position: relative;
  max-width: 914px;
  margin: 0 auto;
  padding: 10px 223px 10px 192px;
  text-align: left;
}
.target-error::before {
  content: "";
  font-size: 10px;
  display: block;
  width: 11.5em;
  height: 9.9em;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  margin-top: -4.95em;
  background: url("../img/heart-break.svg") no-repeat 50% 50%/contain;
}
.target-error__title {
  margin-bottom: 8px;
}
.target-error__order {
  min-width: 222px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .target-error {
    padding: 0 240px 0 0;
  }
  .target-error::before {
    left: auto;
    right: 0;
    top: 0;
    margin-top: 0;
    font-size: 6px;
  }
  .target-error__title {
    padding-right: 16%;
    margin-bottom: 16px;
  }
  .target-error__title br {
    display: none;
  }
  .target-error__order {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .target-error {
    padding: 0;
    font-size: 18px;
  }
  .target-error::before {
    font-size: 4.2px;
  }
  .target-error__title {
    font-size: 20px;
  }
  .target-error p {
    margin-bottom: 0.5em;
  }
}

.tariffs {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .tariffs {
    overflow: hidden;
    margin: 30px 0;
  }
}
.tariffs-head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tariffs-head {
    margin-bottom: 10px;
  }
}
.tariffs__title {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .tariffs__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tariffs__title {
    margin-bottom: 20px;
  }
}
.tariffs__subtitle {
  letter-spacing: -0.01em;
  margin-top: 5px;
  padding-bottom: 9px;
}
@media screen and (max-width: 991px) {
  .tariffs__subtitle {
    margin-top: -20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tariffs__subtitle {
    margin-top: -10px;
    padding-bottom: 20px;
  }
}
.tariffs__filters, .tariffs__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tariffs__filters .button, .tariffs__prices .button {
  height: 44px;
  padding: 10px 20px;
  border: 2px solid transparent;
  font-weight: 400;
  color: #2B2A44;
}
.tariffs__filters .button.is-active, .tariffs__prices .button.is-active {
  border-color: #3CC3CC;
}
@media screen and (max-width: 767px) {
  .tariffs__filters .button, .tariffs__prices .button {
    height: 40px;
    margin: 0 8px !important;
    padding: 8px 18px;
  }
}
@media screen and (max-width: 359px) {
  .tariffs__filters .button, .tariffs__prices .button {
    padding: 8px 10px;
  }
}
.tariffs__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tariffs__filters .button {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .tariffs__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px;
    padding: 6px 24px;
    background: #F7F7F7;
    border-radius: 10px;
  }
}
@media screen and (max-width: 359px) {
  .tariffs__filters {
    padding: 6px;
  }
}
.tariffs__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tariffs__prices .button {
  overflow: visible;
  margin-left: 8px;
}
.tariffs__prices .period-discount {
  display: inline-block;
  padding: 2px 6px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C5C9CD;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tariffs__prices {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .tariffs__slider, .tariffs__slider-2 {
    overflow: visible;
  }
  .tariffs__slider .swiper-slide, .tariffs__slider-2 .swiper-slide {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .tariffs__slider, .tariffs__slider-2 {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .tariffs__slider, .tariffs__slider-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.tariffs-card {
  border-radius: 10px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1200px) {
  .tariffs-card {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .tariffs-card:hover {
    background: #FFF;
    -webkit-box-shadow: 0px 4px 18px 3px rgba(112, 119, 138, 0.13);
            box-shadow: 0px 4px 18px 3px rgba(112, 119, 138, 0.13);
  }
  .tariffs-card:hover .tariffs-card__head {
    border-bottom-color: #F7F7F7;
  }
  .tariffs-card:hover .tariffs-card__ic .img {
    -webkit-filter: none;
            filter: none;
  }
}
.tariffs-card__head {
  padding: 24px 45px;
  border-bottom: 2px solid #fff;
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .tariffs-card__head {
    padding: 18px 30px;
  }
}
.tariffs-card__head .hit {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -11px;
}
.tariffs-card__title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  padding-right: 40px;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
@media screen and (max-width: 767px) {
  .tariffs-card__title {
    font-size: 20px;
    font-weight: 900;
    padding-right: 20px;
  }
}
.tariffs-card__subtitle {
  line-height: 1.1;
  color: #B4B3BB;
}
.tariffs-card__body {
  padding: 30px 45px;
}
@media screen and (max-width: 767px) {
  .tariffs-card__body {
    padding: 20px 30px 10px;
  }
}
.tariffs-card__data {
  margin-bottom: 20px;
}
.tariffs-card__data li {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .tariffs-card__data li {
    margin-bottom: 10px;
  }
}
.tariffs-card__data .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tariffs-card__data .data__ic {
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
}
.tariffs-card__data .data__val .val {
  font-size: 22px;
  font-weight: 500;
}
.tariffs-card__data .data__val .units {
  font-size: 18px;
}
.tariffs-card__data .data__val.js-open-modal {
  position: relative;
  border-bottom: 1px dashed #2B2A44;
}
@media screen and (min-width: 1200px) {
  .tariffs-card__data .data__val.js-open-modal {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .tariffs-card__data .data__val.js-open-modal:hover {
    border-bottom-color: transparent;
  }
}
.tariffs-card__data .data__val.js-open-modal::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 105%;
  top: 10px;
  background: url("../img/icons/question.svg") no-repeat 50% 50%/contain;
}
.tariffs-card__price {
  font: 700 26px/1 "Ermilov", "Futura PT", sans-serif;
}
@media screen and (max-width: 767px) {
  .tariffs-card__price {
    font-size: 24px;
  }
}
.tariffs-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.tariffs-card__btns .button {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .tariffs-card__btns .button-accent-bd:not(.tariff-channels-btn) {
    background-color: #3CC3CC;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tariffs-card__btns {
    margin-top: 20px;
  }
}
.tariffs-card__self {
  margin-top: 8px;
}
.tariffs-card__self::before {
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-right: 14px;
  background: url("../img/icons/settings.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .tariffs-card__self {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.tariffs-card__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  width: 8.1em;
  height: 8.1em;
  margin: 0 auto 3.5em;
}
@media screen and (max-width: 767px) {
  .tariffs-card__ic {
    font-size: 7px;
  }
}
.tariffs-card__ic .img {
  -webkit-filter: brightness(100) invert(1) opacity(0.2);
          filter: brightness(100) invert(1) opacity(0.2);
}
@media screen and (min-width: 768px) {
  .tariffs-card--simple {
    text-align: center;
  }
}
.tariffs-card--simple .tariffs-card__title {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .tariffs-card--simple .tariffs-card__body {
    padding-bottom: 30px;
  }
}
.tariffs-card--simple .button {
  max-width: 304px;
}
.tariffs-internet .tariffs__prices {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tariffs-internet .tariffs__prices .button {
  margin-left: 0;
  margin-right: 8px;
}
.tariffs-internet .tariffs-card--simple {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .tariffs-internet .tariffs__prices {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tariffs__arrows {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .tariffs__arrows {
    display: none;
  }
}

.hit {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background-color: #8382FA;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .tariffs-tv .tariffs-head {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tariffs-tv .tariffs-cards {
    width: calc(100% + 30px);
  }
  .tariffs-tv .tariffs-cards .swiper-slide {
    width: calc(33.33333% - 30px) !important;
  }
}
.tariffs-tv .tariffs-card__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tariffs-tv .tariffs-card__btns .button {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .tariffs-tv .tariffs-card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tariffs-tv .tariffs-card__btns .button {
    margin-right: 0;
  }
  .tariffs-tv .tariffs-card__btns .button + .button {
    margin-top: 10px;
  }
}
.tariffs-tv .tariffs-card__self {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tariffs-tv .tariffs-card__self {
    padding-left: 0;
  }
}

.tariffs-search {
  margin-bottom: 35px;
  padding: 33px 45px;
  background: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .tariffs-search [class*=col-] + [class*=col-] {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tariffs-search {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    padding: 20px 15px;
  }
}

.tariff-channels-btn {
  color: #C5C9CD;
  border-color: #C5C9CD;
}
.tariff-channels-btn::after {
  -webkit-filter: grayscale(1) opacity(0.8);
          filter: grayscale(1) opacity(0.8);
}
.tariff-channels-btn:hover {
  background: none;
  color: #C5C9CD;
}
.tariff-channels-btn::after {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-left: 6px;
  background: url("../img/icons/arrow-right-accent.svg") no-repeat 50% 50%/contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.tariff-channels-btn.is-active::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.tariffs-card.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px 3px rgba(112, 119, 138, 0.13);
          box-shadow: 0px 4px 18px 3px rgba(112, 119, 138, 0.13);
}
.tariffs-card.is-active .tariffs-card__head {
  background: -o-linear-gradient(17.3deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  background: linear-gradient(72.7deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  color: #fff;
}
.tariffs-card.is-active .hit {
  background-color: #fff;
  color: #2B2A44;
}
.tariffs-card.is-active .js-add-tariff {
  background-color: #3CC3CC;
  color: #fff;
}

.tariffs-card .js-add-tariff span:last-child {
	display: none;
}
.tariffs-card .js-add-tariff span:first-child {
	display: block;
}
.tariffs-card.is-active .js-add-tariff span:first-child {
	display: none;
}
.tariffs-card.is-active .js-add-tariff span:last-child {
	display: block;
}


.tariffs-card.is-active .tariff-channels-btn {
  color: #3CC3CC;
  border-color: #3CC3CC;
  cursor: pointer;
}
.tariffs-card.is-active .tariff-channels-btn::after {
  -webkit-filter: none;
          filter: none;
}

.tv-channels {
  display: none;
  margin-top: 46px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .tv-channels {
    margin-top: 25px;
    padding: 18px 20px;
  }
}
.tv-channels__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 45px;
  border-bottom: 2px solid #F7F7F7;
}
@media screen and (max-width: 991px) {
  .tv-channels__head {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tv-channels__head {
    padding: 0;
    border: none;
  }
}
.tv-channels__head .title {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 991px) {
  .tv-channels__head .title {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .tv-channels__head .title {
    margin-bottom: 8px;
  }
}
.tv-channels__head .tabs {
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .tv-channels__head .tabs {
    display: none;
    margin-bottom: 10px;
  }
}
.tv-channels__head .tab.is-active {
  background-color: #3CC3CC;
  color: #fff;
}
.tv-channels__head .link {
  display: inline-block;
  font-weight: 500;
  color: #3CC3CC;
  border-bottom: 1px dashed #3CC3CC;
}
@media screen and (min-width: 1200px) {
  .tv-channels__head .link:hover {
    border-bottom-color: transparent;
  }
}
.tv-channels .tab, .tv-channels .tag {
  display: inline-block;
  padding: 6px 23px;
  border: 2px solid #F7F7F7;
  border-radius: 100px;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.tv-channels__body {
  padding: 26px 45px;
}
@media screen and (max-width: 767px) {
  .tv-channels__body {
    margin-top: 25px;
    padding: 0;
  }
}
.tv-channels__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.tv-channels__tags .tag {
  margin: 0 10px 10px 0;
  color: #78778F;
}
@media screen and (max-width: 767px) {
  .tv-channels__tags .tag {
    margin: 0 8px 8px 0;
  }
}
.tv-channels__tags .tag.is-active {
  border-color: #3CC3CC;
}
@media screen and (min-width: 1200px) {
  .tv-channels__tags .tag:hover {
    border-color: #3CC3CC;
  }
}
.tv-channels__scroll {
  max-height: 464px;
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .tv-channels__scroll {
    max-height: 436px;
  }
}
.tv-channels__scroll .simplebar-track.simplebar-vertical {
  right: 6px;
}
@media screen and (max-width: 767px) {
  .tv-channels__scroll .simplebar-track.simplebar-vertical {
    right: 16px;
  }
}
.tv-channels .channels-list {
  margin: 0;
}
.tv-channels .channels-list li {
  width: 12.5%;
}
@media screen and (max-width: 1199px) {
  .tv-channels .channels-list li {
    width: 16.66666%;
  }
}
@media screen and (max-width: 991px) {
  .tv-channels .channels-list li {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .tv-channels .channels-list li {
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .tv-channels .channels-list li {
    width: 33.33333%;
  }
}

.tariffs-additional {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .tariffs-additional {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tariffs-additional__title {
    text-align: center;
  }
}
.tariffs-additional [class*=col-] {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .tariffs-additional [class*=col-] {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .tariffs-additional-2 {
    margin-top: 40px;
  }
}

.tariff-add {
  height: 100%;
  padding: 23px 29px;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .tariff-add {
    padding: 20px 15px;
  }
}
.tariff-add__img {
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .tariff-add__img {
    min-height: 35px;
  }
}
.tariff-add__title {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tariff-add__title {
    min-height: 36px;
  }
}
.tariff-add__btn {
  padding: 0;
  width: 44px;
  height: 44px;
  border: 2px solid #3CC3CC;
  position: absolute;
  top: 23px;
  right: 20px;
}
@media screen and (max-width: 1199px) {
  .tariff-add__btn {
    width: 36px;
    height: 36px;
    top: 16px;
    right: 14px;
  }
}
.tariff-add__btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  background: url("../img/icons/plus-round.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .tariff-add__btn {
    right: 15px;
  }
}
.tariff-add__btn.is-checked {
  background-color: #3CC3CC;
}
.tariff-add__btn.is-checked::before {
  background-image: url("../img/icons/check-sm.svg");
  background-size: 16px 12px;
}

.tariffs-result {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
  margin-top: 10px;
  padding: 28px;
  background: #FFF;
  border: 2px solid #3CC3CC;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .tariffs-result {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: 0;
    padding-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(calc(100% - 78px));
        -ms-transform: translateY(calc(100% - 78px));
            transform: translateY(calc(100% - 78px));
  }
  .tariffs-result.is-active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .tariffs-result.is-active .tariffs-result__title::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .tariffs-result {
    padding: 0 15px 20px;
    -webkit-transform: translateY(calc(100% - 54px));
        -ms-transform: translateY(calc(100% - 54px));
            transform: translateY(calc(100% - 54px));
  }
}
@media screen and (max-width: 1199px) {
  .tariffs-result__title {
    position: relative;
    padding: 28px;
    width: calc(100% + 56px);
    margin-left: -28px;
  }
  .tariffs-result__title::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 0;
    top: 32px;
    right: 28px;
    background: url("../img/icons/arrow-right.svg") no-repeat 50% 50%/contain;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media screen and (max-width: 767px) {
  .tariffs-result__title {
    font-size: 20px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
  }
  .tariffs-result__title::after {
    top: 19px;
    right: 16px;
  }
}
.tariffs-result__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tariffs-result__list {
    margin-top: 10px;
  }
}
.tariffs-result__list li {
  margin-bottom: 10px;
}
.tariffs-result__list .item {
  padding: 14px 25px;
  background: #F7F7F7;
  border-radius: 10px;
  position: relative;
  line-height: 1.2;
}
.tariffs-result__list .item .close {
  top: 9px;
  right: 9px;
}
.tariffs-result__list .item .name {
  margin-bottom: 2px;
}
.tariffs-result__list .item .name span {
  font-weight: 500;
}
.tariffs-result__list .item .price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.tariffs-result__list .item .price .label {
  margin-left: 8px;
  padding: 3px 6px 2px;
  background: #8382FA;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.tariffs-result .summary {
  margin-top: 24px;
}
.tariffs-result .summary .subcolor {
  margin-bottom: 4px;
  line-height: 1;
}
.tariffs-result .summary .price {
  font: 700 26px/1 "Ermilov", "Futura PT", sans-serif;
  letter-spacing: -0.05em;
}
.tariffs-result .old {
  display: inline-block;
  margin-left: 8px;
  color: #C5C9CD;
  text-decoration: line-through;
}
.tariffs-result .button {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tariffs-result .button {
    letter-spacing: -0.01em;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.payment {
  margin: 60px 0 70px;
  position: relative;
}
.payment::after {
  content: "";
  display: block;
  width: 100%;
  height: 766px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(rgba(233, 233, 233, 0)));
  background: -o-linear-gradient(top, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
  background: linear-gradient(180deg, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
}
@media screen and (max-width: 991px) {
  .payment::after {
    top: 37%;
    height: 825px;
  }
}
@media screen and (max-width: 767px) {
  .payment {
    margin: 40px 0;
  }
}
.payment__inner {
  padding: 60px 100px;
  background: -o-linear-gradient(126deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  background: linear-gradient(324deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  border-radius: 10px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .payment__inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .payment__inner {
    padding: 30px 20px;
  }
}
.payment__inner-card {
  width: 230px;
  height: 139px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -70px;
  background: -o-linear-gradient(340.54deg, rgba(201, 201, 201, 0.8) 1.57%, rgba(196, 196, 196, 0.1) 100%);
  background: linear-gradient(109.46deg, rgba(201, 201, 201, 0.8) 1.57%, rgba(196, 196, 196, 0.1) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
          transform: translateX(40%);
}
.payment__inner-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/card.png") no-repeat 50% 50%/contain;
}
.payment__form {
  max-width: 724px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .payment__form {
    margin-top: 20px;
  }
}
.payment__form .form-col, .payment__form .form-btn {
  margin-bottom: 16px;
}
.payment__form .form-col {
  width: 32%;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .payment__form .form-col {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .payment__form .form-col:nth-child(2) {
    margin-right: 0;
  }
}
.payment__form .form-btn {
  width: 31%;
  margin-left: 10px;
}
.payment__form .form-btn .button {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .payment__form .form-btn {
    width: 100%;
    margin-left: 0;
  }
}
.payment__form .form-hint {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .payment__form .form-hint {
    font-size: 13px;
  }
}
.payment__methods {
  height: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 52px 40px 20px 100px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .payment__methods {
    padding-left: 90px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .payment__methods {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .payment__methods {
    height: auto;
    margin-top: 30px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .payment__methods {
    margin-top: 15px;
  }
}
.payment__methods .title {
  margin-bottom: 20px;
  letter-spacing: -0.007em;
}
@media screen and (max-width: 991px) {
  .payment__methods .title {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .payment__methods .title {
    font-size: 16px;
  }
}
.payment__method {
  font-size: 74px;
  margin: 0 -10px;
  padding: 12px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  position: relative;
}
.payment__method:nth-child(1) {
  z-index: 3;
}
.payment__method:nth-child(2) {
  z-index: 2;
}
.payment__method:nth-child(3) {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .payment__method {
    font-size: 46px;
    padding: 8px;
    margin: 0 -8px;
  }
}

.news {
  margin: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 40px 0;
  }
}
.news__arrows-wrap {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__arrows-wrap .slider-arrows {
  position: static;
  margin-left: 26px;
}
.news__slider .swiper-slide {
  height: auto;
}
.news-thumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 70px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .news-thumb {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-thumb {
    padding: 30px 20px;
  }
}
.news-thumb__date {
  margin-bottom: 10px;
}
.news-thumb__txt {
  margin-bottom: 24px;
}
.news-thumb__txt:last-child {
  margin-bottom: 0;
}
.news-thumb__btn {
  margin-top: auto;
}

/* ------------------------------------- 
 * Internet
 * ------------------------------------- */
.internet-hero {
  margin-bottom: 0;
  background: url("../img/internet/hero.jpg") no-repeat calc(50% + 200px) 50%/1101px 765px;
}
@media screen and (max-width: 991px) {
  .internet-hero {
    background-position-x: 56%;
    background-size: 100% auto;
  }
  .internet-hero .hero__col {
    padding-bottom: 350px;
  }
  .internet-hero .hero__btn, .internet-hero .hero__txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .internet-hero {
    background-size: calc(100% + 130px) auto;
  }
}
.internet-house {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .internet-house {
    margin: 40px 0;
  }
}
.internet-house__inner {
  padding: 70px;
  background: -o-linear-gradient(260deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  background: linear-gradient(190deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .internet-house__inner {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  .internet-house__inner {
    padding: 35px 20px 24vw;
  }
}
.internet-house__col {
  max-width: 410px;
}
@media screen and (max-width: 991px) {
  .internet-house__col {
    max-width: 100%;
  }
}
.internet-house__img {
  width: 56%;
  position: absolute;
  z-index: -1;
  right: 50px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .internet-house__img {
    width: 100%;
    right: -40px;
  }
}

/* ------------------------------------- 
 * Wifi
 * ------------------------------------- */
.wifi-hero {
  margin-bottom: 0;
  background: url("../img/wifi/hero.jpg") no-repeat calc(50% + 150px) 50%/1181px 508px;
}
@media screen and (max-width: 991px) {
  .wifi-hero {
    background-position: 60% 44%;
    background-size: calc(100% + 200px) auto;
    text-align: center;
  }
  .wifi-hero .hero__title {
    margin-bottom: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .wifi-hero {
    background-position-y: 38%;
  }
  .wifi-hero .hero__title {
    margin-bottom: 75vw;
  }
}
.wifi-modules {
  margin: 50px 0 70px;
}
@media screen and (max-width: 991px) {
  .wifi-modules {
    margin-top: 0;
  }
  .wifi-modules [class*=col-lg-6] {
    margin-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-modules {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .wifi-modules [class*=col-lg-6] {
    margin-top: 75px;
  }
}
.wifi-module {
  position: relative;
  padding: 40px 360px 40px 80px;
  background: -o-linear-gradient(130deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  background: linear-gradient(320deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  border-radius: 10px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .wifi-module {
    padding: 30px 260px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .wifi-module {
    padding: 200px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-module {
    padding: 110px 20px 30px;
  }
}
.wifi-module .price {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .wifi-module .price {
    margin-bottom: 0;
  }
}
.wifi-module .button {
  min-width: 136px;
}
.wifi-module__img {
  max-width: 354px;
  position: absolute;
  bottom: 0;
  right: 35px;
}
@media screen and (max-width: 1400px) {
  .wifi-module__img {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .wifi-module__img {
    max-width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .wifi-module__img {
    bottom: auto;
    top: 0;
    right: 50%;
    -webkit-transform: translate(63%, -36%);
        -ms-transform: translate(63%, -36%);
            transform: translate(63%, -36%);
  }
}
@media screen and (max-width: 767px) {
  .wifi-module__img {
    max-width: 217px;
  }
}
.wifi-section-1 {
  margin: 80px 0 130px;
}
@media screen and (max-width: 767px) {
  .wifi-section-1 {
    margin: 40px 0 90px;
  }
}
.wifi-section-1 .inner {
  padding: 60px 80px;
  background-color: #F7F7F7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .wifi-section-1 .inner {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 991px) {
  .wifi-section-1 .inner {
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-1 .inner {
    padding: 30px 20px 36vw;
  }
}
.wifi-section-1 .inner-col {
  max-width: 450px;
}
@media screen and (max-width: 1199px) {
  .wifi-section-1 .inner-col {
    max-width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .wifi-section-1 .inner-col {
    max-width: 100%;
  }
}
.wifi-section-1 .inner-col .title-2 {
  margin-bottom: 30px;
}
.wifi-section-1 .inner-img {
  max-width: 56%;
  position: absolute;
  z-index: -1;
  right: 50px;
  top: 70px;
}
@media screen and (max-width: 1199px) {
  .wifi-section-1 .inner-img {
    max-width: 66%;
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .wifi-section-1 .inner-img {
    max-width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.wifi-section-2 {
  margin: 110px 0;
}
@media screen and (max-width: 767px) {
  .wifi-section-2 {
    margin: 50px 0;
  }
}
.wifi-section-2 .inner-img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .wifi-section-2 .inner-img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-2 .inner-img {
    margin-bottom: 26px;
  }
}
.wifi-section-2 .inner-col {
  max-width: 556px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .wifi-section-2 .inner-col {
    max-width: 100%;
  }
}
.wifi-section-2 .title-2, .wifi-section-2 p {
  margin-bottom: 13px;
}
.wifi-section-2 .wireless-slider {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .wifi-section-2 .wireless-slider {
    margin: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .wifi-section-2 .wireless-slider .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wifi-section-2 .wireless-slider .swiper-slide {
    width: 50%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .inner-title {
    margin-bottom: 15px;
    text-align: center;
  }
}

.video-link {
  display: block;
  height: 158px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.video-link::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 4.6em;
  height: 4.6em;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -2.3em 0 0 -2.3em;
  background: url("../img/icons/play.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 991px) {
  .video-link {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .video-link {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .video-link:hover::after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.presentation-download {
  height: auto;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  font-size: 22px;
}
.presentation-download::before {
  content: "";
  display: block;
  font-size: 0.45em;
  width: 2em;
  min-width: 2em;
  height: 2.5em;
  margin-right: 1.8em;
  background: url("../img/icons/file-pdf.svg") no-repeat 50% 50%/contain;
  -webkit-filter: grayscale(1) opacity(0.7);
          filter: grayscale(1) opacity(0.7);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .presentation-download {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .presentation-download:hover {
    color: #3CC3CC;
  }
  .presentation-download:hover::before {
    -webkit-filter: none;
            filter: none;
  }
}

.wifi-advantages {
  margin: 110px 0;
}
@media screen and (max-width: 991px) {
  .wifi-advantages {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .wifi-advantages {
    margin: 50px 0;
  }
}
.wifi-advantages .section-head p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .advantages-slider, .advantages-slider-2 {
    overflow: visible;
  }
  .advantages-slider .swiper-slide, .advantages-slider-2 .swiper-slide {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-slider .swiper-slide, .advantages-slider-2 .swiper-slide {
    max-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .advantages-slider .swiper-wrapper, .advantages-slider-2 .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .advantages-slider .swiper-slide, .advantages-slider-2 .swiper-slide {
    padding: 0 15px;
  }
  .advantages-slider .advantage, .advantages-slider-2 .advantage {
    max-width: 333px;
  }
}
@media screen and (min-width: 1200px) {
  .advantages-slider .swiper-wrapper, .advantages-slider-2 .swiper-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }
  .advantages-slider .swiper-slide, .advantages-slider-2 .swiper-slide {
    padding: 0 24px;
  }
}

@media screen and (min-width: 992px) {
  .advantages-slider {
    max-width: 1035px;
  }
  .advantages-slider .swiper-slide {
    width: 33.33333%;
  }
}

@media screen and (min-width: 992px) {
  .advantages-slider-2 {
    max-width: 1320px;
  }
  .advantages-slider-2 .swiper-slide {
    width: 25%;
  }
}

.wifi-roaming {
  margin: 90px 0;
  padding-top: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(rgba(233, 233, 233, 0)));
  background: -o-linear-gradient(top, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
  background: linear-gradient(180deg, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
}
@media screen and (max-width: 767px) {
  .wifi-roaming {
    margin: 30px 0 70px;
    padding-top: 60px;
  }
}
.wifi-roaming .inner {
  padding: 60px 30px 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  text-align: center;
}
.wifi-roaming .inner-head {
  max-width: 680px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .wifi-roaming .inner {
    padding: 40px 20px 30px;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
  }
  .wifi-roaming .inner [class*=col-12] {
    margin-bottom: 20px;
  }
  .wifi-roaming .inner [class*=col-12]:last-child {
    margin-bottom: 0;
  }
}
.wifi-roaming video {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.wifi-section-3 {
  margin: 130px 0 90px;
}
@media screen and (max-width: 1199px) {
  .wifi-section-3 {
    margin: 50px 0 40px;
    padding: 35px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .wifi-section-3 {
    padding: 0;
  }
}
.wifi-section-3 .inner {
  position: relative;
}
@media screen and (max-width: 991px) {
  .wifi-section-3 .inner {
    padding-bottom: 294px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-3 .inner {
    padding-bottom: 36vw;
  }
}
.wifi-section-3 .inner-col {
  max-width: 695px;
  background-color: #8483FB;
  color: #fff;
  border-radius: 10px;
  padding: 70px 240px 70px 80px;
}
@media screen and (max-width: 1199px) {
  .wifi-section-3 .inner-col {
    max-width: 650px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .wifi-section-3 .inner-col {
    max-width: 100%;
    text-align: center;
    padding: 60px 20px 200px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-3 .inner-col {
    padding: 40px 20px 27vw;
  }
}
.wifi-section-3 .inner-img {
  max-width: 73%;
  position: absolute;
  right: -8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .wifi-section-3 .inner-img {
    max-width: 100%;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.nums {
  margin: 140px 0;
}
@media screen and (max-width: 767px) {
  .nums {
    margin: 60px 0;
    padding-top: 10px;
    overflow: hidden;
  }
}
.nums-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .nums-row {
    display: block;
  }
}
.nums-col {
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .nums-col {
    max-width: 100%;
  }
}
.nums-sep {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 64px;
  position: relative;
  font-size: 10px;
}
.nums-sep::before {
  content: "";
  display: block;
  width: 13.3em;
  height: 8em;
  background: url("../img/wifi/sep.svg") no-repeat 50% 50%/contain;
}
.nums-sep::after {
  content: "";
  display: block;
  width: 56.6em;
  height: 35.6em;
  background: -o-linear-gradient(12.64deg, rgba(84, 237, 0, 0.05) 35.3%, rgba(0, 41, 255, 0.05) 112.27%);
  background: linear-gradient(77.36deg, rgba(84, 237, 0, 0.05) 35.3%, rgba(0, 41, 255, 0.05) 112.27%);
  -webkit-filter: blur(3em);
          filter: blur(3em);
  border-radius: 30em;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -10em);
      -ms-transform: translate(-50%, -10em);
          transform: translate(-50%, -10em);
}
@media screen and (max-width: 991px) {
  .nums-sep {
    margin: 48px auto;
  }
  .nums-sep::before {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .nums-sep {
    margin: 36px auto;
    font-size: 8px;
  }
  .nums-sep::after {
    height: 56.6em;
    border-radius: 50%;
    font-size: 6px;
    top: 50%;
    -webkit-transform: translate(-60%, -66%);
        -ms-transform: translate(-60%, -66%);
            transform: translate(-60%, -66%);
  }
}
.nums .val {
  letter-spacing: -0.05em;
  font-family: "Ermilov", "Futura PT", sans-serif;
}
@media screen and (max-width: 991px) {
  .nums .val {
    text-align: center;
  }
  .nums .val .js-count {
    margin-right: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .nums .val {
    margin-bottom: 10px;
  }
}

.devices {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .devices {
    margin: 50px 0 40px;
  }
}
.devices .inner {
  padding: 100px 80px;
  border-radius: 10px;
  background: url("../img/wifi/devices-bg.jpg") no-repeat 50% 100%/cover;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .devices .inner {
    padding-left: 40px;
    background-position-x: 18%;
  }
}
@media screen and (max-width: 991px) {
  .devices .inner {
    padding: 48px 20px 490px;
    background-size: auto 510px;
    background-position-x: 49.5%;
    text-align: center;
    background-color: #F3F4F9;
  }
}
@media screen and (max-width: 991px) {
  .devices .inner {
    padding: 48px 20px 490px;
    background-size: auto 510px;
  }
}
.devices__title {
  max-width: 10em;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .devices__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.devices__title .text-gradient {
  display: inline-block;
  font-size: 150px;
  line-height: 0.8;
  font-family: "Ermilov", "Futura PT", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .devices__title .text-gradient {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .devices__title .text-gradient {
    font-size: 100px;
    margin-top: 0.08em;
  }
}
.devices__txt {
  max-width: 310px;
  padding: 30px;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .devices__txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .devices__txt {
    padding: 20px;
    line-height: 1.2;
  }
}
.devices-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -60%);
      -ms-transform: translate(-51%, -60%);
          transform: translate(-51%, -60%);
  font-size: 10px;
  width: 31em;
  height: 31em;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: borders 1s 2.4s linear infinite;
          animation: borders 1s 2.4s linear infinite;
}
.devices-list::before, .devices-list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: borders 1s linear infinite;
          animation: borders 1s linear infinite;
}
.devices-list::before {
  width: 23em;
  height: 23em;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.devices-list::after {
  width: 16em;
  height: 16em;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (max-width: 1199px) {
  .devices-list {
    -webkit-transform: translate(-19%, -60%);
        -ms-transform: translate(-19%, -60%);
            transform: translate(-19%, -60%);
  }
}
@media screen and (max-width: 991px) {
  .devices-list {
    -webkit-transform: translate(-50%, 2%);
        -ms-transform: translate(-50%, 2%);
            transform: translate(-50%, 2%);
  }
}
@media screen and (max-width: 767px) {
  .devices-list {
    font-size: 9px;
  }
}
.devices-list .item {
  width: 5em;
  text-align: center;
  position: absolute;
}
.devices-list .item-1, .devices-list .item-7 {
  bottom: 3.3em;
}
.devices-list .item-2, .devices-list .item-6 {
  top: 11em;
}
.devices-list .item-3, .devices-list .item-5 {
  top: 1.5em;
}
.devices-list .item-1 {
  left: -1em;
}
.devices-list .item-2 {
  left: -3em;
}
.devices-list .item-3 {
  left: 2em;
}
.devices-list .item-4 {
  top: -2.7em;
  left: 13.2em;
}
.devices-list .item-5 {
  right: 1em;
}
.devices-list .item-6 {
  right: -3em;
}
.devices-list .item-7 {
  right: 0;
}
.devices-list .item .ic {
  font-size: 1em;
  margin: 0 auto 0.8em;
}
.devices-list .item span {
  line-height: 1;
  font-size: 1.6em;
  font-weight: 500;
}

@-webkit-keyframes borders {
  0%, 100% {
    border-color: #fff;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@keyframes borders {
  0%, 100% {
    border-color: #fff;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.1);
  }
}
.wifi-section-4 {
  margin: 90px 0;
}
@media screen and (max-width: 991px) {
  .wifi-section-4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-4 {
    margin: 30px 0 50px;
  }
}
.wifi-section-4 .inner-col {
  height: 100%;
  padding: 75px 80px 50px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .wifi-section-4 .inner-col {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .wifi-section-4 .inner-col {
    height: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-4 .inner-col {
    margin-top: 20px;
    padding: 40px 20px;
  }
}
.wifi-section-4 .inner-col-1 {
  background: #F7F7F7 url("../img/wifi/block-bg.jpg") no-repeat 100% 0%/cover;
}
.wifi-section-4 .inner-col-1::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 8em;
  height: 10em;
  position: absolute;
  z-index: 0;
  right: 8em;
  bottom: 6em;
  background: url("../img/wifi/lock.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .wifi-section-4 .inner-col-1 {
    padding-bottom: 120px;
  }
  .wifi-section-4 .inner-col-1::before {
    font-size: 8px;
    right: 20px;
    bottom: 30px;
  }
}
.wifi-section-4 .inner-col-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#DAED67), to(#29D1D1));
  background: -o-linear-gradient(bottom, #DAED67 0%, #29D1D1 100%);
  background: linear-gradient(0deg, #DAED67 0%, #29D1D1 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wifi-section-4 .inner-col-2 {
    padding-bottom: 230px;
  }
}
@media screen and (min-width: 768px) {
  .wifi-section-4 .title-2 {
    margin-bottom: 0.35em;
  }
}
.wifi-section-4 .inner-txt {
  max-width: 328px;
  margin-bottom: 25px;
}
.wifi-section-4 .alignment {
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .wifi-section-4 .alignment {
    max-width: 216px;
    margin-left: 0;
  }
}
.wifi-section-4 .qr {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .wifi-section-4 .qr {
    margin: 0 0 0 5px;
    max-width: 78px;
  }
}
.wifi-section-4 .inner-img {
  position: absolute;
  z-index: -1;
  bottom: -16px;
  right: 50px;
}
@media screen and (max-width: 1199px) {
  .wifi-section-4 .inner-img {
    right: 0;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wifi-section-4 .inner-img {
    right: 50%;
    -webkit-transform: translateX(44%);
        -ms-transform: translateX(44%);
            transform: translateX(44%);
  }
}

.qr {
  display: inline-block;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .qr {
    padding: 12px;
  }
}

.text-block {
  margin: 40px 0;
  font-size: 14px;
  color: rgba(120, 119, 143, 0.5);
}
@media screen and (max-width: 767px) {
  .text-block {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .center-fix {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .center-fix {
    padding-left: 180px;
  }
}

/* ------------------------------------- 
 * Contacts
 * ------------------------------------- */
@media screen and (min-width: 1200px) {
  .contacts .grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 304px;
  }
}
.contacts-block {
  padding: 40px 50px;
  border-radius: 10px;
  grid-column-end: span 1;
  grid-row-end: span 1;
}
@media screen and (max-width: 767px) {
  .contacts-block {
    padding: 25px 20px;
  }
}
.contacts-block-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .contacts-block-1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-block-1 {
    margin-bottom: 20px;
    display: block;
  }
}
.contacts-block-1 .sub {
  background-color: #8483FB;
  border-radius: 10px;
}
.contacts-block-1 .sub .fz-22 {
  opacity: 0.6;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .contacts-block-1 .sub .fz-22 {
    margin-bottom: 3px;
  }
}
.contacts-block-1 .sub-1 {
  padding: 30px 45px 40px;
  grid-area: 1/1/2/3;
}
.contacts-block-1 .sub-2, .contacts-block-1 .sub-3 {
  padding: 20px 20px 30px 45px;
}
.contacts-block-1 .sub-2 {
  grid-area: 2/1/3/2;
}
.contacts-block-1 .sub-3 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .contacts-block-1 .sub {
    margin-bottom: 10px;
    padding: 20px;
  }
  .contacts-block-1 .sub-1 {
    padding-bottom: 25px;
  }
  .contacts-block-1 .sub-1 .fz-22 {
    margin-bottom: 8px;
  }
}
.contacts-block-2 {
  max-height: 284px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
@media screen and (max-width: 1199px) {
  .contacts-block-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-block-2 {
    margin-top: 110px;
  }
}
.contacts-block .fz-22 {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .contacts-block .fz-22 {
    margin-bottom: 12px;
  }
}
.contacts-block .title-1 {
  margin-bottom: 0;
}
.contacts-block .title-2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contacts-block .title-2 {
    margin-bottom: 20px;
  }
}
.contacts-block .socials {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contacts-block .socials {
    margin-top: 25px;
  }
}
.contacts .map-wrap {
  position: relative;
  grid-column-end: span 1;
  grid-row-end: span 2;
}
@media screen and (max-width: 1199px) {
  .contacts .map-wrap {
    height: 72vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts .map-wrap {
    height: 92vw;
  }
}
@media screen and (min-width: 1200px) {
  .contacts .map-wrap {
    max-height: 620px;
  }
}
.contacts .map {
  height: 100%;
}
.contacts .map-block {
  width: 275px;
  padding: 50px 40px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
.contacts .map-block .address {
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contacts .map-block {
    width: auto;
    right: 20px;
    left: 20px;
    bottom: 0;
    -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
            transform: translateY(60%);
    padding: 30px;
  }
}

.map {
  border-radius: 10px;
  overflow: hidden;
}
.map canvas {
  -webkit-filter: hue-rotate(5deg);
          filter: hue-rotate(5deg);
}

.contacts-telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-telegram::before {
  content: "";
  display: block;
  width: 0.66em;
  height: 0.66em;
  margin-right: 20px;
  background: url("../img/icons/telegram-white.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .contacts-telegram::before {
    margin-right: 12px;
  }
}

.socials {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .socials {
    gap: 10px;
  }
}
.socials a {
  font-size: 10px;
  width: 100%;
  height: 11em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F7F7;
  border-radius: 10px;
}
.socials a span {
  color: #29AAEC;
  font-size: 1.9em;
  font-weight: 500;
}
.socials a .img {
  font-size: 1em;
  max-width: 4.5em;
  max-height: 4.4em;
}
@media screen and (max-width: 1400px) {
  .socials a {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .socials a {
    font-size: 10px;
    height: 8.7em;
  }
  .socials a span {
    font-size: 1.6em;
  }
  .socials a .img {
    max-width: 3.1em;
    max-height: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .socials a:hover {
    background-color: #efefef;
  }
}

/* ------------------------------------- 
 * Coverage
 * ------------------------------------- */
.coverage .map {
  height: 650px;
}
@media screen and (max-width: 767px) {
  .coverage .map {
    height: 50vh;
  }
}

.map [class*=balloon] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.map [class*=balloon__layout] {
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
.map [class*=balloon__content] {
  padding: 20px;
  font-family: inherit;
}
.map [class*=balloon__content] .img {
  width: 108px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .map [class*=balloon__content] .img {
    display: none;
  }
}
.map [class*=balloon__content] .address {
  max-width: 180px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: #2B2A44;
}
@media screen and (max-width: 767px) {
  .map [class*=balloon__content] .address {
    font-size: 18px;
  }
}
.map [class*=balloon__content] .button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .map [class*=content__header] {
    float: left;
  }
  .map [class*=content__footer] {
    margin-left: 128px;
  }
}

/* ------------------------------------- 
 * News
 * ------------------------------------- */
.news-list [class*=col-] {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-list [class*=col-] {
    margin-bottom: 20px;
  }
}
.news-list .news-thumb {
  background-color: #F7F7F7;
}

.news-thumb {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .news-thumb {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .news-thumb:hover {
    background: #FFF;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  }
}

.news-thumb-img {
  padding: 0;
}
.news-thumb__img {
  height: 188px;
}
.news-thumb__img a {
  display: block;
  height: 100%;
}
.news-thumb__body {
  padding: 36px 40px;
}
@media screen and (max-width: 767px) {
  .news-thumb__body {
    padding: 24px 20px;
  }
}

/* ------------------------------------- 
 * Docs
 * ------------------------------------- */
.docs-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .docs-section {
    margin-bottom: 40px;
  }
}
.docs-section__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .docs-section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .docs-section [class*=col] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .docs-section [class*=col] {
    margin-bottom: 16px;
  }
  .docs-section [class*=col]:last-child {
    margin-bottom: 0;
  }
}
.docs-list {
  height: 100%;
  padding: 40px 55px 45px;
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .docs-list {
    padding: 24px 20px 32px;
    font-size: 16px;
  }
}
.docs-list__title {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .docs-list__title {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.docs-list .list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .docs-list .list li {
    margin-bottom: 14px;
  }
}
.docs-list .list li:last-child {
  margin-bottom: 0;
}
.docs-list .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .docs-list .list a:hover {
    color: #3CC3CC;
  }
  .docs-list .list a:hover .img {
    -webkit-filter: none;
            filter: none;
  }
}
.docs-list .list .img {
  font-size: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  max-width: 2em;
  height: 2.5em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2em;
  -webkit-filter: grayscale(1) opacity(0.7);
          filter: grayscale(1) opacity(0.7);
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 767px) {
  .docs-list .list .img {
    font-size: 8px;
  }
}

/* ------------------------------------- 
 * Payment
 * ------------------------------------- */
.bank-card {
  margin: 30px 0 80px;
}
.bank-card::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .bank-card {
    margin: 20px 0 160px;
  }
}
.bank-card .inner {
  position: relative;
  z-index: 1;
  padding: 110px 15px 150px;
}
@media screen and (max-width: 991px) {
  .bank-card .inner {
    padding: 56px 15px 36vw;
  }
}
@media screen and (max-width: 767px) {
  .bank-card .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 28px 15px 160px;
    border-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .bank-card .inner .center {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .bank-card .inner-title {
    text-align: center;
    margin-bottom: 0.8em;
  }
}
.bank-card .inner-img {
  font-size: 10px;
  width: 53.9em;
  height: 35.7em;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 3em;
}
@media screen and (max-width: 991px) {
  .bank-card .inner-img {
    font-size: 1.4vw;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bank-card .inner-img {
    font-size: 5.5px;
  }
}
.bank-card .cta-tg {
  width: 473px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(115%);
      -ms-transform: translateY(115%);
          transform: translateY(115%);
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  padding: 27px 38px;
  background-color: #fff;
  border-radius: 10px;
  color: #78778F;
}
@media screen and (max-width: 991px) {
  .bank-card .cta-tg {
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    width: auto;
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bank-card .cta-tg {
    padding: 30px 20px;
  }
  .bank-card .cta-tg .button {
    width: 100%;
  }
}

.payment-methods {
  margin: 70px 0 48px;
}
@media screen and (max-width: 767px) {
  .payment-methods {
    margin: 30px 0 20px;
  }
}
.payment-methods .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .payment-methods .section-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .payment-methods [class*=col] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .payment-methods [class*=col] {
    margin-bottom: 20px;
  }
}

.payment-method {
  height: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 48px 64px 64px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .payment-method {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .payment-method {
    padding: 24px 30px 30px;
  }
  .payment-method .title-3 {
    font-size: 20px;
  }
}
.payment-method__ic {
  font-size: 10px;
  width: 12em;
  height: 12em;
  margin: 3em auto 2.5em;
  padding: 2.5em;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
@media screen and (max-width: 767px) {
  .payment-method__ic {
    font-size: 6.5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.payment-method .descr {
  margin-bottom: 0.6em;
}
.payment-method .link {
  color: #3CC3CC;
}
.payment-method .hint {
  font-size: 14px;
  color: #78778F;
}

.payment-services {
  margin: 48px 0 70px;
}
@media screen and (max-width: 767px) {
  .payment-services {
    margin: 24px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .payment-services [class*=col] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .payment-services [class*=col] {
    margin-bottom: 20px;
  }
}

.payment-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 50px 220px 50px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .payment-service {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .payment-service {
    padding: 35px 20px;
  }
}
.payment-service .title {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .payment-service .title {
    font-size: 20px;
    text-align: center;
  }
}
.payment-service .text {
  margin-bottom: auto;
  font-size: 18px;
}
.payment-service .text p {
  margin: 0;
}
.payment-service__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .payment-service__btn .button {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .payment-service.ic-1, .payment-service.ic-2 {
    position: relative;
  }
  .payment-service.ic-1::after, .payment-service.ic-2::after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background: no-repeat 50% 50%/contain;
  }
  .payment-service.ic-1::after {
    background-image: url("../img/payment/ic-1.svg");
  }
  .payment-service.ic-2::after {
    background-image: url("../img/payment/ic-2.svg");
  }
}

/* ------------------------------------- 
 * Discount
 * ------------------------------------- */
.article .bg {
  position: relative;
  z-index: -1;
  height: 70px;
}
.article .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 370px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/discount/bg.jpg") no-repeat 50% 50%/cover;
  border-radius: 10px;
}
.article .center {
  max-width: 960px;
}
.article .banner {
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .article .banner {
    margin-bottom: 30px;
  }
  .article .banner .img--cover {
    min-height: 170px;
  }
}
.article .list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .article .list li {
    padding-left: 20px;
  }
}
.article .list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0.5em;
  background: #8483FB;
  border-radius: 50%;
}
.article-btn {
  margin-top: 40px;
  padding: 40px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .article-btn {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .article-btn .button {
    width: 100%;
  }
}

/* ------------------------------------- 
 * Support
 * ------------------------------------- */
.support {
  margin-top: 58px;
}
.support-hero .inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 90px 50px;
  border-radius: 10px;
  background: url("../img/support/bg.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 991px) {
  .support-hero .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    padding: 45px 15px 36vw;
  }
}
@media screen and (min-width: 768px) {
  .support-hero .inner .button {
    min-width: 210px;
  }
}
.support-hero .contacts-block {
  padding: 0;
}
.support-hero .inner-img {
  max-width: 60%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 70px;
}
@media screen and (max-width: 1199px) {
  .support-hero .inner-img {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .support-hero .inner-img {
    max-width: 110%;
    right: -28vw;
  }
}
@media screen and (max-width: 767px) {
  .support {
    margin-top: 24px;
  }
}
.support-nav {
  padding: 24px 50px;
  background: #FFF;
  border: 2px solid #3CC3CC;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .support-nav {
    padding: 25px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-nav {
    padding: 20px;
    font-size: 18px;
  }
}
.support-nav li {
  margin-bottom: 0.5em;
}
.support-nav li:last-child {
  margin-bottom: 0;
}
.support-nav a, .support-nav button {
  font-weight: inherit;
  text-align: left;
}
.support-nav a.is-active, .support-nav button.is-active {
  color: #3CC3CC;
}
@media screen and (min-width: 1200px) {
  .support-nav a:hover, .support-nav button:hover {
    color: #3CC3CC;
  }
}
.support-nav .ic-alert {
  display: inline-block;
  font-size: 10px;
  width: 2em;
  min-width: 2em;
  height: 1.7em;
  margin-left: 0.8em;
  background: url("../img/icons/alert.svg") no-repeat 50% 50%/contain;
}
.support-search {
  padding: 25px 60px;
  background: -o-linear-gradient(95deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  background: linear-gradient(355deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .support-search {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 991px) {
  .support-search {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .support-search {
    margin-bottom: 20px;
  }
}
.support-search .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.support-search .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .support-search .input-wrap {
    margin-right: 0;
  }
  .support-search .input-wrap .input {
    padding-right: 40px;
  }
}
.support-search .form-btn {
  min-width: 170px;
}
.support-search .form-btn .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .support-search .form-btn {
    min-width: auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
  }
  .support-search .form-btn .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    font-size: 0;
    border-radius: 0;
    background: url("../img/icons/ion_search.svg") no-repeat 50% 50%/contain;
  }
}
.support .support-1 {
  display: block;
}
.support .page-form {
  margin-bottom: 0;
}
.support .page-form__block form {
  max-width: 100%;
}

.accordion {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-top: 30px;
  }
}
.accordion__item {
  margin-bottom: 12px;
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .accordion__item {
    margin-bottom: 6px;
  }
}
.accordion__item.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
.accordion__item.is-active .button-arrow::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion__btn {
  padding: 24px 96px 24px 60px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .accordion__btn {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__btn {
    padding: 20px 80px 20px 20px;
    font-size: 18px;
  }
}
.accordion__btn .button-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
}
.accordion__btn .button-arrow::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 767px) {
  .accordion__btn .button-arrow {
    margin-top: -20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.accordion__content {
  padding: 0 60px 48px;
}
@media screen and (max-width: 1199px) {
  .accordion__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion__content ol > li {
  margin-bottom: 1em;
}
.accordion__content ol > li:last-child {
  margin-bottom: 0;
}
.accordion__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.accordion__content p {
  margin-bottom: 0;
}
.accordion-title {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .accordion-title {
    margin-top: 20px;
    font-size: 20px;
  }
}

.tg-cta {
  margin-top: 40px;
  padding: 30px 50px 45px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .tg-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tg-cta {
    margin-top: 30px;
    padding: 28px 20px 30px;
  }
}
.tg-cta::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 5.1em;
  height: 4.5em;
  margin-bottom: 18px;
  background: url("../img/icons/telegram.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 991px) {
  .tg-cta::before {
    display: none;
  }
}
.tg-cta .button {
  margin-top: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tg-cta .button {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .tg-cta .button-tg::before {
    display: none;
  }
}

/* ------------------------------------- 
 * Developers
 * ------------------------------------- */
@media screen and (min-width: 992px) {
  .about-slider .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-slider .swiper-slide {
    width: 33.33333%;
    height: auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .developers-hero .hero-image {
    width: calc(100% + 60px);
    margin-left: -20px;
  }
}
@media screen and (min-width: 992px) {
  .developers-hero .hero-image {
    width: 821px;
    height: 515px;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-13%);
        -ms-transform: translateX(-13%);
            transform: translateX(-13%);
  }
}
.developers-about {
  margin: 0 0 40px;
}
@media screen and (max-width: 1199px) {
  .developers-about {
    margin-top: 40px;
  }
}
.developers-about .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1199px) {
  .developers-about .item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .developers-about .item {
    padding: 25px 20px;
  }
}
.developers-about .item__ic {
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .developers-about .item__ic {
    margin: 0 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .developers-about .item__ic {
    margin-bottom: 11px;
  }
}
.developers-about .item__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
.developers-about .item .title {
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .developers-about .item .title {
    font-size: 20px;
  }
}

.opportunities {
  margin: 40px 0 90px;
}
@media screen and (max-width: 767px) {
  .opportunities {
    margin-bottom: 40px;
  }
}
.opportunities__inner {
  position: relative;
  z-index: 1;
  padding: 60px 228px 120px 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 233, 233, 0.5)), to(rgba(233, 233, 233, 0)));
  background: -o-linear-gradient(bottom, rgba(233, 233, 233, 0.5) 0%, rgba(233, 233, 233, 0) 100%);
  background: linear-gradient(0deg, rgba(233, 233, 233, 0.5) 0%, rgba(233, 233, 233, 0) 100%);
  border-radius: 10px;
}
.opportunities__inner::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("../img/developers/op-bg.png") no-repeat 0% 100%/93.2em 92.1em;
}
@media screen and (max-width: 1199px) {
  .opportunities__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .opportunities__inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 20px 50px;
    border-radius: 0;
  }
  .opportunities__inner::after {
    font-size: 8px;
  }
}
.opportunities__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .opportunities__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .opportunities__title {
    margin-bottom: 15px;
  }
  .opportunities__title .title-1 {
    margin-bottom: 12px;
  }
}
.opportunities-table {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .opportunities-table {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .opportunities-table table, .opportunities-table thead, .opportunities-table tbody, .opportunities-table td {
    display: block;
  }
  .opportunities-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.opportunities-table td:first-child {
  width: 240px;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .opportunities-table td:first-child {
    width: 100%;
    padding: 0 0 10px;
  }
}
.opportunities-table thead td {
  padding-bottom: 40px;
}
.opportunities-table thead td:last-child {
  text-align: right;
}
.opportunities-table thead td:last-child .subtitle {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .opportunities-table thead tr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .opportunities-table thead td {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .opportunities-table thead {
    font-size: 16px;
    font-weight: 400;
  }
  .opportunities-table thead td {
    padding-bottom: 25px;
  }
}
.opportunities-table tbody td {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .opportunities-table tbody td:first-child {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .opportunities-table tbody td {
    width: 100%;
    padding-bottom: 18px;
  }
}
.opportunities-table .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.opportunities-table .subtitle .img {
  font-size: 10px;
  width: 3.2em;
  min-width: 3.2em;
  height: 3.2em;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .opportunities-table .subtitle .img {
    font-size: 8px;
    margin-right: 9px;
  }
}
.opportunities-table .subtitle-2 .img {
  margin: 0 0 0 18px;
  -webkit-filter: grayscale(1) opacity(0.7);
          filter: grayscale(1) opacity(0.7);
}
@media screen and (max-width: 767px) {
  .opportunities-table .subtitle-2 .img {
    margin-left: 9px;
  }
}
.opportunities-table .line {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C5C9CD;
  border-radius: 10px;
  padding: 7px;
  padding-right: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .opportunities-table .line {
    height: 60px;
    padding: 5px;
    padding-right: 15px;
    font-size: 14px;
  }
}
.opportunities-table .line-uut {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 18px;
  background: -o-linear-gradient(44deg, #3CC3CC 13.62%, #4EB2D8 36.39%, #4FB1D8 36.4%, #7391F0 57.88%, #758FF1 63.73%, #8382FA 122.31%, #8382FA 123.61%);
  background: linear-gradient(46deg, #3CC3CC 13.62%, #4EB2D8 36.39%, #4FB1D8 36.4%, #7391F0 57.88%, #758FF1 63.73%, #8382FA 122.31%, #8382FA 123.61%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .opportunities-table .line-uut {
    height: 50px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 359px) {
  .opportunities-table .line-uut {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.opportunities-table .line-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.opportunities-table .line .width-1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .opportunities-table .line .width-1 {
    width: 35%;
  }
}
.opportunities-table .line .width-2 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .opportunities-table .line .width-2 {
    width: 40%;
  }
}
.opportunities-table .line .width-3 {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .opportunities-table .line .width-3 {
    width: 45%;
  }
}
.opportunities-table .line .width-4 {
  width: 50%;
}
.opportunities-table .line .width-5 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .opportunities-table .line .width-5 {
    width: 25%;
  }
}
.opportunities-table .val {
  display: inline-block;
  margin: 0 0.3em;
  font: 30px/1 "Ermilov", "Futura PT", sans-serif;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.opportunities-table .val:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .opportunities-table .val {
    font-size: 24px;
  }
}
@media screen and (max-width: 359px) {
  .opportunities-table .val {
    font-size: 18px;
  }
}

.exploit .row .row {
  height: 100%;
}
.exploit-row {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .exploit-row .col-xl-6 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .exploit-row .col-xl-6 {
    margin-top: 0;
  }
}
.exploit-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .exploit-row .item {
    height: auto;
    margin-bottom: 18px;
    padding: 10px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.exploit-row .item .title {
  margin-bottom: 0.4em;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}
.exploit-row .item .title span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .exploit-row .item .title {
    font-size: 16px;
    width: 38%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    text-align: left;
  }
}
.exploit-row .item .title-align {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .exploit-row .item .title-align + p {
    margin-left: 30px;
  }
}
.exploit-row .item .val {
  margin-top: 0.12em;
  font: 62px/0.7 "Ermilov", "Futura PT", sans-serif;
}
@media screen and (max-width: 767px) {
  .exploit-row .item .val {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) {
  .exploit-row .item p {
    margin-top: auto;
  }
}
.exploit-row .subitem {
  padding: 20px 30px;
}
.exploit-row .subitem .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .exploit-row .subitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
  .exploit-row .subitem .img {
    margin: 0;
  }
  .exploit-row .subitem .ic {
    width: 37%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
  .exploit-row .subitem .ic-wrap {
    width: 36px;
  }
  .exploit-row .subitem .ic-wrap .img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .exploit-row .subitem-mob {
    padding-bottom: 0;
  }
}

.developers-sheme .inner {
  padding: 54px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .developers-sheme .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .developers-sheme .inner {
    padding: 40px 15px;
  }
}
.developers-sheme .inner-img {
  padding-top: 5px;
}
.developers-sheme .inner-img .img {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .developers-sheme .inner-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow: hidden;
  }
  .developers-sheme .inner-img .img {
    width: calc(100% + 265px);
    margin-left: -10px;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .partners {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .partners__slider {
    overflow: visible;
  }
  .partners__slider .swiper-slide {
    max-width: 268px;
  }
}
@media screen and (max-width: 767px) {
  .partners__slider .swiper-slide {
    max-width: 134px;
  }
}
@media screen and (min-width: 992px) {
  .partners__slider .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .partners__slider .swiper-slide {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.partner {
  height: 198px;
  padding: 60px 70px;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .partner {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .partner {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .partner {
    height: 80px;
    padding: 20px;
  }
}

.testimonials {
  margin: 110px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonials {
    margin: 40px 0 50px;
  }
}
.testimonials::before {
  content: "";
  font-size: 10px;
  width: 68.2em;
  height: 42.9em;
  position: absolute;
  top: -3.5em;
  left: 50%;
  -webkit-transform: translateX(-60%);
      -ms-transform: translateX(-60%);
          transform: translateX(-60%);
  background: -o-linear-gradient(235deg, rgba(84, 237, 0, 0.05) 35.3%, rgba(0, 41, 255, 0.05) 112.27%);
  background: linear-gradient(215deg, rgba(84, 237, 0, 0.05) 35.3%, rgba(0, 41, 255, 0.05) 112.27%);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  border-radius: 300px;
}
@media screen and (max-width: 991px) {
  .testimonials::before {
    display: none;
  }
}
.testimonials__slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 15px 15px;
}
.testimonials__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 767px) {
  .testimonials__dots {
    margin-top: 10px;
  }
}

.testimonial {
  height: 100%;
  padding: 50px 50px 50px 80px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 13px 3px rgba(112, 119, 138, 0.15);
          box-shadow: 0px 4px 13px 3px rgba(112, 119, 138, 0.15);
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .testimonial {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial {
    padding: 30px 20px;
  }
}
.testimonial::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 5.3em;
  height: 3.8em;
  position: absolute;
  z-index: 0;
  right: 5em;
  top: 5em;
  background: url("../img/icons/quotes.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 1199px) {
  .testimonial::before {
    right: 4em;
  }
}
@media screen and (max-width: 767px) {
  .testimonial::before {
    position: static;
    margin-bottom: 16px;
    font-size: 7.5px;
  }
}
.testimonial-txt {
  max-width: 460px;
}
@media screen and (max-width: 1199px) {
  .testimonial-txt {
    max-width: 360px;
  }
}
.testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-footer__col {
  margin-right: auto;
  padding-right: 15px;
}
.testimonial-img {
  font-size: 10px;
  width: 7.2em;
  min-width: 7.2em;
  height: 7.2em;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial-img {
    font-size: 7.5px;
  }
}

/* ------------------------------------- 
 * About
 * ------------------------------------- */
@media screen and (min-width: 1200px) {
  .about-hero .hero__col {
    padding: 80px 0 153px 86px;
  }
}
@media screen and (min-width: 1200px) {
  .about-hero .hero__title {
    max-width: 666px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero .hero-image {
    position: relative;
    z-index: -1;
    width: calc(100% + 150px);
    margin-left: -60px;
    margin-top: -72px;
    margin-bottom: -78px;
  }
}
@media screen and (min-width: 992px) {
  .about-hero .hero-image {
    font-size: 10px;
    width: 103.6em;
    height: 78.6em;
    top: -67px;
    left: 50%;
    -webkit-transform: translateX(-22%);
        -ms-transform: translateX(-22%);
            transform: translateX(-22%);
  }
}

.we {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .we {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .we {
    margin-bottom: 40px;
  }
}
.we .inner {
  padding: 70px 20px 390px;
  background: url("../img/about/we.jpg") no-repeat 50% 100%/cover;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .we .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 40px;
    padding-bottom: 300px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .we .inner {
    padding-bottom: 40vw;
    background-size: 145%;
    background-position-x: 42%;
    background-color: #F7F7F7;
  }
}
.we .section-head {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.we .title {
  margin-bottom: 15px;
}

.about-blocks {
  margin: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .about-blocks {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.about-block-1, .about-block-2 {
  height: 100%;
  padding: 40px 126px 40px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .about-block-1, .about-block-2 {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-block-1, .about-block-2 {
    height: auto;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-block-1, .about-block-2 {
    padding: 24px 20px;
  }
}
.about-block-1 .img, .about-block-2 .img {
  max-width: 74px;
  max-height: 66px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .about-block-1 .img, .about-block-2 .img {
    max-width: 46px;
    max-height: 42px;
    margin-bottom: 16px;
  }
}
.about-block-1 {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
.about-block-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#DAED67), to(#29D1D1));
  background: -o-linear-gradient(top, #DAED67 0%, #29D1D1 100%);
  background: linear-gradient(180deg, #DAED67 0%, #29D1D1 100%);
  color: #fff;
}

.about-advantages {
  margin: 130px 0 100;
}
.about-advantages .section-head {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .about-advantages {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .about-advantages {
    margin: 40px 0 55px;
  }
  .about-advantages .section-head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about-advantages .advantage__ic {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }
}

.advantages-blocks {
  max-width: 1156px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .advantages-blocks {
    margin: 40px 0 0;
  }
}

.advantages-block-1, .advantages-block-2 {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .advantages-block-1, .advantages-block-2 {
    height: 100%;
  }
}
.advantages-block-1 {
  padding: 70px 75px 100px 70px;
  background-color: #8483FB;
  color: #fff;
}
.advantages-block-1 .fz-19 {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .advantages-block-1 {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .advantages-block-1 {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-block-1 {
    padding: 35px 20px 45px;
  }
}
.advantages-block-2 {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .advantages-block-2 {
    height: 68vw;
  }
}

.gallery {
  margin: 100px 0 50px;
  padding-top: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(rgba(233, 233, 233, 0)));
  background: -o-linear-gradient(top, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
  background: linear-gradient(180deg, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 56px;
    padding-top: 50px;
  }
}
.gallery .section-head {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .gallery .section-head {
    margin-bottom: 40px;
  }
}
.gallery .section-head p {
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
}
.gallery .section-head .slider-arrows {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .gallery__slider {
    min-height: 453px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__slider {
    height: 164px;
  }
}
.gallery__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .gallery__slider .swiper-wrapper .swiper-slide {
    max-width: 252px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__slider .swiper-slide {
    width: 696px !important;
    height: 453px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery__slider .swiper-slide .photo {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    height: 134px;
  }
  .gallery__slider .swiper-slide .photo .img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  .gallery__slider .swiper-slide-active .photo {
    height: 164px;
  }
}
.gallery__slider .photo {
  height: 100%;
  max-height: 453px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery__slider .photo .img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .gallery__slider .photo {
    max-height: 350px;
  }
}

.email-badge {
  max-width: 695px;
  margin: 50px auto;
  padding: 45px 120px 45px 65px;
  background: -o-linear-gradient(120deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  background: linear-gradient(330deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  border-radius: 10px;
  color: #fff;
}
.email-badge a {
  white-space: nowrap;
  text-decoration: underline;
}
.email-badge a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .email-badge {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .email-badge {
    margin-top: 30px;
    padding: 25px 20px 30px;
    text-align: center;
  }
}

/* ------------------------------------- 
 * Telefon
 * ------------------------------------- */
.telefon-hero .tariffs-card{
	height: auto;
}
@media screen and (min-width: 992px) {
  .telefon-hero {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .telefon-hero .hero__title {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .telefon-hero .hero__title {
    margin-bottom: 40px;
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .telefon-hero .hero__txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .telefon-hero .hero-image {
    margin-top: -100px;
    margin-bottom: -50px;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .telefon-hero .hero-image {
    margin-top: -68px;
    margin-bottom: -34px;
  }
}
@media screen and (max-width: 767px) {
  .telefon-hero .hero-image {
    width: calc(100% + 60px);
    margin-left: -20px;
  }
}
@media screen and (min-width: 992px) {
  .telefon-hero .hero-image {
    width: 946px;
    height: 775px;
    top: -120px;
    left: 50%;
    -webkit-transform: translateX(-48%);
        -ms-transform: translateX(-48%);
            transform: translateX(-48%);
    z-index: -1;
  }
}
@media screen and (max-width: 991px) {
  .telefon-hero .tariffs-card {
    text-align: left;
  }
  .telefon-hero .tariffs-card__head, .telefon-hero .tariffs-card__body {
    padding-left: 50px;
    padding-right: 50px;
  }
  .telefon-hero .tariffs-card__body {
    padding-bottom: 30px;
  }
  .telefon-hero .tariffs-card__title {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .telefon-hero .tariffs-card {
    width: 332px;
    position: absolute;
    bottom: 70px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .telefon-hero .tariffs-card__body {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

.tel-advantages {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .tel-advantages {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tel-advantages {
    margin-bottom: 40px;
  }
}
.tel-advantages .inner {
  padding: 60px 80px 90px;
  background: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .tel-advantages .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tel-advantages .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .tel-advantages .inner {
    padding: 35px 15px 50px;
  }
}
.tel-advantages .inner .title {
  max-width: 510px;
  margin: 0 auto 40px;
  text-align: center;
}
.tel-advantages .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .tel-advantages .flex {
    display: block;
  }
}
.tel-advantages__img {
  height: 325px;
  border-radius: 10px;
  overflow: hidden;
}
.tel-advantages__img .img--cover {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
@media screen and (max-width: 1199px) {
  .tel-advantages__img {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .tel-advantages__img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tel-advantages__img {
    margin-top: 35px;
    height: 53vw;
  }
}
@media (min-width: 992px) {
  .tel-advantages__img {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .tel-advantages__col {
    width: 55%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .tel-advantages__slider {
    overflow: visible;
  }
  .tel-advantages__slider .swiper-slide {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .tel-advantages__slider .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tel-advantages__slider .swiper-slide {
    width: 33.33333%;
    margin: 20px 0;
    padding: 0 15px;
  }
}

/* ------------------------------------- 
 * Packages
 * ------------------------------------- */
@media screen and (max-width: 991px) {
  .hero-packages .hero__txt, .hero-packages .hero__btn {
    display: none;
  }
  .hero-packages .hero__col {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-packages .hero__title {
    max-width: 570px;
  }
  .hero-packages .hero__txt {
    max-width: 492px;
  }
}
@media screen and (max-width: 991px) {
  .hero-packages .hero-image {
    margin: -100px 0 0;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .hero-packages .hero-image {
    width: calc(100% + 150px);
    margin-left: -60px;
    margin-top: -124px;
  }
}
@media screen and (min-width: 992px) {
  .hero-packages .hero-image {
    width: 976px;
    height: 730px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
            transform: translateX(-16%);
    z-index: -1;
  }
}

.prem {
  margin: 45px 0 126px;
}
@media screen and (max-width: 991px) {
  .prem {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 767px) {
  .prem {
    margin: 45px 0;
  }
}
.prem .inner {
  padding: 0 70px;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .prem .inner {
    padding: 0 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  .prem .inner {
    padding: 0 20px 135px;
  }
}
.prem .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 442px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-42%);
      -ms-transform: translateY(-42%);
          transform: translateY(-42%);
  background: -webkit-gradient(linear, left bottom, left top, from(#DAED67), color-stop(59.37%, #29D1D1), color-stop(94.79%, #29D1D1));
  background: -o-linear-gradient(bottom, #DAED67 0%, #29D1D1 59.37%, #29D1D1 94.79%);
  background: linear-gradient(0deg, #DAED67 0%, #29D1D1 59.37%, #29D1D1 94.79%);
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .prem .inner::before {
    height: 480px;
  }
}
@media screen and (max-width: 991px) {
  .prem .inner::before {
    height: 680px;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .prem .inner::before {
    height: 502px;
  }
}
.prem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .prem__row {
    display: block;
  }
}
.prem__img {
  font-size: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.5em;
          flex: 0 0 66.5em;
  max-width: 66.5em;
  height: 55em;
}
@media screen and (max-width: 1199px) {
  .prem__img {
    font-size: 8px;
  }
}
@media screen and (max-width: 991px) {
  .prem__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .prem__img {
    margin-top: 8px;
    font-size: 4.6px;
  }
}
.prem__col, .prem__end {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
  padding-top: 164px;
}
@media screen and (max-width: 1199px) {
  .prem__col, .prem__end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    padding-top: 100px;
  }
}
.prem__col .title, .prem__end .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .prem__col .title, .prem__end .title {
    margin-bottom: 8px;
  }
}
.prem__col .button, .prem__end .button {
  margin-top: 40px;
  min-width: 170px;
}
@media screen and (max-width: 767px) {
  .prem__col .button, .prem__end .button {
    margin-top: 20px;
    min-width: 150px;
  }
}
.prem__col {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .prem__col {
    padding-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .prem__col {
    padding-top: 38px;
  }
}
@media screen and (max-width: 991px) {
  .prem__end {
    display: none;
  }
}
.prem__speed {
  width: 755px;
  padding: 24px 36px 30px;
  position: absolute;
  z-index: 1;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 991px) {
  .prem__speed {
    width: 738px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .prem__speed {
    width: auto;
    padding: 16px 25px 12px;
    left: 20px;
    right: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.prem__speed .title {
  margin-bottom: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .prem__speed .title {
    margin-bottom: 15px;
  }
}
.prem .hidden {
  width: 578px;
  padding: 34px 50px;
  position: absolute;
  bottom: 108px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F7F7F7;
  border-radius: 10px;
  color: #78778F;
}
@media screen and (max-width: 767px) {
  .prem .hidden {
    width: 100%;
    padding: 30px 25px;
    bottom: 140px;
  }
  .prem .hidden.game-4, .prem .hidden.game-5, .prem .hidden.game-6 {
    bottom: 78px;
  }
}
.prem .hidden .close {
  top: 25px;
  right: 25px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .prem .hidden .close {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .prem .hidden .close {
    top: 10px;
    right: 10px;
  }
}

.pop-games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
@media screen and (max-width: 767px) {
  .pop-games {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
.pop-games li {
  width: 16.66666%;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .pop-games li {
    width: 33.33333%;
    margin-bottom: 8px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .pop-games li:first-child .item::before {
    left: 75%;
  }
  .pop-games li:last-child .item::before {
    left: 25%;
  }
}
.pop-games .item {
  height: 72px;
  padding: 16px 22px;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pop-games .item {
    height: 55px;
    padding: 12px 16px;
  }
}
.pop-games .item::before {
  content: "";
  display: block;
  border-top: 10px solid #F7F7F7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: calc(100% - 2px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.pop-games .item:hover, .pop-games .item.is-active {
  border-color: #3CC3CC;
}
.pop-games .item.is-active::before {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------- 
 * TV
 * ------------------------------------- */
@media screen and (max-width: 991px) {
  .hero-tv .hero__txt, .hero-tv .hero__btn {
    display: none;
  }
  .hero-tv .hero__col {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hero-tv .hero-image {
    margin: -100px 0 -50px;
    position: relative;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .hero-tv .hero-image {
    width: calc(100% + 220px);
    margin-left: -113px;
    margin-top: -66px;
  }
}
@media screen and (min-width: 992px) {
  .hero-tv .hero-image {
    width: 1162px;
    height: 767px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-30%, 11%);
        -ms-transform: translate(-30%, 11%);
            transform: translate(-30%, 11%);
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .tv-blocks {
    margin-top: 40px;
  }
}

.tv-block-1, .tv-block-2 {
  height: 100%;
  padding: 60px 60px 72px 60px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .tv-block-1, .tv-block-2 {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tv-block-1, .tv-block-2 {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .tv-block-1, .tv-block-2 {
    padding: 46px 20px;
  }
}
.tv-block-1 p, .tv-block-2 p {
  max-width: 290px;
}
@media screen and (max-width: 991px) {
  .tv-block-1 p, .tv-block-2 p {
    max-width: 100%;
  }
}
.tv-block-1 .img, .tv-block-2 .img {
  position: absolute;
  z-index: -1;
  max-height: none;
}
@media screen and (max-width: 1199px) {
  .tv-block-1 .img, .tv-block-2 .img {
    display: none;
  }
}
.tv-block-1 {
  background: -o-linear-gradient(228deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
  background: linear-gradient(222deg, #3CC3CC 12.74%, #4FB1D8 29.86%, #758FF1 48.61%, #8382FA 64.51%);
}
@media screen and (max-width: 991px) {
  .tv-block-1 {
    margin-bottom: 110px;
  }
}
.tv-block-1 .img {
  width: 330px;
  height: 250px;
  right: 9px;
  top: -28px;
}
.tv-block-1 .hint {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 0;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  padding: 45px 50px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
  color: #78778F;
}
@media screen and (max-width: 1199px) {
  .tv-block-1 .hint {
    left: 40px;
    right: 40px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .tv-block-1 .hint {
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
  }
}
@media screen and (max-width: 767px) {
  .tv-block-1 .hint {
    padding: 24px 20px;
    left: 20px;
    right: 20px;
  }
}
.tv-block-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#DAED67), to(#29D1D1));
  background: -o-linear-gradient(bottom, #DAED67 0%, #29D1D1 100%);
  background: linear-gradient(0deg, #DAED67 0%, #29D1D1 100%);
}
.tv-block-2 .img {
  width: 278px;
  height: 414px;
  top: -84px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .tv-block-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#DAED67), to(#29D1D1));
    background: -o-linear-gradient(top, #DAED67 0%, #29D1D1 100%);
    background: linear-gradient(180deg, #DAED67 0%, #29D1D1 100%);
  }
}

/* ------------------------------------- 
 * Equipment
 * ------------------------------------- */
.equipment-hero .title-2 {
  margin-bottom: 12px;
}
.equipment-hero .button {
  margin-top: 18px;
}
.equipment-hero .inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 114px 90px;
  border-radius: 10px;
  background: url("../img/support/bg.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 991px) {
  .equipment-hero .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    padding: 45px 15px 0;
    text-align: center;
  }
  .equipment-hero .inner .center {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .equipment-hero .inner {
    padding-top: 35px;
  }
}
.equipment-hero .inner-img {
  max-width: 60%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 10%;
}
@media screen and (max-width: 1199px) {
  .equipment-hero .inner-img {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .equipment-hero .inner-img {
    max-width: 100%;
    margin: 40px auto 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .equipment-hero .inner-img {
    margin-top: 20px;
  }
}

.equipment {
  margin: 45px 0 100px;
}
@media screen and (max-width: 767px) {
  .equipment {
    margin: 35px 0 70px;
  }
}
.equipment-list [class*=col-12] {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .equipment-list [class*=col-12] {
    margin-bottom: 20px;
  }
}
.equipment .all {
  display: block;
}
.equipment-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
}
.equipment-thumb .discount-thumb__img {
  height: 290px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .equipment-thumb .discount-thumb__img {
    height: 190px;
    padding: 30px;
  }
}
.equipment-thumb .discount-thumb__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  border: none;
  background: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .equipment-thumb .title-3 {
    font-size: 20px;
  }
}
.equipment-thumb__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .equipment-thumb__txt {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.equipment-thumb .price {
  letter-spacing: -0.05em;
  font: 700 26px/1 "Ermilov", "Futura PT", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .equipment-thumb .price {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.equipment-thumb .button {
  margin-top: auto;
}
.equipment__slider .swiper-slide {
  height: auto;
}
.equipment__slider .equipment-thumb__txt {
  margin-bottom: 15px;
}

.card__images {
  height: 478px;
  padding: 55px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card__images {
    height: 300px;
    padding: 30px;
  }
}
.card__slider {
  margin: 0;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .card__slider {
    height: 200px;
  }
}
.card__slider .img {
  margin: 0 auto;
}
.card__slider-thumbs {
  position: absolute;
  width: 61px;
  top: 35px;
  left: 31px;
}
@media screen and (max-width: 767px) {
  .card__slider-thumbs {
    display: none;
  }
}
.card__slider-thumbs .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 61px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
}
.card__slider-thumbs .swiper-slide-thumb-active {
  border-color: #3CC3CC;
}
.card-side {
  padding: 45px 50px;
  background: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .card-side {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .card-side {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .card-side {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
.card-side .price {
  font: 700 44px/1 "Ermilov", "Futura PT", sans-serif;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .card-side .price {
    font-size: 32px;
  }
}
.card-side__txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card-side__txt {
    margin-bottom: 5px;
  }
}
.card-side .button {
  width: 100%;
  margin-top: 13px;
}
.card-info {
  margin-top: 60px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .card-info {
    margin-top: 30px;
  }
}
.card .characteristic {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .card .characteristic {
    padding: 0;
    width: calc(100% + 16px);
    margin-left: -8px;
    font-size: 19px;
  }
}
.card .characteristic .row {
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .card .characteristic .row {
    padding: 16px 10px;
  }
  .card .characteristic .row > div:first-child {
    margin-bottom: 5px;
  }
}
.card .characteristic .row:nth-child(2n+1) {
  background: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card .characteristic .row:nth-child(2n+1) {
    border-radius: 0;
  }
}

/* ------------------------------------- 
 * Calc
 * ------------------------------------- */
@media screen and (max-width: 767px) {
  .calc-blocks {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.calc-block {
  margin-bottom: 40px;
  padding: 40px 64px;
  background: #F7F7F7;
  border-radius: 10px;
}
.calc-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .calc-block {
    padding: 25px 15px;
    border-radius: 0;
  }
}
.calc-block-title {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.calc-block .row [class*=col-] {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .calc-block .row [class*=col-] {
    margin-bottom: 10px;
  }
}
.calc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .calc-item {
    padding: 16px;
  }
}
.calc-item__title {
  margin-bottom: 10px;
  color: #78778F;
}
@media screen and (max-width: 767px) {
  .calc-item__title {
    margin-bottom: 5px;
  }
}
.calc-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .calc-item__main {
    padding-right: 20px;
  }
}
.calc-item__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .calc-item__side {
    min-width: auto;
  }
}
.calc-item__side .button {
  position: relative;
  top: auto;
  right: auto;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .calc-item__side .button {
    margin-left: 10px;
  }
}
.calc-item__side .price {
  margin-right: 8px;
  white-space: nowrap;
}
.calc-item .price {
  font: 700 20px/1 "Ermilov", "Futura PT", sans-serif;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .calc-item .price {
    font-size: 18px;
  }
}
.calc-item .tariffs-card__data {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .calc-item .tariffs-card__data {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .calc-item-internet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calc-item-internet .calc-item__main {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .calc-item-internet .calc-item__side {
    width: 100%;
  }
  .calc-item-internet .calc-item__side .button {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .calc-item-tv .calc-product {
    display: block;
  }
}
.calc-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.calc-line::after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  z-index: -1;
  left: 5px;
  right: 5px;
  top: 8px;
  background-color: #F7F7F7;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .calc-line::after {
    height: 3px;
  }
}
.calc-line__progress {
  position: absolute;
  left: 0;
  top: 8px;
  height: 5px;
  background: -o-linear-gradient(17.3deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  background: linear-gradient(72.7deg, #3CC3CC 13.25%, #4EB2D8 27.99%, #4FB1D8 27.99%, #7391F0 41.9%, #758FF1 45.69%, #8382FA 83.6%, #8382FA 84.44%);
  border-radius: 30px;
  will-change: width;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .calc-line__progress {
    height: 3px;
  }
}
.calc-line-input {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
}
.calc-line-input.pseudo-check .calc-pseudo-check {
  background-color: #3CC3CC;
}
@media screen and (max-width: 767px) {
  .calc-line-input {
    font-size: 14px;
  }
}
.calc-line-input .calc-pseudo-check {
  margin: 0 auto 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .calc-line-input .calc-pseudo-check {
    margin-bottom: 6px;
  }
}
.calc-line-input:first-of-type {
  text-align: left;
}
.calc-line-input:first-of-type .calc-pseudo-check {
  margin-left: 0;
}
.calc-line-input:last-of-type {
  text-align: right;
}
.calc-line-input:last-of-type .calc-pseudo-check {
  margin-right: 0;
}
.calc-pseudo-check {
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  background: #C5C9CD;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .calc-pseudo-check {
    font-size: 18px;
  }
}
.calc-input-hidden {
  display: none;
}
.calc-input-hidden:checked ~ .calc-pseudo-check {
  background-color: #3CC3CC;
}
.calc-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-product__img {
  width: 58px;
  min-width: 58px;
  height: 58px;
  margin-right: 35px;
}
.calc-product__title {
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .calc-product__title {
    min-width: auto;
  }
}
.calc .subtext {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #78778F;
}
.calc .tariff-add__btn {
  width: 34px;
  height: 34px;
}
.calc .tariffs-card__data .data__val::after {
  top: 7px;
}
.calc .tariffs-card__data .val {
  font-size: inherit;
  font-weight: inherit;
}
.calc .tariff-add {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .calc .tariff-add {
    padding: 20px;
  }
}
.calc .tariff-add__title {
  font-weight: 400;
}
.calc .tariffs-card__price {
  font-size: 20px;
}
.calc-result {
  margin-top: 0;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .calc-result {
    padding: 25px 50px 35px;
    z-index: 1;
  }
  .calc-result::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: inherit;
  }
  .calc-result::after {
    content: "";
    display: block;
    width: 494px;
    height: 500px;
    position: absolute;
    z-index: -2;
    left: 50px;
    bottom: 0;
    background: -o-linear-gradient(12.64deg, rgba(114, 124, 188, 0.1) 35.3%, rgba(60, 195, 204, 0.1) 112.27%);
    background: linear-gradient(77.36deg, rgba(114, 124, 188, 0.1) 35.3%, rgba(60, 195, 204, 0.1) 112.27%);
    -webkit-filter: blur(45px);
            filter: blur(45px);
    border-radius: 10px;
  }
}
.calc-result__scroll {
  margin-top: 20px;
  margin-bottom: 60px;
  max-height: 310px;
}
@media screen and (max-width: 767px) {
  .calc-result__scroll {
    margin-bottom: 40px;
    max-height: 230px;
  }
}
.calc-result__scroll::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
  left: -50px;
  right: -50px;
  bottom: -30px;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .calc-result__scroll::after {
    left: -15px;
    right: -15px;
    bottom: -20px;
  }
}
.calc-result__scroll .simplebar-offset {
  right: 0 !important;
}
.calc-result__scroll .simplebar-track {
  right: -30px;
}
.calc-result__scroll .simplebar-scrollbar {
  width: 5px;
  right: 3px;
}
.calc-result__list {
  margin: 0;
}
.calc-result__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-result__list .ic {
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 15px;
}
.calc-result .summary {
  margin: 0 0 10px;
}
.calc-result .summary .no-gutters {
  margin: 0 !important;
}
.calc-result .summary .old {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .calc-result .summary .price {
    font-size: 22px;
  }
}
.calc-result .price-sm {
  font-weight: 500;
  font-size: 18px;
}
.calc-result .button {
  margin-top: 10px;
}

.results-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .quiz-wrap {
    background: #F7F7F7;
    padding: 20px 0 30px;
  }
}

.quiz {
  min-height: 640px;
  padding: 8px;
  background: #F7F7F7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .quiz {
    padding: 0;
    border-radius: 0;
    background: none;
    min-height: auto;
  }
}
.quiz .step, .quiz .step-out, .quiz .step-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  min-height: 526px;
}
@media screen and (max-width: 1199px) {
  .quiz .step, .quiz .step-out, .quiz .step-in {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .quiz .step, .quiz .step-out, .quiz .step-in {
    padding: 25px 20px 30px;
    min-height: auto;
  }
}
.quiz .step {
  display: none;
}
.quiz .step.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .quiz .step.is-active {
    display: block;
  }
}
.quiz .step-title {
  max-width: 800px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .quiz .step-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.quiz .step-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
  color: #78778F;
}
@media screen and (min-width: 768px) {
  .quiz .step-subtitle {
    min-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .quiz .step-subtitle {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    min-height: 21px;
  }
}
.quiz .step-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .quiz .step-img {
    display: none;
  }
}
.quiz .step-row {
  width: 100%;
  max-width: 1008px;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .quiz .step-row {
    display: block;
    margin: 0;
  }
}
.quiz .step-col {
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}
@media screen and (max-width: 991px) {
  .quiz .step-col {
    width: 33.33333%;
  }
}
@media screen and (max-width: 767px) {
  .quiz .step-col {
    width: 100%;
    padding: 0;
  }
}
.quiz .step .step-out, .quiz .step .step-in {
  width: 100%;
  padding: 0;
  min-height: auto;
  position: static;
}
.quiz .step .step-in {
  display: none;
}
.quiz .step .step-in.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .quiz .step .step-in.is-show {
    display: block;
  }
}
.quiz .step-2 .step-img {
  right: 5%;
}
.quiz-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 160px;
  padding: 20px 20px 20px 26px;
  background: #F7F7F7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .quiz-checkbox {
    height: auto;
    min-height: auto;
    padding: 25px;
    padding-right: 50px;
  }
}
.quiz-checkbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.quiz-checkbox__ic, .quiz-checkbox__overlay {
  display: block;
}
.quiz-checkbox__ic {
  max-width: 50px;
  max-height: 45px;
}
@media screen and (max-width: 767px) {
  .quiz-checkbox__ic {
    display: none;
  }
}
.quiz-checkbox__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
  font-size: 16px;
}
.quiz-checkbox .quantity {
  margin-left: 12px;
  position: relative;
  top: 5px;
  opacity: 0;
  visibility: hidden;
}
.quiz-checkbox__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -3;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border-radius: inherit;
}
.quiz-checkbox .tariff-add__btn {
  width: 34px;
  height: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .quiz-checkbox .tariff-add__btn {
    top: 50%;
    margin-top: -17px;
  }
}
.quiz-checkbox input {
  display: none;
}
.quiz-checkbox input:checked ~ .quiz-checkbox__title .quantity {
  background-color: #F7F7F7;
  opacity: 1;
  visibility: visible;
}
.quiz-checkbox input:checked ~ .quiz-checkbox__overlay {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
.quiz-checkbox input:checked ~ .tariff-add__btn {
  background-color: #3CC3CC;
}
.quiz-checkbox input:checked ~ .tariff-add__btn::before {
  background-image: url("../img/icons/check-sm.svg");
  background-size: 16px 12px;
}
.quiz-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 60px;
}
@media screen and (max-width: 1199px) {
  .quiz-footer {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .quiz-footer {
    margin-top: 20px;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.quiz-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .quiz-line {
    width: 100%;
    margin-right: 0;
  }
}
.quiz-line::before {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  z-index: -2;
  left: 10px;
  right: 10px;
  top: 12px;
  background: #FFF;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .quiz-line::before {
    height: 2px;
    top: 6px;
  }
}
.quiz-line span {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .quiz-line span {
    width: 14px;
    height: 14px;
    font-size: 0;
  }
  .quiz-line span::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #8382FA;
    border-radius: 50%;
  }
}
.quiz-line span:first-of-type, .quiz-line span.is-active {
  background-color: #8382FA;
  color: #fff;
}
.quiz-progress {
  height: 5px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 12px;
  background: -o-linear-gradient(17.3deg, #3CC3CC 13.25%, #4EB2D8 44%, #8382FA 83.6%, #8382FA 84.44%);
  background: linear-gradient(72.7deg, #3CC3CC 13.25%, #4EB2D8 44%, #8382FA 83.6%, #8382FA 84.44%);
  will-change: width;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
@media screen and (max-width: 767px) {
  .quiz-progress {
    height: 2px;
    top: 6px;
  }
}
.quiz-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .quiz-btns {
    width: 100%;
    margin-top: 20px;
  }
}
.quiz-btns .js-quiz-prev {
  margin-right: 10px;
  display: none;
}
.quiz-btns .js-quiz-prev.is-show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.quiz-btns .js-quiz-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quiz-btns .js-quiz-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.quiz-btns .js-quiz-next::before {
  margin-left: 6px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .quiz-btns .js-quiz-next {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .quiz-btns .js-quiz-next {
    min-width: 190px;
  }
}
.quiz .target__form {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .quiz .target__form {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 34px;
  padding: 10px 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
}
.quantity-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 50%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.quantity .minus, .quantity .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.quantity .minus::before, .quantity .minus::after, .quantity .plus::before, .quantity .plus::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  background: currentColor;
}
.quantity .minus::after, .quantity .plus::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.quantity .minus::after {
  display: none;
}
.error-404 {
  padding: 130px 0 50px;
  background: url("../img/404.jpg") no-repeat 50% 0%/contain;
}
@media screen and (max-width: 767px) {
  .error-404 {
    padding: 300px 0 0;
    background-size: 180% auto;
  }
}
.error-404__block {
  max-width: 460px;
  padding: 70px 65px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .error-404__block {
    padding: 30px 20px;
    text-align: center;
  }
}
.error-404__block .err {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#DAED67), color-stop(59.37%, #29D1D1), color-stop(94.79%, #29D1D1));
  background: -o-linear-gradient(top, #DAED67 0%, #29D1D1 59.37%, #29D1D1 94.79%);
  background: linear-gradient(180deg, #DAED67 0%, #29D1D1 59.37%, #29D1D1 94.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .error-404__block .err {
    font-size: 62px;
  }
}
.error-404__block .title a {
  color: #3CC3CC;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .error-404__block .title {
    font-size: 20px;
  }
  .error-404__block .title br {
    display: none;
  }
}
.error-404__block .button {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .error-404__block .button {
    width: 100%;
  }
}

.cursor-container {
  width: 100vw;
  height: 100vh;
}



.p-widget {
  position: fixed;
  z-index: 99999999;
  top: auto;
  bottom: 60px;
  right: 40px;
  text-align: initial;
  line-height: initial;
  text-transform: none;
  letter-spacing: initial;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
@media screen and (max-width: 1199px) {
  .p-widget.is-active .p-widget__start {
    background-image: url("../img/widget/group-close.svg");
    background-size: 100%;
  }
  .p-widget.is-active .p-widget__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-widget {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-widget:hover .p-widget__start {
    background-image: url("../img/widget/group-close.svg");
    background-size: 100%;
  }
  .p-widget:hover .p-widget__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-widget:hover .p-widget__list::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
.p-widget__btn {
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat 50% 50%/contain;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-widget__btn {
    width: 40px;
    height: 40px;
  }
}
.p-widget__start {
  background-color: #826ec8;
  background-image: url("../img/widget/group-mobile.svg");
  background-size: 50%;
  cursor: default;
}
@media screen and (max-width: 1199px) {
  .p-widget__start {
    cursor: pointer;
  }
}
.p-widget__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.1s 0.2s ease-out;
  -o-transition: all 0.1s 0.2s ease-out;
  transition: all 0.1s 0.2s ease-out;
  will-change: transform;
}
@media screen and (max-width: 1199px) {
  .p-widget__list {
    display: block;
    padding: 0 0 50px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .p-widget__list {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-widget__list::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -4px;
    right: -4px;
    bottom: -4px;
    top: -4px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.1s 0s ease-out;
    -o-transition: all 0.1s 0s ease-out;
    transition: all 0.1s 0s ease-out;
  }
}
.p-widget__list .p-widget__btn {
  cursor: pointer;
  margin-right: 4px;
}
@media screen and (max-width: 1199px) {
  .p-widget__list .p-widget__btn {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-widget__list .p-widget__btn {
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
  .p-widget__list .p-widget__btn:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-widget__tg {
  background-color: #2ca5e0;
  background-image: url("../img/widget/group-tg.svg");
}
.p-widget__vk {
  background-color: #4c75a1;
  background-image: url("../img/widget/group-fb.svg");
}
/*# sourceMappingURL=styles.css.map */
#menu-item-232 a {color: #ef5136;}
#ez-toc-container  ul li:before  {display:none;}


.mob-tel {
	display: none;
  position: relative;
}
.mob-tel__icon {
  width: 20px;
  height: 20px;
  padding: 2.5px;
}
.mob-tel__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mob-tel__body {
  opacity: 0;
  visibility: hidden;
  width: 345px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 2px solid #e4e4e4;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  top: 170%;
  left: -45px;
  z-index: 3;
}
.mob-tel__body a {
  display: block;
  color: #2b2a44;
  text-align: left;
}
.mob-tel__body a p {
  font-family: Futura PT;
  font-size: 18px;
  display: block;
color: #78778F;
	margin-bottom:10px;
}
.mob-tel__body a span {
  font-size: 15px;
  font-weight: 700;
  display: block;
	color: #3CC3CC;
}
.mob-tel__body a:not(:last-child) {
  margin: 0px 0px 15px 0px;
}
._active .mob-tel__body {
  opacity: 1;
  visibility: visible;
}
.mob-tel__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
	.header-tel .pc-tel {
	display: none;
	}
	.mob-tel {
		display: inline-block;
	}
}