/* Bootstrap */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.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: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

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

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

.col-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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* Libs */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  left: 0 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-size: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  outline: none;
  border: 0;
  background: #CEF3FF;
  -webkit-box-shadow: 0px 10.4648px 10.4648px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10.4648px 10.4648px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 40%;
  z-index: 5;
}

.slick-prev.slick-arrow {
  left: 0%;
}

.slick-prev.slick-arrow::before {
  content: '';
  display: inline-block;
  background: url(../img/arrow-left.svg) left no-repeat;
  width: 29px;
  height: 13px;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.slick-next.slick-arrow {
  right: 0%;
}

.slick-next.slick-arrow::before {
  content: '';
  display: inline-block;
  background: url(../img/arrow-right.svg) right no-repeat;
  width: 29px;
  height: 13px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 28px;
  padding: 0;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 50%;
  border: 0;
  background: #C4C4C4;
}

.slick-dots .slick-active button {
  background: #0088B3;
}

@media (max-width: 576px) {
  .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .slick-prev.slick-arrow {
    left: 15px;
  }
  .slick-next.slick-arrow {
    right: 15px;
  }
  .slick-prev.slick-arrow::before {
    border-width: 0 0 2px 2px;
    padding: 4px;
  }
  .slick-next.slick-arrow::before {
    border-width: 2px 2px 0 0;
    padding: 4px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

/*.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }*/
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  max-width: 450px;
  margin: 40px auto;
  position: relative;
}

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

/* Blocks */
body {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

a:hover {
  text-decoration: none;
  color: #0088B3;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.btn {
  border: 0;
}

.btn-blue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#7AA9D5), color-stop(25.52%, #3278B9), to(#075AA8));
  background: -o-linear-gradient(top, #7AA9D5 0%, #3278B9 25.52%, #075AA8 100%);
  background: linear-gradient(180deg, #7AA9D5 0%, #3278B9 25.52%, #075AA8 100%);
  padding: 12px 35px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
}

.btn-blue:hover {
  color: #fff;
}

input:focus {
  outline: none;
}

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

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

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

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

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

#cfCity {
  max-width: 650px;
  height: 80vh;
  overflow-y: auto;
}

.cfcity_list {
  list-style: none;
  padding-left: 0;
}

.cfcity_list li a {
  color: #000;
}

.main-title {
  font-weight: 700;
  font-size: 50px;
  color: #0088B3;
  margin-bottom: 50px;
}

.main-title span {
  color: #4F5662;
}

.sky-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #D5E4E9;
  color: #0088B3;
  padding: 14px 30px 18px;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: opacity 1.2s, -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s;
  transition: opacity 1.2s, -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s;
  -o-transition: transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s, opacity 1.2s;
  transition: transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s, opacity 1.2s;
  transition: transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s, opacity 1.2s, -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sky-btn::before {
  content: '';
  background: #0088B3;
  height: 155px;
  left: -75px;
  opacity: .08;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 40px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.sky-btn:hover::before {
  left: 110%;
}

.blue-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #0088B3;
  color: #fff;
  padding: 14px 65px 18px;
  font-weight: 400;
  font-size: 24px;
  -webkit-transition: opacity 1.2s, -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s;
  transition: opacity 1.2s, -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s;
  -o-transition: transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s, opacity 1.2s;
  transition: transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s, opacity 1.2s;
  transition: transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s, opacity 1.2s, -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98) 0.05s;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.blue-btn:hover {
  color: #fff;
  background: #009bcd;
}

.header {
  padding-top: 40px;
}

.header .city-btn {
  position: absolute;
  right: 12%;
  bottom: 30%;
}

.header__logo {
  display: block;
}

.header__content .blue-btn {
  display: inline;
}

.header__phone {
  text-align: right;
  padding-right: 140px;
}

.header__phone a {
  font-size: 24px;
  color: #4F5662;
}

.header__phone a::before {
  content: '';
  background: url(../img/icon-phone.svg);
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: sub;
}

.header__phone.headmob__phone {
  display: none;
}

.header__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20%;
  font-weight: 600;
  font-size: 18px;
  color: #4F5662;
}

.header__work::before {
  content: '';
  background: url(../img/24-hours.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 12px;
}

.header__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  pointer-events: auto;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-170%);
      -ms-transform: rotate(-90deg) translateX(-170%);
          transform: rotate(-90deg) translateX(-170%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  position: relative;
  z-index: 9;
}

.menu-button {
  border: 0.5px solid #4F5662;
  padding: 13px 5px 13px 10px;
  background: #fff;
}

.menu-button-text-wrap {
  overflow: hidden;
  display: inline-block;
  width: 60px;
  margin-left: 8px;
  line-height: 1.3;
}

.menu-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(-74px, 0, 0);
          transform: translate3d(-74px, 0, 0);
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.645, 0.05, 0.355, 1) 0s;
  transition: -webkit-transform 0.64s cubic-bezier(0.645, 0.05, 0.355, 1) 0s;
  -o-transition: transform 0.64s cubic-bezier(0.645, 0.05, 0.355, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.645, 0.05, 0.355, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.645, 0.05, 0.355, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.645, 0.05, 0.355, 1) 0s;
}

.menu-open .menu-button-text {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.menu-open-text {
  margin-left: 23px;
  opacity: 1;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
}

.menu-open .menu-open-text {
  opacity: 0;
}

.menu-close-text {
  opacity: 0;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
}

.menu-open .menu-close-text {
  opacity: 1;
}

.menu-line-wrap {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 1px;
}

.menu-line {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #2b2b2b;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  margin-top: -1px;
  top: 50%;
}

.menu-button .menu-line:first-of-type {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

.menu-button.menu-open .menu-line:first-of-type {
  -webkit-transform: rotate(45deg) translate(0);
      -ms-transform: rotate(45deg) translate(0);
          transform: rotate(45deg) translate(0);
}

.menu-button.menu-open .menu-line:nth-of-type(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-button.menu-open .menu-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(0);
      -ms-transform: rotate(-45deg) translate(0);
          transform: rotate(-45deg) translate(0);
}

.menu-button .menu-line:nth-of-type(3) {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}

.header-social {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 36px;
  list-style: none;
}

.header-social li {
  margin-right: 16px;
}

.header-social a {
  color: #4F5662;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header__content .faq__box {
  width: 90%;
}

.header__img {
  background: url(../img/three-img.png) top right no-repeat;
  margin-top: -45px;
}

.header__img > img {
  margin-left: 30px;
}

.header__text h1 {
  font-weight: 700;
  font-size: 69px;
  line-height: 83px;
  color: #0088B3;
  margin-bottom: 60px;
}

.header__text span {
  color: #4F5662;
}

.city-btn {
  width: 49px;
  height: 48px;
  border-radius: 5px;
  background: #0088B3;
  display: inline-block;
  background: url(../img/icon-geo.svg) center no-repeat;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #b8f58a;
}

.w-form-fail {
  display: none;
}

#mobile-nav-toggle span {
  display: none;
}

#mobile-nav-toggle.menu-open span {
  border-top: 0;
}

#mobile-nav-toggle.menu-open span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mobile-nav-toggle.menu-open span::after {
  -webkit-transform: rotate(45deg) translate(-9px, -10px);
      -ms-transform: rotate(45deg) translate(-9px, -10px);
          transform: rotate(45deg) translate(-9px, -10px);
  width: 40px;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  top: 0;
  left: -100%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.nav-menu.nav-open {
  left: 0;
}

.nav-list {
  list-style: none;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.nav-list li {
  width: 50%;
}

.nav-list li:last-child {
  width: auto;
}

.nav-list li a {
  display: block;
  font-size: 80px;
  color: #4F5662;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-list li a:hover {
  display: block;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  color: #0088B3;
}

.nav-list li:last-child a:hover {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  color: #fff;
}

.menu-inbtn {
  display: inline-block;
  font-size: 80px;
  border: 3px solid #0088B3;
  color: #0088B3;
  padding: 0px 30px 16px;
  border-radius: 15px;
  line-height: 1;
  margin-top: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-inbtn:hover {
  background: #0088B3;
  color: #fff;
}

.mob-oberlay {
  display: none;
}

.mob-menu {
  padding: 20px;
}

.nav-menu.mob-menu li {
  position: relative;
  padding: 10px;
}

.mob-menu li a {
  color: #000;
  font-size: 16px;
}

.mob-menu .link-icon {
  position: absolute;
  top: 15px;
  border-top: 8px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: 20px;
}

.mob-menu .link-icon.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 9px;
}

.mob-menu .sub-menu {
  position: relative;
}

@media (max-width: 991px) {
  .header__sidebar {
    width: 350px;
  }
  .menu-button {
    padding: 10px 3px 10px 10px;
  }
  .header__logo {
    max-width: 150px;
  }
  .header__phone a {
    font-size: 20px;
  }
  .header__text {
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
  }
  .main-title {
    margin-bottom: 30px;
    font-size: 43px;
    line-height: 48px;
  }
  .blue-btn {
    padding: 14px 35px 18px;
    font-size: 20px;
  }
  .sky-btn {
    padding: 12px 30px 16px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .header__sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .blue-btn {
    text-align: center;
    display: block;
    line-height: 1;
  }
  .header__logo {
    max-width: 120px;
  }
  .header__phone {
    display: none;
  }
  .header__phone.headmob__phone {
    display: block;
    position: absolute;
    top: 2%;
    right: 0;
    padding-right: 0;
  }
  .header__img {
    margin-top: 0;
    background: url(../img/three-img.png) right 90px no-repeat;
    text-align: center;
  }
  .header__img > img {
    max-height: 460px;
    margin-left: auto;
  }
  .header__text h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 30px;
  }
  #mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 9;
  }
  #mobile-nav-toggle span {
    display: block;
    width: 50px;
    height: 25px;
    border-top: 3px solid #0088B3;
    padding: 8px;
    position: relative;
    margin-bottom: 10px;
  }
  #mobile-nav-toggle span::before {
    content: '';
    width: 40px;
    height: 3px;
    background: #0088B3;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  #mobile-nav-toggle span::after {
    content: '';
    width: 30px;
    height: 3px;
    background: #0088B3;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header__work {
    position: absolute;
    top: -40px;
    right: 20px;
  }
  .header__work span {
    display: none;
  }
  .nav-list {
    display: block;
    padding-left: 0;
  }
  .nav-list li {
    width: auto;
    border-bottom: 1px solid #e1e1e1;
  }
  .nav-list li a {
    font-size: 20px;
    padding: 10px;
    text-align: center;
  }
  .menu-inbtn {
    display: block;
    font-size: 24px;
    text-align: center;
    padding: 6px 30px 14px;
  }
}

@media (max-width: 576px) {
  .header__phone.headmob__phone {
    right: 20px;
  }
  #mobile-nav-toggle {
    right: 20px;
  }
  .header__img {
    background: url(../img/three-img.png) 260px 120px no-repeat;
    background-size: 85px;
  }
  .header__text {
    font-size: 36px;
    line-height: 43px;
  }
  .main-title {
    font-size: 30px;
    line-height: 36px;
  }
  .header__text h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.sidebar__wrap {
  background: rgba(0, 136, 179, 0.05);
  height: 100%;
}

.header-service .header__text {
  text-transform: uppercase;
  max-width: 70%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.header-service .header__logo img {
  max-width: none;
}

.header-service .header__sidebar {
  -webkit-transform: rotate(-90deg) translate(-130%, 120%);
      -ms-transform: rotate(-90deg) translate(-130%, 120%);
          transform: rotate(-90deg) translate(-130%, 120%);
}

.header-service .header__phone {
  padding-right: 0;
}

.header-service .header__content {
  position: relative;
  padding: 45px 0 45px 35px;
  display: block;
  height: auto;
}

.header-service .header__content::after {
  content: '';
  width: 170px;
  height: 278px;
  position: absolute;
  background: url(../img/three-img.png) no-repeat;
  top: 11%;
  right: -40px;
}

.header-service .services-row {
  margin-bottom: 30px;
}

.header-service .city-btn {
  position: absolute;
  top: 40%;
  right: -90px;
}

.header__subtitle {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
  max-width: 85%;
}

@media (max-width: 1200px) {
  .header-service .header__content::after {
    top: 9%;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .header-service .header__sidebar {
    -webkit-transform: rotate(-90deg) translate(-170%, 80%);
        -ms-transform: rotate(-90deg) translate(-170%, 80%);
            transform: rotate(-90deg) translate(-170%, 80%);
  }
  .header-service .header__logo img {
    max-width: 100px;
  }
  .header-service .services-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .header-service {
    padding-top: 40px;
  }
  .header-service .header__text {
    margin-top: 0;
  }
  .header-service .header__content::after {
    display: none;
  }
  .header-service .header__phone {
    top: 20%;
  }
  .header-service #mobile-nav-toggle {
    top: 50%;
  }
  .header-service .city-btn {
    top: 14%;
    right: 0;
  }
  .sidebar__wrap {
    background: transparent;
  }
  .header-newsgrid .city-btn {
    top: 3%;
  }
  .header-reviewslist .city-btn {
    top: 3%;
  }
}

@media (max-width: 576px) {
  .header-service .header__text {
    margin-top: 0;
  }
  .header-service .header__content {
    padding: 45px 15px;
  }
}

.header-clean .sidebar__wrap {
  background: rgba(255, 255, 255, 0.6);
}

.header-clean .header__sidebar {
  -webkit-transform: rotate(-90deg) translate(-170%, 110%);
      -ms-transform: rotate(-90deg) translate(-170%, 110%);
          transform: rotate(-90deg) translate(-170%, 110%);
}

.header-clean .header__phone a {
  color: #fff;
}

.header-clean .blue-btn {
  display: inline-block;
}

.header-clean .header__content {
  position: relative;
  padding: 45px 0 45px 230px;
  display: block;
  height: auto;
  color: #fff;
}

.header-clean .header__title {
  color: #fff;
  font-size: 59px;
  margin-top: 20%;
  margin-bottom: 40px;
}

.header-clean .city-btn {
  position: absolute;
  bottom: 30%;
  right: 0;
}

.clean__bg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 66, 82, 0.5)), color-stop(49.48%, rgba(60, 91, 101, 0.25)), color-stop(100%, rgba(8, 79, 102, 0.5)), to(rgba(24, 51, 60, 0.5))), url(../img/woman-cleaning.jpg) -80px no-repeat;
  background: -o-linear-gradient(top, rgba(16, 66, 82, 0.5) 0%, rgba(60, 91, 101, 0.25) 49.48%, rgba(8, 79, 102, 0.5) 100%, rgba(24, 51, 60, 0.5) 100%), url(../img/woman-cleaning.jpg) -80px no-repeat;
  background: linear-gradient(180deg, rgba(16, 66, 82, 0.5) 0%, rgba(60, 91, 101, 0.25) 49.48%, rgba(8, 79, 102, 0.5) 100%, rgba(24, 51, 60, 0.5) 100%), url(../img/woman-cleaning.jpg) -80px no-repeat;
  background-size: cover;
  height: 900px;
}

@media (max-width: 991px) {
  .header-clean .header__content {
    padding: 45px 0 45px 45px;
  }
  .header-clean .header__phone {
    padding-right: 0;
  }
  .header-clean .header__sidebar {
    -webkit-transform: rotate(-90deg) translate(-170%, 83%);
        -ms-transform: rotate(-90deg) translate(-170%, 83%);
            transform: rotate(-90deg) translate(-170%, 83%);
  }
}

@media (max-width: 767px) {
  .header-clean .sidebar__wrap {
    background: #fff;
    padding: 20px;
  }
  .header-clean .header__phone a {
    color: #0088B3;
  }
  .header-clean .header__phone.headmob__phone {
    top: 20%;
  }
  .header-clean #mobile-nav-toggle {
    top: 50%;
  }
  .clean__bg {
    height: auto;
  }
}

.personal {
  padding: 60px 0;
}

.personal__text {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .personal {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .personal__img {
    margin-bottom: 30px;
  }
}

.vertical-slider {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.vertical-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical-slider .swiper-pagination {
  text-align: right;
  top: 30%;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.vertical-slider .swiper-pagination-bullet {
  width: 60px;
  padding: 5px;
  display: inline-block !important;
  height: 36px;
  background: none;
}

.vertical-slider .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  background: url(../img/arrow-down.svg) center no-repeat;
  width: 31px;
  height: 31px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -30%;
}

.vertical-slider .page-up .swiper-pagination-bullet-active::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dezhim__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.dezhim__img {
  text-align: center;
}

@media (max-width: 991px) {
  .vertical-slider {
    height: 380px;
  }
  .vertical-slider .swiper-pagination {
    top: 50%;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .vertical-slider {
    height: auto;
    padding-bottom: 40px;
  }
  .vertical-slider .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vertical-slider .swiper-pagination {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    text-align: center;
    bottom: 0;
    top: auto;
    font-size: 0;
  }
  .vertical-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #0088B3;
  }
  .vertical-slider .swiper-pagination-bullet-active::before {
    display: none;
  }
}

.subscribe {
  padding: 60px 0;
}

.subscribe__box {
  max-width: 640px;
  padding: 16px 70px 23px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: -100px;
  background: #fff;
}

.subscribe__box .main-title {
  margin-bottom: 20px;
}

.subscribe__text {
  font-size: 24px;
}

@media (max-width: 991px) {
  .subscribe {
    padding: 40px 0;
  }
  .subscribe__img img {
    width: 100%;
  }
  .subscribe__box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .subscribe__box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    padding: 16px 30px 23px;
  }
}

@media (max-width: 576px) {
  .subscribe .blue-btn {
    display: block;
    text-align: center;
  }
  .subscribe__img {
    margin: 0 -15px;
  }
  .subscribe__text {
    font-size: 14px;
  }
}

.ambasador {
  padding: 60px 0;
}

.ambasador__img {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 24% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 24% 50%, 0% 0%);
}

@media (max-width: 991px) {
  .ambasador {
    padding: 40px 0;
  }
  .ambasador .main-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .ambasador__box {
    position: absolute;
    z-index: 2;
    top: 180px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ambasador__img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 576px) {
  .ambasador__img {
    margin: 0 -15px;
  }
}

.services {
  padding: 60px 0;
}

.services-row {
  margin-bottom: 60px;
}

.services__box {
  background: url(../img/service-1.jpg) center no-repeat;
  display: block;
  position: relative;
  height: 300px;
  background-size: cover;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 21px;
}

.services__box:hover {
  color: #fff;
}

.services__box::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#056D8D), color-stop(49.48%, rgba(20, 95, 119, 0)), to(#084F66));
  background: -o-linear-gradient(top, #056D8D 0%, rgba(20, 95, 119, 0) 49.48%, #084F66 100%);
  background: linear-gradient(180deg, #056D8D 0%, rgba(20, 95, 119, 0) 49.48%, #084F66 100%);
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.services__box:hover::before {
  opacity: 0.3;
}

.services__content {
  position: absolute;
  bottom: 23px;
  padding-left: 18px;
}

.services__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.services__title {
  font-size: 24px;
  margin-bottom: 36px;
}

.services__price {
  margin-right: 50px;
}

.services__time::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url(../img/icon-clock.svg) center no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .services {
    padding: 40px 0;
  }
  .services-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.reviews {
  padding: 60px 0;
}

.reviews .main-title {
  max-width: 50%;
  margin-bottom: 0;
  margin-left: 80px;
}

.reviews .sky-btn {
  min-width: auto;
  text-transform: uppercase;
  padding: 14px 30px;
  font-size: 18px;
  margin-left: 80px;
}

.reviews-slick .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 80px;
}

.reviews-slick .slick-dots .slick-active button {
  background: #0088B3;
}

.reviews__box {
  font-size: 18px;
  line-height: 21px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
  max-width: 435px;
  margin-left: 80px;
  position: relative;
  background: #fff;
  z-index: 3;
}

.reviews__name {
  margin-top: 20px;
  color: #0088B3;
}

.reviews__img {
  margin-left: -100px;
}

@media (max-width: 991px) {
  .reviews {
    padding: 40px 0;
  }
  .reviews .main-title {
    max-width: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .reviews .sky-btn {
    margin-left: auto;
  }
  .reviews__box {
    max-width: none;
    margin-left: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .reviews__img {
    margin-left: auto;
  }
  .reviews-slick .slick-dots {
    margin-left: auto;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .reviews .sky-btn {
    margin-left: auto;
    display: block;
    text-align: center;
  }
  .reviews-slick .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news__list {
  padding: 45px 0;
}

.news__list .breadcrumbs {
  padding-left: 0;
  margin-top: 40px;
}

.list__box {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.list__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
  font-size: 22px;
  color: #4F5662;
  min-height: 88px;
}

.list__box a:hover {
  color: #0088B3;
}

.header-reviewslist .header__content::after {
  display: none;
}

.reviewslist__box {
  border-bottom: 1px solid #D1D1D1;
}

.reviewslist__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #4F5662;
  margin-top: 20px;
}

.reviewslist__rate {
  margin-bottom: 10px;
}

.reviewslist__text {
  color: #8B8080;
  font-size: 18px;
  padding-bottom: 30px;
}

.reviewslist-btn {
  margin-top: 40px;
}

.reviewsform {
  margin-bottom: 40px;
  padding-left: 35px;
}

.reviewsform .blue-btn {
  padding: 10px 40px 16px;
}

.reviewsform__title {
  font-size: 69px;
  font-weight: 700;
  color: #0088B3;
}

.reviewsform__descr {
  font-size: 24px;
  margin-bottom: 20px;
}

.reviews__form input, .reviews__form textarea {
  width: 100%;
  font-size: 18px;
  padding: 20px 14px;
}

.reviews__form input::-webkit-input-placeholder, .reviews__form textarea::-webkit-input-placeholder {
  color: #c5bcbc;
}

.reviews__form input::-moz-placeholder, .reviews__form textarea::-moz-placeholder {
  color: #c5bcbc;
}

.reviews__form input:-ms-input-placeholder, .reviews__form textarea:-ms-input-placeholder {
  color: #c5bcbc;
}

.reviews__form input::-ms-input-placeholder, .reviews__form textarea::-ms-input-placeholder {
  color: #c5bcbc;
}

.reviews__form input::placeholder, .reviews__form textarea::placeholder {
  color: #c5bcbc;
}

.reviews__form textarea {
  margin-bottom: 20px;
}

.reviews__form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.reviews__form-top input:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .reviewsform__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .reviews__form input, .reviews__form textarea {
    padding: 10px 14px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .reviewsform {
    padding-left: 0;
  }
  .reviewsform__title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .reviewsform__descr {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn-center {
    text-align: center;
  }
}

.about {
  padding: 60px 0;
}

.about__content {
  font-size: 18px;
  line-height: 1.5;
}

.about__content h2,
.about__content h3,
.about__content h4 {
  color: #0088B3;
}

.about__content h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about__content img {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .about__content h2 {
    font-size: 42px;
  }
  .contacts__form .form-input {
    width: 100%;
  }
  .contacts__form .form-input + .form-input {
    margin-left: 0;
  }
}

.banner {
  background: url("../img/bath-man.png") 80% no-repeat, -webkit-gradient(linear, right top, left top, from(#D4D7DC), color-stop(105.13%, #EBEBEF));
  background: url("../img/bath-man.png") 80% no-repeat, -o-linear-gradient(right, #D4D7DC 0%, #EBEBEF 105.13%);
  background: url("../img/bath-man.png") 80% no-repeat, linear-gradient(270deg, #D4D7DC 0%, #EBEBEF 105.13%);
  padding: 100px 0 60px;
  background-size: contain;
}

.banner__box {
  background: #0088B3;
  border-radius: 30px;
  padding: 40px 30px;
  text-align: center;
}

.banner__box-title {
  border-top: 3px dashed #fff;
  border-bottom: 3px dashed #fff;
  padding: 23px 0;
}

.banner__box h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 43px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffc107;
  margin-bottom: 15px;
}

.banner__box p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 29px;
  line-height: 1.4;
  color: #ffc107;
  margin-bottom: 0px;
}

.banner__sale {
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  width: 80%;
  margin: 30px auto;
}

.banner__sale span {
  color: #ffc107;
}

.banner__price {
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  font-size: 43px;
  color: #ffffff;
  margin-bottom: 26px;
}

.timer-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 10px;
}

.banner__img {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.banner__img img {
  border-radius: 15px;
}

.banner_form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}

.banner__form {
  position: relative;
  width: 100%;
  max-width: 370px;
  background: rgba(214, 217, 222, 0.8);
  padding: 50px 40px 40px;
  margin-left: -15px;
}

.form-banner input {
  display: block;
  width: 100%;
  padding: 10px 13px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 16px;
}

.banner__form-title {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0088B3;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

.custom-file-upload .text-upload {
  background: #D3DFF3;
  border: 1px solid #BDB6B6;
  padding: 10px 38px;
  width: auto;
  line-height: 1.8;
}

.custom-file-upload span {
  background: url(../img/icon-photo.png);
  width: 48px;
  height: 48px;
}

@media (max-width: 768px) {
  .banner__box h1 {
    font-size: 60px;
  }
  .banner__box p {
    font-size: 26px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 60px 0;
    background: url(../img/bath-man.png) 50% 100%/600px no-repeat, -webkit-gradient(linear, right top, left top, from(#D4D7DC), color-stop(105.13%, #EBEBEF));
  }
  .banner__box h1 {
    font-size: 43px;
  }
  .banner_form-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 576px) {
  .banner {
    padding: 45px 0 20px;
  }
  .banner__box {
    margin-bottom: 20px;
  }
  .banner__box h1 {
    font-size: 26px;
    line-height: 1.4;
  }
  .banner__box p {
    font-size: 18px;
    line-height: 1.6;
  }
  .banner__btn {
    font-size: 18px;
  }
  .btn-service {
    margin-bottom: 0px;
  }
  .banner_form-box {
    padding: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner__form {
    margin-left: 0;
  }
  .custom-file-upload .text-upload {
    padding: 10px 16px;
  }
}

.news__date::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url(../img/calendar.png) center no-repeat;
  width: 23px;
  height: 21px;
  margin-right: 8px;
}

.features {
  padding: 60px 0;
}

.features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 18px;
  border-radius: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#F3F3F3), color-stop(105.13%, #EBEBEF));
  background: -o-linear-gradient(right, #F3F3F3 0%, #EBEBEF 105.13%);
  background: linear-gradient(270deg, #F3F3F3 0%, #EBEBEF 105.13%);
  margin-bottom: 30px;
  min-height: 250px;
}

.features__descr {
  padding-right: 15px;
  font-size: 18px;
  font-weight: 300;
}

.features__descr h4 {
  color: #0088B3;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0088B3;
  white-space: nowrap;
}

.features__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .features__descr h4 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .features {
    padding: 45px 0 30px;
  }
  .row-features {
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .features-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 340px;
  }
}

.works {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.works__tabs {
  margin-bottom: 33px;
}

.works__descr {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}

.tabs__item {
  display: none;
}

.tabs__item img {
  width: 100%;
}

.tabs__item:first-child {
  display: block;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
}

.tabs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #C7C9CC;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 36px;
  padding: 7px 50px 13px;
  margin-right: 10px;
}

.tabs__list li.active {
  background: #0088B3;
}

.tabs__list li:last-child {
  margin-right: 0;
}

.tabs__content {
  position: relative;
}

.marker__wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.marker__wrap:hover .marker__content {
  visibility: visible;
  opacity: 1;
}

.marker__point {
  width: 32px;
  display: inline-block;
  height: 32px;
  background: #0088B3;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 30px;
  margin-top: -10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}

.marker__point:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.marker__content {
  position: absolute;
  background: #fff;
  width: 216px;
  margin-left: -92px;
  margin-top: 14px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  height: auto;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  line-height: 22px;
  font-size: 15px;
  padding: 8px 15px;
  pointer-events: none;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.marker__content::before {
  content: " ";
  display: block;
  border: 8px solid transparent;
  position: absolute;
  border-bottom: 8px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 136, 179, 0.4);
            box-shadow: 0 0 0 0px rgba(0, 136, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(0, 136, 179, 0);
            box-shadow: 0 0 0 16px rgba(0, 136, 179, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 136, 179, 0.4);
            box-shadow: 0 0 0 0px rgba(0, 136, 179, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(0, 136, 179, 0);
            box-shadow: 0 0 0 16px rgba(0, 136, 179, 0);
  }
}

@media (max-width: 991px) {
  .works {
    padding: 40px 0;
  }
  .tabs__list li {
    padding: 4px 20px 10px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tabs__list li {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .tabs__list li {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .tabs__item img {
    display: none;
  }
  .marker__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: inherit;
  }
  .marker__point {
    margin-top: 0;
    -webkit-animation: none;
            animation: none;
  }
  .marker__content {
    position: inherit;
    margin-left: 12px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    padding: 12px 0;
  }
}

.faq {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.faq__box {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 33px;
  height: 33px;
  background: #fff;
  color: #0088B3;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.faq__icon::before {
  content: '?';
  font-size: 20px;
  font-weight: 700;
}

.faq__icon::after {
  content: '';
  background: url(../img/faq-icon.svg) center no-repeat;
  width: 35px;
  height: 50px;
  position: absolute;
  left: 17px;
  z-index: -1;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.w--open .faq__icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__quest {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  padding: 20px 20px 20px 0;
  cursor: pointer;
}

.faq__answer {
  display: none;
  padding-bottom: 20px;
  padding-left: 60px;
}

@media (max-width: 991px) {
  .faq {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .faq__quest {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .faq {
    padding: 45px 0 30px;
  }
  .faq__box {
    padding: 10px 14px;
  }
  .faq__icon {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 30px;
  }
  .faq__icon::before {
    font-size: 28px;
    font-weight: 500;
    margin-top: -7px;
  }
  .faq__quest {
    padding: 10px 20px 10px 0;
  }
}

.recall {
  background: #0180C7;
}

.recall__wrap {
  padding: 50px 0;
}

.recall__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recall__form input {
  display: block;
  width: 100%;
  padding: 16px 33px;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  margin-right: 30px;
}

.recall__form input::-webkit-input-placeholder {
  color: #979797;
}

.recall__form input::-moz-placeholder {
  color: #979797;
}

.recall__form input:-ms-input-placeholder {
  color: #979797;
}

.recall__form input::-ms-input-placeholder {
  color: #979797;
}

.recall__form input::placeholder {
  color: #979797;
}

.recall__img {
  position: absolute;
  margin: 0 -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .recall__form .btn-form {
    margin-left: 0;
  }
  .recall__img {
    overflow: inherit;
  }
}

@media (max-width: 576px) {
  .recall {
    padding: 25px 0 25px;
  }
  .recall__img {
    bottom: -40px;
  }
  .recall__wrap {
    padding: 0 0 30px;
  }
  .recall__box {
    padding-top: 30px;
  }
  .recall__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recall__form input {
    margin-bottom: 20px;
    margin-right: auto;
  }
  .recall__form .btn-recall {
    width: 100%;
    padding: 15px 20px;
  }
}

.team {
  padding: 60px 0;
}

.team__info {
  font-size: 24px;
  line-height: 28px;
}

.slick-team {
  margin-bottom: 30px;
}

.slick-team .slick-list {
  padding-bottom: 10px;
}

.team__slide {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 7px;
}

.team__content {
  padding: 25px 15px 38px;
  text-align: center;
}

.team__img img {
  width: 100%;
}

.team__name {
  font-weight: 600;
  font-size: 30px;
  color: #0088B3;
  margin-bottom: 8px;
}

.team__age {
  font-weight: 300;
  font-size: 14px;
  color: #4F5662;
  margin-bottom: 15px;
}

.team__descr {
  font-size: 14px;
}

.repare {
  padding: 40px 0;
  background: -webkit-gradient(linear, right top, left top, from(#D4D7DC), color-stop(105.13%, #EBEBEF));
  background: -o-linear-gradient(right, #D4D7DC 0%, #EBEBEF 105.13%);
  background: linear-gradient(270deg, #D4D7DC 0%, #EBEBEF 105.13%);
}

.repare .btn-form {
  display: inline-block;
  width: 230px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  border-radius: 5px;
}

.repare__img {
  margin-bottom: 20px;
}

.repare__text {
  font-size: 18px;
  margin-bottom: 30px;
}

.article {
  padding: 40px 0;
}

.article__content {
  font-size: 18px;
}

.article__content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #0088B3;
  margin-bottom: 30px;
}

.article__content p {
  font-weight: 300;
}

.article__content ul li::marker {
  color: #0088B3;
}

.hide-text {
  display: none;
}

.hide-text.show {
  display: block;
}

.article-btn {
  display: block;
  text-align: center;
  background: #D5D8DD;
  color: #6d6d6d;
  border-radius: 12px;
  padding: 12px;
}

@media (max-width: 576px) {
  .article {
    padding: 60px 0;
  }
  .article__content h2 {
    font-size: 30px;
  }
}

.works-rev {
  padding: 70px 0;
}

.works-rev__left {
  border: 1px solid #D1D1D1;
  padding: 38px;
}

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

.works__left-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 26px;
}

.works-rev__right {
  background: #EEF0F4;
  padding: 30px;
  font-size: 18px;
}

.works-rev__right ul {
  padding-left: 0;
  list-style: none;
  font-weight: 300;
}

.works-rev__right ul li {
  margin-bottom: 4px;
}

.works-rev__right ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: yellow;
  margin-right: 8px;
}

.works-rev__right h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.works__right-text {
  margin-bottom: 18px;
}

.works__right-text a {
  display: block;
  color: #000;
  margin-top: 6px;
}

.works__right-text a:hover {
  color: #0088B3;
}

.works-list {
  padding: 30px 0 140px;
  text-align: center;
}

.works-list__box {
  border: 1px solid #D1D1D1;
  padding: 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.works-list__text {
  display: block;
  padding: 30px 26px;
  text-align: center;
}

.works-list__text h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}

.works-list__text .btn-form {
  border-radius: 6px;
  width: 75%;
}

.btnmore {
  display: inline-block;
  border: 1px solid #000000;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-top: 40px;
}

.contacts {
  padding: 70px 0 140px;
}

.contacts .main-title {
  text-align: left;
}

.contacts .breadcrumbs li a {
  color: #fff;
}

.contacts__maintitle {
  font-size: 63px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 45px;
}

.contacts__list {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  color: #000;
}

.contacts__list li {
  margin-bottom: 6px;
}

.contacts__list span {
  color: #179EFF;
  font-weight: 700;
}

.form__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}

.form__box {
  padding: 20px;
  background: #179EFF;
}

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

.contacts__form textarea {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 16px 20px;
  margin-bottom: 23px;
}

.contacts__form .form-input {
  display: inline-block;
  border: 0;
  width: 49%;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 20px;
  margin-bottom: 23px;
}

.contacts__form .form-input + .form-input {
  margin-left: 12px;
}

.btn-contacts {
  display: block;
  margin: auto;
  width: 210px;
  padding: 13px 20px;
  background: #ffc107;
  border-radius: 4px;
  color: #0088B3;
  font-size: 16px;
  text-transform: uppercase;
}

.contacts__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #179EFF;
}

@media (max-width: 576px) {
  .contacts__title {
    margin-top: 30px;
  }
  .contacts__form .form-input {
    padding: 12px 20px;
    margin-bottom: 10px;
  }
  .contacts__form textarea {
    padding: 12px 20px;
  }
}

.vacants {
  padding: 70px 0 0;
}

.vacants .form__box {
  margin-bottom: 90px;
}

.vacants__subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #4E4E4E;
  margin-bottom: 30px;
}

.vacants__img {
  display: none;
}

.newspage {
  padding: 50px 0 140px;
}

.sidebar {
  border: 2px solid #c4c4c4;
}

.sidebar__head {
  display: block;
  background: #0197EC;
  outline: 2px solid #0197EC;
  padding: 16px 30px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.sidebar__list {
  list-style: none;
  padding: 0 22px;
  overflow-y: auto;
  max-height: 600px;
}

.sidebar__list li {
  background: #efefef;
  margin-bottom: 17px;
}

.sidebar__list li:hover {
  background: #0088B3;
}

.sidebar__list li a {
  display: block;
  padding: 15px 10px 15px 30px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.sidebar__list li a:hover {
  text-decoration: none;
  color: #fff;
}

.newspage__content {
  font-size: 16px;
}

.newspage__content h2,
.newspage__content h3,
.newspage__content h4 {
  color: #0088B3;
}

.newspage__content img {
  margin-bottom: 20px;
}

.newspage__content li::marker {
  color: #0088B3;
}

.table-news {
  width: 100%;
  text-align: center;
  color: #0088B3;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.table-news tr {
  height: 65px;
}

.table-news thead {
  background: #D9F1FF;
  font-size: 20px;
}

.table-news tbody tr {
  font-size: 24px;
}

.table-news td {
  border: 1px solid #f0f0f0;
}

.table-news tr:nth-child(even) {
  background: #f0f0f0;
}

@media (max-width: 576px) {
  .newspage {
    padding: 60px 0 170px;
  }
  .sidebar {
    margin-bottom: 20px;
  }
  .sidebar__head {
    padding: 10px 30px 6px;
    font-size: 18px;
  }
  .sidebar__list {
    max-height: 300px;
  }
}

.recall2 {
  background: #0180C7;
  margin-bottom: 100px;
}

.recall2__img {
  position: absolute;
}

.recall2__wrap {
  padding: 60px 0;
}

.recall2__wrap .recall__form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-recall2 {
  position: relative;
  background: transparent;
  border: 5px solid #fff;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  width: 100%;
  padding: 12px 20px 12px 50px;
  text-transform: uppercase;
}

.btn-recall2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  height: 92px;
  background: #2196F3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.recall2_text {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 576px) {
  .recall2__img {
    bottom: -70px;
    width: 40%;
    right: 10%;
  }
  .recall2_text {
    margin-bottom: 30px;
    text-align: center;
  }
  .btn-recall2 {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
  .btn-recall2 span {
    width: 65px;
    height: 65px;
  }
  .btn-recall2 span img {
    width: 36px;
  }
}

.sitemap {
  padding: 60px 0 70px;
}

.sitemap__title {
  font-size: 30px;
  text-transform: uppercase;
  color: #0088B3;
  font-weight: 600;
  margin-bottom: 35px;
}

.sitemap-list > li {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 0;
}

.sitemap-list > li a {
  color: #0088B3;
}

.sitemap-list li::marker {
  color: #0088B3;
}

.sitemap-sublist {
  margin-top: 10px;
}

.sitemap-sublist li {
  text-transform: none;
  font-size: 18px;
}

.sitemap-sublist li a {
  color: #4e4e4e;
  display: inline-block;
  padding: 3px 0;
}

@media (max-width: 576px) {
  .sitemap-list > li {
    font-size: 21px;
  }
  .sitemap-sublist li {
    font-size: 16px;
  }
}

.prices {
  padding: 60px 0;
  background: -webkit-gradient(linear, right top, left top, from(#D4D7DC), color-stop(105.13%, #EBEBEF));
  background: -o-linear-gradient(right, #D4D7DC 0%, #EBEBEF 105.13%);
  background: linear-gradient(270deg, #D4D7DC 0%, #EBEBEF 105.13%);
}

.price__inner {
  position: relative;
  overflow: hidden;
}

.price__inner.hide {
  height: 401px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-prices {
  width: 100%;
}

.table-prices tr {
  border: 1px solid #c4c4c4;
  height: 80px;
}

.table-prices thead {
  background: #EEFBFF;
}

table.table-prices th {
  font-size: 22px;
  font-weight: 400;
  color: #0088B3;
  padding: 0 10px;
}

table.table-prices th:first-child {
  padding-left: 100px;
}

.table-prices tr:nth-child(even) {
  background: #EEFBFF;
}

.table-prices td {
  font-size: 18px;
  color: #4e4e4e;
}

.table-prices td:nth-child(1) {
  padding-left: 100px;
  padding-right: 40px;
  width: 45%;
}

.table-prices td:nth-child(3) {
  text-align: center;
}

.btn-price {
  background: -webkit-gradient(linear, left top, left bottom, from(#0197EC), color-stop(0.01%, rgba(1, 151, 236, 0.90625)), to(#0482CA));
  background: -o-linear-gradient(top, #0197EC 0%, rgba(1, 151, 236, 0.90625) 0.01%, #0482CA 100%);
  background: linear-gradient(180deg, #0197EC 0%, rgba(1, 151, 236, 0.90625) 0.01%, #0482CA 100%);
  border: 0;
  width: 100%;
  color: #fff;
  padding: 14px 35px 16px;
  display: block;
  margin-top: 10px;
  border-radius: 12.5px;
  font-size: 18px;
}

.btn-price:hover {
  background: #009bcd;
}

@media (max-width: 576px) {
  table.table-prices th:first-child {
    padding-left: 10px;
  }
  .table-prices td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-prices td {
    font-size: 14px;
  }
  .prices .btn-blue {
    padding: 10px 8px 14px;
  }
}

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #0088B3;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.main-example {
  margin: 0 auto;
  width: 355px;
  text-align: center;
}

.main-example .countdown-container {
  height: 130px;
}

.main-example .time {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
  -webkit-perspective: 479px;
          perspective: 479px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-example .count {
  background: #fff;
  color: #000;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.main-example .count.top {
  border-radius: 2px;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.main-example .count.bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(transparent));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  line-height: 0;
  top: 50%;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}

.main-example {
  width: 100%;
}

.main-example .countdown-container {
  height: 100px;
}

.main-example .time {
  height: 70px;
  width: 48px;
}

.main-example .label {
  font-size: 14px;
  top: 72px;
  color: #fff;
}

/* YAMAP */
.ymap-container {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background: url("/assets/img/yandex-map.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 495px;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.breadcrumbs {
  list-style: none;
  font-size: 16px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li a {
  font-weight: 700;
  color: #0088B3;
}

.clients {
  padding: 45px 0;
}

.footer {
  background: #4F5662;
  padding: 16px 0 0px;
  position: relative;
  min-height: 390px;
}

.footer__logotext {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.footer__logoimg {
  position: absolute;
  top: 83px;
}

.footer__logoimg img {
  max-height: 300px;
}

.footer__menu {
  list-style: none;
  padding-left: 0;
  padding-top: 60px;
}

.footer__menu.footer__menu2 li a {
  font-size: 14px;
}

.footer__menu li {
  margin-bottom: 10px;
}

.footer__menu li a {
  font-size: 16px;
  color: #fff;
}

.footer__menu li a:hover {
  opacity: 0.7;
}

.footer__right {
  padding-top: 60px;
}

.btn-footer {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 25px 16px;
  background: #0088B3;
  color: #fff;
  font-size: 24px;
}

.adress {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}

.footer__phone, .footer__mail {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.footer__phone a, .footer__mail a {
  color: #fff;
}

.footer__info {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  opacity: 0.5;
  margin-top: 16px;
}

.footer__line {
  height: 1px;
  background: #C7C9CC;
  margin-top: 16px;
}

.footer__underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.footer_social {
  width: 140px;
  margin-top: 10px;
}

.footer_social a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}

.copyright {
  font-size: 16px;
  color: #fff;
}

.footer-btn-write {
  background: #0088B3;
  position: absolute;
  bottom: 0;
  right: 10%;
  color: #fff;
  padding: 12px 25px;
  border-radius: 15px 15px 0px 0px;
  font-size: 18px;
  width: 360px;
  text-align: center;
}

.footer-btn-write span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.ui-loader {
  display: none;
}

@media (max-width: 991px) {
  .footer__logoimg {
    left: 30px;
  }
  .footer__logoimg img {
    max-height: 250px;
  }
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__right-info {
    margin-left: 20px;
  }
  .footer-btn-write {
    width: auto;
    right: 30px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 90px 0 45px;
  }
  .footer__menu li a {
    font-size: 16px;
    font-weight: 700;
  }
  .adress {
    font-size: 15px;
    font-weight: 700;
  }
  .footer__phone, .footer__mail {
    font-size: 15px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0 0;
  }
  .copyright {
    font-size: 14px;
    color: #fff;
    padding-bottom: 30px;
    max-width: 180px;
  }
  .footer-btn-write {
    right: auto;
  }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logotext {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .footer__logoimg {
    margin: auto;
    position: inherit;
  }
  .footer__right {
    padding-top: 0;
  }
  .footer__right-info {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer-btn-write {
    right: 15%;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 40px 0 45px;
  }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_social {
    width: auto;
    margin-top: 10px;
  }
  .footer__right {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer__right-info {
    margin-left: 0;
    text-align: left;
  }
  .copyright {
    text-align: center;
  }
  .footer-btn-write {
    width: 90%;
    left: 5%;
  }
  .footer__menu {
    padding-top: 10px;
  }
  .footer__underline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal__form {
  background: #fff;
  padding: 25px 40px;
  text-align: center;
  max-width: 455px;
  margin: auto;
  position: relative;
}

.modal__form-title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0088B3;
  line-height: 1.3;
  margin-bottom: 20px;
}

.modal__form-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.modal__form-descr {
  font-size: 12px;
  color: #4e4e4e;
  margin-bottom: 25px;
}

.modal__form-descr.conf {
  margin-bottom: 0;
  margin-top: 23px;
}

.modal__form input {
  border: 0.8px solid #DEDEDE;
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 16px;
  padding: 18px 16px;
}

.btn-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, rgba(0, 136, 179, 0.9)), to(#006180));
  background: -o-linear-gradient(top, rgba(0, 136, 179, 0.9) 0.01%, #006180 100%);
  background: linear-gradient(180deg, rgba(0, 136, 179, 0.9) 0.01%, #006180 100%);
  color: #fff;
  font-size: 19px;
  padding: 10px 15px 15px;
  border-radius: 13px;
  margin: auto;
  font-weight: 600;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #b8f58a;
}

.w-form-fail {
  background: #f99393;
  color: #fff;
  padding: 10px 20px;
}
