@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

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

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

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

.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%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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: 1280px) {
  .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: 1280px) {
  .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: 1280px) {
  .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; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.618em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.page-voda .a-download,
.page-water .a-download,
.page-pochva .a-download {
  text-align: center;
  margin-bottom: 50px; }

.page-voda .order-b,
.page-water .order-b,
.page-pochva .order-b,
.page-vozdyx .order-b,
.page-shym .order-b,
.page-pcontrol .order-b,
.page-covid-19 .order-b,
.page-microclimat .order-b,
.page-radiacia .order-b,
.page-aerodrom .order-b,
.page-noise .order-b,
.page-vibration .order-b {
  margin-top: 0; }

.page-pcontrol .order-b {
  margin-bottom: 50px; }

.h2.h2-aerodrom {
  margin-bottom: 0; }

.h2.h2-covid {
  margin-bottom: 0; }

.page-mercury h1,
.page-mercury .h2obg {
  display: none; }

.page-mercury .h2-mercury {
  margin-bottom: 0; }

.page-vozdyx .bg-1 .h2obg,
.page-voda .bg-1 .h2obg,
.page-water .bg-1 .h2obg,
.page-pochva .bg-1 .h2obg,
.page-radiacia .bg-1 .h2obg,
.page-shym .bg-1 .h2obg,
.page-aerodrom .bg-1 .h2obg,
.page-kompleks .bg-1 .h2obg,
.page-pcontrol .bg-1 .h2obg,
.page-demercury-pack .bg-1 .h2obg,
.page-microclimat .bg-1 .h2obg,
.page-noise .bg-1 .h2obg,
.page-vibration .bg-1 .h2obg {
  color: #fbc240; }

.menus.menu-page-water {
  display: none; }

.page-voda .table-info .h3 {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .page-voda .table-info .h3 {
      font-size: 22px;
      line-height: 26px; } }

@media (min-width: 768px) {
  .page-voda .we-analiz li {
    border: 2px solid rgba(0, 175, 239, 0.5); }
    .page-voda .we-analiz li .h3 {
      font-size: 22px;
      line-height: 26px; } }

.page-voda .we-work li {
  height: auto;
  min-height: 100px; }
  .page-voda .we-work li .h3 {
    font-size: 22px;
    line-height: 26px; }
  @media (max-width: 1279px) {
    .page-voda .we-work li {
      margin: 0 0 30px 0;
      width: 100%; }
      .page-voda .we-work li .h3 {
        font-size: 16px;
        line-height: 20px; } }
  .page-voda .we-work li .h3 span {
    color: #1a84b9; }

.page-voda .we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-1 {
      background-size: 60px auto; } }

.page-voda .we-work .we-2 {
  background-image: url("../img/new-img/shym/manager.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-2 {
      background-size: 60px auto; } }

.page-voda .we-work .we-3 {
  background-image: url("../img/new-img/shym/businessman.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-3 {
      background-size: 60px auto; } }

.page-voda .we-work .we-4 {
  background-image: url("../img/new-img/shym/worker.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-4 {
      background-size: 60px auto; } }

.page-voda .we-work .we-5 {
  background-image: url("../img/new-img/analiz-vozduha/teplo-1.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-5 {
      background-size: 60px auto; } }

.page-voda .we-work .we-6 {
  background-image: url("../img/new-img/analiz-vozduha/documents-gradient.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-6 {
      background-size: 60px auto; } }

.page-voda .we-work .we-7 {
  background-image: url("../img/new-img/shym/applicant-document.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-7 {
      background-size: 60px auto; } }

.page-voda .we-work .we-8 {
  background-image: url("../img/new-img/shym/contact-us.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-voda .we-work .we-8 {
      background-size: 60px auto; } }

.page-voda .block-blago .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  height: 270px; }
  @media (min-width: 768px) {
    .page-voda .block-blago .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-voda .block-blago .slider {
      width: 640px; } }
  .page-voda .block-blago .slider .owl-item {
    height: 270px; }
    @media (min-width: 1280px) {
      .page-voda .block-blago .slider .owl-item {
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-voda .block-blago .slider .owl-item.active + .owl-item {
          z-index: 4;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-voda .block-blago .slider .owl-item.active + .owl-item + .owl-item {
          transform: translateX(-100px);
          z-index: 3;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-voda .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
          transform: translateX(-200px);
          z-index: 2;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-voda .block-blago .slider .slide {
    position: relative;
    height: 270px; }
    .page-voda .block-blago .slider .slide img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .page-voda .block-blago .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-voda .block-blago .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-voda .block-blago .slider .slide a:hover::before, .page-voda .block-blago .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-vozdyx .table-info .h3 {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .page-vozdyx .table-info .h3 {
      font-size: 22px;
      line-height: 26px; } }

.page-vozdyx .price-table-area {
  padding: 50px 0 70px 0;
  font-size: 18px; }
  .page-vozdyx .price-table-area .service-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .page-vozdyx .price-table-area .service-title {
        padding: 0 180px 0 0;
        font-size: 24px;
        line-height: 30px; } }
  .page-vozdyx .price-table-area .h2 {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-vozdyx .price-table-area .h2 br {
        display: none; } }
  .page-vozdyx .price-table-area .h3-air {
    margin-bottom: 0; }
  .page-vozdyx .price-table-area .table .button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .page-vozdyx .price-table-area .table .button {
        position: relative;
        margin: 20px 0 0 0;
        transform: translateY(0);
        top: 0;
        right: 0; } }
  .page-vozdyx .price-table-area .checkbox-table {
    max-width: 900px;
    margin: 0 auto; }
    .page-vozdyx .price-table-area .checkbox-table .tr {
      position: unset;
      padding: unset;
      border: unset;
      background: unset;
      box-shadow: unset;
      border-radius: unset;
      margin-bottom: unset; }
      .page-vozdyx .price-table-area .checkbox-table .tr:last-child {
        margin-bottom: 0; }
    .page-vozdyx .price-table-area .checkbox-table tr td,
    .page-vozdyx .price-table-area .checkbox-table tr .td,
    .page-vozdyx .price-table-area .checkbox-table .tr td,
    .page-vozdyx .price-table-area .checkbox-table .tr .td {
      line-height: 1.35;
      padding-left: 0px;
      padding-bottom: 0;
      position: relative;
      padding: 20px;
      border: none;
      background: #ffffff;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
      border-radius: 30px;
      margin-bottom: 20px; }
  .page-vozdyx .price-table-area .ul-checklist {
    padding-top: 8px; }
    .page-vozdyx .price-table-area .ul-checklist li {
      font-size: 15px;
      margin: 0;
      line-height: 1.5; }
      .page-vozdyx .price-table-area .ul-checklist li:before {
        width: 16px;
        height: 16px;
        font-size: 15px;
        line-height: 16px; }
  .page-vozdyx .price-table-area .col-1 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0; }
  .page-vozdyx .price-table-area .price-table-description {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 0 0;
    color: #333333; }
    @media (min-width: 768px) {
      .page-vozdyx .price-table-area .price-table-description {
        padding: 10px 200px 0 0;
        font-size: 16px;
        line-height: 20px; } }
  .page-vozdyx .price-table-area .table-row {
    background-color: #f5f5f5; }

.page-vozdyx .block-list .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px; }
  .page-vozdyx .block-list .list .item__left {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .page-vozdyx .block-list .list .item__left {
        margin-right: 20px;
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        font-size: 34px;
        line-height: 34px; } }
  .page-vozdyx .block-list .list .item__right .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .page-vozdyx .block-list .list .item__right .title {
        font-size: 24px;
        line-height: 34px; } }

.page-vozdyx .we-work li {
  height: auto;
  min-height: 100px; }
  @media (max-width: 1279px) {
    .page-vozdyx .we-work li {
      margin: 0 0 30px 0;
      width: 100%; }
      .page-vozdyx .we-work li .h3 {
        font-size: 16px;
        line-height: 20px; } }
  .page-vozdyx .we-work li .h3 {
    font-size: 22px;
    line-height: 26px; }
    .page-vozdyx .we-work li .h3 span {
      color: #1a84b9; }

.page-vozdyx .we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-1 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-2 {
  background-image: url("../img/new-img/shym/manager.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-2 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-3 {
  background-image: url("../img/new-img/shym/businessman.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-3 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-4 {
  background-image: url("../img/new-img/shym/worker.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-4 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-5 {
  background-image: url("../img/new-img/analiz-vozduha/teplo-1.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-5 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-6 {
  background-image: url("../img/new-img/analiz-vozduha/documents-gradient.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-6 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-7 {
  background-image: url("../img/new-img/shym/applicant-document.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-7 {
      background-size: 60px auto; } }

.page-vozdyx .we-work .we-8 {
  background-image: url("../img/new-img/shym/contact-us.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-vozdyx .we-work .we-8 {
      background-size: 60px auto; } }

.page-vozdyx .block-accreditaion {
  padding: 0 0 50px; }
  .page-vozdyx .block-accreditaion .image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .page-vozdyx .block-accreditaion .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 768px) {
      .page-vozdyx .block-accreditaion .image {
        width: 400px; }
        .page-vozdyx .block-accreditaion .image img {
          height: 100%; } }
    @media (min-width: 1280px) {
      .page-vozdyx .block-accreditaion .image {
        width: 600px; } }

.page-vozdyx .block-blago .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  height: 270px; }
  @media (min-width: 768px) {
    .page-vozdyx .block-blago .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-vozdyx .block-blago .slider {
      width: 640px; } }
  .page-vozdyx .block-blago .slider .owl-item {
    height: 270px; }
    @media (min-width: 1280px) {
      .page-vozdyx .block-blago .slider .owl-item {
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-vozdyx .block-blago .slider .owl-item.active + .owl-item {
          z-index: 4;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-vozdyx .block-blago .slider .owl-item.active + .owl-item + .owl-item {
          transform: translateX(-100px);
          z-index: 3;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-vozdyx .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
          transform: translateX(-200px);
          z-index: 2;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-vozdyx .block-blago .slider .slide {
    position: relative;
    height: 270px; }
    .page-vozdyx .block-blago .slider .slide img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .page-vozdyx .block-blago .slider .slide iframe {
      height: 100%; }
    .page-vozdyx .block-blago .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-vozdyx .block-blago .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-vozdyx .block-blago .slider .slide a:hover::before, .page-vozdyx .block-blago .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-aerodrom .table-info-shym {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  border-collapse: separate;
  border-spacing: 0 30px; }
  @media (min-width: 768px) {
    .page-aerodrom .table-info-shym {
      font-size: 16px;
      line-height: 20px; } }
  .page-aerodrom .table-info-shym .col-xs-12 {
    margin-bottom: 50px; }
    .page-aerodrom .table-info-shym .col-xs-12:last-child {
      margin-bottom: 0; }
    @media (min-width: 1280px) {
      .page-aerodrom .table-info-shym .col-xs-12 {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .page-aerodrom .table-info-shym {
      width: 80%; } }
  @media (min-width: 1280px) {
    .page-aerodrom .table-info-shym {
      width: 1100px; } }
  .page-aerodrom .table-info-shym .h3,
  .page-aerodrom .table-info-shym a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40b5ef;
    display: block;
    margin-bottom: 10px; }
    .page-aerodrom .table-info-shym .h3 br,
    .page-aerodrom .table-info-shym a br {
      display: none; }
      @media (min-width: 1280px) {
        .page-aerodrom .table-info-shym .h3 br,
        .page-aerodrom .table-info-shym a br {
          display: block; } }
    @media (min-width: 768px) {
      .page-aerodrom .table-info-shym .h3,
      .page-aerodrom .table-info-shym a {
        font-size: 22px;
        line-height: 26px; } }
  .page-aerodrom .table-info-shym .item {
    width: 100%;
    position: relative;
    min-height: 100px; }
    @media (min-width: 768px) {
      .page-aerodrom .table-info-shym .item {
        width: 495px; } }
    @media (min-width: 768px) {
      .page-aerodrom .table-info-shym .item a,
      .page-aerodrom .table-info-shym .item p {
        margin-left: 120px; } }
    .page-aerodrom .table-info-shym .item img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .page-aerodrom .table-info-shym .item img {
          width: 100px;
          height: 100px;
          position: absolute;
          left: 0;
          top: 0%;
          margin: unset;
          display: unset; } }
    .page-aerodrom .table-info-shym .item p a {
      display: inline;
      margin-left: 0;
      font-size: 16px;
      line-height: 20px;
      text-decoration: underline; }
      @media (min-width: 1280px) {
        .page-aerodrom .table-info-shym .item p a:hover {
          text-decoration: none; } }

.page-aerodrom .we-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-arrows {
      font-size: 20px;
      line-height: 25px; } }
  .page-aerodrom .we-arrows .arrow {
    padding: 20px;
    border: none;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin-bottom: 170px;
    max-width: 900px; }
    .page-aerodrom .we-arrows .arrow:last-child {
      margin-bottom: 0; }
    .page-aerodrom .we-arrows .arrow ul span {
      color: #1a84b9; }
  .page-aerodrom .we-arrows .arrow-down {
    position: relative; }
    .page-aerodrom .we-arrows .arrow-down::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -150px;
      width: 150px;
      height: 150px;
      z-index: 1;
      transform: translateX(-50%);
      background-image: url("../img/new-img/analiz-vozduha/arrow-down.webp");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }

.page-aerodrom .block-2 {
  padding-bottom: 50px;
  margin: 0; }
  .page-aerodrom .block-2 .list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px; }
    .page-aerodrom .block-2 .list .item__left {
      width: 50px;
      height: 50px;
      flex: 0 0 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
      font-weight: 600;
      font-size: 32px;
      line-height: 32px;
      border-radius: 100%;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .page-aerodrom .block-2 .list .item__left {
          margin-right: 20px;
          width: 70px;
          height: 70px;
          flex: 0 0 70px;
          font-size: 34px;
          line-height: 34px; } }
    .page-aerodrom .block-2 .list .item__right .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .page-aerodrom .block-2 .list .item__right .title {
          font-size: 24px;
          line-height: 34px; } }

@media (min-width: 768px) {
  .page-aerodrom .we-analiz li {
    border: 2px solid rgba(0, 175, 239, 0.5); }
    .page-aerodrom .we-analiz li .h3 {
      font-size: 22px;
      line-height: 26px; } }

.page-aerodrom .we-work li {
  height: auto;
  min-height: 100px; }
  @media (max-width: 1279px) {
    .page-aerodrom .we-work li {
      margin: 0 0 30px 0;
      width: 100%; }
      .page-aerodrom .we-work li .h3 {
        font-size: 18px;
        line-height: 22px; } }
  .page-aerodrom .we-work li .h3 {
    font-size: 22px;
    line-height: 26px; }
    .page-aerodrom .we-work li .h3 span {
      color: #1a84b9; }

.page-aerodrom .we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-1 {
      background-size: 60px auto; } }

.page-aerodrom .we-work .we-2 {
  background-image: url("../img/new-img/shym/manager.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-2 {
      background-size: 60px auto; } }

.page-aerodrom .we-work .we-3 {
  background-image: url("../img/new-img/shym/businessman.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-3 {
      background-size: 60px auto; } }

.page-aerodrom .we-work .we-4 {
  background-image: url("../img/new-img/shym/worker.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-4 {
      background-size: 60px auto; } }

.page-aerodrom .we-work .we-5 {
  background-image: url("../img/new-img/analiz-vozduha/teplo-1.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-5 {
      background-size: 60px auto; } }

.page-aerodrom .we-work .we-6 {
  background-image: url("../img/new-img/analiz-vozduha/documents-gradient.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-6 {
      background-size: 60px auto; } }

.page-aerodrom .we-work .we-7 {
  background-image: url("../img/new-img/shym/contact-us.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-aerodrom .we-work .we-7 {
      background-size: 60px auto; } }

.page-aerodrom .block-accreditaion {
  padding: 0 0 50px; }
  .page-aerodrom .block-accreditaion .image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .page-aerodrom .block-accreditaion .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 768px) {
      .page-aerodrom .block-accreditaion .image {
        width: 400px; }
        .page-aerodrom .block-accreditaion .image img {
          height: 100%; } }
    @media (min-width: 1280px) {
      .page-aerodrom .block-accreditaion .image {
        width: 600px; } }

.page-aerodrom .block-blago .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  height: 270px; }
  @media (min-width: 768px) {
    .page-aerodrom .block-blago .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-aerodrom .block-blago .slider {
      width: 640px; } }
  .page-aerodrom .block-blago .slider .owl-item {
    height: 270px; }
    @media (min-width: 1280px) {
      .page-aerodrom .block-blago .slider .owl-item {
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-aerodrom .block-blago .slider .owl-item.active + .owl-item {
          z-index: 4;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-aerodrom .block-blago .slider .owl-item.active + .owl-item + .owl-item {
          transform: translateX(-100px);
          z-index: 3;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-aerodrom .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
          transform: translateX(-200px);
          z-index: 2;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-aerodrom .block-blago .slider .slide {
    position: relative;
    height: 270px; }
    .page-aerodrom .block-blago .slider .slide img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .page-aerodrom .block-blago .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-aerodrom .block-blago .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-aerodrom .block-blago .slider .slide a:hover::before, .page-aerodrom .block-blago .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-shym .table-info .h3 {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .page-shym .table-info .h3 {
      font-size: 22px;
      line-height: 26px; } }

@media (min-width: 768px) {
  .page-shym .we-analiz li {
    border: 2px solid rgba(0, 175, 239, 0.5); }
    .page-shym .we-analiz li .h3 {
      font-size: 22px;
      line-height: 26px; } }

.page-shym .block-2 .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px; }
  .page-shym .block-2 .list .item__left {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .page-shym .block-2 .list .item__left {
        margin-right: 20px;
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        font-size: 34px;
        line-height: 34px; } }
  .page-shym .block-2 .list .item__right .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .page-shym .block-2 .list .item__right .title {
        font-size: 24px;
        line-height: 34px; } }

.page-shym .we-work li {
  height: auto;
  min-height: 100px; }
  @media (max-width: 1279px) {
    .page-shym .we-work li {
      margin: 0 0 30px 0;
      width: 100%; }
      .page-shym .we-work li .h3 {
        font-size: 16px;
        line-height: 20px; } }
  .page-shym .we-work li .h3 {
    font-size: 22px;
    line-height: 26px; }
    .page-shym .we-work li .h3 span {
      color: #1a84b9; }

.page-shym .we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-1 {
      background-size: 60px auto; } }

.page-shym .we-work .we-2 {
  background-image: url("../img/new-img/shym/manager.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-2 {
      background-size: 60px auto; } }

.page-shym .we-work .we-3 {
  background-image: url("../img/new-img/shym/businessman.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-3 {
      background-size: 60px auto; } }

.page-shym .we-work .we-4 {
  background-image: url("../img/new-img/shym/worker.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-4 {
      background-size: 60px auto; } }

.page-shym .we-work .we-5 {
  background-image: url("../img/new-img/analiz-vozduha/teplo-1.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-5 {
      background-size: 60px auto; } }

.page-shym .we-work .we-6 {
  background-image: url("../img/new-img/analiz-vozduha/documents-gradient.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-6 {
      background-size: 60px auto; } }

.page-shym .we-work .we-7 {
  background-image: url("../img/new-img/shym/applicant-document.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-7 {
      background-size: 60px auto; } }

.page-shym .we-work .we-8 {
  background-image: url("../img/new-img/shym/contact-us.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-shym .we-work .we-8 {
      background-size: 60px auto; } }

.page-shym .block-accreditaion {
  padding: 0 0 50px; }
  .page-shym .block-accreditaion .image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .page-shym .block-accreditaion .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 768px) {
      .page-shym .block-accreditaion .image {
        width: 400px; }
        .page-shym .block-accreditaion .image img {
          height: 100%; } }
    @media (min-width: 1280px) {
      .page-shym .block-accreditaion .image {
        width: 600px; } }

.page-shym .we-analiz .h3 span {
  color: #40b5ef; }

.page-shym .table-info-shym {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  border-collapse: separate;
  border-spacing: 0 30px; }
  @media (min-width: 768px) {
    .page-shym .table-info-shym {
      font-size: 16px;
      line-height: 20px; } }
  .page-shym .table-info-shym .col-xs-12 {
    margin-bottom: 50px; }
    .page-shym .table-info-shym .col-xs-12:last-child {
      margin-bottom: 0; }
    @media (min-width: 1280px) {
      .page-shym .table-info-shym .col-xs-12 {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .page-shym .table-info-shym {
      width: 80%; } }
  @media (min-width: 1280px) {
    .page-shym .table-info-shym {
      width: 1100px; } }
  .page-shym .table-info-shym .h3,
  .page-shym .table-info-shym a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40b5ef;
    display: block;
    margin-bottom: 10px; }
    .page-shym .table-info-shym .h3 br,
    .page-shym .table-info-shym a br {
      display: none; }
      @media (min-width: 1280px) {
        .page-shym .table-info-shym .h3 br,
        .page-shym .table-info-shym a br {
          display: block; } }
    @media (min-width: 768px) {
      .page-shym .table-info-shym .h3,
      .page-shym .table-info-shym a {
        font-size: 22px;
        line-height: 26px; } }
  .page-shym .table-info-shym .item {
    width: 100%;
    position: relative;
    min-height: 100px; }
    @media (min-width: 768px) {
      .page-shym .table-info-shym .item {
        width: 495px; } }
    @media (min-width: 768px) {
      .page-shym .table-info-shym .item a,
      .page-shym .table-info-shym .item p {
        margin-left: 120px; } }
    .page-shym .table-info-shym .item img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .page-shym .table-info-shym .item img {
          width: 100px;
          height: 100px;
          position: absolute;
          left: 0;
          top: 0%;
          margin: unset;
          display: unset; } }
    .page-shym .table-info-shym .item p a {
      display: inline;
      margin-left: 0;
      font-size: 16px;
      line-height: 20px;
      text-decoration: underline; }
      @media (min-width: 1280px) {
        .page-shym .table-info-shym .item p a:hover {
          text-decoration: none; } }

.page-shym .block-blago .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  height: 270px; }
  @media (min-width: 768px) {
    .page-shym .block-blago .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-shym .block-blago .slider {
      width: 640px; } }
  .page-shym .block-blago .slider .owl-item {
    height: 270px; }
    @media (min-width: 1280px) {
      .page-shym .block-blago .slider .owl-item {
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-shym .block-blago .slider .owl-item.active + .owl-item {
          z-index: 4;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-shym .block-blago .slider .owl-item.active + .owl-item + .owl-item {
          transform: translateX(-100px);
          z-index: 3;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-shym .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
          transform: translateX(-200px);
          z-index: 2;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-shym .block-blago .slider .slide {
    position: relative;
    height: 270px; }
    .page-shym .block-blago .slider .slide img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .page-shym .block-blago .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-shym .block-blago .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-shym .block-blago .slider .slide a:hover::before, .page-shym .block-blago .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-shym .block-blago-shym .h3 {
  font-size: 33px;
  line-height: 38px;
  color: white;
  font-weight: 700; }

.page-shym .block-blago-shym .h4 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 34px;
  color: white;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (min-width: 1280px) {
    .page-shym .block-blago-shym .h4 {
      margin-bottom: 0; } }

.page-shym .block-blago-shym .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px; }
  @media (min-width: 768px) {
    .page-shym .block-blago-shym .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-shym .block-blago-shym .slider {
      width: 640px; } }
  @media (min-width: 1280px) {
    .page-shym .block-blago-shym .slider .owl-item {
      filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
      .page-shym .block-blago-shym .slider .owl-item.active + .owl-item {
        z-index: 4;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
      .page-shym .block-blago-shym .slider .owl-item.active + .owl-item + .owl-item {
        transform: translateX(-100px);
        z-index: 3;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
      .page-shym .block-blago-shym .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
        transform: translateX(-200px);
        z-index: 2;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-shym .block-blago-shym .slider .slide {
    position: relative; }
    .page-shym .block-blago-shym .slider .slide video {
      width: 100%;
      height: 100%; }
    .page-shym .block-blago-shym .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-shym .block-blago-shym .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-shym .block-blago-shym .slider .slide a:hover::before, .page-shym .block-blago-shym .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-water .menus {
  display: none; }
  .page-water .menus.menu-page-water {
    display: block; }
    .page-water .menus.menu-page-water li i {
      display: block;
      margin: 0 auto 6px;
      width: 30px;
      height: 30px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .page-water .menus.menu-page-water li.water-1 i {
      background-image: url("../img/new-img/water-menu/tap.png"); }
    .page-water .menus.menu-page-water li.water-2 i {
      background-image: url("../img/new-img/water-menu/water-filter.png"); }
    .page-water .menus.menu-page-water li.water-3 i {
      background-image: url("../img/new-img/water-menu/water-well.png"); }
    .page-water .menus.menu-page-water li.water-4 i {
      background-image: url("../img/new-img/water-menu/waste.png"); }
    .page-water .menus.menu-page-water li.water-5 i {
      background-image: url("../img/new-img/water-menu/swimming-pool.png"); }
    .page-water .menus.menu-page-water li.water-6 i {
      background-image: url("../img/new-img/water-menu/plastic-bottle.png"); }

.page-water .block-1 {
  background-image: url("../img/bg-water.jpg");
  background-size: cover;
  background-position: center 60%;
  padding: 20px 0 0 0; }
  @media (min-width: 1024px) {
    .page-water .block-1 {
      padding: 20px 0 100px 0; } }
  @media (min-width: 1024px) {
    .page-water .block-1 {
      padding: 50px 0 100px 0; } }
  .page-water .block-1 .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 0; }
    @media (min-width: 1280px) {
      .page-water .block-1 .wrap {
        padding: 50px 0 100px 0;
        flex-direction: row;
        align-items: center; } }
  .page-water .block-1 .content {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 0 30px; }
    @media (min-width: 1280px) {
      .page-water .block-1 .content {
        margin-left: 50px;
        padding: 0 50px 50px 50px;
        width: 750px;
        margin-bottom: 0;
        margin-right: 60px; } }
    .page-water .block-1 .content .h1 {
      color: #000;
      text-align: left;
      margin-bottom: 20px; }
    .page-water .block-1 .content .text {
      line-height: 1.5; }
  .page-water .block-1 .image {
    width: 100%;
    margin: 0 auto;
    display: none; }
    @media (min-width: 768px) {
      .page-water .block-1 .image {
        width: 500px;
        height: 300px; } }
    .page-water .block-1 .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .page-water .block-1 .top-items {
    margin-top: 20px; }
    .page-water .block-1 .top-items .my-title {
      font-weight: 700; }
      .page-water .block-1 .top-items .my-title span {
        color: #1a84b9;
        border-color: #40b5ef; }
        .page-water .block-1 .top-items .my-title span:hover {
          border-bottom-color: transparent; }
    .page-water .block-1 .top-items .my-content {
      line-height: 1.5;
      font-weight: 700;
      font-size: 13px; }

.page-water .block-2 .list .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 24px; }
  .page-water .block-2 .list .item__left {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .page-water .block-2 .list .item__left {
        margin-right: 20px;
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        font-size: 34px;
        line-height: 34px; } }
  .page-water .block-2 .list .item__right .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .page-water .block-2 .list .item__right .title {
        font-size: 24px;
        line-height: 34px; } }
  .page-water .block-2 .list .item__right .text {
    font-weight: 600;
    line-height: 20px; }

.page-water .block-3 {
  padding: 50px 0 50px; }
  .page-water .block-3 .flex-accordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .page-water .block-3 .accordion .accordion_content {
    visibility: hidden;
    opacity: 0;
    padding: 16px;
    background: #f4f3f3;
    border-radius: 20px;
    position: absolute;
    transition: opacity 0.3s, transform 0.4s;
    transform: translateY(20px); }
    @media (min-width: 1280px) {
      .page-water .block-3 .accordion .accordion_content {
        padding: 40px; } }
    .page-water .block-3 .accordion .accordion_content .content {
      padding: 16px 0 36px; }
    .page-water .block-3 .accordion .accordion_content[data-content="accordion-1"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-1"]::after, .page-water .block-3 .accordion .accordion_content[data-content="accordion-3"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-3"]::after, .page-water .block-3 .accordion .accordion_content[data-content="accordion-5"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-5"]::after {
      content: "";
      position: absolute;
      left: 20%;
      top: -60px;
      border: 30px solid transparent;
      border-bottom: 30px solid #f4f3f3; }
    .page-water .block-3 .accordion .accordion_content[data-content="accordion-2"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-2"]::after, .page-water .block-3 .accordion .accordion_content[data-content="accordion-4"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-4"]::after, .page-water .block-3 .accordion .accordion_content[data-content="accordion-6"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-6"]::after {
      content: "";
      position: absolute;
      left: 20%;
      top: -60px;
      border: 30px solid transparent;
      border-bottom: 30px solid #f4f3f3; }
      @media (min-width: 1280px) {
        .page-water .block-3 .accordion .accordion_content[data-content="accordion-2"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-2"]::after, .page-water .block-3 .accordion .accordion_content[data-content="accordion-4"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-4"]::after, .page-water .block-3 .accordion .accordion_content[data-content="accordion-6"]::before, .page-water .block-3 .accordion .accordion_content[data-content="accordion-6"]::after {
          left: unset;
          right: 20%; } }
    .page-water .block-3 .accordion .accordion_content.open {
      position: relative;
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      margin: 20px 0 40px; }
  .page-water .block-3 .accordion .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .page-water .block-3 .accordion .content .image {
      width: 40px;
      height: 40px;
      margin-right: 16px; }
      @media (min-width: 768px) {
        .page-water .block-3 .accordion .content .image {
          width: 100px;
          height: 100px;
          margin-right: 24px; } }
      .page-water .block-3 .accordion .content .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
    .page-water .block-3 .accordion .content .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px;
      color: #40b5ef; }
      @media (min-width: 768px) {
        .page-water .block-3 .accordion .content .title {
          font-size: 18px;
          line-height: 22px; } }
    .page-water .block-3 .accordion .content .text {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .page-water .block-3 .accordion .content .text {
          font-size: 16px;
          line-height: 20px; } }
    .page-water .block-3 .accordion .content .btn-container {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .page-water .block-3 .accordion .content .btn-container {
          flex-direction: row;
          align-items: center; } }
      .page-water .block-3 .accordion .content .btn-container .price {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin-right: 6px;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .page-water .block-3 .accordion .content .btn-container .price {
            margin-right: 16px;
            font-size: 16px;
            line-height: 20px;
            width: 140px;
            margin-bottom: 0; } }
      .page-water .block-3 .accordion .content .btn-container .button {
        font-size: 14px;
        padding: 8px 15px;
        max-width: 160px; }
  .page-water .block-3 .accordion .accordion_item .accordion_head {
    padding: 16px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between; }

.page-water .videos-block .h2 {
  margin: unset;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center; }

.page-water #slider-video,
.page-water .slider-video {
  margin: 30px auto 0;
  width: 80%;
  max-width: 300px; }
  @media (min-width: 768px) {
    .page-water #slider-video,
    .page-water .slider-video {
      width: 600px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-water #slider-video,
    .page-water .slider-video {
      width: 500px;
      margin: 0 auto; } }
  .page-water #slider-video .owl-item,
  .page-water .slider-video .owl-item {
    transition: transform 0.1s, opacity 0.3s;
    will-change: transform;
    opacity: 0; }
    .page-water #slider-video .owl-item.active,
    .page-water .slider-video .owl-item.active {
      opacity: 1; }
    @media (min-width: 1280px) {
      .page-water #slider-video .owl-item.active,
      .page-water .slider-video .owl-item.active {
        z-index: 5;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.1)); }
      .page-water #slider-video .owl-item.active + .owl-item.active,
      .page-water .slider-video .owl-item.active + .owl-item.active {
        z-index: 4;
        transform: scale(0.9);
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.1)); }
      .page-water #slider-video .owl-item.active + .owl-item.active + .owl-item.active,
      .page-water .slider-video .owl-item.active + .owl-item.active + .owl-item.active {
        z-index: 3;
        transform: scale(0.8) translateX(-100px);
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.1)); } }
  .page-water #slider-video .slide,
  .page-water .slider-video .slide {
    position: relative;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px; }
    @media (min-width: 1280px) {
      .page-water #slider-video .slide,
      .page-water .slider-video .slide {
        width: 300px;
        height: 400px; } }
    .page-water #slider-video .slide video,
    .page-water .slider-video .slide video {
      width: 100%;
      height: 100%; }
    .page-water #slider-video .slide a::before,
    .page-water .slider-video .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-water #slider-video .slide a::after,
    .page-water .slider-video .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-water #slider-video .slide a:hover::before, .page-water #slider-video .slide a:hover::after,
      .page-water .slider-video .slide a:hover::before,
      .page-water .slider-video .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-water .block-accreditaion {
  padding: 0 0 50px; }
  .page-water .block-accreditaion .image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .page-water .block-accreditaion .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 768px) {
      .page-water .block-accreditaion .image {
        width: 400px; }
        .page-water .block-accreditaion .image img {
          height: 100%; } }
    @media (min-width: 1280px) {
      .page-water .block-accreditaion .image {
        width: 600px; } }

.page-water.fixed-menu #header {
  margin-bottom: 125px; }

.page-water.fixed-menu .menus {
  min-height: 64px;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
  .page-water.fixed-menu .menus .menu {
    margin: 0 auto 0 auto; }
    .page-water.fixed-menu .menus .menu li {
      height: auto;
      margin-bottom: 0; }
      .page-water.fixed-menu .menus .menu li li i {
        width: 16px;
        height: 16px; }

body.page-water .bg-1 {
  display: none; }

body.page-water .bg-1.form-bg {
  display: block; }

.page-teplovizor .we-work li {
  height: auto;
  min-height: 100px; }
  @media (max-width: 1279px) {
    .page-teplovizor .we-work li {
      margin: 0 0 30px 0;
      width: 100%; } }

.page-teplovizor .we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-teplovizor .we-work .we-1 {
      background-size: 60px auto; } }

.page-teplovizor .we-work .we-2 {
  background-image: url("../img/new-img/logo-block-png/location-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-teplovizor .we-work .we-2 {
      background-size: 60px auto; } }

.page-teplovizor .we-work .we-3 {
  background-image: url("../img/new-img/analiz-vozduha/thermal.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-teplovizor .we-work .we-3 {
      background-size: 60px auto; } }

.page-teplovizor .we-work .we-4 {
  background-image: url("../img/new-img/analiz-vozduha/documents-gradient.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-teplovizor .we-work .we-4 {
      background-size: 60px auto; } }

.page-teplovizor .section-product-cert .h2 {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .page-teplovizor .section-product-cert .h2 {
      margin-bottom: 10px; } }

.page-teplovizor .section-product-cert p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .page-teplovizor .section-product-cert p {
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 30px; } }

.page-teplovizor .section-product-cert .lightboxer {
  position: relative;
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto; }
  .page-teplovizor .section-product-cert .lightboxer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .page-teplovizor .section-product-cert .lightboxer::before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    z-index: 1;
    background-color: #012b414a; }
  .page-teplovizor .section-product-cert .lightboxer::after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-image: url("../img/new-img/eyes.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  @media (min-width: 1280px) {
    .page-teplovizor .section-product-cert .lightboxer:hover::before, .page-teplovizor .section-product-cert .lightboxer:hover::after {
      opacity: 1;
      visibility: visible; } }

.page-teplovizor .yaiki .ya-1 {
  background-image: url("../img/new-img/logo-block-png/lab-front-color.png");
  background-size: 100px auto; }

.page-teplovizor .yaiki .ya-2 {
  background-image: url("../img/new-img/logo-block-png/medal-front-color.png");
  background-size: 100px auto; }

.page-teplovizor .yaiki .ya-3 {
  background-image: url("../img/new-img/logo-block-png/location-front-color.png");
  background-size: 100px auto; }

.page-teplovizor .yaiki .ya-4 {
  background-image: url("../img/new-img/analiz-vozduha/poshd-8.png");
  background-size: 100px auto; }

.page-teplovizor .block-blago-teplo .h3 {
  font-size: 33px;
  line-height: 38px;
  color: white;
  font-weight: 700; }

.page-teplovizor .block-blago-teplo .h4 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 34px;
  color: white;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (min-width: 1280px) {
    .page-teplovizor .block-blago-teplo .h4 {
      margin-bottom: 0; } }

.page-teplovizor .block-blago-teplo .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px; }
  @media (min-width: 768px) {
    .page-teplovizor .block-blago-teplo .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-teplovizor .block-blago-teplo .slider {
      width: 640px; } }
  @media (min-width: 1280px) {
    .page-teplovizor .block-blago-teplo .slider .owl-item {
      filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
      .page-teplovizor .block-blago-teplo .slider .owl-item.active + .owl-item {
        z-index: 4;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
      .page-teplovizor .block-blago-teplo .slider .owl-item.active + .owl-item + .owl-item {
        transform: translateX(-100px);
        z-index: 3;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
      .page-teplovizor .block-blago-teplo .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
        transform: translateX(-200px);
        z-index: 2;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-teplovizor .block-blago-teplo .slider .slide {
    position: relative; }
    .page-teplovizor .block-blago-teplo .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-teplovizor .block-blago-teplo .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-teplovizor .block-blago-teplo .slider .slide a:hover::before, .page-teplovizor .block-blago-teplo .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-teplovizor .we-work-block-thermal {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .page-teplovizor .we-work-block-thermal {
      margin-top: 70px; } }

.page-teplovizor .yaiki-block-thermal {
  margin: 100px 0 50px; }
  @media (max-width: 767px) {
    .page-teplovizor .yaiki-block-thermal {
      margin: 100px 0 50px; } }

.page-teplovizor #footer-form {
  background-color: #fafafa; }

.page-noise .bg-1 ul,
.page-vibration .bg-1 ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .page-noise .bg-1 ul,
    .page-vibration .bg-1 ul {
      font-size: 22px;
      line-height: 28px; } }
  .page-noise .bg-1 ul li,
  .page-vibration .bg-1 ul li {
    margin-bottom: 10px; }

.page-noise .table-info.table-info-shym .h3,
.page-vibration .table-info.table-info-shym .h3 {
  color: #000;
  font-weight: 600; }
  @media (min-width: 768px) {
    .page-noise .table-info.table-info-shym .h3,
    .page-vibration .table-info.table-info-shym .h3 {
      font-size: 18px;
      line-height: 24px; } }

.page-noise .table-info span,
.page-vibration .table-info span {
  font-weight: 700; }
  @media (min-width: 768px) {
    .page-noise .table-info span,
    .page-vibration .table-info span {
      font-size: 33px;
      line-height: 43px; } }

.page-noise .table-info span,
.page-vibration .table-info span {
  margin-bottom: 0; }

.page-noise .table-info .subtitle,
.page-vibration .table-info .subtitle {
  color: #000;
  font-weight: 500; }
  @media (min-width: 768px) {
    .page-noise .table-info .subtitle,
    .page-vibration .table-info .subtitle {
      font-size: 18px;
      line-height: 24px; } }

.page-noise .block-2 .list .item,
.page-vibration .block-2 .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px; }
  .page-noise .block-2 .list .item__left,
  .page-vibration .block-2 .list .item__left {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: transparent;
    border-radius: 100%;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 24px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .page-noise .block-2 .list .item__left,
      .page-vibration .block-2 .list .item__left {
        margin-right: 15px;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        font-size: 28px;
        line-height: 28px; } }
  .page-noise .block-2 .list .item__right .title,
  .page-vibration .block-2 .list .item__right .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .page-noise .block-2 .list .item__right .title,
      .page-vibration .block-2 .list .item__right .title {
        font-size: 21px;
        line-height: 26px; } }

.page-noise .about-us,
.page-vibration .about-us {
  margin-bottom: 50px; }
  .page-noise .about-us p,
  .page-vibration .about-us p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .page-noise .about-us p,
      .page-vibration .about-us p {
        font-size: 22px;
        line-height: 28px; } }
  .page-noise .about-us .image,
  .page-vibration .about-us .image {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 350px; }
    .page-noise .about-us .image img,
    .page-vibration .about-us .image img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      display: block; }

.page-noise .we-work-eco .h3,
.page-vibration .we-work-eco .h3 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-noise .we-work-eco .h3,
    .page-vibration .we-work-eco .h3 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 20px; } }

.page-noise .we-work-eco .col-xs-12,
.page-vibration .we-work-eco .col-xs-12 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 1280px) {
    .page-noise .we-work-eco .col-xs-12,
    .page-vibration .we-work-eco .col-xs-12 {
      margin-bottom: 0; } }

.page-noise .we-work-eco__item,
.page-vibration .we-work-eco__item {
  background: linear-gradient(180deg, #006697 70%, #188bc3 100%);
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-grow: 1; }
  .page-noise .we-work-eco__item:hover,
  .page-vibration .we-work-eco__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
  .page-noise .we-work-eco__item p,
  .page-vibration .we-work-eco__item p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .page-noise .we-work-eco__item p,
      .page-vibration .we-work-eco__item p {
        font-size: 22px;
        line-height: 28px; } }
  .page-noise .we-work-eco__item ul,
  .page-vibration .we-work-eco__item ul {
    list-style-type: none;
    padding-left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .page-noise .we-work-eco__item ul,
      .page-vibration .we-work-eco__item ul {
        font-size: 22px;
        line-height: 28px; } }
    .page-noise .we-work-eco__item ul li,
    .page-vibration .we-work-eco__item ul li {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }

.page-noise .we-work li,
.page-vibration .we-work li {
  height: auto;
  min-height: 100px; }
  @media (max-width: 1279px) {
    .page-noise .we-work li,
    .page-vibration .we-work li {
      margin: 0 0 30px 0;
      width: 100%; }
      .page-noise .we-work li .h3,
      .page-vibration .we-work li .h3 {
        font-size: 16px;
        line-height: 20px; } }
  .page-noise .we-work li .h3,
  .page-vibration .we-work li .h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px; }
    .page-noise .we-work li .h3 span,
    .page-vibration .we-work li .h3 span {
      color: #1a84b9; }
  .page-noise .we-work li p,
  .page-vibration .we-work li p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
    .page-noise .we-work li p strong,
    .page-vibration .we-work li p strong {
      margin-bottom: 5px;
      display: block; }
    @media (min-width: 768px) {
      .page-noise .we-work li p,
      .page-vibration .we-work li p {
        font-size: 16px;
        line-height: 24px; } }

.page-noise .we-work .we-1,
.page-vibration .we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-1,
    .page-vibration .we-work .we-1 {
      background-size: 60px auto; } }

.page-noise .we-work .we-2,
.page-vibration .we-work .we-2 {
  background-image: url("../img/new-img/shym/ecologist.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-2,
    .page-vibration .we-work .we-2 {
      background-size: 60px auto; } }

.page-noise .we-work .we-3,
.page-vibration .we-work .we-3 {
  background-image: url("../img/new-img/shym/prepayment.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-3,
    .page-vibration .we-work .we-3 {
      background-size: 60px auto; } }

.page-noise .we-work .we-4,
.page-vibration .we-work .we-4 {
  background-image: url("../img/new-img/shym/close-deal.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-4,
    .page-vibration .we-work .we-4 {
      background-size: 60px auto; } }

.page-noise .we-work .we-5,
.page-vibration .we-work .we-5 {
  background-image: url("../img/new-img/shym/map-location.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-5,
    .page-vibration .we-work .we-5 {
      background-size: 60px auto; } }

.page-noise .we-work .we-6,
.page-vibration .we-work .we-6 {
  background-image: url("../img/new-img/analiz-vozduha/documents-gradient.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-6,
    .page-vibration .we-work .we-6 {
      background-size: 60px auto; } }

.page-noise .we-work .we-7,
.page-vibration .we-work .we-7 {
  background-image: url("../img/new-img/shym/applicant-document.png");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-7,
    .page-vibration .we-work .we-7 {
      background-size: 60px auto; } }

.page-noise .we-work .we-8,
.page-vibration .we-work .we-8 {
  background-image: url("../img/new-img/shym/contact-us.webp");
  background-size: 100px 100px; }
  @media (max-width: 767px) {
    .page-noise .we-work .we-8,
    .page-vibration .we-work .we-8 {
      background-size: 60px auto; } }

.page-noise .block-accreditaion,
.page-vibration .block-accreditaion {
  padding: 0 0 50px; }
  .page-noise .block-accreditaion .image,
  .page-vibration .block-accreditaion .image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .page-noise .block-accreditaion .image img,
    .page-vibration .block-accreditaion .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 768px) {
      .page-noise .block-accreditaion .image,
      .page-vibration .block-accreditaion .image {
        width: 400px; }
        .page-noise .block-accreditaion .image img,
        .page-vibration .block-accreditaion .image img {
          height: 100%; } }
    @media (min-width: 1280px) {
      .page-noise .block-accreditaion .image,
      .page-vibration .block-accreditaion .image {
        width: 600px; } }

.page-noise .we-analiz .h3 span,
.page-vibration .we-analiz .h3 span {
  color: #40b5ef; }

@media (max-width: 767px) {
  .page-noise .table-info .col-xs-12,
  .page-vibration .table-info .col-xs-12 {
    margin-bottom: 0; } }

.page-noise .table-info-span,
.page-noise .table-info span,
.page-vibration .table-info-span,
.page-vibration .table-info span {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .page-noise .table-info-span,
    .page-noise .table-info span,
    .page-vibration .table-info-span,
    .page-vibration .table-info span {
      font-size: 38px;
      line-height: 46px;
      margin-bottom: 20px; } }
  .page-noise .table-info-span.subtitle,
  .page-noise .table-info span.subtitle,
  .page-vibration .table-info-span.subtitle,
  .page-vibration .table-info span.subtitle {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .page-noise .table-info-span.subtitle,
      .page-noise .table-info span.subtitle,
      .page-vibration .table-info-span.subtitle,
      .page-vibration .table-info span.subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; } }

.page-noise .table-info-shym,
.page-vibration .table-info-shym {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  border-collapse: separate;
  border-spacing: 0 30px; }
  @media (min-width: 768px) {
    .page-noise .table-info-shym,
    .page-vibration .table-info-shym {
      font-size: 16px;
      line-height: 20px; } }
  .page-noise .table-info-shym .col-xs-12,
  .page-vibration .table-info-shym .col-xs-12 {
    margin-bottom: 50px; }
    .page-noise .table-info-shym .col-xs-12:last-child,
    .page-vibration .table-info-shym .col-xs-12:last-child {
      margin-bottom: 0; }
    @media (min-width: 1280px) {
      .page-noise .table-info-shym .col-xs-12,
      .page-vibration .table-info-shym .col-xs-12 {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .page-noise .table-info-shym,
    .page-vibration .table-info-shym {
      width: 80%; } }
  @media (min-width: 1280px) {
    .page-noise .table-info-shym,
    .page-vibration .table-info-shym {
      width: 1100px; } }
  .page-noise .table-info-shym .h3,
  .page-noise .table-info-shym a,
  .page-vibration .table-info-shym .h3,
  .page-vibration .table-info-shym a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40b5ef;
    display: block;
    margin-bottom: 10px; }
    .page-noise .table-info-shym .h3 br,
    .page-noise .table-info-shym a br,
    .page-vibration .table-info-shym .h3 br,
    .page-vibration .table-info-shym a br {
      display: none; }
      @media (min-width: 1280px) {
        .page-noise .table-info-shym .h3 br,
        .page-noise .table-info-shym a br,
        .page-vibration .table-info-shym .h3 br,
        .page-vibration .table-info-shym a br {
          display: block; } }
    @media (min-width: 768px) {
      .page-noise .table-info-shym .h3,
      .page-noise .table-info-shym a,
      .page-vibration .table-info-shym .h3,
      .page-vibration .table-info-shym a {
        font-size: 22px;
        line-height: 26px; } }
  .page-noise .table-info-shym .item,
  .page-vibration .table-info-shym .item {
    width: 100%;
    position: relative;
    min-height: 100px; }
    @media (min-width: 768px) {
      .page-noise .table-info-shym .item,
      .page-vibration .table-info-shym .item {
        width: 495px; } }
    @media (min-width: 768px) {
      .page-noise .table-info-shym .item a,
      .page-noise .table-info-shym .item p,
      .page-vibration .table-info-shym .item a,
      .page-vibration .table-info-shym .item p {
        margin-left: 120px; } }
    .page-noise .table-info-shym .item img,
    .page-vibration .table-info-shym .item img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .page-noise .table-info-shym .item img,
        .page-vibration .table-info-shym .item img {
          width: 100px;
          height: 100px;
          position: absolute;
          left: 0;
          top: 0%;
          margin: unset;
          display: unset; } }
    .page-noise .table-info-shym .item p a,
    .page-vibration .table-info-shym .item p a {
      display: inline;
      margin-left: 0;
      font-size: 16px;
      line-height: 20px;
      text-decoration: underline; }
      @media (min-width: 1280px) {
        .page-noise .table-info-shym .item p a:hover,
        .page-vibration .table-info-shym .item p a:hover {
          text-decoration: none; } }

.page-noise .block-blago .slider,
.page-vibration .block-blago .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  height: 270px; }
  @media (min-width: 768px) {
    .page-noise .block-blago .slider,
    .page-vibration .block-blago .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .page-noise .block-blago .slider,
    .page-vibration .block-blago .slider {
      width: 640px; } }
  .page-noise .block-blago .slider .owl-item,
  .page-vibration .block-blago .slider .owl-item {
    height: 270px; }
    @media (min-width: 1280px) {
      .page-noise .block-blago .slider .owl-item,
      .page-vibration .block-blago .slider .owl-item {
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-noise .block-blago .slider .owl-item.active + .owl-item,
        .page-vibration .block-blago .slider .owl-item.active + .owl-item {
          z-index: 4;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-noise .block-blago .slider .owl-item.active + .owl-item + .owl-item,
        .page-vibration .block-blago .slider .owl-item.active + .owl-item + .owl-item {
          transform: translateX(-100px);
          z-index: 3;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .page-noise .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item,
        .page-vibration .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
          transform: translateX(-200px);
          z-index: 2;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .page-noise .block-blago .slider .slide,
  .page-vibration .block-blago .slider .slide {
    position: relative;
    height: 270px; }
    .page-noise .block-blago .slider .slide img,
    .page-vibration .block-blago .slider .slide img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .page-noise .block-blago .slider .slide a::before,
    .page-vibration .block-blago .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .page-noise .block-blago .slider .slide a::after,
    .page-vibration .block-blago .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .page-noise .block-blago .slider .slide a:hover::before, .page-noise .block-blago .slider .slide a:hover::after,
      .page-vibration .block-blago .slider .slide a:hover::before,
      .page-vibration .block-blago .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.page-noise .block-blago-shym .h3,
.page-vibration .block-blago-shym .h3 {
  font-size: 33px;
  line-height: 38px;
  color: white;
  font-weight: 700; }

.page-noise .block-blago-shym .h4,
.page-vibration .block-blago-shym .h4 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 34px;
  color: white;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (min-width: 1280px) {
    .page-noise .block-blago-shym .h4,
    .page-vibration .block-blago-shym .h4 {
      margin-bottom: 0; } }

.page-noise .block-blago-shym .slider .slide,
.page-vibration .block-blago-shym .slider .slide {
  position: relative; }
  .page-noise .block-blago-shym .slider .slide video,
  .page-vibration .block-blago-shym .slider .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.team-block .h2 span {
  color: #40b5ef; }

.team-block__item {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (min-width: 768px) {
    .team-block__item {
      gap: 10px;
      margin-bottom: 40px; } }
  .team-block__item .image {
    width: 100%;
    padding-bottom: 97.2222%;
    position: relative; }
    .team-block__item .image img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 10px; }
  .team-block__item .name {
    font-size: 20px;
    line-height: 24px;
    color: #40b5ef;
    font-weight: 700; }
  .team-block__item .status {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: 600; }

/*!
  Theme Name: ecotestexpress
  Theme URI: https://biaris.ru/
  Author: daskus
  Author URI: https://biaris.ru/
  Description: Description
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: ecotestexpress
*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin: 0; }
  body.opened-menu {
    overflow: hidden; }
  @media (max-width: 767px) {
    body {
      padding: 62px 0 0; } }

@media (max-width: 1279px) {
  body.opened-menu .top-menus {
    top: 62px;
    opacity: 1;
    visibility: visible; } }

@media (min-width: 1280px) {
  a:hover {
    text-decoration: none; } }

.wrap {
  width: 100%;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .wrap {
      width: 700px;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1280px) {
    .wrap {
      width: 1200px;
      margin: 0 auto; } }

.darker {
  display: none; }

body > div {
  position: relative; }

.orange {
  color: #fbc240; }

h1,
.h1 {
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  clear: both;
  width: 100%;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 38px;
      line-height: 46px; } }
  h1 a,
  .h1 a {
    color: #fbc240; }
  h1.h1-orange span,
  .h1.h1-orange span {
    color: #fbc240; }
  h1 .h1-ul li,
  .h1 .h1-ul li {
    position: relative;
    margin-left: -10px; }
    h1 .h1-ul li::before,
    .h1 .h1-ul li::before {
      content: "—";
      margin-right: 10px; }

.h2 {
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
  margin: 20px auto 20px auto;
  padding: 0;
  text-align: left;
  clear: both;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .h2 {
      font-size: 38px;
      line-height: 46px;
      margin: 50px auto 50px auto; } }
  .h2.h2w {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .h2.h2w {
        font-size: 25px;
        line-height: 30px; } }
  .h2.h2low {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 0 auto; }
    @media (min-width: 768px) {
      .h2.h2low {
        font-size: 25px;
        line-height: 30px; } }
  .h2.h2wbold {
    text-transform: uppercase; }
  .h2.h2bold {
    text-transform: uppercase; }

.h3 {
  font-weight: normal;
  margin: 0; }
  .h3.h3-orange span {
    color: #fbc240; }
  .h3.h3bold {
    font-weight: 800;
    font-size: 21px;
    line-height: 32px;
    text-transform: none;
    text-align: center; }
    @media (min-width: 768px) {
      .h3.h3bold {
        font-size: 38px;
        line-height: 46px; } }

.h2-air {
  margin-bottom: 0; }

.h3-air {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin: 20px 0 50px; }
  @media (min-width: 768px) {
    .h3-air {
      font-size: 32px;
      line-height: 39px; } }
  .h3-air a {
    color: #40b5ef; }

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

.clr-white {
  background: #f9f9f9;
  padding: 50px 0 0; }
  .clr-white .h2 {
    margin-top: 0; }

.clr-white-block {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 30px;
  margin: 50px 0px; }
  .clr-white-block p {
    color: #333333; }
  .clr-white-block .title {
    font-weight: 800;
    font-size: 25px;
    line-height: 20px;
    color: #40b5ef;
    margin-bottom: 20px; }

.item-block-image {
  position: relative;
  margin: 50px 0; }
  @media (min-width: 768px) {
    .item-block-image a,
    .item-block-image p {
      margin-left: 120px; } }
  .item-block-image .title {
    font-weight: 800;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .item-block-image .title {
        font-size: 20px;
        line-height: 24px; } }
  .item-block-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .item-block-image img {
        position: absolute;
        left: 0;
        top: 0%;
        display: unset;
        margin: unset; } }
  .item-block-image p a {
    display: inline;
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline; }
    @media (min-width: 1280px) {
      .item-block-image p a:hover {
        text-decoration: none; } }

.clr-grey {
  background: #f1f1f1;
  padding: 50px 0 0; }
  .clr-grey .h2 {
    margin-top: 0; }

.white-block {
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 20px 20px 40px;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 30px;
  height: auto;
  text-align: left;
  color: #333333;
  border-radius: 30px; }
  @media (min-width: 1280px) {
    .white-block {
      margin: 0 9px;
      display: inline-block;
      width: 379px;
      height: 340px;
      padding: 20px; } }
  .white-block span {
    display: block;
    color: #40b5ef;
    font-weight: 600;
    font-size: 38px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px; }

button,
a.button,
.button {
  cursor: pointer;
  min-height: 40px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  outline: none;
  padding: 8px 8px;
  text-decoration: none;
  vertical-align: top;
  background: linear-gradient(92.45deg, #fbc240 0%, #ffb800 100%);
  box-shadow: 0px 6px 8px rgba(251, 194, 64, 0.21);
  border-radius: 30px; }
  @media (min-width: 768px) {
    button,
    a.button,
    .button {
      font-size: 14px;
      line-height: 20px;
      height: 40px;
      padding: 0 24px; } }
  @media (min-width: 1280px) {
    button:hover,
    a.button:hover,
    .button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(92.45deg, #fbc240 0%, #ffb800 100%); } }
  button.button_blue,
  a.button.button_blue,
  .button.button_blue {
    background: #00aeef; }
    @media (min-width: 1280px) {
      button.button_blue:hover,
      a.button.button_blue:hover,
      .button.button_blue:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(92.45deg, #00aeef 0%, #00aeef 100%); } }

input[type="text"],
textarea {
  height: 58px;
  border: solid 1px #dadada;
  background: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-align: left;
  outline: none;
  color: #444;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 0 16px 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  @media (min-width: 768px) {
    input[type="text"],
    textarea {
      margin: 0 0 28px 0;
      width: 379px; } }
  @media (min-width: 1280px) {
    input[type="text"],
    textarea {
      margin: 0 28px 0 0; } }

textarea {
  min-height: 58px;
  max-width: 100%;
  max-height: 200px; }
  @media (min-width: 768px) {
    textarea {
      min-width: 379px; } }

.small-center-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 50px; }

.infoblock {
  position: fixed;
  z-index: 9000;
  height: 64px;
  background: #049975;
  width: 100%;
  left: 0;
  top: -200px;
  text-align: center;
  color: #ffffff;
  line-height: 64px;
  font-size: 24px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -moz-transition: 0.5s 0s ease;
  -o-transition: 0.5s 0s ease;
  -webkit-transition: 0.5s 0s ease;
  transition: 0.5s 0s ease; }

.close-info {
  height: 64px;
  width: 64px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  border-left: solid 1px #35a269;
  float: right;
  line-height: 59px;
  font-size: 45px;
  background: #1c7a5c; }

.slider.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0; }
  .slider.owl-carousel .owl-nav .owl-prev,
  .slider.owl-carousel .owl-nav .owl-next {
    position: relative;
    margin: -22px;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .slider.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -22px; }
    @media (min-width: 1280px) {
      .slider.owl-carousel .owl-nav .owl-prev {
        margin-left: -66px; } }
  .slider.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -22px; }
    @media (min-width: 1280px) {
      .slider.owl-carousel .owl-nav .owl-next {
        margin-right: -66px; } }

@media (max-width: 767px) {
  #header {
    height: 62px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 49;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2); } }

.header {
  background-color: #f9f9f9;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px; }
  .header .logo {
    width: 86px;
    height: 40px;
    margin: 10px 20px 10px 0;
    position: relative;
    float: left; }
    .header .logo a {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (min-width: 768px) {
      .header .logo {
        margin: 20px 50px 20px 0;
        width: 180px;
        height: 50px; } }
    @media (min-width: 1280px) {
      .header .logo {
        margin: 20px 90px 20px 0; } }
    .header .logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .header a {
    color: #000000; }
    @media (min-width: 1280px) {
      .header a:hover {
        text-decoration: none; } }
  .header .vrr,
  .header .zmail,
  .header .zphone,
  .header .zz {
    float: left;
    width: 200px;
    height: 40px;
    margin: 10px 0px 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative; }
    @media (min-width: 768px) {
      .header .vrr,
      .header .zmail,
      .header .zphone,
      .header .zz {
        margin: 25px 0px 25px 0; } }
    @media (min-width: 1280px) {
      .header .vrr,
      .header .zmail,
      .header .zphone,
      .header .zz {
        margin: 25px 30px 25px 0; } }
  .header .zcontacts {
    float: left;
    width: auto;
    height: 40px;
    margin: 10px 0px 10px 0;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    display: none; }
    @media (min-width: 768px) {
      .header .zcontacts {
        margin: 25px 0px 25px 0; } }
    @media (min-width: 1280px) {
      .header .zcontacts {
        display: flex;
        margin: 25px 30px 25px 0; } }
    .header .zcontacts::before {
      content: "";
      display: none;
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-image: url("../img/new-img/footer-logo/globe.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (min-width: 365px) {
        .header .zcontacts::before {
          display: block; } }
  .header .zsocial {
    float: left;
    width: auto;
    height: 40px;
    margin: 10px 0px 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative; }
    @media (min-width: 768px) {
      .header .zsocial {
        margin: 25px 0px 25px 30px; } }
    @media (min-width: 1280px) {
      .header .zsocial {
        margin: 25px 30px 25px 0; } }
    .header .zsocial a {
      width: 30px;
      height: 30px;
      display: block;
      margin-right: 10px;
      will-change: transform;
      transition: transform 0.1s ease-in; }
      .header .zsocial a:last-child {
        margin-right: 0; }
      @media (min-width: 1280px) {
        .header .zsocial a:hover {
          transform: scale(1.1); } }
    .header .zsocial img {
      width: 100%;
      height: 100%; }
  .header .vrr {
    width: 80px;
    display: none; }
    @media (min-width: 1280px) {
      .header .vrr {
        display: flex; } }
    .header .vrr::before {
      content: "";
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-image: url("../img/new-img/logos/time.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .header .zmail {
    width: 235px;
    display: none; }
    @media (min-width: 768px) {
      .header .zmail {
        width: 235px;
        display: flex; } }
    .header .zmail::before {
      content: "";
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-image: url("../img/new-img/logos/mail.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .header .zphone {
    width: 130px;
    display: none; }
    @media (min-width: 365px) {
      .header .zphone {
        width: 158px; } }
    @media (min-width: 475px) {
      .header .zphone {
        width: 158px;
        display: flex; } }
    @media (min-width: 768px) {
      .header .zphone {
        display: none;
        width: 183px; } }
    @media (min-width: 1280px) {
      .header .zphone {
        display: flex;
        width: 183px; } }
    .header .zphone::before {
      content: "";
      display: none;
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-image: url("../img/new-img/logos/phone-telephone.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (min-width: 365px) {
        .header .zphone::before {
          display: block; } }
    .header .zphone a {
      font-size: 13px;
      line-height: 18px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .header .zphone a {
          font-size: 15px;
          line-height: 18px;
          text-decoration: underline; } }
  .header .zz {
    margin: 10px 0px 10px 10px;
    width: auto;
    display: none; }
    @media (min-width: 350px) {
      .header .zz {
        display: flex; } }
    @media (min-width: 475px) {
      .header .zz {
        display: none; } }
    @media (min-width: 768px) {
      .header .zz {
        margin: 25px 0 25px 30px;
        display: flex;
        width: auto; } }
    @media (min-width: 1280px) {
      .header .zz {
        margin: 25px 0 30px;
        width: 200px; } }
    .header .zz button {
      padding: 0;
      height: 30px;
      width: 30px;
      min-height: 30px;
      padding: 6px; }
      @media (min-width: 475px) {
        .header .zz button {
          height: 40px;
          width: 40px;
          min-height: 40px;
          padding: 10px; } }
      @media (min-width: 1280px) {
        .header .zz button {
          width: auto;
          padding: 0 18px; } }
      .header .zz button span {
        display: none; }
      .header .zz button img {
        display: inline;
        height: 15px;
        width: 15px; }
        @media (min-width: 475px) {
          .header .zz button img {
            height: 20px;
            width: 20px; } }
      @media (min-width: 1280px) {
        .header .zz button span {
          display: inline; }
        .header .zz button img {
          display: none; } }
  .header #menu-toggler {
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 42px;
    height: 42px;
    background: #165a7d; }
    .header #menu-toggler span {
      background-color: #fff;
      position: absolute;
      width: 18px;
      height: 2px;
      left: 12px; }
      .header #menu-toggler span:nth-child(1) {
        top: 14px; }
      .header #menu-toggler span:nth-child(2) {
        top: 20px; }
      .header #menu-toggler span:nth-child(3) {
        top: 26px; }
    @media (min-width: 768px) {
      .header #menu-toggler {
        display: none; } }

.menus {
  display: none;
  background: #fff;
  height: auto;
  min-height: 120px;
  width: 100%;
  padding: 1px 0;
  -moz-transition: 0.5s 0s ease;
  -o-transition: 0.5s 0s ease;
  -webkit-transition: 0.5s 0s ease;
  transition: 0.5s 0s ease; }
  @media (max-width: 767px) {
    .menus.top-menus {
      overflow: auto;
      overflow-x: hidden;
      height: 100%;
      height: calc(100% - 62px);
      display: block;
      position: fixed;
      width: 100%;
      left: 0;
      top: -100px;
      opacity: 0;
      visibility: hidden;
      z-index: 39;
      padding: 0;
      -webkit-transition: top 0.3s;
      -moz-transition: top 0.3s;
      -o-transition: top 0.3s;
      transition: top 0.3s;
      -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2); }
      .menus.top-menus .menu {
        width: auto;
        margin: 0;
        padding: 15px 0 50px 0px; }
        .menus.top-menus .menu li {
          display: block;
          height: auto;
          width: 100%;
          max-width: 100%;
          line-height: 1;
          padding: 0 0 0 0;
          margin: 0 0 10px 0;
          border-bottom: solid 1px #eeeeee;
          min-height: 32px; }
          .menus.top-menus .menu li a {
            display: block;
            padding: 10px 10px 10px 52px;
            position: relative;
            white-space: normal;
            line-height: 1.2;
            min-height: 20px;
            box-sizing: border-box;
            text-align: left; }
            .menus.top-menus .menu li a br {
              display: none; }
            .menus.top-menus .menu li a i {
              width: 24px;
              height: 24px;
              display: inline-block;
              position: absolute;
              left: 13px;
              top: 3px;
              background-size: contain; } }
  @media (min-width: 768px) {
    .menus {
      display: block; } }
  .menus .menu {
    margin: 24px auto 0 auto;
    text-align: center;
    padding: 0px;
    max-width: 1190px; }
    .menus .menu li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 20px 0;
      padding: 5px 10px 5px 10px;
      color: #000000;
      cursor: pointer;
      font-size: 12px;
      height: 79px;
      text-align: left;
      width: 145px;
      line-height: 13px;
      text-align: center;
      box-sizing: border-box;
      border-radius: 20px;
      transition: 0.2s; }
      @media (min-width: 1280px) {
        .menus .menu li:hover {
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); } }
      .menus .menu li.current {
        box-shadow: 0px 4px 10px rgba(64, 181, 239, 0.3); }
      .menus .menu li a {
        font-weight: 600;
        font-size: 12px;
        line-height: 13px;
        color: #000;
        text-decoration: none; }
      .menus .menu li i {
        display: block;
        margin: 0 auto 6px;
        width: 24px;
        height: 24px;
        background-position: 0px 0;
        background-repeat: no-repeat;
        background-size: contain; }
    .menus .menu li.men-1 i {
      background-image: url("../img/new-img/menu/wind.svg"); }
    .menus .menu li.men-2 i {
      background-image: url("../img/new-img/menu/water-level.svg"); }
    .menus .menu li.men-3 i {
      background-image: url("../img/new-img/menu/sleaves.svg"); }
    .menus .menu li.men-4 i {
      background-image: url("../img/new-img/menu/radiation.svg"); }
    .menus .menu li.men-5 i {
      background-image: url("../img/new-img/menu/volume-notice.svg"); }
    .menus .menu li.men-6 i {
      background-image: url("../img/new-img/menu/air-conditioning.svg"); }
    .menus .menu li.men-7 i {
      background-image: url("../img/new-img/menu/microscope.svg"); }
    .menus .menu li.men-8 i {
      background-image: url("../img/new-img/menu/factory-building.svg"); }
    .menus .menu li.men-9 i {
      background-image: url("../img/new-img/menu/take-off.svg"); }
    .menus .menu li.men-10 i {
      background-image: url("../img/new-img/menu/fog.svg"); }
    .menus .menu li.men-11 i {
      background-image: url("../img/new-img/menu/experiment-one.svg"); }
    .menus .menu li.men-12 i {
      background-image: url("../img/new-img/menu/coronavirus.svg"); }
    .menus .menu li.men-13 i {
      background-image: url("../img/new-img/menu/thermometer.svg"); }
    .menus .menu li.men-14 i {
      background-image: url("../img/new-img/menu/tree.svg"); }
    .menus .menu li.men-15 i {
      background-image: url("../img/new-img/footer-logo/globe.svg"); }
    .menus .menu li.men-15 {
      display: inline-block; }
      @media (min-width: 1280px) {
        .menus .menu li.men-15 {
          display: none; } }
    .menus .menu li.men-16 i {
      background-image: url("../img/new-img/menu/sound-wave.svg"); }
  .menus .submenu {
    background: #fff;
    border-radius: 10px;
    min-width: 200px;
    z-index: 100;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .menus .submenu {
        padding: 10px 0;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute; } }
  .menus .submenu li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0 !important;
    padding: 10px 16px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: auto;
    text-align: left;
    width: auto;
    line-height: 13px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    transition: 0.2s;
    border-bottom: unset !important; }
  .menus .submenu li a {
    text-decoration: none;
    color: #000;
    display: block; }
  .menus .men-1 {
    position: relative; }
  .menus .men-1:hover .submenu {
    display: block; }

.ordering {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .ordering {
      width: 640px; } }
  @media (min-width: 1280px) {
    .ordering {
      width: 1054px; } }
  @media (max-width: 1279px) {
    .ordering form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .ordering .h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ordering .h3 {
        font-size: 25px;
        line-height: 30px; } }
  .ordering .i-agree {
    color: #ffffff;
    margin: 10px 0 0 0; }
    @media (min-width: 768px) {
      .ordering .i-agree {
        margin: 25px 0 0 0; } }
    .ordering .i-agree label {
      cursor: pointer; }
    .ordering .i-agree input {
      display: inline;
      width: auto;
      position: relative;
      cursor: pointer;
      margin-right: 10px; }
      .ordering .i-agree input:last-of-type {
        margin-right: 10px; }
      .ordering .i-agree input::before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: -1px;
        top: 1px;
        z-index: 1;
        width: 13px;
        height: 13px;
        border: 2px solid #fbc240; }
      .ordering .i-agree input:after {
        content: "";
        position: absolute;
        top: -3px;
        left: -5px;
        width: 20px;
        height: 20px;
        background: #fbc240;
        cursor: pointer;
        border-radius: 5px; }
      .ordering .i-agree input:checked::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 8px;
        border-color: #fff;
        border-top-style: none;
        border-right-style: none; }
    .ordering .i-agree a {
      color: #ffffff;
      font-weight: 800; }

.bg-1 {
  height: auto;
  background-blend-mode: soft-light;
  background-image: url("../img/new-img/bg-1.jpg");
  background-color: rgba(0, 142, 204, 0.7);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
  padding: 50px 0; }
  .bg-1 h1 {
    margin: 0 0 20px; }
  .bg-1 .h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .bg-1 .h2 {
        font-size: 32px;
        line-height: 39px; } }
  .bg-1 .ordering {
    margin-top: 55px; }
    .bg-1 .ordering .h3 {
      color: #fff;
      font-weight: 900;
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .bg-1 .ordering .h3 {
          font-size: 25px;
          line-height: 30px; } }
    .bg-1 .ordering button {
      height: 55px;
      width: 230px; }

.block-2 {
  margin: 0 0 50px; }
  .block-2 .h2 {
    margin-bottom: 40px; }

.videos-block {
  padding: 42px 0;
  background: linear-gradient(93.19deg, #40b5ef 10.42%, #1d6a91 28.65%, #002b41 44.27%); }
  @media (max-width: 1279px) {
    .videos-block iframe {
      margin: 0 auto 30px;
      display: block; } }
  @media (max-width: 767px) {
    .videos-block iframe {
      margin: 0 auto 30px;
      display: block;
      width: 100%; } }
  .videos-block .h2 {
    color: #fff;
    margin-top: 18px; }
    .videos-block .h2 i {
      display: block;
      margin: 0 auto 20px;
      width: 100px;
      height: 100px;
      background-position: 0px 0;
      background-repeat: no-repeat;
      background-image: url("../img/new-img/logos/play-front-color.png"); }

.videos-block .slider {
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  height: 270px; }
  @media (min-width: 768px) {
    .videos-block .slider {
      width: 640px;
      max-width: unset; } }
  @media (min-width: 1280px) {
    .videos-block .slider {
      width: 640px; } }
  .videos-block .slider .owl-item {
    height: 270px;
    transition: transform 0.3s; }
    @media (min-width: 768px) {
      .videos-block .slider .owl-item {
        width: 350px;
        transform: scale(0.5) translateX(100%);
        z-index: -1;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .videos-block .slider .owl-item.active {
          transform: scale(0.5) translateX(-100%); }
        .videos-block .slider .owl-item.active.center {
          z-index: 2;
          transform: scale(1);
          width: 400px;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
    @media (min-width: 1280px) {
      .videos-block .slider .owl-item {
        width: 400px;
        transform: scale(0.5) translateX(100%);
        z-index: -1;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); }
        .videos-block .slider .owl-item.active {
          transform: scale(0.5) translateX(-100%); }
        .videos-block .slider .owl-item.active.center {
          z-index: 2;
          transform: scale(1);
          width: 400px;
          filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.5)); } }
  .videos-block .slider .slide {
    position: relative;
    height: 270px; }
    @media (min-width: 768px) {
      .videos-block .slider .slide {
        width: 350px; } }
    @media (min-width: 1280px) {
      .videos-block .slider .slide {
        width: 400px; } }
    .videos-block .slider .slide img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .videos-block .slider .slide iframe {
      height: 100%; }
    .videos-block .slider .slide a::before {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      z-index: 1;
      background-color: #012b414a; }
    .videos-block .slider .slide a::after {
      content: "";
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      z-index: 1;
      transform: translate(-50%, -50%);
      background-image: url("../img/new-img/eyes.svg");
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    @media (min-width: 1280px) {
      .videos-block .slider .slide a:hover::before, .videos-block .slider .slide a:hover::after {
        opacity: 1;
        visibility: visible; } }

.yaiki {
  text-align: center;
  padding: 0; }
  .yaiki li {
    vertical-align: top;
    width: 204px;
    margin: 0 16px 20px;
    display: inline-block;
    text-align: center;
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 132px 0 0 0;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1280px) {
      .yaiki li {
        margin: 0 16px; } }
  .yaiki .ya-1 {
    background-image: url("../img/new-img/logo-block-png/lab-front-color.png"); }
  .yaiki .ya-2 {
    background-image: url("../img/new-img/logo-block-png/medal-front-color.png"); }
  .yaiki .ya-3 {
    background-image: url("../img/new-img/logo-block-png/location-front-color.png"); }
  .yaiki .ya-4 {
    background-image: url("../img/new-img/logo-block-png/graduation-hat.png"); }
  .yaiki .ya-5 {
    background-image: url("../img/new-img/logo-block-png/travel-front-color.png"); }

.order-b {
  margin-top: 50px;
  padding: 50px 0 50px 0;
  max-width: 1200px;
  width: 100%; }
  @media (max-width: 767px) {
    .order-b {
      padding: 20px; } }
  .order-b .h2 {
    margin-top: 0; }
  .order-b .h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-transform: none; }
    @media (min-width: 768px) {
      .order-b .h3 {
        font-size: 38px;
        line-height: 46px; } }
  .order-b button {
    height: 55px;
    width: 230px; }
  .order-b .i-agree {
    color: #000000; }
    .order-b .i-agree a {
      color: #000000; }

.order-footer {
  text-align: left;
  padding: 50px 0 50px 0; }
  .order-footer .h2 {
    margin-top: 0;
    text-align: center; }
  .order-footer form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1280px) {
      .order-footer form {
        display: grid;
        grid-template-columns: 796px 1fr; } }
    .order-footer form input {
      margin: 0 0 20px 0;
      width: 100%; }
      @media (min-width: 768px) {
        .order-footer form input {
          margin: 0 32px 20px 0; } }
      @media (min-width: 1280px) {
        .order-footer form input {
          margin: 0 32px 0 0;
          width: 379px; } }
      .order-footer form input:last-of-type {
        margin-right: 0; }
    .order-footer form textarea {
      width: 100%; }
      @media (min-width: 1280px) {
        .order-footer form textarea {
          margin-top: 20px; } }
  .order-footer .righter {
    display: flex;
    justify-content: flex-end; }
    .order-footer .righter button {
      height: 55px;
      width: 230px;
      margin-left: auto;
      margin-top: 40px; }
      @media (min-width: 1280px) {
        .order-footer .righter button {
          margin-top: 40px; } }
  .order-footer .i-agree {
    color: #000000; }
    .order-footer .i-agree a {
      color: #000000; }

.we-work .h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .we-work .h3 {
      font-size: 16px;
      line-height: 20px; } }

.we-work li {
  width: 495px;
  padding: 0 0 0 120px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  line-height: 20px;
  float: left;
  height: 100px;
  color: #000000;
  margin: 0 110px 30px 0; }
  @media (max-width: 767px) {
    .we-work li {
      width: 100%;
      padding: 0 0 0 60px;
      height: auto;
      margin: 0 16px 30px 0;
      font-size: 14px;
      line-height: 18px;
      background-size: 45px 45px; } }

.we-work .we-1 {
  background-image: url("../img/new-img/logo-block-png/phone-only-front-color.png"); }

.we-work .we-2 {
  background-image: url("../img/new-img/logo-block-png/calculator-front-color.png"); }

.we-work .we-3 {
  background-image: url("../img/new-img/logo-block-png/location-front-color.png"); }

.we-work .we-4 {
  background-image: url("../img/new-img/logo-block-png/file.png"); }

.we-work .we-5 {
  background-image: url("../img/new-img/logo-block-png/microscope.png"); }

.we-work .we-6 {
  background-image: url("../img/new-img/logo-block-png/tick-front-color.png"); }

#slider-logos {
  height: 60px;
  width: 80%;
  max-width: 300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #slider-logos {
      width: 80%;
      margin: 0 auto;
      max-width: unset; } }
  @media (min-width: 1440px) {
    #slider-logos {
      width: 100%; } }
  #slider-logos .slide {
    width: 100px;
    height: 60px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #slider-logos .slide {
        width: 100%; } }
    #slider-logos .slide img {
      width: 100%;
      height: 100%;
      object-fit: scale-down; }

.block-blago {
  padding: 42px 0;
  background: linear-gradient(93.19deg, #40b5ef 10.42%, #1d6a91 28.65%, #002b41 44.27%); }
  .block-blago .h2 {
    color: #fff;
    margin-top: 18px;
    margin-bottom: 40px; }
    @media (min-width: 1280px) {
      .block-blago .h2 {
        margin-top: 18px;
        margin-bottom: 0; } }
    .block-blago .h2 i {
      display: block;
      margin: 0 auto 20px;
      width: 100px;
      height: 100px;
      background-position: 0px 0;
      background-repeat: no-repeat;
      background-image: url("../img/new-img/logo-block-png/thumb-up-front-color.png"); }
  .block-blago .slider {
    margin: 0 auto;
    width: 80%;
    max-width: 300px; }
    @media (min-width: 768px) {
      .block-blago .slider {
        width: 640px;
        max-width: unset; } }
    @media (min-width: 1280px) {
      .block-blago .slider {
        width: 640px; } }
    @media (min-width: 1280px) {
      .block-blago .slider .owl-item.active + .owl-item {
        z-index: 4;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.1)); }
      .block-blago .slider .owl-item.active + .owl-item + .owl-item {
        transform: translateX(-100px);
        z-index: 3;
        filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.1)); }
      .block-blago .slider .owl-item.active + .owl-item + .owl-item + .owl-item {
        transform: translateX(-200px);
        z-index: 2; } }
    .block-blago .slider .slide {
      position: relative; }
      .block-blago .slider .slide a::before {
        content: "";
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: 0.2s;
        z-index: 1;
        background-color: #012b414a; }
      .block-blago .slider .slide a::after {
        content: "";
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        z-index: 1;
        transform: translate(-50%, -50%);
        background-image: url("../img/new-img/eyes.svg");
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat; }
      @media (min-width: 1280px) {
        .block-blago .slider .slide a:hover::before, .block-blago .slider .slide a:hover::after {
          opacity: 1;
          visibility: visible; } }

.footer {
  background-color: #002436;
  padding: 50px 0 0;
  color: #fff; }
  .footer a {
    color: #ffffff; }
  .footer .logo {
    float: none;
    width: 100%;
    height: 70px;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer .logo {
        width: 252px; } }
    @media (min-width: 1280px) {
      .footer .logo {
        margin-top: 0;
        margin-bottom: 0; } }
  .footer .top-container {
    border-bottom: 1px solid #0a354a;
    padding-bottom: 40px; }
    .footer .top-container .right {
      padding: 0 40px; }
      @media (min-width: 768px) {
        .footer .top-container .right {
          padding: 0; } }
    .footer .top-container .center,
    .footer .top-container .left {
      padding: 0 40px; }
      @media (min-width: 768px) {
        .footer .top-container .center,
        .footer .top-container .left {
          padding: 0 40px; } }
      @media (min-width: 1280px) {
        .footer .top-container .center,
        .footer .top-container .left {
          padding: 0; } }
    .footer .top-container p,
    .footer .top-container a {
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      color: #fff;
      margin: 0;
      text-decoration: none;
      display: inline-block; }
      .footer .top-container p br,
      .footer .top-container a br {
        display: none; }
    @media (min-width: 1280px) {
      .footer .top-container a:hover {
        text-decoration: underline; } }
    .footer .top-container i {
      display: inline-block;
      margin: 0 6px 0 0;
      width: 24px;
      height: 24px;
      background-position: 0px 0;
      background-repeat: no-repeat;
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%); }
    .footer .top-container .location,
    .footer .top-container .mail,
    .footer .top-container .phone,
    .footer .top-container .messenger-max,
    .footer .top-container .wtsapp {
      height: 32px;
      margin-bottom: 10px;
      position: relative;
      display: flex;
      align-items: center; }
    .footer .top-container .mail p,
    .footer .top-container .mail a {
      color: #fbc240; }
    .footer .top-container .location i {
      background-image: url("../img/new-img/footer-logo/local-two.svg"); }
    .footer .top-container .mail i {
      background-image: url("../img/new-img/footer-logo/mail.svg"); }
    .footer .top-container .phone i {
      background-image: url("../img/new-img/footer-logo/phone-telephone.svg"); }
    .footer .top-container .wtsapp i {
      background-image: url("../img/new-img/footer-logo/message-whatsapp.svg"); }
    .footer .top-container .messenger-max i {
      background-image: url("../img/new-img/footer-logo/max.svg"); }
  @media (min-width: 768px) {
    .footer .center-container {
      padding-bottom: 20px;
      border-bottom: 1px solid #0a354a; } }
  .footer .menus {
    background: transparent; }
    .footer .menus .menu {
      margin: 24px auto 0 auto;
      text-align: center;
      padding: 0px 40px;
      max-width: 1138px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 320px; }
      @media (min-width: 1280px) {
        .footer .menus .menu {
          height: 164px;
          padding: 0; } }
      .footer .menus .menu li {
        display: flex;
        align-items: center;
        margin: 0 0 10px 0;
        padding: 0;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        width: 262px;
        height: 30px;
        text-align: left;
        line-height: 13px;
        text-align: left;
        box-sizing: border-box;
        transition: 0.2s;
        page-break-inside: avoid;
        break-inside: avoid;
        position: relative; }
        @media (min-width: 1280px) {
          .footer .menus .menu li:hover a {
            text-decoration: underline; } }
        .footer .menus .menu li.current {
          box-shadow: none; }
          .footer .menus .menu li.current a {
            color: #40b5ef; }
        .footer .menus .menu li a {
          font-weight: 600;
          font-size: 12px;
          line-height: 13px;
          color: #fff;
          text-decoration: none;
          display: inline-block; }
          .footer .menus .menu li a br {
            display: none; }
        .footer .menus .menu li i {
          display: inline-block;
          margin: 0 6px 0 0;
          width: 24px;
          height: 24px;
          background-position: 0px 0;
          background-repeat: no-repeat;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%); }
      .footer .menus .menu li.men-1 i {
        background-image: url("../img/new-img/footer-logo/wind.svg"); }
      .footer .menus .menu li.men-2 i {
        background-image: url("../img/new-img/footer-logo/water-level.svg"); }
      .footer .menus .menu li.men-3 i {
        background-image: url("../img/new-img/footer-logo/sleaves.svg"); }
      .footer .menus .menu li.men-4 i {
        background-image: url("../img/new-img/footer-logo/radiation.svg"); }
      .footer .menus .menu li.men-5 i {
        background-image: url("../img/new-img/footer-logo/volume-notice.svg"); }
      .footer .menus .menu li.men-6 i {
        background-image: url("../img/new-img/footer-logo/air-conditioning.svg"); }
      .footer .menus .menu li.men-7 i {
        background-image: url("../img/new-img/footer-logo/microscope.svg"); }
      .footer .menus .menu li.men-8 i {
        background-image: url("../img/new-img/footer-logo/factory-building.svg"); }
      .footer .menus .menu li.men-9 i {
        background-image: url("../img/new-img/footer-logo/take-off.svg"); }
      .footer .menus .menu li.men-10 i {
        background-image: url("../img/new-img/footer-logo/fog.svg"); }
      .footer .menus .menu li.men-11 i {
        background-image: url("../img/new-img/footer-logo/experiment-one.svg"); }
      .footer .menus .menu li.men-12 i {
        background-image: url("../img/new-img/footer-logo/coronavirus.svg"); }
      .footer .menus .menu li.men-13 i {
        background-image: url("../img/new-img/footer-logo/thermometer.svg"); }
      .footer .menus .menu li.men-14 i {
        background-image: url("../img/new-img/footer-logo/tree.svg"); }
      .footer .menus .menu li.men-16 i {
        background-image: url("../img/new-img/footer-logo/sound-wave.svg"); }
  .footer .bottom-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .footer .bottom-container {
        flex-direction: row;
        align-items: center; } }
    .footer .bottom-container p {
      padding: 0;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .footer .bottom-container p {
          padding: 0;
          margin: 0; } }

.table-info-span,
.table-info span {
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0;
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .table-info-span,
    .table-info span {
      font-size: 38px;
      line-height: 46px;
      margin-bottom: 20px; } }

.table-info {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  border-collapse: separate;
  border-spacing: 0 30px; }
  @media (min-width: 768px) {
    .table-info {
      font-size: 16px;
      line-height: 20px; } }
  .table-info .col-xs-12 {
    margin-bottom: 50px; }
    .table-info .col-xs-12:last-child {
      margin-bottom: 0; }
    @media (min-width: 1280px) {
      .table-info .col-xs-12 {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .table-info {
      width: 80%; } }
  @media (min-width: 1280px) {
    .table-info {
      width: 1100px; } }
  .table-info .h3,
  .table-info a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #40b5ef;
    display: block;
    margin-bottom: 10px; }
    .table-info .h3 br,
    .table-info a br {
      display: none; }
      @media (min-width: 1280px) {
        .table-info .h3 br,
        .table-info a br {
          display: block; } }
    @media (min-width: 768px) {
      .table-info .h3,
      .table-info a {
        font-size: 20px;
        line-height: 24px; } }
  .table-info .item {
    width: 100%;
    position: relative;
    min-height: 100px; }
    @media (min-width: 768px) {
      .table-info .item {
        width: 495px; } }
    @media (min-width: 768px) {
      .table-info .item a,
      .table-info .item p {
        margin-left: 120px; } }
    .table-info .item img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .table-info .item img {
          width: 100px;
          height: 100px;
          position: absolute;
          left: 0;
          top: 0%;
          margin: unset;
          display: unset; } }
    .table-info .item p a {
      display: inline;
      margin-left: 0;
      font-size: 16px;
      line-height: 20px;
      text-decoration: underline; }
      @media (min-width: 1280px) {
        .table-info .item p a:hover {
          text-decoration: none; } }

.why-we-doveryta {
  text-align: center;
  font-size: 0; }
  .why-we-doveryta > div {
    width: 190px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 15px; }
    .why-we-doveryta > div span {
      display: block;
      margin: 12px 0 0 0;
      line-height: 19px; }

.ul-info {
  counter-reset: inst;
  margin-bottom: 50px; }
  .ul-info li {
    padding: 20px 20px 20px 90px;
    margin-bottom: 20px;
    text-align: left;
    min-height: 105px;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #40b5ef;
    background-color: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    position: relative;
    counter-increment: inst; }
    @media (min-width: 768px) {
      .ul-info li {
        font-size: 22px;
        line-height: 27px; } }
    @media (min-width: 1280px) {
      .ul-info li {
        font-size: 25px;
        line-height: 30px;
        padding: 20px 20px 20px 120px; } }
    .ul-info li::before {
      content: counter(inst);
      background: #edf9ff;
      border-radius: 10px;
      font-weight: 600;
      font-size: 24px;
      line-height: 20px;
      color: #40b5ef;
      width: 55px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .ul-info li::before {
          font-size: 38px;
          line-height: 20px;
          width: 80px;
          height: 65px;
          border-radius: 20px; } }

.table-products {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%; }
  .table-products .col-xs-12 {
    margin-bottom: 50px; }
    .table-products .col-xs-12:last-child {
      margin-bottom: 0; }
    @media (min-width: 1280px) {
      .table-products .col-xs-12 {
        margin-bottom: 0; } }
  .table-products .product-item {
    text-align: center;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 20px;
    min-height: 440px; }
    @media (min-width: 768px) {
      .table-products .product-item {
        width: 378px; } }
  .table-products .product-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #40b5ef;
    height: auto;
    margin-bottom: 20px; }
  .table-products .product-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333; }
  .table-products .prod-image {
    max-height: 200px;
    margin: 20px 0; }
    .table-products .prod-image img {
      height: 180px;
      width: auto; }
  .table-products a {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #000000; }
    @media (min-width: 1280px) {
      .table-products a:hover {
        text-decoration: none; } }

@media (max-width: 1279px) {
  .section-product-cert .h2 {
    margin-top: 0; } }

#fancybox-wrap {
  box-sizing: unset; }

.fnbx-block {
  max-width: 480px;
  padding: 32px; }
  .fnbx-block h2,
  .fnbx-block .h2 {
    margin-bottom: 20px; }

#form-block {
  padding: 32px 24px;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #form-block {
      width: 500px; } }
  #form-block .h3 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 12px 0; }
  #form-block input {
    margin: 0 0 12px 0; }
  #form-block .i-agree {
    padding: 4px 0 8px 0;
    color: #999; }
    #form-block .i-agree label {
      cursor: pointer; }
    #form-block .i-agree input {
      display: inline;
      width: auto;
      position: relative;
      cursor: pointer;
      margin-right: 10px; }
      #form-block .i-agree input:last-of-type {
        margin-right: 10px; }
      #form-block .i-agree input::before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: -1px;
        top: 1px;
        z-index: 1;
        width: 13px;
        height: 13px;
        border: 2px solid #fbc240; }
      #form-block .i-agree input:after {
        content: "";
        position: absolute;
        top: -3px;
        left: -5px;
        width: 20px;
        height: 20px;
        background: #fbc240;
        cursor: pointer;
        border-radius: 5px; }
      #form-block .i-agree input:checked::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 8px;
        border-color: #fff;
        border-top-style: none;
        border-right-style: none; }
    #form-block .i-agree a {
      color: #000000; }

.my-accordion {
  position: relative;
  font-weight: 400; }
  .my-accordion .my-title {
    margin: 0 0 6px 0;
    cursor: pointer;
    font-size: 14px; }
    .my-accordion .my-title span {
      line-height: 1.4;
      display: inline-block;
      position: relative;
      border-bottom: dashed 1px #ccc; }
      .my-accordion .my-title span:after {
        right: -16px;
        top: 50%;
        position: absolute;
        color: #ccc;
        content: " ▼";
        transform: translate(0, -35%) scale(1, 0.7); }
  .my-accordion .my-content {
    padding: 10px 0 20px 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 0.3s, transform 0.3s; }
  .my-accordion.open .my-content {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); }

.accordion-analiz {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .accordion-analiz .open-accordion-analiz {
    margin: 20px auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    border-bottom: dashed 1px #ccc; }
    .accordion-analiz .open-accordion-analiz:after {
      right: -20px;
      top: 40%;
      position: absolute;
      color: #ccc;
      content: " ▼";
      transform: translate(0, -35%) scale(1, 0.7); }
  .accordion-analiz .accordion-analiz-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 0.3s, transform 0.3s; }
  .accordion-analiz.open .accordion-analiz-content {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); }
  .accordion-analiz.open .open-accordion-analiz:after {
    top: 50%;
    transform: translate(0, -35%) rotate(-180deg) scale(1, 0.7); }

.price-table-area {
  padding: 50px 0 70px 0;
  font-size: 18px; }
  .price-table-area .service-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .price-table-area .service-title {
        padding: 0 120px 0 0;
        font-size: 24px;
        line-height: 30px; } }
  .price-table-area .h2 {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .price-table-area .h2 br {
        display: none; } }
  .price-table-area .h3-air {
    margin-bottom: 20px; }
  .price-table-area .table .button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .price-table-area .table .button {
        position: relative;
        margin: 20px 0 0 0;
        transform: translateY(0);
        top: 0; } }
  .price-table-area .checkbox-table .tr {
    position: relative;
    padding: 20px;
    border: none;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin-bottom: 20px; }
    .price-table-area .checkbox-table .tr:last-child {
      margin-bottom: 0; }
  .price-table-area .checkbox-table tr td,
  .price-table-area .checkbox-table tr .td,
  .price-table-area .checkbox-table .tr td,
  .price-table-area .checkbox-table .tr .td {
    line-height: 1.35;
    padding-left: 0px;
    padding-bottom: 12px; }
    .price-table-area .checkbox-table tr td.col-1,
    .price-table-area .checkbox-table tr .td.col-1,
    .price-table-area .checkbox-table .tr td.col-1,
    .price-table-area .checkbox-table .tr .td.col-1 {
      padding-left: 15px; }
    .price-table-area .checkbox-table tr td.col-9,
    .price-table-area .checkbox-table tr .td.col-9,
    .price-table-area .checkbox-table .tr td.col-9,
    .price-table-area .checkbox-table .tr .td.col-9 {
      padding-left: 10px; }
    @media (min-width: 768px) {
      .price-table-area .checkbox-table tr td,
      .price-table-area .checkbox-table tr .td,
      .price-table-area .checkbox-table .tr td,
      .price-table-area .checkbox-table .tr .td {
        padding-left: 0; } }
  .price-table-area .ul-checklist {
    padding-top: 8px; }
    .price-table-area .ul-checklist li {
      font-size: 15px;
      margin: 0;
      line-height: 1.5; }
      .price-table-area .ul-checklist li:before {
        width: 16px;
        height: 16px;
        font-size: 15px;
        line-height: 16px; }
  .price-table-area .col-1 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0; }
  .price-table-area .price-table-description {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 0 0;
    color: #333333; }
    @media (min-width: 768px) {
      .price-table-area .price-table-description {
        padding: 10px 200px 0 0;
        font-size: 16px;
        line-height: 20px; } }
  .price-table-area .table-row {
    background-color: #f5f5f5; }

#form-analiz {
  padding: 32px 24px;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #form-analiz {
      width: 500px; } }
  #form-analiz .h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px 0; }
  #form-analiz p {
    margin-bottom: 20px; }
  #form-analiz input {
    margin: 0 0 12px 0; }
  #form-analiz .i-agree {
    padding: 4px 0 8px 0;
    color: #999; }
    #form-analiz .i-agree label {
      cursor: pointer; }
    #form-analiz .i-agree input {
      display: inline;
      width: auto;
      position: relative;
      cursor: pointer;
      margin-right: 10px; }
      #form-analiz .i-agree input:last-of-type {
        margin-right: 10px; }
      #form-analiz .i-agree input::before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: -1px;
        top: 1px;
        z-index: 1;
        width: 13px;
        height: 13px;
        border: 2px solid #fbc240; }
      #form-analiz .i-agree input:after {
        content: "";
        position: absolute;
        top: -3px;
        left: -5px;
        width: 20px;
        height: 20px;
        background: #fbc240;
        cursor: pointer;
        border-radius: 5px; }
      #form-analiz .i-agree input:checked::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 8px;
        border-color: #fff;
        border-top-style: none;
        border-right-style: none; }
    #form-analiz .i-agree a {
      color: #000000; }

.we-analiz .h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .we-analiz .h3 {
      font-size: 16px;
      line-height: 20px; }
      .we-analiz .h3 br {
        display: none; } }

.we-analiz li {
  width: 100%;
  float: left;
  color: #000000;
  margin: 0 0 10px 0;
  background: #ffffff;
  border: 1px solid rgba(0, 175, 239, 0.5);
  border-radius: 30px;
  padding: 20px; }
  .we-analiz li .h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .we-analiz li {
      width: 100%;
      padding: 15px;
      height: auto;
      margin: 0 0 10px 0;
      border-radius: 15px; }
      .we-analiz li .h3 {
        margin-bottom: 0; } }

.block-list-new .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px; }
  .block-list-new .list .item__left {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .block-list-new .list .item__left {
        margin-right: 20px;
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        font-size: 34px;
        line-height: 34px; } }
  .block-list-new .list .item__right .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .block-list-new .list .item__right .title {
        font-size: 24px;
        line-height: 34px; } }

.block-list-decor .list {
  margin-bottom: 50px; }
  .block-list-decor .list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px; }
    .block-list-decor .list .item__left {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      border-radius: 100%;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .block-list-decor .list .item__left {
          margin-right: 15px;
          width: 50px;
          height: 50px;
          flex: 0 0 50px;
          font-size: 30px;
          line-height: 30px; } }
    .block-list-decor .list .item__right .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .block-list-decor .list .item__right .title {
          font-size: 22px;
          line-height: 30px; } }

.block-text p {
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .block-text p {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 16px; } }

.block-text .list p {
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .block-text .list p {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px; } }

.block-text .list ul {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .block-text .list ul {
      margin-bottom: 16px; } }
  .block-text .list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .block-text .list ul li {
        font-size: 22px;
        line-height: 30px; } }
    .block-text .list ul li::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background: linear-gradient(180deg, #40b5ef 0%, #1d6a91 100%);
      margin-right: 10px;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .block-text .list ul li::before {
          font-size: 22px;
          line-height: 30px;
          width: 12px;
          height: 12px; } }

.block-accreditaion {
  padding: 0 0 50px; }
  .block-accreditaion .image {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .block-accreditaion .image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 768px) {
      .block-accreditaion .image {
        width: 400px; }
        .block-accreditaion .image img {
          height: 100%; } }
    @media (min-width: 1280px) {
      .block-accreditaion .image {
        width: 600px; } }

.contacts .contacts-block {
  margin-bottom: 30px;
  gap: 15px; }
  @media (min-width: 768px) {
    .contacts .contacts-block {
      gap: unset; } }
  .contacts .contacts-block .phone,
  .contacts .contacts-block .email,
  .contacts .contacts-block .open_hours {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px; }
    .contacts .contacts-block .phone .icon,
    .contacts .contacts-block .email .icon,
    .contacts .contacts-block .open_hours .icon {
      width: 50px;
      height: 50px;
      flex: 0 0 50px; }
      .contacts .contacts-block .phone .icon img,
      .contacts .contacts-block .email .icon img,
      .contacts .contacts-block .open_hours .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
    .contacts .contacts-block .phone a,
    .contacts .contacts-block .email a,
    .contacts .contacts-block .open_hours a {
      color: #000; }
    .contacts .contacts-block .phone .desc,
    .contacts .contacts-block .email .desc,
    .contacts .contacts-block .open_hours .desc {
      font-weight: 400; }
      .contacts .contacts-block .phone .desc h4,
      .contacts .contacts-block .phone .desc .h4,
      .contacts .contacts-block .email .desc h4,
      .contacts .contacts-block .email .desc .h4,
      .contacts .contacts-block .open_hours .desc h4,
      .contacts .contacts-block .open_hours .desc .h4 {
        font-weight: 600;
        margin-bottom: 8px; }

.contacts .slider-block {
  margin-bottom: 50px; }
  .contacts .slider-block .slider {
    height: 500px;
    margin-bottom: 30px; }
    @media (min-width: 1280px) {
      .contacts .slider-block .slider {
        margin-bottom: 0; } }
    .contacts .slider-block .slider .owl-stage {
      display: flex; }
    .contacts .slider-block .slider .slide {
      width: 100%;
      height: 500px;
      background-color: rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        .contacts .slider-block .slider .slide {
          width: 376px; } }
      .contacts .slider-block .slider .slide img {
        margin: 0 auto;
        height: 100%;
        width: auto; }
  .contacts .slider-block .slider.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0; }
    .contacts .slider-block .slider.owl-carousel .owl-nav .owl-prev,
    .contacts .slider-block .slider.owl-carousel .owl-nav .owl-next {
      position: relative;
      margin: -22px;
      width: 44px;
      height: 44px;
      text-align: center;
      cursor: pointer;
      border-radius: 100%;
      background: #ffffff;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
    .contacts .slider-block .slider.owl-carousel .owl-nav .owl-prev {
      float: left;
      margin-left: 5px; }
    .contacts .slider-block .slider.owl-carousel .owl-nav .owl-next {
      float: right;
      margin-right: 5px; }
  .contacts .slider-block .slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    gap: 4px; }
    .contacts .slider-block .slider.owl-carousel .owl-dots .owl-dot {
      min-height: unset;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: #ccc; }
      .contacts .slider-block .slider.owl-carousel .owl-dots .owl-dot.active {
        background-color: #000; }
  .contacts .slider-block .video {
    width: auto;
    height: 500px; }
    .contacts .slider-block .video video {
      background: #000;
      width: 100%;
      height: 100%; }

.contacts .map-block {
  gap: 30px; }
  @media (min-width: 768px) {
    .contacts .map-block {
      gap: unset; } }
  .contacts .map-block__container {
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .contacts .map-block__title {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.25; }
  .contacts .map-block__text {
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4; }
  .contacts .map-block__map {
    width: 100%;
    height: 300px;
    align-self: flex-end; }
    .contacts .map-block__map iframe {
      width: 100%;
      height: 300px; }

.contacts .buttons-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .contacts .buttons-block {
      flex-direction: row; } }
  .contacts .buttons-block .button {
    width: 100%;
    background: #cccccc;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    padding: 0 44px;
    height: 60px;
    color: #000; }
    @media (min-width: 768px) {
      .contacts .buttons-block .button {
        width: auto; } }
    @media (min-width: 1280px) {
      .contacts .buttons-block .button:hover {
        background: #b3b3b3; } }
    .contacts .buttons-block .button img {
      width: 30px;
      height: 30px;
      object-fit: contain;
      object-position: center;
      margin-right: 10px; }

.page-contacts .bg-1 {
  display: none; }

.accordion-shym-content {
  display: flex;
  flex-direction: column;
  gap: 20px; }

@media (max-width: 767px) {
  .accordion-shym-header {
    cursor: pointer;
    padding: 10px;
    background: #ffb800;
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  .accordion-shym-header::after {
    content: "\25BC";
    font-size: 16px;
    transition: transform 0.3s ease; }
  .accordion-shym-header.active::after {
    transform: rotate(180deg); }
  .accordion-shym-content {
    display: none;
    padding-bottom: 20px; }
    .accordion-shym-content .item {
      margin-bottom: 20px; } }
