@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

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

[tabindex="-1"]:focus {
  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;
}

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

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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-cancel-button,
[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;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.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%;
  min-height: 1px;
  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%;
}

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

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

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

.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.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

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

.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.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

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

.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.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@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%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@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%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@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%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@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%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "Proxima Nova Thin", sans-serif;
  font-size: 14px;
  color: black;
}

body {
  line-height: 1.5;
  font-family: "Proxima Nova Thin", sans-serif;
}

label {
  font-family: "Proxima Nova Rg", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* End of Eric Meyer's CSS Reset */
html {
  height: 100%;
}

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

body {
  font: 14px/18px 'NobelWGL-Book', Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 1.5;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  z-index: 1;
  position: relative;
}

i {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-weight: 600;
  margin-top: 0;
  color: #000;
}

.clr:after {
  display: block;
  clear: both;
  float: none;
  content: '';
}

.inline-block {
  display: inline-block;
}

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

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

.text-left {
  text-align: left !important;
}

img {
  max-width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p {
  font-family: "Proxima Nova Light";
}

@font-face {
  font-family: "Font-Awesome";
  src: url("../fonts//static/fonts/Font-Awesome.eot");
  src: url("../fonts//static/fonts/Font-Awesome.eot?#iefix") format("embedded-opentype");
  src: url("../fonts//static/fonts/Font-Awesome.woff") format("woff"), url("../fonts//static/fonts/Font-Awesome.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Proxima Nova ExtraBold';
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova SemiBold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Black';
  src: url("../fonts/ProximaNova-Black.eot");
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Thin';
  src: url("../fonts/ProximaNovaT-Thin.eot");
  src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../fonts/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 50px;
}

@media (max-width: 500px) {
  .timer {
    display: none;
  }
}

.timer p {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-family: "proxima nova black";
}

.timer_button {
  font-family: "proxima nova black";
  padding: 20px;
  background-color: #007cc3;
  border-radius: 10px;
  width: 464px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 70px;
  cursor: pointer;
  font-size: 1rem;
}

.timer_button:hover {
  background-color: rgba(0, 124, 195, 0.8);
}

.timer_mobile {
  display: none;
}

.timer_mobile_button {
  padding: 10px;
  background-color: #007cc3;
  border-radius: 10px;
  width: 238px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
  font-size: 12px;
}

.timer_mobile_button:hover {
  background-color: rgba(0, 124, 195, 0.8);
}

.timer_mobile p {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-family: "proxima nova black";
}

@media (max-width: 500px) {
  .timer_mobile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 30px;
  }
}

.topblock {
  width: 100%;
  padding: 74px;
  background-color: rgba(41, 41, 41, 0.77);
}

@media (max-width: 1100px) {
  .topblock {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .topblock {
    padding: 36px;
  }
}

@media (max-width: 600px) {
  .topblock {
    padding: 36px;
  }
}

@media (max-width: 450px) {
  .topblock {
    padding: 53px;
  }
}

.main-top-scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: MoveUpDown 3s linear infinite;
          animation: MoveUpDown 3s linear infinite;
}

@media (max-width: 767px) {
  .main-top-scroll {
    display: none;
  }
}

.image-scroll {
  width: 40px;
}

.image-scroll img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@-webkit-keyframes MoveUpDown {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 15px;
  }
}

@keyframes MoveUpDown {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 15px;
  }
}

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 450px) {
  .header-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.logo_mobile {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100px;
}

@media (max-width: 900px) {
  .logo_mobile {
    display: block;
  }
}

.block-covid {
  padding: 5px;
  background-color: #006ead;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

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

.header__wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.header__wrapper.fixed .header__wrapper__top {
  display: none;
}

.header__wrapper.fixed .header__wrapper__bottom {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(41, 41, 41, 0.87);
}

.header__wrapper.fixed .header__wrapper__bottom__contact {
  padding-top: 4px;
  padding-bottom: 4px;
}

.header__wrapper.fixed .header__wrapper__bottom__contact div {
  margin-bottom: 2px;
}

.header__wrapper.fixed .header__wrapper__bottom__contact-popup {
  height: 73px;
}

.header__wrapper.fixed .header__wrapper__menu {
  position: absolute;
  display: none;
}

.header__wrapper__top {
  padding: 12px 0;
  background-color: #292929;
}

.header__wrapper__top__contacts {
  display: inline-block;
  z-index: 50;
  color: white;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

.header__wrapper__top__contacts span {
  font-weight: normal;
}

.header__wrapper__top__contacts:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/clock.png) no-repeat center;
  background-size: contain;
}

.header__wrapper__top__mobile {
  display: none;
  float: right;
}

.header__wrapper__top__mobile p {
  cursor: pointer;
  display: inline-block;
  color: white;
  text-transform: uppercase;
}

.header__wrapper__bottom {
  background-color: rgba(41, 41, 41, 0.77);
}

.header__wrapper__bottom__contact {
  padding: 10px 15px 10px 30px;
  color: white;
}

.header__wrapper__bottom__contact div {
  margin-bottom: 5px;
}

.header__wrapper__bottom__contact__name {
  font-family: "Proxima Nova Bold";
  font-weight: bold;
  position: relative;
}

.header__wrapper__bottom__contact__name:before {
  position: absolute;
  content: '';
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/location.png) no-repeat center;
  background-size: contain;
}

.header__wrapper__bottom__contact__phone {
  font-family: "Proxima Nova Bold";
  font-weight: bold;
  position: relative;
}

.header__wrapper__bottom__contact__phone a {
  color: white;
}

.header__wrapper__bottom__contact__phone:before {
  position: absolute;
  content: '';
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/phone.png) no-repeat center;
  background-size: contain;
}

.header__wrapper__bottom__contact-popup {
  font-family: "Proxima Nova Bold";
  color: #43ff27;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 119, 214, 0.27);
  height: 98px;
  width: 230px;
  -webkit-clip-path: polygon(0 0, 15% 100%, 100% 100%, 85% 0%);
          clip-path: polygon(0 0, 15% 100%, 100% 100%, 85% 0%);
}

.header__wrapper__bottom__contact-popup__content {
  padding-left: 20px;
  position: relative;
  text-align: center;
}

.header__wrapper__bottom__contact-popup__content:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: url(../img/ring-phone.png) no-repeat center;
  background-size: contain;
}

.header__wrapper__bottom__contact-popup__content p {
  display: inline;
  border-bottom: 1px dashed #43ff27;
}

.header__wrapper__menu {
  padding: 15px 0;
}

.header__wrapper__menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__wrapper__menu__logo {
  width: 100%;
  height: auto;
  max-width: 130px;
}

@media (max-width: 1024px) {
  .header__wrapper__menu__logo {
    display: none;
  }
}

.header__wrapper__menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header__wrapper__menu__items__item {
  padding: 0 7px;
  margin-bottom: 5px;
}

.header__wrapper__menu__items__item a {
  color: white;
  text-transform: uppercase;
  font-family: "Proxima Nova Bold";
}

.close {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Proxima Nova Bold";
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
  color: white;
}

.close:hover {
  color: #007cc3;
}

.flex-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  padding: 0;
}

.wrapper {
  margin-top: 45px;
}

.main-top {
  position: relative;
  width: 100%;
}

.main-top img {
  width: 100%;
}

.main-top .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-top__text {
  display: inline-block;
  color: white;
}

.main-top__text__title {
  text-align: right;
  font-family: "Proxima Nova ExtraBold";
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.main-top__text__subtitle {
  text-align: right;
  font-family: "Proxima Nova Light";
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}

.main-top__text__price {
  font-family: "Proxima Nova Rg";
  font-size: 57px;
  color: #77c938;
}

.main-top__text__price span {
  color: white;
}

.main-top__text__button {
  width: 100%;
  max-width: 395px;
  position: relative;
}

.main-top__text__button::before {
  position: absolute;
  height: calc(100% + 18px);
  width: 3px;
  top: -9px;
  right: 16px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  background-color: #006ead;
  content: '';
}

.main-top__text__button__inner {
  width: 100%;
  max-width: 395px;
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #007cc3;
  color: white;
  font-family: "Proxima Nova SemiBold";
  font-size: 14px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
}

.main-top__text__button__inner:hover {
  background-color: #006ead;
}

.main-top__text__button__inner::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.green-block {
  width: 68px;
  height: 60px;
  text-align: center;
  background: black;
  position: relative;
}

.green-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.advantages {
  padding: 60px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages__item {
  width: 100%;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.advantages__item__part {
  margin-right: 30px;
  max-width: 275px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages__item__part:last-child {
  margin-right: 0;
}

.advantages__item__part__title {
  font-family: "Proxima Nova Black";
  font-size: 22px;
}

.advantages__item__part__text {
  font-size: 15px;
  font-famil: "Proxima Nova Lt";
}

h2 {
  font-family: "Proxima Nova Black";
  font-size: 45px;
  font-weight: bold;
  margin: 40px 0;
  text-transform: uppercase;
}

.services {
  padding-bottom: 200px;
  background-color: #191919;
}

.services__title {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__items__item {
  width: calc(33% - 4px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.services__items__item:after {
  content: '';
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.services__items__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.services__items__item img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.services__items__item:last-child {
  margin-right: 0;
}

.services__items__item__text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  padding-right: 5px;
  z-index: 4;
}

.services__items__item__text__price {
  color: #77c938;
  font-size: 16px;
}

.services__items__item__text__price span {
  color: white;
}

.services__items__item__text__name {
  text-transform: uppercase;
  font-family: "Proxima Nova Black";
  font-weight: bold;
  font-size: 22px;
}

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

.services__items__item__text__button {
  padding: 10px;
  border-radius: 5px;
  background-color: #007cc3;
  width: 165px;
  text-align: center;
}

.services__items__item__text__button:hover {
  background-color: #006ead;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services__items__item__text__button::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.prices {
  padding: 20px 0 310px;
  background-color: transparent;
  position: relative;
}

.prices__title {
  margin-top: 0;
}

.prices::after {
  content: '';
  bottom: 20px;
  right: 0;
  width: 100%;
  max-width: 250px;
  height: 390px;
  position: absolute;
  background: url(../img/prices-wheel.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.prices::before {
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/prices-bg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.prices__list__main {
  cursor: pointer;
  width: 100%;
  background: #e0e0e0;
  padding: 10px 35px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(221, 221, 221, 0.75);
          box-shadow: 0 5px 10px 0 rgba(221, 221, 221, 0.75);
  font-family: "Proxima Nova Rg";
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}

.prices__list__main:last-child {
  margin-bottom: 0;
}

.prices__list__main:hover {
  background: #c6c6c6;
}

.prices__list__main::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/service-arrow.png) center no-repeat;
  width: 15px;
  height: 22px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.prices__list__main span {
  font-family: "Proxima Nova Bold";
  font-weight: bold;
}

.prices__list__main.active {
  background: #007cc3;
  color: white;
}

.prices__list__main.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.prices__list__content {
  margin-left: 30px;
  display: none;
}

.prices__list__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.prices__list__content__item__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  overflow: hidden;
  font-family: "Proxima Nova Light";
}

.prices__list__content__item__left::after {
  display: inline-block;
  margin-right: -100%;
  content: '';
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #a7a7a7;
}

.prices__list__content__item__left::before {
  position: absolute;
  content: '';
  left: 20px;
  top: 5px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #007cc3;
}

.prices__list__content__item__left span {
  font-family: "Proxima Nova SemiBold";
  font-weight: bold;
}

.prices__list__content__item__right {
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  font-size: 13px;
}

.prices__list__content__item__right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.prices__list__content__item__right:hover::after, .prices__list__content__item__right:focus::after {
  -webkit-animation: drag .5s ease infinite;
          animation: drag .5s ease infinite;
}

@-webkit-keyframes drag {
  0% {
    right: 0;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}

@keyframes drag {
  0% {
    right: 0;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}

.whyus {
  position: relative;
}

.whyus .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.whyus .video video {
  display: inline-block;
  min-height: 100%;
  position: absolute;
  top: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.whyus .video .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 49, 53, 0.6);
}

.whyus__title {
  color: white;
  padding: 45px 0 65px;
  margin-top: 0;
  margin-bottom: 0;
}

.whyus__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.whyus__items__item {
  max-width: 315px;
  border: 1px solid #c6c6c6;
  width: 100%;
  padding: 75px 15px 40px 30px;
  position: relative;
  margin-bottom: 120px;
}

.whyus__items__item__icon {
  position: absolute;
  left: 30px;
  top: -40px;
}

.whyus__items__item__icon .green-block {
  width: 110px;
  height: 85px;
}

.whyus__items__item__text {
  line-height: 1.1;
  color: white;
  font-size: 22px;
  font-family: "Proxima Nova Rg";
}

.whyus__items__item__text span {
  font-family: 'Proxima Nova ExtraBold';
}

.whyus__items__item__text span.whyus__decrp {
  font-size: 17px;
  font-family: "Proxima Nova Light";
  font-weight: normal;
}

.service-photos {
  padding-top: 1px;
  padding-bottom: 45px;
  background-color: #191919;
}

.service-photos__title {
  margin-bottom: 45px;
  color: #fff;
}

.service-photos__text {
  margin-bottom: 55px;
  font-size: 16px;
  color: #fff;
}

.service-photos__text a {
  color: #007cc3;
  font-weight: bold;
}

.service-photos__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-photos__photos a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-photos__photos__item {
  display: block;
  width: 100%;
  max-width: calc(50% - 20px);
  height: auto;
  padding-top: 50%;
  margin-right: 20px;
  margin-bottom: 15px;
}

.service-photos__photos__item:nth-child(2n) {
  margin-right: 0;
}

.service-photos__photos__item:nth-child(2), .service-photos__photos__item:nth-child(3) {
  padding-top: 0;
}

.service-photos__photos__item img {
  display: none;
}

.service-photos__photos__item > a {
  display: block;
  padding-top: 50%;
}

.service-photos__photos__item > a:first-child {
  margin-bottom: 20px;
}

.works {
  padding-top: 40px;
  background: url(../img/works-bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.works__title {
  color: white;
  margin-bottom: 65px;
  margin-top: 0;
}

.works .before-slider {
  margin-bottom: 10px;
}

.works .before-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works .before-slider__slide {
  margin: 5px 10px;
}

.works .before-slider__slide div {
  position: relative;
  display: block;
  width: 100%;
  max-width: 50%;
  margin-right: 15px;
  height: auto;
  max-height: 300px;
  overflow: hidden;
}

.works .before-slider__slide div:last-child {
  margin-right: 0;
}

.works .before-slider__slide div.before, .works .before-slider__slide div.after {
  position: relative;
}

.works .before-slider__slide div.before::after {
  text-align: center;
  position: absolute;
  content: '\414\41E';
  padding: 15px;
  color: white;
  font-size: 22px;
  width: 100%;
  max-width: 125px;
  font-weight: bold;
  bottom: 0;
  left: 0;
  background-color: #444444;
}

.works .before-slider__slide div.after::after {
  text-align: center;
  position: absolute;
  content: '\41F\41E\421\41B\415';
  margin-right: 0;
  padding: 15px;
  width: 100%;
  max-width: 125px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  bottom: 0;
  left: 0;
  background-color: #007cc3;
}

.works .nav-before-slider {
  margin-bottom: 10px;
}

.works .nav-before-slider__slide {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  margin: 5px 10px;
  opacity: 0.4;
  cursor: pointer;
}

.works .nav-before-slider .slick-current {
  opacity: 1;
}

.slick-prev,
.slick-next {
  z-index: 50;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  border: 0;
  width: 15px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slick-prev:focus, .slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  border: 0;
  outline: 0;
}

.slick-prev {
  background-image: url(../img/slide-left.png);
  left: -38px;
}

.slick-next {
  background-image: url(../img/slide-right.png);
  right: -38px;
}

.sertificates {
  padding-bottom: 60px;
}

.sertificates__slider {
  padding: 0 25px;
}

.sertificates__slider__slide {
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
  display: block;
}

.sertificates__slider__slide img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}

.sertificates__slider .slick-prev {
  background-image: url(../img/slide-prev.png);
}

.sertificates__slider .slick-next {
  background-image: url(../img/slide-next.png);
}

.footer-contacts {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 30px;
}

.footer-contacts__contact {
  padding: 0 12px;
  width: 25%;
}

.footer-contacts__contact:not(:last-child) {
  border-right: 1px solid #eeeeee;
}

.footer-contacts__contact:last-child {
  border-left: 1px solid #eeeeee;
}

.footer-contacts__contact__name {
  font-size: 18px;
  font-family: 'Proxima Nova ExtraBold';
  margin-bottom: 10px;
}

.footer-contacts__contact__adress {
  margin-bottom: 10px;
}

.footer-contacts__contact__time {
  color: #6f6f6f;
  margin-bottom: 20px;
}

.footer-contacts__contact__phone {
  margin-bottom: 10px;
}

.footer-contacts__contact__phone a {
  color: black;
}

.footer-contacts__contact__wrap {
  padding-left: 30px;
  position: relative;
}

.footer-contacts__contact__wrap::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  background: url(../img/green-loc.png) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 20px;
}

.footer-contacts__contact__adresses {
  position: relative;
  padding-top: 10px;
}

.footer-contacts__contact__adresses:hover .footer-contacts__contact__button__content {
  display: block;
  opacity: 1;
  -webkit-animation: showContent .3s ease-in;
          animation: showContent .3s ease-in;
}

.footer-contacts__contact__button {
  padding: 20px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #007cc3;
  color: white;
  font-family: "Proxima Nova SemiBold";
  font-size: 14px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
}

.footer-contacts__contact__button:hover {
  background-color: #006ead;
  text-decoration: none;
  color: white;
}

.footer-contacts__contact__button::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.footer-contacts__contact__button::before {
  position: absolute;
  height: calc(100% + 11px);
  width: 3px;
  top: -6px;
  right: 20px;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  background-color: white;
  content: '';
}

.footer-contacts__contact__button__content {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.65);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.65);
  padding: 10px 15px;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 250px;
  top: calc(-100% - 20px);
  left: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer-contacts__contact__button__content a {
  text-align: center;
  display: block;
  margin-bottom: 9px;
  color: black;
  font-weight: bold;
}

.footer-contacts__contact__button__content a:last-child {
  margin-bottom: 0;
}

.footer-contacts__contact__button__content a::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.footer-contacts__contact__button__content a:hover {
  text-decoration: none;
  color: #007cc3;
}

#success,
#error {
  display: none;
}

footer {
  background-color: #292929;
}

footer .footer {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__copy {
  color: white;
  font-family: "Proxima Nova Light";
  font-size: 14px;
  font-weight: bold;
}

footer .footer__socials {
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer__socials__item {
  display: inline-block;
  margin-right: 20px;
}

footer .footer__socials__item .dev-logo {
  width: 100%;
  max-width: 130px;
  opacity: 1;
}

footer .footer__socials__item:hover img {
  opacity: 1;
}

footer .footer__socials__item:last-child {
  margin-right: 0;
}

footer .footer__socials__item img {
  opacity: 0.5;
}

.footer-form {
  background: url(../img/form-bg.png) center no-repeat;
  background-size: cover;
  padding: 85px 70px;
}

.footer-form__left {
  float: left;
  max-width: 30%;
  color: white;
}

.footer-form__left__title {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Proxima Nova Black";
}

.footer-form__left__descr {
  font-size: 16px;
  font-family: "Proxima Nova Light";
}

.footer-form__left__descr a {
  color: white;
  text-decoration: underline;
}

.footer-form__left__descr a:hover {
  color: #a6a6a6;
}

.footer-form__right {
  float: left;
  width: 100%;
  max-width: 70%;
}

.footer-form__right__button {
  width: 100%;
  max-width: 260px;
  position: relative;
}

.footer-form__right__button::before {
  position: absolute;
  height: calc(100% + 9px);
  width: 2px;
  top: -5px;
  right: 12px;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  background-color: #007cc3;
  content: '';
}

.footer-form__right form .input-block {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.footer-form__right form .input-block:last-child {
  margin-right: 0;
}

.footer-form__right form .input-block input, .footer-form__right form .input-block select {
  border: 1px solid white;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  color: white;
}

.footer-form__right form .input-block input::-webkit-input-placeholder, .footer-form__right form .input-block select::-webkit-input-placeholder {
  color: white;
}

.footer-form__right form .input-block input::-moz-placeholder, .footer-form__right form .input-block select::-moz-placeholder {
  color: white;
}

.footer-form__right form .input-block input::-ms-input-placeholder, .footer-form__right form .input-block select::-ms-input-placeholder {
  color: white;
}

.footer-form__right form .input-block input::placeholder, .footer-form__right form .input-block select::placeholder {
  color: white;
}

.footer-form__right form .input-block select {
  cursor: pointer;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.footer-form__right form .input-block select option {
  color: black;
  cursor: pointer;
}

.footer-form__right form button[type="submit"] {
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #007cc3;
  color: white;
  font-family: "Proxima Nova SemiBold";
  font-size: 14px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
  border: 0;
  width: 100%;
}

.footer-form__right form button[type="submit"]:hover {
  background-color: #006ead;
}

.footer-form__right form button[type="submit"]::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.error-input {
  display: none;
}

.error-input.show {
  display: block;
  position: absolute;
  color: red;
  font-family: "Proxima Nova Rg";
}

.popup {
  display: none;
  position: relative;
}

.popup.show {
  background-color: rgba(218, 218, 218, 0.77);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup-trigger {
  cursor: pointer;
}

.popup__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
  background: black;
  max-width: 400px;
  width: 95%;
  min-width: 320px;
}

.popup .close {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
}

.popup form {
  text-align: left;
  padding: 5px 0 10px;
}

.popup form .form-group {
  width: 100%;
}

.popup form .row-form {
  margin-bottom: 20px;
}

.popup form .middle_text_form {
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.popup form label {
  margin: 5px;
  display: block;
  color: #fff;
}

.popup form input, .popup form select {
  width: 100%;
  margin: 5px auto 0;
  padding: 10px 25px;
  max-width: 100%;
  border: 1px solid #a3ddff;
}

.popup form input:focus, .popup form select:focus {
  outline: 0;
}

.popup form select {
  background-color: #fff;
  cursor: pointer;
  background-image: url(../img/arrow-down-b.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 10px;
}

.popup form select option {
  color: black;
  cursor: pointer;
}

.popup form .btn {
  background-color: #a0ca4c;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0ca4c', endColorstr='#92b845', GradientType=0);
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-weight: 300;
  cursor: pointer;
  outline: 0;
  border: 0;
}

.popup form .btn:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.popup form .policy {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.popup form .policy a {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #a0ca4c;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.popup form .policy a:hover {
  text-decoration: none;
  color: #a0ca4c;
}

#success,
#error {
  display: none;
  text-align: center;
  z-index: 2000;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 300;
}

#success p,
#error p {
  color: white;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}

#success .closebtn,
#error .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}

#success .closebtn:hover,
#error .closebtn:hover {
  cursor: pointer;
}

.wapopup {
  display: none;
  position: fixed;
  left: 80px;
  bottom: 30%;
  z-index: 250;
  width: 60px;
  height: 60px;
  -webkit-animation: whatsapp 4s ease-in-out infinite running;
          animation: whatsapp 4s ease-in-out infinite running;
}

.wapopup:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-iteration-count: 0;
          animation-iteration-count: 0;
}

.wapopup:hover .wapopup__content__text {
  opacity: 1;
}

.wapopup__content img {
  width: 60px;
  height: 60px;
}

.wapopup__content__text {
  -webkit-box-shadow: 0 15px 70px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 70px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 10px;
  top: calc(100% + 10px);
  left: -75px;
  width: 225px;
  text-align: center;
  color: black;
  border: 1px solid rgba(171, 224, 232, 0.16);
  border-radius: 10px;
  background-color: white;
  font-family: 'Proxima Nova ExtraBold';
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.wapopup__content__text div {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0.75);
}

.wapopup__content__text span {
  color: #77c938;
}

@-webkit-keyframes whatsapp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  6% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  8% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes whatsapp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  6% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  8% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes whatsapp-adaptive {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
            transform: translateY(-50%) rotate(-15deg);
  }
  20% {
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
            transform: translateY(-50%) rotate(-15deg);
  }
  40% {
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}

@keyframes whatsapp-adaptive {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
            transform: translateY(-50%) rotate(-15deg);
  }
  20% {
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(-15deg);
            transform: translateY(-50%) rotate(-15deg);
  }
  40% {
    -webkit-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}

#mapp {
  width: 100%;
  height: 450px;
}

.map-baloon {
  display: block;
  position: relative;
  width: 240px;
  height: 195px;
  padding: 30px 20px;
  background: white;
}

.map-baloon .close {
  position: absolute;
  right: 8px;
  color: black;
  font-size: 28px;
  display: block;
  top: 0;
}

.map-baloon .close:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.map-info {
  width: 100%;
  height: 100%;
}

.map-info__title {
  background-color: #f1f1f1;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Proxima Nova Bold";
}

.map-info__phone {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
  margin-top: 5px;
}

.map-info__phone-number a {
  color: black;
}

.map-info__adress {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
  margin-top: 5px;
}

.map-info__adress-info {
  margin-bottom: 10px;
}

.map-info__btn {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  line-height: 30px;
  padding: 10px 0;
  background-color: #007cc3;
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.55);
}

.map-info__btn:hover {
  background-color: #005585;
}

.map-info__btn:focus .map-info__btn__content, .map-info__btn:hover .map-info__btn__content {
  display: block;
  opacity: 1;
  -webkit-animation: showContent .3s ease-in;
          animation: showContent .3s ease-in;
}

.map-info__btn__content {
  display: none;
  padding: 3px 0;
  opacity: 0;
  position: absolute;
  width: 200px;
  max-width: calc(100% - 2px);
  top: calc(-100% - 35px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.65);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.map-info__btn__content a {
  text-align: center;
  display: block;
  margin-bottom: 3px;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.map-info__btn__content a:last-child {
  margin-bottom: 0;
}

.map-info__btn__content a::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.map-info__btn__content a:hover {
  text-decoration: none;
  color: #007cc3;
}

@-webkit-keyframes contentShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes contentShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rate {
  background: url(../img/form-bg.png) center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.rate .footer-form__left__descr {
  margin-bottom: 25px;
}

.rate .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-height: 200px;
  text-align: right;
}

.rate__item {
  width: 50%;
}

.rate__item:first-child {
  position: absolute;
  bottom: 75px;
  left: 0;
}

.rate__item:last-child {
  text-align: right;
}

.rate__phone {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.rate__phone__text {
  position: absolute;
  top: 50px;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 50px);
  height: calc(100% - 110px);
  background: url(../img/rate-phone-max.webp) top no-repeat;
  background-size: 100% 100%;
}

.rate__phone__text .head {
  width: 100%;
  background-color: #009788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.rate__phone__text .head .arrow {
  max-width: 15px;
  margin-right: 5px;
}

.rate__phone__text .head .photo {
  max-width: 20px;
  display: block;
  margin-right: 8px;
}

.rate__phone__text .head .name {
  line-height: 1;
  color: white;
}

.rate__phone__text .head .contacts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
}

.rate__phone__text .head .contacts img {
  width: 100%;
  max-width: 15px;
  margin-left: 5px;
  height: auto;
}

.rate__phone__text .head .contacts .video {
  width: 20px;
}

.rate__phone__text .head .contacts .phone {
  height: 16px;
}

.rate__phone__text p {
  display: inline;
  color: black;
  line-height: 1.1;
  width: 100%;
  max-width: 75%;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(0, 128, 0, 0.2);
}

.rate__phone__text p img {
  max-width: 75px;
}

.rate__phone__text p:nth-child(odd) {
  float: right;
  text-align: right;
  background-color: #dcf8c7;
}

.rate__phone__text p:nth-child(even) {
  float: left;
  text-align: left;
  background-color: white;
}

.rate .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rate__button {
  height: 100%;
  position: relative;
  color: white;
  text-align: center;
}

.rate__button .btn-tel {
  margin: 0 auto 20px auto;
}

.rate__button .btn-tel::before {
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}

.rate__button a.button {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #007cc3;
  color: white;
  font-family: "Proxima Nova SemiBold";
  font-size: 14px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 87% 0%);
  border: 0;
  width: 100%;
}

.rate__button a.button:hover {
  background-color: #006ead;
  text-decoration: none;
}

.rate__button a.button::after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 13px;
  vertical-align: baseline;
}

.w-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  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;
  -webkit-transition: all .66s ease;
  transition: all .66s ease;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 25;
}

.w-popup.open {
  visibility: visible;
  opacity: 1;
}

.w-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 5;
}

.w-popup-close::before, .w-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #898a8a;
}

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

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

.w-popup-wrap {
  position: relative;
  padding: 25px 30px;
  max-width: 700px;
  background-color: white;
}

.w-popup .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -6px;
}

.w-popup .btn_block .btn-tel {
  width: calc(50% - 12px);
  margin: 6px;
}

.w-popup .btn_block a.button {
  background-color: rgba(85, 205, 108, 0.9);
  -webkit-clip-path: none;
          clip-path: none;
  border-radius: 8px;
  position: relative;
  padding-left: 50px;
  font-size: 1.05rem;
}

.w-popup .btn_block a.button::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 25px;
  height: 25px;
  /*background: url(../img/w-logo.svg) center no-repeat;*/
  background: url(../img/MAX.png) center no-repeat;
  background-size: contain;
}

.w-popup .btn_block a.button:hover::before {
  -webkit-animation: whatsapp-adaptive 1s ease-in-out infinite running;
          animation: whatsapp-adaptive 1s ease-in-out infinite running;
}

.w-popup .btn_block a.button::after {
  display: none;
}

.w-popup .btn_block .footer-form__right__button::before {
  display: none;
}

.w-popup * {
  color: black;
  text-align: center;
}

.w-popup p {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1490px) {
  .prices:after {
    content: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .header__wrapper__bottom .container, .header__wrapper__menu .container {
    max-width: 100%;
  }
  .header__wrapper__menu__items__item {
    padding: 0 7px;
  }
  .main-top__text__title {
    font-size: 50px;
  }
  .main-top__text__subtitle {
    font-size: 17px;
  }
  .main-top__text__price {
    font-size: 45px;
  }
  .footer-contacts__contact {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .footer-contacts__contact__button {
    width: 100%;
    max-width: 300px;
  }
  .footer-contacts__contact__button:before {
    -webkit-transform: rotate(-32.5deg);
            transform: rotate(-32.5deg);
    right: 24px;
    top: -6px;
    height: calc(100% + 13px);
  }
  .footer-contacts__contact__time {
    margin-bottom: 10px;
  }
  .footer-form__left, .footer-form__right {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1150px) {
  .services {
    padding-bottom: 30px;
  }
  .header__wrapper__menu__items__item {
    padding: 0 6px;
  }
  .advantages__item {
    max-width: 300px;
    text-align: center;
  }
  .advantages__item__part {
    margin: 0 auto;
  }
  .advantages__item__part:last-child {
    margin: 0 auto;
  }
  .whyus__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (max-width: 1100px) {
  .header__wrapper.fixed .header__wrapper__menu {
    display: block;
  }
  .header__wrapper.fixed .header__wrapper__menu__items {
    display: none;
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
  }
  .header__wrapper.fixed .header__wrapper__top {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header__wrapper.fixed .header__wrapper__bottom {
    top: 40px;
  }
  .header__wrapper__top .container {
    max-width: 100%;
  }
  .header__wrapper__top__mobile {
    display: block;
  }
  .header__wrapper__top__mobile #contacts {
    margin-right: 15px;
    display: inline-block;
  }
  .header__wrapper__top__mobile #contacts:hover {
    text-decoration: underline;
  }
  .header__wrapper__top__mobile #menu {
    display: none;
  }
  .header__wrapper__bottom {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px 0;
    background-color: #292929 !important;
  }
  .header__wrapper__bottom .close {
    display: block;
  }
  .header__wrapper__bottom__contact {
    width: 100%;
    max-width: 250px;
  }
  .header__wrapper__bottom .flex-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__wrapper__bottom__contact-popup {
    display: none;
  }
  .main-top .container {
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 1000px) {
  .header__wrapper__menu__items__item {
    padding: 0 5px;
  }
  .services__items__item {
    width: calc(50% - 5px);
  }
  .prices__list__main {
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  .header__wrapper__top__mobile #menu {
    display: inline-block;
  }
  .header__wrapper__top__mobile #menu:hover {
    text-decoration: underline;
  }
  .header__wrapper__menu {
    text-align: center;
  }
  .header__wrapper__menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__wrapper__menu__items {
    max-width: 100%;
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #292929;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__wrapper__menu__items .close {
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 35px;
  }
  .header__wrapper__menu__items__item {
    margin-bottom: 10px;
  }
  .advantages__item {
    max-width: 267px;
  }
  .whyus__title {
    padding: 40px 0;
  }
  .whyus__items__item {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 800px) {
  .prices {
    padding-bottom: 30px;
  }
  .rate {
    padding-top: 30px;
  }
  .rate__item {
    width: 100%;
  }
  .rate__item:first-child {
    position: static;
    top: unset;
    left: unset;
    margin-bottom: 20px;
  }
  .rate__item .footer-form__right__button.btn-tel::before {
    content: unset;
  }
  .rate__item .footer-form__right__button .button {
    border-radius: 5px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .wapopup {
    left: 20px;
  }
  .wapopup__content__text {
    font-size: 11px;
    width: 185px;
    left: -15px;
  }
  .main-top .container {
    top: unset;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-top__text {
    width: 100%;
    max-width: 450px;
  }
  .main-top__text__subtitle {
    font-size: 16px;
    text-align: left;
  }
  .main-top__text__title {
    text-align: left;
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
  }
  .main-top__text__price {
    display: inline-block;
    font-size: 28px;
  }
  .main-top__text__button {
    max-width: 330px;
  }
  .main-top__text__button:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    height: calc(100% + 17px);
    right: 41px;
  }
  .main-top__text__button__inner {
    padding: 10px 10px;
    font-size: 12px;
    max-width: 300px;
  }
  h2 {
    margin-top: 25px;
    font-size: 40px;
  }
  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages__item {
    max-width: 300px;
    margin-bottom: 25px;
  }
  .prices {
    padding-top: 20px;
  }
  .prices__list__main {
    font-size: 15px;
  }
  .prices__list__main:after {
    right: 10px;
  }
  .prices__list__content {
    margin-left: 0;
  }
  .prices__list__content__item__left {
    padding-left: 20px;
  }
  .prices__list__content__item__left:before {
    left: 5px;
    top: 7px;
  }
  .service-photos {
    padding-bottom: 60px;
  }
  .service-photos__title {
    margin-bottom: 20px;
  }
  .service-photos__text {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .service-photos__photos__item {
    max-width: 100%;
    margin-right: 0;
  }
  .works .container {
    max-width: 90%;
  }
  .works .container div.before::after,
  .works .container div.after::after {
    font-size: 16px;
    padding: 10px;
    max-width: 110px;
  }
  .footer-contacts__contact {
    width: 100%;
    max-width: 361px;
    padding: 0;
    margin-bottom: 15px;
  }
  .footer-contacts__contact:not(:last-child) {
    border-right: 0;
  }
  .footer-contacts__contact:last-child {
    border-left: none;
  }
  .footer-contacts__contact__button {
    border-radius: 5px;
    max-width: 250px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .footer-contacts__contact__button::before {
    content: unset;
  }
  .footer-form {
    padding: 45px 15px;
  }
  .footer-form__left, .footer-form__right {
    max-width: 100%;
    text-align: center;
  }
  .footer-form__left__button, .footer-form__right__button {
    margin: 0 auto;
  }
  .footer-form__left__button::before, .footer-form__right__button::before {
    content: unset;
  }
  .footer-form__left form button[type="submit"], .footer-form__right form button[type="submit"] {
    -webkit-clip-path: unset;
            clip-path: unset;
    border-radius: 5px;
  }
  .footer-form__left {
    margin-bottom: 15px;
  }
  .footer-form__left__title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .slick-next {
    right: -10px;
  }
  .slick-prev {
    left: -10px;
  }
}

@media only screen and (max-width: 550px) {
  .main-top .container {
    margin-top: 15px;
    position: static;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    text-align: center;
  }
  .main-top__text {
    text-align: center;
    color: black;
    max-width: 300px;
  }
  .main-top__text__subtitle, .main-top__text__titee {
    text-align: center;
    color: black;
  }
  .main-top__text__price {
    text-align: left;
  }
  .main-top__text__price span {
    color: black;
  }
  .main-top__text__button {
    margin: 0 auto;
  }
  .main-top__text__button::before {
    content: unset;
  }
  .main-top__text__button__inner {
    border-radius: 5px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .works {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .works .container {
    max-width: 100%;
  }
  .works__title {
    margin-bottom: 35px;
  }
  .works .before-slider .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works .before-slider .slick-slide div {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 250px;
  }
  .works .before-slider .slick-slide div.before::after,
  .works .before-slider .slick-slide div.after::after {
    font-size: 15px;
    padding: 10px;
    max-width: 100px;
  }
  .works .nav-before-slider__slide {
    margin: 2px;
  }
  h2 {
    margin-top: 20px;
    font-size: 35px;
  }
  .services__items__item {
    width: calc(100% - 5px);
  }
  .whyus__items__item {
    padding: 60px 15px 30px 20px;
  }
  .prices__list__content__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices__list__content__item__left:after {
    content: unset;
  }
}

@media only screen and (max-width: 485px) {
  .prices__list__content__item {
    margin-bottom: 15px;
  }
  .prices__list__content__item__left {
    margin-bottom: 5px;
    width: 100%;
  }
  .prices__list__content__item__right {
    width: auto;
  }
}

@media only screen and (max-width: 450px) {
  .header__wrapper__menu__items {
    top: 80px;
  }
  .header__wrapper__bottom {
    top: 80px;
  }
  .header__wrapper__top {
    text-align: center;
  }
  .header__wrapper__top__contacts {
    display: inline-block;
  }
  .header__wrapper__top__mobile {
    float: none;
    display: block;
    text-align: center;
    padding-top: 14px;
  }
  h2 {
    margin-top: 15px;
    font-size: 28px;
  }
  .prices__list__main {
    padding: 10px 35px 10px 20px;
  }
  .prices__list__content__item {
    padding-left: 12px;
  }
  .prices__list__content__item:before {
    left: 0;
  }
  .prices__list__content__item__right {
    width: auto;
  }
  .prices__list__content__item__left {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 370px) {
  h2 {
    margin-top: 10px;
    font-size: 22px;
  }
  .services__items__item {
    width: 100%;
    margin-right: 0;
  }
  footer .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
