@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Yanone+Kaffeesatz:400,700|Yeseva+One&display=swap&subset=cyrillic); /*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  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: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 9px;
  padding-left: 9px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: aft;
  src: url(../libs/font/aft.eot?49410038);
  src: url(../libs/font/aft.eot?49410038#iefix) format("embedded-opentype"),
    url(../libs/font/aft.woff2?49410038) format("woff2"),
    url(../libs/font/aft.woff?49410038) format("woff"),
    url(../libs/font/aft.ttf?49410038) format("truetype"),
    url(../libs/font/aft.svg?49410038#aft) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" af-"]:before,
[class^="af-"]:before {
  font-family: aft;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.af-right-open:before {
  content: "\e800";
}
.af-left-open:before {
  content: "\e801";
}
.af-zoom-in:before {
  content: "\e802";
}
.af-zoom-out:before {
  content: "\e803";
}
.af-email:before {
  content: "\e804";
}
.af-cancel-circled-outline:before {
  content: "\e805";
}
.af-clock:before {
  content: "\e806";
}
.af-sale-ico:before {
  content: "\e807";
}
.af-attention:before {
  content: "\e808";
}
.af-map:before {
  content: "\e809";
}
.af-email-1:before {
  content: "\e80a";
}
.af-face:before {
  content: "\e80b";
}
.af-phone:before {
  content: "\e80c";
}
.af-call:before {
  content: "\e80d";
}
.af-location:before {
  content: "\f031";
}
.af-twitter:before {
  content: "\f099";
}
.af-youtube:before {
  content: "\f167";
}
.af-vkontakte:before {
  content: "\f189";
}
.af-facebook:before {
  content: "\f30c";
}
.af-instagram:before {
  content: "\f16d";
}
.af-instagram-filled:before {
  content: "\f31f";
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: aft;
  src: url(../fonts/fontello/aft.eot?56672103);
  src: url(../fonts/fontello/aft.eot?56672103#iefix) format("embedded-opentype"),
    url(../fonts/fontello/aft.woff?56672103) format("woff"),
    url(../fonts/fontello/aft.ttf?56672103) format("truetype"),
    url(../fonts/fontello/aft.svg?56672103#panteon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.aft-icon {
  font-family: aft;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0.5625em !important;
  padding-right: 0.5625em !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  min-height: 100vh;
}
body {
  min-width: 320px;
  position: relative;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  background-color: #f8f9fb;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
.button,
.dropdown-block ul li,
.form-radio__ico:after,
.header-bottom .city__contacts .smoothScroll,
.link,
.slick-dots li button:after,
.slider__nav .navigation-arrow,
.soc-icon a,
.social-btn,
input:not([type="submit"]):not([type="checkbox"]):not([type="file"]):not([type="radio"]),
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.for_a {
  text-align: center;
}
.for_a.left {
  text-align: left;
}
.for_a.all {
  text-align: right;
}
.FAQ,
.address,
.epilation,
.equipment,
.footer,
.gallery-section,
.haveQuestion,
.header-bottom,
.overflow-block,
.reviews,
.sale,
.whyWe {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.form-radio__ico:after,
.slick-dots li button:after {
  content: "";
  position: absolute;
}
a:focus,
button:focus,
div:focus,
input:focus,
span:focus,
textarea:focus {
  outline: 0 !important;
}
li {
  list-style: none;
}
a,
button,
div:not(.container),
form,
input,
label,
li,
span,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form__container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__item {
  margin-bottom: 27px;
}
.form__label {
  margin-bottom: 8px;
  font-size: 14px;
  color: #4b4b4b;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="file"]):not([type="radio"]) {
  width: 100%;
  display: block;
  border: 1px solid #cdcdcd;
  height: 50px;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 12px;
  font-size: 16px;
  color: #312436;
}
@media only screen and (max-width: 575px) {
  input:not([type="submit"]):not([type="checkbox"]):not([type="file"]):not([type="radio"]) {
    font-size: 14px;
    height: 40px;
  }
}
input.error {
  border-color: #ff0036;
}
textarea {
  resize: none;
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 200px;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 25px;
  font-size: 16px;
  color: #312436;
}
textarea.error {
  border-color: #ff0036;
}
.form-label {
  margin-bottom: 0.4375em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 1.1875em;
}
.form-label .text {
  font-size: 0.75em;
}
.form-label .label-ico {
  width: 1.5625em;
  padding-right: 0.5em;
}
.form-label .demo-icon {
  font-size: 0.9375em;
  display: block;
}
.form-label .demo-icon.aa-email,
.form-label .demo-icon.aa-replic {
  font-size: 0.75em;
}
.form-radio {
  text-align: left;
  position: relative;
}
.form-radio:not(:last-of-type) {
  margin-bottom: 0.625em;
}
.form-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-radio input:checked + label .form-radio__ico:after,
.form-radio input[checked="checked"] + label .form-radio__ico:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.form-radio__ico {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: inset 0.1875em 0.1875em 0.3125em rgba(49, 36, 54, 0.45);
  box-shadow: inset 0.1875em 0.1875em 0.3125em rgba(49, 36, 54, 0.45);
  position: relative;
  margin-right: 0.75em;
}
.form-radio__ico:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  transform: translate(-50%, -50%) scale(0.4);
  width: 0.625em;
  height: 0.625em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ff0036;
  opacity: 0;
}
.form-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
.check input[type="checkbox"] {
  display: none;
}
.check
  input[type="checkbox"][checked="checked"]
  + .check__label
  .check__label-ico:after,
.check input[type="checkbox"][checked] + .check__label .check__label-ico:after {
  opacity: 1;
}
.check__label {
  position: relative;
  padding-left: 35px;
  color: #312436;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}
.check__label-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 5px 2px 5px rgba(0, 0, 0, 0.22);
  box-shadow: inset 5px 2px 5px rgba(0, 0, 0, 0.22);
  border: 1px solid #d4d4d4;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.check__label-ico:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -3px;
  background: url(../img/svg/check.svg) no-repeat center/contain;
  width: 18px;
  height: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.dropdown-block {
  position: relative;
}
.dropdown-block .dropdown-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 2.5em;
  -webkit-border-radius: 1.42857em;
  border-radius: 1.42857em;
  border: none;
  -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #c8c8c8;
  font-size: 0.875em;
  padding-left: 1.42857em;
  padding-right: 3.57143em;
  z-index: 20;
}
@media only screen and (max-width: 575px) {
  .dropdown-block .dropdown-value {
    font-size: 1.1875em;
    height: 2.89474em;
    padding-left: 1.57895em;
    padding-right: 3.68421em;
  }
}
.dropdown-block .dropdown-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.75em;
  height: 100%;
  background-color: #ff9c00;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
  color: #292828;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .dropdown-block .dropdown-arrow {
    width: 3.75em;
    -webkit-border-radius: 3.125em;
    border-radius: 3.125em;
  }
}
.dropdown-block .dropdown-arrow:before {
  content: "\E809";
  position: absolute;
  font-family: bl-fonts;
  font-size: 0.875em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.dropdown-block ul {
  display: none;
  position: absolute;
  width: auto;
  top: 100%;
  min-width: 100%;
  left: 0;
  overflow: auto;
  text-align: left;
  z-index: 22;
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
  max-height: 15.625em;
}
.dropdown-block ul li {
  background-color: transparent;
  padding: 0.66667em 0.83333em;
  display: block;
  cursor: pointer;
  color: #000;
  font-size: 0.75em;
}
@media only screen and (max-width: 575px) {
  .dropdown-block ul li {
    font-size: 1.1875em;
  }
}
.dropdown-block ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-title {
  margin-bottom: 6px;
  text-align: center;
}
.top-title .h2,
.top-title h2,
.top-title.h2 {
  margin: 0;
}
.top-title .h3,
.top-title h3,
.top-title.h3 {
  margin: 0;
  color: #312436;
  font-family: "Yeseva One", cursive;
  font-size: 50px;
  line-height: 1.2;
}
.top-title .subtitle {
  margin-top: 0.625em;
}
.header-title {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  font-family: "Yeseva One", cursive;
}
.header-title:before {
  content: "";
  width: 210px;
  height: 144px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../img/branch_new.png) no-repeat center/contain;
}
.header-title .sub-title,
.header-title .top-title {
  position: relative;
  z-index: 2;
}
.header-title .top-title {
  color: #6781b1;
  font-size: 70px;
}
.header-title .top-title--small {
  font-size: 40px;
}
.header-title .sub-title {
  color: #000;
  font-size: 32px;
  line-height: 1;
}
.header-title--secondary .top-title {
  color: #312436;
  font-size: 60px;
  line-height: 0.8;
  margin-bottom: 0;
}
.header-title--secondary--small {
  font-size: 40px;
}
.header-title--secondary .sub-title {
  font-size: 40px;
  color: #6781b1;
}
.header-title--noIco:before {
  display: none;
}
.link {
  border-bottom: 1px dashed;
}
.link:hover {
  border-color: transparent;
}
.link--warm {
  color: #fdb534;
}
.link--solid {
  border-style: solid;
}
.link .text {
  font-size: 0.875em;
  line-height: 1;
}
.container {
  position: relative;
  z-index: 21;
}
.overflow-block {
  overflow: hidden;
  min-height: 100%;
  position: static;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
.text.text-md {
  font-weight: 500;
}
.text.text-bl {
  font-weight: 700;
}
.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ico-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ico-block i {
  width: 16px;
  text-align: center;
}
.ico-block p {
  padding-left: 12px;
}
.pd0 {
  padding: 0;
}
.tdu {
  text-decoration: underline;
}
@-webkit-keyframes hideTags {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideTags {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    visibility: hidden;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.soc-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}
.soc-icon li {
  padding: 8px;
}
.soc-icon a {
  width: 30px;
  height: 30px;
  border: 2px solid #c7c7c7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #c7c7c7;
  color: #312436;
  font-size: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.soc-icon a:hover {
  background-color: transparent;
  color: #c7c7c7;
}
label.error {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .btn-default {
    font-size: 12px;
  }
  .top-title .h3,
  .top-title h3,
  .top-title.h3 {
    font-size: 30px;
  }
  .header-title:before {
    width: 150px;
    height: 100px;
  }
  .header-title .top-title {
    font-size: 45px;
  }
  .header-title .top-title--small {
    font-size: 30px;
  }
  .header-title .sub-title {
    font-size: 24px;
  }
  .header-title--secondary .top-title {
    font-size: 40px;
  }
  .header-title--secondary .top-title--small {
    font-size: 30px;
  }
  .header-title--secondary .sub-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .top-title .h3,
  .top-title h3,
  .top-title.h3 {
    font-size: 26px;
  }
  .header-title:before {
    width: 100px;
    height: 100px;
  }
  .header-title .top-title {
    font-size: 32px;
  }
  .header-title .top-title--small {
    font-size: 24px;
  }
  .header-title .sub-title {
    font-size: 18px;
  }
  .header-title--secondary .top-title {
    font-size: 30px;
  }
  .header-title--secondary .top-title--small {
    font-size: 24px;
  }
  .header-title--secondary .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .top-title .h3,
  .top-title h3,
  .top-title.h3 {
    font-size: 20px;
  }
  .header-title:before {
    width: 100px;
    height: 100px;
  }
  .header-title .top-title {
    font-size: 26px;
  }
  .header-title .top-title--small {
    font-size: 22px;
  }
  .header-title--secondary .top-title {
    font-size: 26px;
  }
  .header-title--secondary .top-title--small {
    font-size: 20px;
  }
}
.h2,
h2 {
  font-size: 1em;
}
.h2 .text,
h2 .text {
  font-size: 2.25em;
  letter-spacing: -0.018em;
}
.h3,
h3 {
  font-size: 1em;
}
.h3 .text,
h3 .text {
  font-size: 1.8125em;
}
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.375em;
}
.social li {
  padding: 0.375em;
}
.social li .social-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 0.3125em 0.5em 0.3125em 0.3125em;
}
.social-btn.telegram {
  background-color: #3da8ec;
}
.social-btn.telegram:hover {
  -webkit-box-shadow: 0 0 21px rgba(61, 168, 236, 0.75);
  box-shadow: 0 0 21px rgba(61, 168, 236, 0.75);
}
.social-btn.whatsapp {
  background-color: #45c355;
}
.social-btn.whatsapp:hover {
  -webkit-box-shadow: 0 0 21px rgba(69, 195, 85, 0.75);
  box-shadow: 0 0 21px rgba(69, 195, 85, 0.75);
}
.social-btn.skype {
  background-color: #00aff0;
}
.social-btn.skype:hover {
  -webkit-box-shadow: 0 0 21px rgba(0, 175, 240, 0.75);
  box-shadow: 0 0 21px rgba(0, 175, 240, 0.75);
}
.social-btn:active {
  -webkit-box-shadow: inset 4px 3px 5px rgba(0, 0, 0, 0.45);
  box-shadow: inset 4px 3px 5px rgba(0, 0, 0, 0.45);
}
.social-btn__ico {
  margin-right: 0.4375em;
  width: 1.25em;
}
.social-btn__ico .demo-icon {
  font-size: 0.875em;
}
.social-btn .text {
  font-size: 0.625em;
}
.button {
  -webkit-border-radius: 3.125em;
  border-radius: 3.125em;
  padding: 1.4375em 1.3125em;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  background: #3c599b;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3c599b),
    color-stop(18%, #537fbe),
    color-stop(42%, #4a71b6),
    color-stop(61%, #466bb1),
    to(#4162a7)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  background-image: linear-gradient(
    to top,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
.button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button:hover {
  background: 0 0;
  background-image: none;
  -webkit-box-shadow: inset 0 0 0 3px #637dad;
  box-shadow: inset 0 0 0 3px #637dad;
  color: #312436;
}
.button--round {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.button--border {
  border: 5px solid #e1e1e1;
}
.button--o {
  background-image: none;
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}
.button--o:hover {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3c599b),
    color-stop(18%, #537fbe),
    color-stop(42%, #4a71b6),
    color-stop(61%, #466bb1),
    to(#4162a7)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  background-image: linear-gradient(
    to top,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
}
.button--ttn {
  text-transform: none;
}
.button--sm {
  font-weight: 400;
  padding: 10px 30px;
}
.soc-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -11.5px;
}
.soc-icon li {
  padding: 11.5px;
}
.slider__container {
  position: relative;
}
.slider__container--dots {
  padding-bottom: 90px;
}
.slider__nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 3;
}
.slider__nav .navigation-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 34px;
  color: #6781b1;
}
.slider__nav .navigation-arrow:hover {
  color: #3c5076;
}
.slider__nav .navigation-arrow.prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider__nav .navigation-arrow.next {
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slick-dots li {
  padding: 0 16px;
}
.slick-dots li.slick-active button {
  cursor: default;
}
.slick-dots li.slick-active button:after {
  opacity: 1;
}
.slick-dots li button {
  color: transparent;
  width: 1.875em;
  height: 1.875em;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #6781b1;
  cursor: pointer;
  position: relative;
}
.slick-dots li button:after {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .button {
    font-size: 12px;
  }
}
.header {
  background-color: #312436;
  color: #fff;
  position: relative;
  z-index: 22;
}
.cities__dropdown {
  position: relative;
}
.cities__dropdown:before {
  content: "\F031";
  position: absolute;
  right: -webkit-calc(100% + 10px);
  right: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: aft;
  font-size: 30px;
  margin-top: -2px;
  color: #6781b1;
}
.cities__dropdown-value {
  display: none;
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding: 20px 10px 10px 0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.cities__dropdown-value:after {
  content: "\E801";
  position: absolute;
  top: 55%;
  left: 100%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  font-family: aft;
  font-size: 12px;
}
.cities-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -8px;
  margin-right: -8px;
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.cities-list__item {
  padding: 20px 8px 19px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.cities-list__item:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #6781b1;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.cities-list__item.active,
.cities-list__item:hover {
  cursor: pointer;
  color: #6781b1;
}
.cities-list__item.active:before,
.cities-list__item:hover:before {
  top: 0;
}
.menu-wrap {
  position: relative;
}
.menu-wrap:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 59px;
  width: 20px;
  height: 21px;
  background-color: #4f648b;
}
.menu-wrap:after {
  content: "";
  position: absolute;
  width: 1000%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #6781b1;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
}
.menu {
  margin-left: -22px;
  margin-right: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Yanone Kaffeesatz", sans-serif;
  position: relative;
  z-index: 3;
}
.menu li {
  padding: 0 22px;
  font-size: 26px;
}
.menu li a {
  color: #fff;
  cursor: pointer;
  padding-top: 25px;
  position: relative;
  display: inline-block;
}
.menu li a:hover:after {
  top: 0;
}
.menu li a:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #312436;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .cities-list__item {
    font-size: 18px;
  }
  .menu-wrap {
    position: relative;
  }
  .menu-wrap:before {
    top: 56px;
    width: 16px;
    height: 14px;
  }
  .menu-wrap:after {
    height: 70px;
  }
  .menu li {
    font-size: 20px;
  }
  .menu li a {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    height: 56px;
  }
  .cities__dropdown-value {
    display: none;
  }
  
  .cities-list__item {
    padding: 9px 15px 8px;
    white-space: nowrap;
  }
  .cities-list__item:before {
    display: none;
  }
  .menu li {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 42px;
  }
  .cities__dropdown-value {
    padding-top: 13px;
  }
  .menu-wrap:before {
    top: 42px;
  }
  .menu-wrap:after {
    height: 161%;
  }
}
@media only screen and (max-width: 575px) {
  .header {
    height: auto;
  }
  .header .col-sm-4 {
    text-align: center;
  }
  .menu-wrap:after {
    height: -webkit-calc(100% + 15px);
    height: calc(100% + 15px);
  }
  .menu-wrap:before {
    display: none;
  }
  .cities__dropdown {
    display: block;
  }
  .cities-list__item {
    padding: 9px 10px  8px;
    white-space: nowrap;
  }
 
.cities__dropdown::before {
  content: "\F031";
  position: absolute;
  right: -webkit-calc(100% - 5px);
  right: calc(100% - 5px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: aft;
  font-size: 20px;
  margin-top: -2px;
  color: #6781b1;
}
.cities-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: auto;
margin-right: -22px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 10px;
}
  .cities__dropdown-value {
    padding-left: 10px;
  }
  .menu {
    padding-right: 10px;
  }
  .menu li {
    padding: 0 12px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .menu-wrap:before {
    display: none;
  }
}
.header-bottom {
  background-color: #f3f3f3;
  background-image: -webkit-radial-gradient(
    -8.55% 60.6%,
    circle 3669px,
    #97b9e6 0,
    #5a72a3 100%
  );
  background-image: -o-radial-gradient(
    -8.55% 60.6%,
    circle 3669px,
    #97b9e6 0,
    #5a72a3 100%
  );
  background-image: radial-gradient(
    circle 3669px at -8.55% 60.6%,
    #97b9e6 0,
    #5a72a3 100%
  );
  padding-bottom: 72px;
}
.header-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  background-color: #f8f9fb;
}
.header-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 106px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f8f9fb),
    to(rgba(248, 249, 251, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #f8f9fb 0,
    rgba(248, 249, 251, 0) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #f8f9fb 0,
    rgba(248, 249, 251, 0) 100%
  );
  background-image: linear-gradient(
    to top,
    #f8f9fb 0,
    rgba(248, 249, 251, 0) 100%
  );
  z-index: 3;
}
.header-bottom .background-effect {
  position: absolute;
  top: 70%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1004px;
  height: 987px;
  background: url(../../img/background-effect.png) no-repeat center/contain;
  z-index: 2;
}
.header-bottom .container {
  padding-top: 20px;
  min-height: 681px;
}
.header-bottom .city__contacts {
  font-size: 13px;
}
.header-bottom .city__contacts-item:not(:first-of-type) {
  display: none;
}
.header-bottom .city__contacts .ico-block {
  margin-top: 15px;
  font-size: 14px;
}
.header-bottom .city__contacts .smoothScroll:hover {
  text-decoration: underline;
  color: #6781b1;
}
.header-bottom .contacts {
  text-align: right;
  color: #fff;
  padding-top: 14px;
}
.header-bottom .contacts .phone--header {
  display: inline-block;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
.header-bottom .contacts__callback {
  margin: 12px 0 20px;
}
.header-bottom .contacts__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-bottom .contacts__footer .ico-block {
  margin-right: 20px;
}
.header-bottom .contacts .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}
.header-bottom .contacts .social li {
  padding: 0 4px;
}
.header-bottom .logo__wrap {
  position: absolute;
  top: 111px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -16%;
}
.header-bottom .logo__wrap .logo {
  max-width: 307px;
  height: auto;
  display: inline-block;
}
.header-bottom__title {
  margin-top: 100px;
  color: #312436;
  padding-left: 10px;
}
.header-bottom__title .first-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-bottom__title .first-line .h1__title {
  text-transform: capitalize;
  padding-left: 0;
  font-size: 127px;
}
.header-bottom__title .first-line .subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 20px;
  padding-top: 15px;
}
.header-bottom__title .h1__title {
  text-transform: uppercase;
  font-family: "Yeseva One", cursive;
  font-size: 107px;
  padding-left: 103px;
  letter-spacing: -0.01em;
  line-height: 0.9;
}
.header-bottom .fullPrice {
  position: absolute;
  right: 25px;
  bottom: -165px;
  z-index: 5;
}
.laser-example {
  width: 1183px;
  height: 747px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -5%;
  z-index: 3;
}
.laser-example:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.laser-example img {
  display: block;
  width: 100%;
  max-width: 981px;
  height: auto;
  margin-left: 40px;
}
.fullPrice {
  width: 335px;
  height: 334px;
  background: url(../img/medal.png) no-repeat center/contain;
  position: relative;
  padding-top: 36px;
  padding-bottom: 33px;
  color: #312436;
  text-align: center;
}
.fullPrice__ico {
  width: 40px;
  height: 30px;
  margin: 0 auto 20px;
}
.fullPrice__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.fullPrice__title span {
  display: block;
  text-transform: uppercase;
}
.fullPrice__price {
  font-size: 54px;
  font-weight: 700;
}
.fullPrice__price span {
  font-size: 28px;
}
.fullPrice__button.button {
  border: 5px solid #e1e1e1;
  padding: 22px 38px 20px;
}
.fullPrice__button.button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #637dad;
  color: #312436;
}
@media only screen and (max-width: 1199px) {
  .header-bottom .container {
    min-height: 620px;
  }
  .header-bottom .city__contacts .ico-block {
    margin-top: 8px;
    font-size: 14px;
  }
  .header-bottom .contacts {
    padding-top: 10px;
  }
  .header-bottom .contacts .phone--header {
    font-size: 26px;
  }
  .header-bottom .logo__wrap {
    top: 140px;
  }
  .header-bottom .logo__wrap .logo {
    max-width: 250px;
  }
  .header-bottom__title .first-line .h1__title {
    font-size: 100px;
    line-height: 1;
  }
  .header-bottom__title .first-line .subtitle {
    font-size: 19px;
    padding-top: 17px;
    padding-left: 10px;
  }
  .header-bottom__title .h1__title {
    font-size: 77px;
    line-height: 1;
  }
  .laser-example {
    width: 100%;
    height: 645px;
    margin-left: 0;
  }
  .laser-example img {
    max-width: 850px;
  }
  .fullPrice {
    width: 290px;
    height: 290px;
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .fullPrice__ico {
    width: 30px;
    height: 25px;
    margin-bottom: 10px;
  }
  .fullPrice__title {
    font-size: 24px;
  }
  .fullPrice__price {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .fullPrice__price span {
    font-size: 20px;
  }
  .fullPrice__button.button {
    border-width: 4px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom .background-effect {
    width: 100%;
    height: 100%;
  }
  .header-bottom .container {
    min-height: 20px;
    padding-bottom: 140px;
  }
  .header-bottom .city__contacts .ico-block {
    margin-top: 8px;
    font-size: 14px;
  }
  .header-bottom .contacts {
    padding-top: 10px;
  }
  .header-bottom .contacts .phone--header {
    font-size: 26px;
  }
  .header-bottom .logo__wrap {
    top: 190px;
    margin-left: -17%;
  }
  .header-bottom .logo__wrap .logo {
    max-width: 200px;
  }
  .header-bottom__title {
    margin-top: 115px;
  }
  .header-bottom__title .first-line .h1__title {
    font-size: 70px;
  }
  .header-bottom__title .first-line .subtitle {
    font-size: 16px;
    line-height: 1;
    padding-top: 13px;
  }
  .header-bottom__title .h1__title {
    font-size: 60px;
    padding-left: 65px;
  }
  .header-bottom .fullPrice {
    right: -20px;
    bottom: -150px;
  }
  .laser-example {
    height: auto;
  }
  .laser-example img {
    max-width: 710px;
    margin-left: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .header-bottom:after {
    bottom: -30px;
  }
  .header-bottom .city__contacts .ico-block {
    margin-top: 5px;
    font-size: 13px;
  }
  .header-bottom .contacts {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-bottom .contacts .phone {
    text-align: left;
    width: 50%;
  }
  .header-bottom .contacts .phone--header {
    font-size: 18px;
  }
  .header-bottom .contacts__footer {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-bottom .contacts__footer .ico-block {
    margin: 0 0 10px;
  }
  .header-bottom .contacts__callback {
    width: 50%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    margin: 0;
  }
  .header-bottom .logo__wrap {
    margin-left: 0;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 60px;
    padding-left: 50px;
  }
  .header-bottom .logo__wrap .logo {
    max-width: 140px;
  }
  .header-bottom__title {
    padding-left: 10%;
    margin-top: 20px;
  }
  .header-bottom__title .first-line .h1__title {
    font-size: 50px;
  }
  .header-bottom__title .first-line .subtitle {
    font-size: 15px;
    padding-top: 8px;
  }
  .header-bottom__title .h1__title {
    font-size: 45px;
    padding-left: 65px;
  }
  .header-bottom .fullPrice {
    right: -15px;
    bottom: -115px;
  }
  .laser-example {
    bottom: -20px;
  }
  .laser-example img {
    max-width: 600px;
    margin-left: -60px;
  }
  .fullPrice {
    width: 240px;
    height: 240px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fullPrice__ico {
    height: 18px;
    margin-bottom: 5px;
  }
  .fullPrice__title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .fullPrice__price {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .fullPrice__button.button {
    border-width: 2px;
    padding: 18px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .header-bottom .container {
    padding-bottom: 100px;
  }
  .header-bottom .logo__wrap {
    margin-left: 0;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 60px;
    padding-left: 50px;
  }
  .header-bottom .logo__wrap .logo {
    max-width: 120px;
  }
  .header-bottom__title {
    margin-top: 15px;
    padding-left: 9%;
  }
  .header-bottom__title .first-line .h1__title {
    font-size: 44px;
  }
  .header-bottom__title .first-line .subtitle {
    font-size: 12px;
  }
  .header-bottom__title .h1__title {
    font-size: 38px;
  }
  .header-bottom .fullPrice {
    right: 0;
    bottom: -150px;
  }
  .laser-example {
    bottom: -20px;
  }
  .laser-example img {
    max-width: 600px;
    margin-left: -60px;
  }
}
@media only screen and (max-width: 479px) {
  .header-bottom .container {
    padding-bottom: 100px;
  }
  .header-bottom .contacts .phone--header {
    font-size: 17px;
  }
  .header-bottom .contacts .phone--header .phone-ico {
    font-size: 14px;
  }
  .header-bottom .contacts__callback .button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-bottom .logo__wrap {
    margin-left: 0;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 60px;
    padding-left: 50px;
  }
  .header-bottom .logo__wrap .logo {
    max-width: 120px;
  }
  .header-bottom__title .first-line .h1__title {
    font-size: 33px;
  }
  .header-bottom__title .first-line .subtitle {
    font-size: 12px;
  }
  .header-bottom__title .h1__title {
    font-size: 28px;
    padding-left: 25px;
  }
  .header-bottom .fullPrice {
    bottom: -120px;
  }
  .laser-example img {
    width: 120%;
  }
  .fullPrice {
    width: 210px;
    height: 210px;
  }
  .fullPrice__ico {
    height: 13px;
  }
  .fullPrice__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .fullPrice__price {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .fullPrice__button.button {
    border-width: 2px;
    padding: 15px 10px;
    font-size: 10px;
  }
}
.whyWe {
  padding-top: 40px;
  padding-bottom: 20px;
}
.whyWe .whyWe__title {
  position: relative;
  padding-left: 188px;
  color: #312436;
  margin-bottom: 136px;
}
.whyWe .whyWe__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 132px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../../img/branch.png) no-repeat center/contain;
  width: 241px;
  height: 166px;
}
.whyWe .whyWe__title-number {
  position: absolute;
  color: #6781b1;
  font-family: "Yeseva One", cursive;
  font-size: 156px;
  top: 50%;
  left: 160px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.whyWe .whyWe__title-main {
  font-family: "Yeseva One", cursive;
  font-size: 75px;
  line-height: 0.7;
  position: relative;
  z-index: 3;
}
.whyWe .whyWe__title-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 27px;
  padding-left: 80px;
  position: relative;
  z-index: 3;
}
.whyWe .container,
.whyWe .whyWe__title {
  pointer-events: none;
}
.whyWe__list {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: section;
}
.whyWe__list-item {
  width: 20%;
  padding: 0 10px;
}
.whyWe__item {
  position: relative;
  padding-top: 102px;
  background: url(../img/branch.png) no-repeat top center/contain;
  -webkit-background-size: 210px 145px;
  background-size: 210px 145px;
  text-align: center;
  margin-bottom: 30px;
}
.whyWe__item:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #6781b1;
  font-family: "Yeseva One", cursive;
  font-size: 80px;
  line-height: 0.8;
}
.whyWe__item-title {
  color: #000;
  font-size: 20px;
  font-family: "Yeseva One", cursive;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.whyWe__item-desc {
  font-size: 18px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.11;
}
.whyWe__item-desc p {
  white-space: pre-line;
}
@media only screen and (max-width: 1199px) {
  .whyWe {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .whyWe .whyWe__title {
    padding-left: 150px;
    margin-bottom: 100px;
  }
  .whyWe .whyWe__title:after {
    left: 100px;
  }
  .whyWe .whyWe__title-number {
    left: 110px;
  }
  .whyWe .whyWe__title-main {
    line-height: 0.9;
  }
  .whyWe .whyWe__title-subtitle {
    font-size: 24px;
  }
  .whyWe__list-item {
    width: 33.33%;
  }
  .whyWe__item {
    -webkit-background-size: 180px auto;
    background-size: 180px auto;
  }
  .whyWe__item-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .whyWe .whyWe__title {
    padding-left: 95px;
    margin-bottom: 80px;
  }
  .whyWe .whyWe__title:after {
    width: 160px;
    left: 80px;
  }
  .whyWe .whyWe__title-number {
    left: 70px;
    font-size: 100px;
  }
  .whyWe .whyWe__title-main {
    font-size: 48px;
  }
  .whyWe .whyWe__title-subtitle {
    font-size: 14px;
    padding-left: 45px;
  }
  .whyWe__list-item {
    width: 50%;
  }
  .whyWe__item {
    padding-top: 80px;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
  }
  .whyWe__item:before {
    font-size: 55px;
  }
  .whyWe__item-title {
    font-size: 17px;
  }
  .whyWe__item-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .whyWe .whyWe__title {
    padding-left: 65px;
    margin-bottom: 60px;
  }
  .whyWe .whyWe__title:after {
    width: 120px;
    left: 90px;
  }
  .whyWe .whyWe__title-number {
    left: 35px;
  }
  .whyWe .whyWe__title-main {
    font-size: 38px;
  }
  .whyWe .whyWe__title-subtitle {
    padding-left: 40px;
  }
  .whyWe__list-item {
    width: 100%;
  }
}
.epilation {
  background-color: #e5e9f2;
  overflow: hidden;
}
.epilation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 229px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(248, 249, 251, 0)),
    to(#f8f9fb)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(248, 249, 251, 0) 0,
    #f8f9fb 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(248, 249, 251, 0) 0,
    #f8f9fb 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(248, 249, 251, 0) 0,
    #f8f9fb 100%
  );
}
.epilation__mainImg {
  position: relative;
}
.epilation__img {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 598px;
  max-width: 598px;
  height: 659px;
}
.epilation .top-title {
  color: #312436;
  font-family: "Yeseva One", cursive;
  font-size: 50px;
  text-align: left;
  margin-bottom: 0;
}
.epilation__right {
  padding-bottom: 36px;
}
.epilation__content {
  color: #000;
  margin-bottom: 45px;
}
.epilation__content p {
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
}
.epilation__content p.text--lg {
  font-size: 26px;
  line-height: 40px;
  margin-top: 30px;
}
.epilation__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.epilation__price span {
  color: #312436;
  font-size: 45px;
  font-weight: 700;
  padding-right: 25px;
}
.epilation__price .ico-block {
  color: #6781b1;
  text-decoration: underline;
}
.epilation__button {
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 20px 48px;
}
@media only screen and (max-width: 1199px) {
  .epilation__content {
    margin-bottom: 30px;
  }
  .epilation__content p {
    line-height: normal;
  }
  .epilation__content p.text--lg {
    line-height: normal;
    font-size: 25px;
  }
  .epilation__price span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .epilation .top-title {
    text-align: center;
  }
  .epilation__mainImg {
    display: none;
  }
  .epilation__content {
    margin-bottom: 35px;
  }
  .epilation__content p {
    font-size: 16px;
  }
  .epilation__content p.text--lg {
    font-size: 20px;
  }
  .epilation__price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .epilation__price span {
    font-size: 30px;
  }
  .epilation__buttonWrap {
    text-align: center;
  }
  .epilation__button {
    font-size: 14px;
    padding: 18px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .epilation__content {
    margin-bottom: 35px;
  }
  .epilation__content p {
    font-size: 14px;
  }
  .epilation__content p.text--lg {
    font-size: 18px;
  }
  .epilation__price span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .epilation__content p.text--lg {
    font-size: 16px;
  }
}
.service-section {
  background: #f8f9fb;
  padding: 89px 0 38px;
}
.service-section h2 {
  background: url(../img/shape-h2.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 150px;
  margin: 0 0 41px;
}
.service-section h2 .h2-offset {
  margin: 0 0 0 -95px;
}
.service-section h2 .h2-span-black {
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #000;
  margin: -37px 0 0 230px;
}
.service-list {
  margin: 0 0 24px;
}
.service-item {
  margin: 0 0 19px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.service-item:hover {
  -webkit-box-shadow: 0 5px 70px rgba(88, 97, 118, 0.63);
  box-shadow: 0 5px 70px rgba(88, 97, 118, 0.63);
}
.service-item--all .service-item__desc ul {
  min-height: 92px;
}
.service-item__title {
  background: #637dad;
  color: #fff;
  text-align: center;
  font: 32px "Yeseva One";
  padding: 21px 0;
}
.service-item__desc {
  background: #fff;
  border: 2px solid #637cab;
  border-top: none;
  padding: 14px 10px 17px;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.service-item__desc ul {
  padding: 10px 0 0;
  margin: 0;
  min-height: 146px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-item__desc ul li {
  list-style-type: none;
  font-size: 20px;
  letter-spacing: 1.7px;
  margin: 7px 0;
}
.service-item__img-wrp {
  white-space: nowrap;
  text-align: center;
  margin: 0 0 10px;
}
.service-item__img-wrp img {
  max-width: 21%;
  margin: 0 2%;
}
.service-item__price {
  text-align: center;
  padding: 0 0 0 75px;
  margin: 0 0 12px;
}
.service-item__price-before {
  font-size: 20px;
  color: #f00457;
  text-decoration: line-through;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.service-item__price-current {
  font-size: 40px;
  color: #008aff;
  vertical-align: middle;
}
.service-item__price-current2 {
  font-size: 17px;
  color: #008aff;
  vertical-align: middle;
}
.service-item .btn-default {
  max-width: 306px;
  padding: 18px 10px;
}
@media only screen and (max-width: 991px) {
  .service-item__title {
    font-size: 25px;
  }
  .service-item__desc ul li {
    font-size: 17px;
  }
  .service-item__price {
    padding-left: 0;
  }
  .service-item__price-current {
    font-size: 32px;
  }
  .service-item__price-current2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section h2 {
    min-height: 110px;
  }
  .service-section h2 .h2-span-black {
    font-size: 40px;
    margin: -10px 0 0 120px;
  }
  .service-item__title {
    font-size: 22px;
  }
  .service-item__price-current {
    font-size: 30px;
  }
  .service-item__price-current2 {
    font-size: 17px;
  }
}
.gallery-section {
  background: url(../img/shape2.svg) bottom right no-repeat,
    -webkit-radial-gradient(#97b9e6, #5a72a3);
  background: url(../img/shape2.svg) bottom right no-repeat,
    -o-radial-gradient(#97b9e6, #5a72a3);
  background: url(../img/shape2.svg) bottom right no-repeat,
    radial-gradient(#97b9e6, #5a72a3);
  padding: 69px 0 0;
}
.gallery-section h2 {
  background: url(../img/shape.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 150px;
  color: #312436;
}
.gallery-section h2 .h2-offset {
  margin: 0 0 0 -193px;
}
.gallery-section h2 .h2-span-white {
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin: -37px 0 0 230px;
}
.gallery-section .navigation-arrow {
  color: #fff;
}
.gallery-section .navigation-arrow:hover {
  color: #999;
}
.gallery-section .navigation-arrow.next {
  right: -40px;
}
.gallery-section .navigation-arrow.prev {
  left: -40px;
}
.gallery-carousel__item {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.gallery-carousel__item:after {
  content: "\E802";
  font-family: aft;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3c599b),
    color-stop(18%, #537fbe),
    color-stop(42%, #4a71b6),
    color-stop(61%, #466bb1),
    to(#4162a7)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  background-image: linear-gradient(
    to top,
    #3c599b 0,
    #537fbe 18%,
    #4a71b6 42%,
    #466bb1 61%,
    #4162a7 100%
  );
  z-index: 2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  font-size: 27px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-carousel__item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  height: 388px;
  position: relative;
  overflow: hidden;
}
.gallery-carousel__item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}
.gallery-carousel__item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 200%;
  max-height: 2000%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-carousel img {
  max-width: 100%;
}
.gallery-carousel-item {
  position: relative;
}
.gallery-carousel-item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25.5px 0 0 -25.5px;
  content: "";
  width: 51px;
  height: 51px;
  background: url(../img/icons/zoom.svg) center no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(#4263a8), to(#4264a5));
  background: url(../img/icons/zoom.svg) center no-repeat,
    -webkit-linear-gradient(top, #4263a8, #4264a5);
  background: url(../img/icons/zoom.svg) center no-repeat,
    -o-linear-gradient(top, #4263a8, #4264a5);
  background: url(../img/icons/zoom.svg) center no-repeat,
    linear-gradient(to bottom, #4263a8, #4264a5);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.gallery-carousel-bottom {
  position: relative;
  height: 183px;
}
.gallery-carousel-bottom .gallery-stand-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1348px;
  max-width: 1348px;
  height: 212px;
  max-height: 212px;
  margin-top: -42px;
  margin-left: 20px;
}
.gallery-woman-img {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: -193px;
  width: 684px;
  max-width: 684px;
  height: 698px;
  max-height: 698px;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .gallery-carousel-bottom .gallery-stand-img {
    width: 111%;
    margin-left: 0;
  }
  .gallery-woman-img {
    width: 615px;
    height: auto;
    max-height: 698px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-section h2 {
    min-height: 110px;
  }
  .gallery-section h2 .h2-span-white {
    font-size: 40px;
    margin: -10px 0 0 120px;
  }
  .gallery-carousel-bottom .gallery-stand-img {
    height: 100px;
    margin-top: -19px;
  }
  .gallery-woman-img {
    display: none;
  }
  .gallery-carousel__item a {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-section {
    background: -webkit-radial-gradient(#97b9e6, #5a72a3);
    background: -o-radial-gradient(#97b9e6, #5a72a3);
    background: radial-gradient(#97b9e6, #5a72a3);
  }
  .gallery-carousel__item a {
    height: 250px;
  }
  .gallery-carousel-bottom {
    height: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-carousel__item a {
    height: 200px;
  }
}
.info-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f9fb),
    to(#e5e9f2)
  );
  background: -webkit-linear-gradient(top, #f8f9fb, #e5e9f2);
  background: -o-linear-gradient(top, #f8f9fb, #e5e9f2);
  background: linear-gradient(to bottom, #f8f9fb, #e5e9f2);
  padding: 159px 0 36px;
}
.info-section h2 {
  background: url(../img/shape-h2.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  min-height: 150px;
}
.info-section h2 .h2-span-black {
  margin-left: 155px;
}
.info-section__preview img {
  max-width: 100%;
  margin: -8px 0 0 27px;
}
.info-section__desc {
  margin: 59px 0 0;
  padding: 13px 0 0;
  font-size: 14px;
  line-height: 1.95;
  position: relative;
}
.info-section__desc:before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 160px;
  height: 128px;
  background: url(../img/icons/quote.svg) no-repeat center/contain;
}
.info-section__desc > div {
  position: relative;
  z-index: 1;
}
.info-section__name {
  display: block;
  font-size: 18px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.info-section__status {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #898989;
}
.info-section__signature {
  margin: 15px 0 0 -13px;
  max-width: 100%;
}
.h2-span-black {
  display: block;
  font-size: 50px;
  color: #000;
  margin-top: -38px;
}
@media only screen and (max-width: 1199px) {
  .info-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .info-section__preview img {
    margin: 0;
  }
  .info-section__desc {
    margin-top: 20px;
    padding-left: 20px;
  }
  .info-section__desc:before {
    left: 0;
    width: 130px;
    height: 100px;
  }
  .info-section__signature {
    max-width: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .info-section h2 {
    min-height: 110px;
  }
  .info-section h2 .h2-span-black {
    font-size: 40px;
    margin: -10px 0 0 200px;
  }
  .info-section__preview {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .info-section__desc {
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) {
  .info-section__desc:before {
    width: 95px;
    height: 75px;
  }
}
@media only screen and (max-width: 479px) {
  .info-section h2 .h2-span-black {
    margin-left: 160px;
  }
  .info-section__preview {
    max-width: 70%;
  }
  .info-section__signature {
    max-width: 100px;
  }
}
.advantages-section {
  background: #f8f9fb;
  padding: 114px 0 98px;
}
.advantages-section h2 {
  background: url(../img/shape-h2.svg) center no-repeat/contain;
  min-height: 150px;
  font-size: 70px;
  margin: 0 0 41px;
}
.advantages-section .h2-span-black {
  font-size: 40px;
  margin: -12px 0 0;
}
.advantages-list {
  margin-bottom: 40px;
}
.advantages-item {
  text-align: center;
  padding: 0 2px;
  margin: 0 0 35px;
}
.advantages-item__ico-wrp {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 9px;
}
.advantages-item__title {
  display: block;
  font: 30px "Yeseva One";
  margin: 0 0 16px;
}
.advantages-item p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.3;
}
.full-price-text {
  display: block;
  text-align: center;
  margin: 21px 0 0;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .advantages-section h2.specify-title {
    font-size: 45px;
    min-height: 110px;
  }
  .advantages-section .h2-span-black {
    font-size: 24px;
    margin: 0;
  }
  .advantages-item__title {
    font-size: 26px;
  }
  .advantages-item p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .advantages-section h2.specify-title {
    font-size: 35px;
  }
  .advantages-section h2.specify-title .h2-span-black {
    font-size: 22px;
  }
}
.equipment {
  background-color: #e5e9f2;
  padding-top: 105px;
  padding-bottom: 150px;
}
.equipment .header-title {
  margin-bottom: 80px;
}
.equipment__list {
  margin-bottom: 50px;
}
.equipment__item {
  margin-bottom: 15px;
}
.equipment__image {
  width: 100%;
  height: 277px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.equipment__attention {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  color: #ff0036;
  text-align: center;
}
.equipment__attention-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.equipment__attention-title .demo-icon {
  font-size: 40px;
}
.equipment__attention-title span {
  font-family: "Yeseva One", cursive;
  font-size: 24px;
  text-align: left;
  line-height: 0.9;
  padding-left: 15px;
}
.equipment__attention-list {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.equipment__attention-item {
  width: 50%;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 11px;
}
.equipment__attention-item .text {
  padding-left: 30px;
  position: relative;
  min-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.equipment__attention-item .text:before {
  content: "\E805";
  font-family: aft;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 19px;
}
@media only screen and (max-width: 1199px) {
  .equipment {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .equipment .header-title {
    margin-bottom: 60px;
  }
  .equipment__image {
    height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .equipment__attention-title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .equipment__item {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .equipment__image {
    height: 280px;
  }
  .equipment__attention {
    max-width: 390px;
    margin: 0 auto;
  }
  .equipment__attention-title {
    margin-bottom: 60px;
  }
  .equipment__attention-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .equipment__attention-title .demo-icon {
    font-size: 30px;
  }
  .equipment__attention-title span {
    font-size: 19px;
  }
}
.sale {
  background-image: -webkit-radial-gradient(
    -9.87% 58.13%,
    circle 2784px,
    #97b9e6 0,
    #5a72a3 100%
  );
  background-image: -o-radial-gradient(
    -9.87% 58.13%,
    circle 2784px,
    #97b9e6 0,
    #5a72a3 100%
  );
  background-image: radial-gradient(
    circle 2784px at -9.87% 58.13%,
    #97b9e6 0,
    #5a72a3 100%
  );
}
.sale .container {
  padding-top: 60px;
  padding-bottom: 20px;
}
.sale .header-title {
  margin-bottom: 20px;
}
.sale .header-title:before {
  display: none;
}
.sale .header-title .top-title {
  margin-bottom: 0;
  line-height: 0.8;
  color: #312436;
  font-size: 95px;
}
.sale .header-title .sub-title {
  color: #fff;
  font-size: 36px;
}
.sale__img {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -24%;
}
.sale__img img {
  display: block;
  height: 100%;
}
.sale__form {
  width: 100%;
  max-width: 435px;
  margin: 0 auto;
}
.sale__form .form__item {
  margin-bottom: 30px;
}
.sale__form .form__item:last-of-type {
  margin-bottom: 0;
}
.sale__form .form__label {
  margin-bottom: 5px;
}
.sale__form .form__input.hasIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.sale__form .form__input-wrapper {
  width: 100%;
}
.sale__form .form__input input {
  width: 100%;
}
.sale__form .form__input input[type="email"],
.sale__form .form__input input[type="tel"],
.sale__form .form__input input[type="text"] {
  border: 1px solid #cdcdcd;
}
.sale__form .form__input-icon {
  width: 55px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 45px;
  color: #fff;
}
.sale__form .button {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.25px;
  line-height: 0.9;
  padding-top: 17px;
  padding-bottom: 14px;
  margin-top: 10px;
}
.sale__form .button span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-transform: lowercase;
  letter-spacing: 0.1em;
}
.sale__form .btn-field {
  margin-bottom: 20px;
}
.sale__form .check {
  text-align: center;
}
.sale__form .check .check__label {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .sale .container {
    padding-top: 50px;
  }
  .sale .header-title .top-title {
    font-size: 72px;
  }
  .sale .header-title .sub-title {
    font-size: 32px;
  }
  .sale__img {
    margin-left: -26%;
  }
  .sale__form {
    max-width: 400px;
  }
  .sale__form .form__item {
    margin-bottom: 20px;
  }
  .sale__form .form__input-icon {
    font-size: 40px;
  }
  .sale__form .button {
    font-size: 19px;
    margin-top: 0;
  }
  .sale__form .button span {
    padding-top: 2px;
    font-size: 17px;
  }
  .sale__form .btn-field {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .sale__img {
    display: none;
  }
  .sale .header-title .top-title {
    font-size: 62px;
    line-height: 0.9;
  }
  .sale .header-title .sub-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .sale .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sale .header-title {
    margin-bottom: 40px;
  }
  .sale .header-title .top-title {
    font-size: 50px;
  }
  .sale .header-title .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .sale .header-title .top-title {
    font-size: 44px;
    line-height: 1;
  }
  .sale .header-title .sub-title {
    font-size: 20px;
  }
  .sale__form .button {
    font-size: 18px;
  }
  .sale__form .check {
    text-align: left;
  }
}
.reviews {
  padding: 170px 0 177px;
  background-color: #e5e9f2;
}
.reviews:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 513px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(248, 249, 251, 0)),
    to(#f8f9fb)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(248, 249, 251, 0) 0,
    #f8f9fb 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(248, 249, 251, 0) 0,
    #f8f9fb 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(248, 249, 251, 0) 0,
    #f8f9fb 100%
  );
}
.reviews .header-title .top-title {
  margin-bottom: 0;
  line-height: 0.7;
}
.reviews__container .slider__nav {
  top: 255px;
}
.reviews .navigation-arrow.next {
  right: -40px;
}
.reviews .navigation-arrow.prev {
  left: -40px;
}
.reviews__slider {
  position: static;
}
.reviews__slide {
  padding: 0 10px;
}
.reviews__slide-img {
  width: 216px;
  height: 216px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.reviews__slide-content {
  color: #312436;
  font-size: 16px;
  font-style: italic;
  line-height: 1.75em;
}
.reviews__slide-contacts {
  margin-top: 15px;
  color: #009cff;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  .reviews {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    padding-top: 70px;
  }
  .reviews .header-title .top-title {
    line-height: 1;
  }
  .reviews__slide-img {
    width: 180px;
    height: 180px;
    margin-bottom: 40px;
  }
  .reviews__slide-content {
    font-size: 14px;
  }
  .reviews__slide-contacts {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .reviews .slider__container {
    padding-bottom: 0;
  }
  .reviews__slide-img {
    width: 140px;
    height: 140px;
  }
  .reviews__slide-content {
    font-size: 13px;
  }
  .reviews__slide-contacts {
    font-size: 17px;
  }
}
.FAQ {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 50px;
}
.FAQ__container {
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  top: -64px;
  padding: 60px 99px 80px;
}
.FAQ__container:before {
  content: "?";
  position: absolute;
  top: -52px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 116px;
  height: 116px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  color: #d7ddea;
  font-family: "Yeseva One", cursive;
  font-size: 92px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.FAQ__container .top-title {
  margin-bottom: 50px;
}
.FAQ__item {
  border-bottom: 2px solid #6781b1;
  padding-top: 12px;
  padding-bottom: 14px;
  color: #4b4b4b;
}
.FAQ__question {
  cursor: pointer;
}
.FAQ__question.open .FAQ__question-field:after {
  background: url(../img/svg/minus.svg) no-repeat center/contain;
}
.FAQ__question-field {
  position: relative;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 36px;
  padding-right: 35px;
  display: inline-block;
}
.FAQ__question-field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  width: 22px;
  height: 22px;
  background: url(../img/svg/plus.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.FAQ__answer {
  padding: 15px 0 5px;
  font-size: 16px;
  line-height: 2em;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .FAQ__question-field {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .FAQ {
    padding-bottom: 0;
  }
  .FAQ__question-field {
    display: block;
    font-size: 20px;
  }
  .FAQ__question-field:after {
    width: 15px;
    height: 15px;
  }
  .FAQ__container {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 60px 40px 40px;
  }
  .FAQ__container:before {
    top: -35px;
    width: 90px;
    height: 90px;
    font-size: 62px;
  }
  .FAQ__answer {
    font-size: 14px;
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .FAQ__container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.haveQuestion {
  padding: 50px 0;
}
.haveQuestion .header-title {
  margin-bottom: 85px;
}
.haveQuestion__form .button {
  width: 100%;
  display: block;
  letter-spacing: 0.15em;
}
.haveQuestion__form-img {
  width: 275px;
  height: 275px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-image: -webkit-radial-gradient(
    39.84% 53.49%,
    circle 1198px,
    #bbd691 0,
    #7a9b39 100%
  );
  background-image: -o-radial-gradient(
    39.84% 53.49%,
    circle 1198px,
    #bbd691 0,
    #7a9b39 100%
  );
  background-image: radial-gradient(
    circle 1198px at 39.84% 53.49%,
    #bbd691 0,
    #7a9b39 100%
  );
  position: relative;
  margin: 12px auto 0;
}
.haveQuestion__form-img img {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-53%, 0);
  -ms-transform: translate(-53%, 0);
  transform: translate(-53%, 0);
}
@media only screen and (max-width: 768px) {
  .haveQuestion__form .check {
    margin-bottom: 20px;
  }
}
.address {
  padding: 110px 0 80px;
  background-color: #f3f3f3;
  background-image: -webkit-radial-gradient(
    -8.96% 59.58%,
    circle 3311px,
    #97b9e6 0,
    #5a72a3 100%
  );
  background-image: -o-radial-gradient(
    -8.96% 59.58%,
    circle 3311px,
    #97b9e6 0,
    #5a72a3 100%
  );
  background-image: radial-gradient(
    circle 3311px at -8.96% 59.58%,
    #97b9e6 0,
    #5a72a3 100%
  );
}
.address .header-title {
  margin-bottom: 85px;
}
.address__point {
  position: relative;
  padding-left: 100px;
  min-height: 72px;
  margin-bottom: 40px;
}
.address__point:last-of-type {
  margin-bottom: 0;
}
.address__point-blazon {
  width: 60px;
  max-height: 92px;
  position: absolute;
  top: 0;
  left: 0;
}
.address__point-blazon--large {
  width: 78px;
}
.address__point-blazon img {
  width: 100%;
  height: auto;
}
.address__point-content {
  color: #000;
}
.address__point-city {
  margin-bottom: 10px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 26px;
  line-height: 1.1;
}
.address__point-contact {
  font-size: 17px;
  line-height: 1.17647em;
}
@media only screen and (max-width: 991px) {
  .address {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .address .header-title {
    margin-bottom: 55px;
  }
  .address__point {
    padding-left: 85px;
  }
  .address__point:last-of-type {
    margin-bottom: 40px;
  }
  .address__point-blazon {
    width: 60px;
  }
  .address__point-blazon--large {
    width: 60px;
  }
  .address__point-contact {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .address__point-city {
    font-size: 22px;
  }
}
.btn-default {
  width: 100%;
  max-width: 378px;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 10px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  border: 3px solid transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4163a8),
    color-stop(#496fb5),
    to(#3f5ea0)
  );
  background: -webkit-linear-gradient(top, #4163a8, #496fb5, #3f5ea0);
  background: -o-linear-gradient(top, #4163a8, #496fb5, #3f5ea0);
  background: linear-gradient(to bottom, #4163a8, #496fb5, #3f5ea0);
}
.btn-default:hover {
  background: #fff;
  color: #637dad;
  border-color: #637dad;
  text-decoration: none;
}
.btn-default--lg {
  font-size: 19px;
}
.btn-center {
  display: block;
  margin: 0 auto;
}
h2.specify-title {
  font: 100px "Yeseva One";
  text-align: center;
  color: #6781b1;
  margin: 0 0 61px;
}
@media only screen and (max-width: 991px) {
  .btn-default {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  h2.specify-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  h2.specify-title {
    font-size: 50px;
  }
  h2.specify-title .h2-offset {
    margin: 0;
  }
  h2.specify-title .h2-span-black,
  h2.specify-title .h2-span-white {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-default {
    font-size: 11px;
  }
}
.footer {
  background-color: #312436;
  color: #fff;
  border-bottom: 4px solid #6781b1;
  padding: 44px 0 40px;
  font-family: Montserrat, sans-serif;
}
.footer__left {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__copyright {
  font-size: 16px;
  line-height: 1.125em;
  padding-left: 45px;
}
.build {
  text-align: right;
}
.build__logo {
  display: inline-block;
  width: 179px;
  margin-bottom: 10px;
}
.build__logo img {
  display: block;
}
.build__info {
  color: #635369;
  font-size: 11px;
}
.build__info a {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .footer__copyright {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__left {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__copyright {
    font-size: 14px;
    padding-left: 0;
  }
  .build {
    padding-top: 15px;
  }
  .build__logo {
    width: 120px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__left {
    padding-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__copyright {
    font-size: 12px;
  }
  .build {
    padding: 0;
  }
  .build__logo {
    width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 30px 0 28px;
    text-align: center;
  }
  .footer__left {
    margin-bottom: 30px;
  }
  .footer .build {
    text-align: center;
  }
}
label.erorr {
  display: none !important;
}
.mfp-close-btn-in button.mfp-close {
  opacity: 1;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  font-size: 1em;
}
.mfp-close-btn-in button.mfp-close:after {
  content: "\E805";
  font-family: aft;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #6781b1;
}
.popUp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 576px;
  padding: 50px 28px 55px 28px;
  background-color: #fff;
  border: 5px solid #6781b1;
}
.popUp-header {
  margin-bottom: 40px;
  text-align: center;
  color: #312436;
  font-family: "Yeseva One", cursive;
}
.popUp-header .popUp-title {
  color: #6781b1;
  font-size: 40px;
  line-height: 1;
}
.popUp-header .popUp-subtitle {
  font-size: 30px;
}
#callback .for_form,
#order .for_form {
  width: 100%;
  max-width: 433px;
  margin: 0 auto;
}
#callback .for_form .form__label,
#order .for_form .form__label {
  margin-bottom: 5px;
}
#callback .for_form .for__item,
#order .for_form .for__item {
  margin-bottom: 50px;
}
#callback .for_form .for__item:last-of-type,
#order .for_form .for__item:last-of-type {
  margin-bottom: 0;
}
#callback .for_form .form__input.hasIcon,
#order .for_form .form__input.hasIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
#callback .for_form .form__input-wrapper,
#order .for_form .form__input-wrapper {
  width: 100%;
}
#callback .for_form .form__input input,
#order .for_form .form__input input {
  width: 100%;
}
#callback .for_form .form__input input[type="email"],
#callback .for_form .form__input input[type="tel"],
#callback .for_form .form__input input[type="text"],
#order .for_form .form__input input[type="email"],
#order .for_form .form__input input[type="tel"],
#order .for_form .form__input input[type="text"] {
  border: 1px solid #cdcdcd;
}
#callback .for_form .btn-field,
#order .for_form .btn-field {
  text-align: center;
}
#callback .for_form button,
#order .for_form button {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 0.15em;
  padding-top: 20px;
  padding-bottom: 20px;
}
#callback .for_form .form__input-icon,
#order .for_form .form__input-icon {
  width: 55px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 45px;
  color: #6781b1;
}
#priceList {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
}
.listPrice li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 45px 8px 35px;
  font-size: 20px;
}
.listPrice li:nth-child(even) {
  background-color: #f6f7fa;
}
.listPrice__service {
  width: 60%;
}
.listPrice__price {
  width: 40%;
  padding-left: 10px;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .listPrice li {
    padding: 8px 20px 8px 20px;
    font-size: 18px;
  }
}
.otherPages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6781b1;
  font-size: 40px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  height: 100vh;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .otherPages {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .otherPages {
    font-size: 20px;
    letter-spacing: 0.025em;
  }
}
