/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
pre,
textarea {
  overflow: auto;
}
label,
output {
  display: inline-block;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
*,
[tabindex="-1"]:focus {
  outline: 0 !important;
}
.play-btn,
.top-phone {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.article-img img,
.banner img,
.map-item img,
.news__cover img,
.page-cover img,
.page-img img,
.service-img img,
.video-block__cover {
  object-fit: cover;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
a {
  color: #007bff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none !important;
}
.wrapper > .content,
body {
  background: #fff;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}
svg:not(:root) {
  overflow: hidden;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
th {
  text-align: inherit;
}
label {
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
.blog-title,
.contact__address,
.home-about p,
.lang > li > a,
.lang > li > button,
.map-block__title,
.nav-list > li > a,
.nav-list > li > button,
.note__warning,
.page-btn--buy,
.page-btn--type2,
.page-btn--type2:hover,
.page-btn--type3,
.page-content__title--type2,
.section-title,
.service-head__title,
.service-tab__item,
.title-block__item,
.uppercase {
  text-transform: uppercase;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
}
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;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
@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: 1240px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-2 {
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-4 {
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-8 {
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-10 {
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}
.wrapper,
body,
html {
  height: 100%;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Century Gothic";
  src: url(../fonts/CenturyGothic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url(../fonts/CenturyGothic-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  color: #212529;
  text-align: left;
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}
.advantage__title,
.home-about p,
.map-block__contact,
.map-block__title,
.section-title,
.service-head__title,
.service-tab__item.active,
strong {
  font-weight: 700;
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-top,
.top-social {
  -webkit-box-align: center;
}
.sm-show {
  display: none;
}
.header-top,
.page-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.page-logo {
  width: 210px;
  display: flex;
}
.page-logo img {
  width: 100%;
}
.header-top {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.lang,
.top-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.lang > li > a,
.lang > li > button,
.nav-list > li > a,
.nav-list > li > button,
.bdt-navbar-nav > li > a,
.bdt-navbar-nav > li > button,
.top-social > li > a,
.top-social > li > button {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
.top-social {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang,
.nav-list,
.bdt-navbar-nav {
  -webkit-box-align: center;
}
.top-social > li + li {
  margin-left: 15px;
}
.top-social > li > a,
.top-social > li > button {
  color: #fff;
}
.lang {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang > li + li {
  margin-left: 10px;
}
.lang > li > a,
.lang > li > button {
  color: #a7a7a7;
}
.lang > li > a.active,
.lang > li > button.active {
  color: #fff;
  font-weight: 700;
}
.top-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.top-phone:focus,
.top-phone:hover {
  color: #fff;
}
.header-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bdt-navbar-nav,
.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination,
.service-tab {
  -webkit-box-align: center;
}
.bdt-navbar-nav > li, .nav-list > li {
  position: relative;
}
.bdt-navbar-nav > li + li, .nav-list > li + li {
  margin-left: 20px;
}
.bdt-navbar-nav > li > a,
.bdt-navbar-nav > li > button,
.nav-list > li > a,
.nav-list > li > button {
  color: #fff;
  font-size: 14px;
}
.nav-list > li:hover .sub-nav,
.bdt-navbar-nav > li:hover .sub-nav {
  display: block;
}
.nav-btn,
.sub-nav {
  display: none;
}
.nav-arrow {
  font-size: 12px;
  padding-left: 3px;
}
.sub-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
}
.home-img,
.home-qoute,
.home-section,
.video-block {
  position: relative;
}
.sub-nav li + li {
  margin-top: 10px;
}
.sub-nav li a {
  display: block;
  color: #000;
  font-size: 14px;
}
.home-video,
.service-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.home-section {
  padding: 200px 0 80px;
  background: #000;
  overflow: hidden;
}
.home-video > div,
.play-btn,
.service-bottom > div {
  padding: 0;
}
.home-img {
left: -350px;
margin-top: -200px;
width: -webkit-calc(100% + 700px);
width: calc(100% + 700px);
}
.home-img img {
  width: 100%;
}
.home-qoute {
  margin-top: -160px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
td.work-td {
    margin-left: 20px;
}
.home-video {
  display: flex;
  margin-top: 80px;
}
.home-video .video-block {
  height: 380px;
}
.video-block iframe,
.video-block__cover {
  width: 100%;
  height: 100%;
}
.service-img,
.video-block--regular-video {
  height: 380px;
}
.video-block--mt {
  margin-top: 30px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: 0 0;
  cursor: pointer;
}
.home-scroll,
.service-tab__item {
  position: relative;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.play-btn--type2 {
  width: 100px;
}
.play-btn--type2 img {
  width: 100%;
}
.home-scroll {
  display: block;
  margin: -20px auto 0;
}
.service-bottom {
  margin-top: 70px;
}
.service-img {
  display: flex;
}
.service-img img {
  width: 100%;
  height: 100%;
}
.service-section {
  padding: 100px 0;
}
.service-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-tab__item {
  color: #000;
  padding: 0;
  letter-spacing: 0.1em;
}
.more-link,
.more-link:focus,
.more-link:hover {
  color: #cc9c52;
}
.service-item--type2 > .row > div:last-child,
.service-text {
  padding-left: 60px;
}
.article__title,
.footer-block__name,
.news__title,
.page-cover__title,
.stat-col {
  letter-spacing: 0.05em;
}
.service-tab__item:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -5px;
  width: 100%;
  background: #000;
  opacity: 0;
}
.page-cover__title:after,
.stat-col__val::after {
  content: "";
  bottom: -15px;
}
.service-tab__item.active:after {
  opacity: 1;
}
.services {
  margin-top: 90px;
}
.service-item {
  display: none;
}
.more-link,
.service-item.active {
  display: block;
}
.service-item > .row > div:first-child {
  padding-right: 60px;
}
.service-item--type2 > .row > div:first-child {
  padding-right: 15px;
}
.service-head {
  height: 110px;
}
.service-head__title {
  font-size: 25px;
}
.service-head__extra {
  margin-top: 15px;
  color: #cc9c52;
}
.service-text {
  margin-top: 10px;
  line-height: 2;
}
.service-text p + p {
  margin-top: 30px;
}
.more-link {
  margin-top: 20px;
}
.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.home-about > div {
  padding: 0;
}
.home-about .video-block {
  margin-top: 60px;
  height: 480px;
}
.home-about p {
  font-size: 21px;
}
.advantages-section {
  padding: 100px 0;
  background: #000;
}
.section-title {
  padding-bottom: 30px;
  color: #fff;
  font-size: 29px;
  line-height: 1.4;
  text-align: center;
}
.section-title--left {
  text-align: left;
}
.category-td,
.map-block,
.page-btn,
.page-content__extra,
.page-cover__title,
.title-block {
  text-align: center;
}
.section-title--dark {
  color: #000;
}
.section-title--type2 {
  padding-bottom: 0;
}
.section-title--small {
  font-size: 25px;
}
.advantages {
  padding-top: 30px;
}
.advantages .row {
  margin: 0 -30px;
}
.advantages .row > div {
  padding: 0 30px;
}
.advantage {
  margin-top: 30px;
  color: #fff;
}
.advantage__title {
  font-size: 21px;
}
.advantage__text {
  margin-top: 50px;
  line-height: 1.8;
}
.advantage__text p + p {
  margin-top: 15px;
}
.yellow {
  color: #cc9c52;
}
.banner {
  margin-top: 120px;
  height: 367px;
}
.banner a {
  display: block;
}
.banner img {
  width: 100%;
  height: 100%;
}
.map-item {
  position: relative;
  height: 670px;
}
.map-item iframe,
.map-item img {
  height: 100%;
  width: 100%;
}
.map-block {
  position: absolute;
  width: 560px;
  top: 30px;
  right: 30px;
  background: #fff;
  padding: 60px 120px;
  z-index: 2;
}
.map-block__title {
  font-size: 25px;
}
.map-block__action {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 20px auto 0;
  background: #000;
  color: #fff;
  padding: 15px;
}
.map-block__action a,
.map-block__action a:focus,
.map-block__action a:hover {
  color: #fff;
}
.map-block__contact {
  padding-top: 15px;
}
.map-block__contact p {
  margin-top: 5px;
}
.footer {
  padding: 25px 0;
  background: #000;
}
.footer-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.footer-block__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 23px;
  text-transform: uppercase;
}
.article__title,
.blog-title {
  font-size: 25px;
  font-weight: 700;
}
.top-cover {
  background: #000;
  padding: 50px 0 120px;
}
.blog-section {
  padding: 80px 0;
}
.blog-title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.article__cover {
  margin-top: 30px;
}
.article__cover img {
  width: 100%;
}
.article__content {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 2;
}
.article__content > :first-child {
  margin-top: 0;
}
.article__content p {
  margin-top: 30px;
}
.article__content a {
  color: #cc9c52;
  word-break: break-all;
}
.article__content > a {
  display: block;
  margin-top: 30px;
  font-weight: 700;
}
.article__gallery {
  padding-top: 70px;
}
.article__gallery > .row {
  margin: 0 -10px;
}
.article__gallery > .row > div {
  padding: 0 10px;
}
.article-date {
  margin-top: 5px;
  color: #cc9c52;
}
.article-date > span {
  padding-left: 10px;
}
.article-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 375px;
  margin-top: 20px;
}
.article-img img {
  width: 100%;
  height: 100%;
}
.article-btns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.page-btn {
  display: block;
  width: auto;
  padding: 0 15px;
  min-width: 150px;
  background: #fff;
  height: 64px;
  line-height: 64px;
  border: 1px solid #000;
  cursor: pointer;
}
.page-btn:hover {
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-btn--buy,
.page-btn--type3 {
  background: #bd2405;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-weight: 700;
}
.page-btn--buy:hover,
.page-btn--type3:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-btn--type2 {
  background: #000;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  border: none;
}
.page-btn--type2:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news__title,
.news__title:focus,
.news__title:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > button:focus,
.pagination > li > button:hover {
  color: #000;
}
.page-btn--small {
  height: 48px !important;
  line-height: 48px !important;
  font-size: 14px;
}
.page-btn--full {
  width: 100%;
}
.news-list {
  margin-top: -25px;
}
.news,
.news__cover {
  margin-top: 30px;
}
.news__title {
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 700;
}
.news__cover {
  height: 280px;
}
.news__cover img {
  width: 100%;
  height: 100%;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
.pagination > li > a,
.pagination > li > button {
  display: block;
  padding: 0 5px;
  min-width: 64px;
  height: 64px;
  line-height: 64px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.pagination > li > a.active,
.pagination > li > button.active {
  background: #000;
  border-color: transparent;
  color: #fff;
}
.pagination > li > a.pagination-text,
.pagination > li > button.pagination-text {
  padding-right: 25px;
  border: none;
  font-weight: 400;
  font-size: 18px;
}
.pagination > li > a.more,
.pagination > li > button.more {
  border: none;
  font-weight: 400;
  cursor: default;
}
.pagination > li + li {
  margin-left: 10px;
}
.page-section {
  padding: 60px 0 100px;
}
.page-section--dark {
  background: #000;
  color: #8e8e8e;
}
.page-section--dark .page-content__title {
  color: #fff;
}
.page-section--no-pb {
  padding-bottom: 0 !important;
}
.page-section--less-pb {
  padding-bottom: 60px;
}
.page-content__text {
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
  line-height: 2;
}
.page-content__text > :first-child {
  margin-top: 0;
}
.page-content__text > p,
.page-content__text > ul {
  margin-top: 30px;
}
.page-content__text a {
  text-decoration: underline !important;
  color: #cc9c52;
}
.page-content__text > a {
  display: block;
  word-break: break-all;
  margin-top: 30px;
  font-weight: 700;
}
.page-content__text--grey {
  color: #656565;
}
.page-content__text--grey2 {
  color: #8a8a8a;
}
.page-content__extra {
  padding-top: 60px;
}
.page-content__extra > :first-child {
  margin-top: 0;
}
.page-content__extra p {
  margin-top: 30px;
}
.page-content__extra .big {
  font-size: 21px;
}
.page-content__extra--type2 {
  padding: 80px 0 30px;
}
.page-content__title {
  font-size: 18px;
  font-weight: 700;
}
.page-content__title--type2 {
  font-size: 21px;
}
.page-content__title--no-bold {
  font-weight: 400;
}
.page-gallery + .page-content__title {
  margin-top: 60px;
}
.page-cover {
  position: relative;
  height: 530px;
}
.page-cover img {
  width: 100%;
  height: 100%;
}
.page-cover__title {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 270px;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  z-index: 2;
}
.page-cover__title:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  background: #fff;
  height: 2px;
}
.page-gallery {
  padding-top: 40px;
}
.page-gallery .video-title + .page-img {
  margin-top: 0;
}
.page-gallery--single .page-img {
  height: auto;
}
.page-gallery--no-pt {
  padding-top: 0;
}
.page-gallery--type2 .page-img {
  height: 275px;
}
.page-img {
  height: 375px;
  margin-top: 30px;
}
.page-img img {
  width: 100%;
  height: 100%;
}
.cafe-section {
  margin-top: 150px;
  background: #000;
  padding: 100px 0 0;
}
.cafe-section .full-video {
  margin-top: 70px;
}
.full-video {
  position: relative;
  margin-top: 60px;
  height: 520px;
}
.menu-doc {
  margin-top: -130px;
}
.menu img {
  width: 100%;
}
.menu--type1 {
  margin-top: -150px;
}
.menu--type2 {
  margin-top: 30px;
}
.extra-gallery-section {
  padding-bottom: 70px;
}
.price-section {
  background: #191919;
  padding-top: 70px;
  padding-bottom: 40px;
}
.price-section--no-pt {
  padding-top: 0 !important;
}
.price-section--pb {
  padding-bottom: 100px;
}
.price-section--no-pb {
  padding-bottom: 0 !important;
}
.price-section--type2 {
  background: #fff;
}
.price-section--type2 .price-head--type2 {
  background: #eee;
}
.price-section--type2 .price-table {
  color: #000;
}
.price-section--type2 .price-table tbody tr {
  border-color: #c3c3c3;
}
.price-section--type2 .price-table--last-border tbody tr:last-child {
  border-bottom: 2px solid #c3c3c3;
}
.price-head {
  background: #2a2a2a;
  padding: 20px 0;
}
.price-head > .container {
  padding: 0 95px;
}
.price-head--type2 {
  background: #000;
}
.price-body {
  padding: 0 80px;
}
.work-td {
  width: 600px;
  padding-right: 50px;
}
.work-td--img-type {
  width: 400px;
}
.category-td {
  width: -webkit-calc((100% - 600px)/ 4);
  width: calc((100% - 600px) / 4);
  padding: 0 10px;
  margin-left: auto;
}
.category-td--img {
  width: -webkit-calc((100% - 400px)/ 4);
  width: calc((100% - 400px) / 4);
}
.price-table {
  width: 100%;
  color: #fff;
}
.price-table tbody tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #373737;
}
.price-table tbody tr:last-child {
  border: none;
}
.price-table tbody tr td {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.price-table--last-border tbody tr:last-child {
  border-bottom: 2px solid #373737;
}
.price-table thead tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-table thead tr td {
  display: block;
}
.price-name {
  text-decoration: underline;
  font-weight: 700;
}
.price-name--bigger {
  font-size: 18px;
  text-decoration: none;
}
.price-name img {
  width: 115px;
}
.price-name--img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.title-block {
  color: #fff;
  padding-bottom: 70px;
}
.title-block__item {
  font-weight: 700;
  font-size: 25px;
}
.title-block__extra {
  margin-top: 10px;
  text-decoration: underline;
}
.title-block__text {
  margin-top: 10px;
}
.title-block__text a {
  color: #cc9c52;
}
.title-block__text--grey {
  color: #7a7a7a;
}
.title-block__text--more-indent {
  margin-top: 30px;
}
.title-block--dark {
  color: #000;
}
.title-block--type2 {
  padding-bottom: 40px;
}
.title-block--left {
  text-align: left;
}
.class-section {
  padding: 80px 0 100px;
}
.note {
  margin-top: 60px;
  padding: 30px;
  border: 1px dashed #cc9c52;
  background: #fff2df;
}
.note__warning {
  color: #cc9c52;
  font-weight: 700;
}
.note--type2 {
  background: 0 0;
  text-align: center;
  padding: 30px 60px;
  color: #fff;
}
.contact__title,
.note--left-align {
  text-align: left;
}
.note--type3 {
  padding: 30px;
}
.note ul {
  margin-top: 20px;
}
.note--dark {
  color: #000;
}
.contact-section {
  padding: 150px 0;
}
.contact-col {
  width: 32%;
  padding: 0 30px;
}
.contact-col:last-child {
  width: 36%;
}
.contact__phone {
  color: #fff;
  background: #000;
  padding: 20px;
  line-height: 2;
  text-align: center;
}
.contact__phone a {
  color: #fff;
  font-size: 21px;
}
.contact__address {
  font-weight: 700;
  margin-top: 25px;
}
.contact__address a {
  display: block;
  margin-top: 15px;
  text-transform: none;
  color: #cc9c52;
}
.contact__text > :first-child {
  margin-top: 0;
}
.contact__text p {
  margin-top: 20px;
}
.contact__text a {
  color: #cc9c52;
  font-weight: 700;
}
.contact__text > a {
  display: block;
  margin-top: 20px;
}
.contact__social,
.deteyling-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.contact__social {
  display: flex;
  margin-top: 30px;
}
.contact__social > li a {
  color: #000;
  font-size: 18px;
}
.contact__social > li + li {
  margin-left: 30px;
}
.deteyling-price {
  display: flex;
  min-height: 78px;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #d8d8d8;
}
.ozon,
.similar-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.deteyling-video {
  margin-top: 60px;
}
.video-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.video-title--right {
  text-align: right;
}
.video-title span {
  font-weight: 400;
}
.video-title--white {
  color: #fff;
}
.video-title--bottom {
  padding-top: 30px;
  padding-bottom: 0;
}
.similar-category {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.similar-category__item {
  text-decoration: underline;
  color: #cc9c52;
  font-size: 16px;
}
.similar-category__item:focus,
.similar-category__item:hover {
  color: #cc9c52;
}
.similar-category__devider {
  padding: 0 15px;
}
.extra-gallery {
  position: relative;
  margin-top: 90px;
}
.extra-gallery .page-img {
  margin-top: 20px;
  height: 270px;
}
.extra-gallery .row {
  margin: 0 -10px;
}
.extra-gallery .row > div {
  padding: 0 10px;
}
.plus-img {
  position: absolute;
  width: 102px;
  top: 50%;
  margin-top: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plus-img--type1 {
  left: -webkit-calc(33.3% - 53px);
  left: calc(33.3% - 53px);
}
.plus-img--type2 {
  left: -webkit-calc(66.6% - 46px);
  left: calc(66.6% - 46px);
}
.plus-img img {
  width: 100%;
}
.complex-block {
  background: #cc9c52;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 60px 0;
  line-height: 2;
}
.complex-block--type2 {
  background: #363636;
  color: #fff;
}
.not-doing {
  margin-top: 70px;
}
.not-doing .section-title {
  text-transform: none;
}
.bottom-form__text,
.ceo__title,
.top-text__title {
  font-weight: 700;
  text-transform: uppercase;
}
.not-doing__block {
  position: relative;
  margin-top: 60px;
}
.not-doing__block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: -webkit-calc(65% - 10px);
  width: calc(65% - 10px);
  background: #cc9c52;
}
.not-doing-right {
  position: relative;
  padding: 50px 0 50px 50px;
  color: #000;
  z-index: 2;
}
.not-doing-right p + p {
  margin-top: 30px;
}
.not-doing-left {
  font-style: italic;
  color: #fff;
}
.not-doing-left ul li + li {
  margin-top: 10px;
  font-style: 16px;
}
.ozon-section {
  margin-top: 20px;
  background: #000;
  padding: 30px 0;
}
.ozon {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ozon__img {
  width: 150px;
}
.ozon__img img {
  width: 100%;
}
.ozon__text {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 50px;
  color: #fff;
}
.ozon__text p > span {
  color: #cc9c52;
}
.ozon__text p + p {
  margin-top: 30px;
}
.page-label {
  margin-top: 50px;
  color: #8f8f8f;
}
.page-label--type2 {
  margin-top: 0;
  padding-bottom: 50px;
}
.category-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-label__item {
  margin-top: 15px;
  padding: 5px 30px;
  background: #000;
  color: #fff;
  font-weight: 700;
}
.category-label + .full-video {
  margin-top: 80px;
}
.price-gift {
  margin-top: 15px;
  color: #7d7d7d;
}
.price-gift > span {
  color: #cc9c52;
}
.price-drop {
  margin-top: 40px;
}
.price-drop__title {
  position: relative;
  display: block;
  width: 100%;
  background: 0 0;
  padding: 15px 0;
  color: #fff;
  border: none;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.price-drop__title > span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price-drop__body {
  display: none;
  margin-top: 30px;
}
.price-drop__body .price-table tbody tr:first-child {
  border-top: 2px solid #373737 !important;
}
.price-drop.active .price-drop__body {
  display: block;
}
.bottom-gallery,
.bottom-gallery .page-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.price-drop.active .price-drop__title > span {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.bottom-gallery {
  display: flex;
  margin-top: 80px;
}
.bottom-gallery > div {
  padding: 0;
}
.bottom-gallery .page-img {
  display: flex;
  height: 480px;
}
.franchise-top,
.why-block__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.polish-gallery {
  padding-bottom: 60px;
  margin-top: 80px;
}
.polish-gallery > .row {
  margin: 0;
}
.polish-gallery > .row > div {
  padding: 0;
}
.polish-gallery .page-img {
  height: 390px;
}
.ton-gallery .page-img {
  height: 230px;
}
.glass-list {
  padding-top: 70px;
}
.glass-type {
  margin-top: 30px;
  background: #282828;
  padding: 50px 30px;
  color: #fff;
  text-align: center;
}
.glass-type__label {
  margin-top: 0;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 18px;
  background: #575757;
}
.glass-type__list {
  margin-top: 30px;
}
.glass-type--type2 {
  background: #323d6c;
}
.glass-type--type2 .glass-type__label {
  background: #485aa9;
}
.glass-type--type3 {
  background: #8a6f44;
}
.glass-type--type3 .glass-type__label {
  background: #cc9c52;
}
.franchise-top {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 200px 0 80px;
}
.franchise-top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.franchise-top__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark-section {
  padding: 80px 0;
  background: #000;
}
.why-wrap {
  margin-top: -50px;
}
.why-block {
  margin-top: 70px;
}
.why-block__title {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 90px;
  padding: 0 50px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.buy-btn,
.package__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.why-block__icon {
  margin: 0 auto;
  width: 60px;
  height: 50px;
}
.why-block__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-block__text {
  margin-top: 30px;
  text-align: left;
  line-height: 2;
  color: #787878;
}
.package,
.package__title,
.tariff,
.tariff__icon {
  text-align: center;
}
.franchise-content {
  padding: 0 80px;
}
.buy-btn {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 90px;
}
.buy-btn .page-btn {
  height: 56px;
  line-height: 56px;
  padding: 0 40px;
}
.how-work-section {
  padding: 10px 0 100px;
}
.package {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  margin-top: 30px;
  background: #fff;
  padding: 30px 25px 40px;
}
.package__icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.package__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.package__title {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.ceo-right,
.tariff__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.ceo-left,
.ceo-right {
  height: 100%;
}
.package__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2.4;
}
.ceo__name,
.ceo__text {
  margin-top: 30px;
}
.ceo-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ceo-right {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10% 20%;
  background: #e7e7e7;
}
.ceo-right__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  width: 100px;
  height: 100px;
}
.ceo-right__img img {
  width: 100%;
}
.ceo__title {
  font-size: 29px;
}
.ceo__name {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
.ceo__name span {
  padding-right: 15px;
}
.text-devider {
  margin-top: 40px;
  padding: 0 0 40px;
  width: 100px;
  border-top: 1px dashed #000;
}
.studio-section {
  padding-bottom: 100px;
}
.studio-gallery .service-img {
  margin-top: 30px;
}
.studio-gallery__left .service-img {
  height: 335px;
}
.studio-gallery__right .service-img {
  height: 155px;
}
.stat-section {
  position: relative;
  margin-top: 100px;
  padding: 100px 0;
}
.stat-section__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stat-section__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stat-section > .container {
  position: relative;
  z-index: 2;
}
.stat-block {
  margin-top: 60px;
}
.stat-block__title {
  font-size: 21px;
  color: #fff;
}
.stat-block__row {
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stat-col {
  margin-top: 30px;
  font-weight: 700;
}
.stat-col__val {
  position: relative;
  color: #cc9c52;
  font-size: 54px;
  line-height: 1.2;
}
.stat-col__val::after {
  position: absolute;
  left: 0;
  background: #fff;
  height: 1px;
  width: 70px;
}
.stat-col__name {
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}
.stat-video {
  position: relative;
  margin-top: -375px;
  width: 800px;
  height: 350px;
  margin-left: auto;
}
.stat-video iframe {
  width: 100%;
  height: 100%;
}
.terms-buying {
  margin-top: 70px;
  border-top: 1px solid #7f7f7f;
  padding-top: 50px;
}
.tariff-wrap {
  margin-top: -20px;
}
.tariff {
  position: relative;
  margin-top: 30px;
  padding: 30px 30px 150px;
  background: #fff;
  box-shadow: 0 0 34.2px 3.8px rgba(0, 0, 0, 0.08);
}
.tariff__extra {
  font-weight: 700;
  color: #bd2405;
}
.tariff__price {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
}
.tariff__icon,
.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.tariff__price span {
  padding-top: 10px;
  font-size: 32px;
}
.tariff__period {
  margin-top: 5px;
  font-size: 21px;
  font-weight: 700;
}
.tariff__icon {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
}
.tariff__icon svg {
  width: 60px;
}
.tariff__icon svg path {
  fill: #000;
}
.tariff__text {
  text-align: left;
}
.bottom-form,
.timer-block {
  text-align: center;
}
.tariff__btn {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
}
.tariff__btn .page-btn {
  width: 200px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
}
.tariff:hover {
  background: url(/wp-content/uploads/2020/04/tariff-bg.jpg) center no-repeat;
  -webkit-transition: background 0.2 ease-in;
  transition: background 0.2 ease-in;
  background-size: cover;
  color: #fff;
}
.tariff:hover .tariff__icon svg path {
  fill: #fff;
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
}
.tariff:hover .page-btn {
  background: #bd2405;
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  font-size: 14px;
}
.franchise-footer {
  position: relative;
  padding: 100px 0;
  color: #fff;
}
.franchise-footer__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.franchise-footer__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.franchise-footer > .container {
  position: relative;
  z-index: 2;
}
.franchise-bottom__logo {
  width: 300px;
  margin: 0 auto;
}
.franchise-bottom__logo img {
  width: 100%;
}
.franchise-bottom__text {
  margin-top: 30px;
  text-align: center;
  padding: 0 100px;
}
.timer {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.timer-block__val {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 700;
}
.timer-block + .timer-block {
  margin-left: 50px;
}
.bottom-form {
  margin-top: 70px;
}
.bottom-form__extra {
  margin-top: 30px;
  text-decoration: underline;
}
.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.email-form__input {
  width: 450px;
  margin-right: 15px;
}
.email-form__btn .page-btn {
  padding: 0 30px;
}
.form-item {
  width: 100%;
  height: 48px;
  background: #fff;
  padding: 0 15px;
  border-radius: 3px;
  border: none;
}
.coop-section {
  background: #e7e7e7;
}
.coop-wrap {
  position: relative;
  padding: 60px 60px 60px 300px;
  width: 70%;
  margin-left: auto;
  background: #fff;
}
.coop-wrap__img {
  position: absolute;
  width: 575px;
  height: 575px;
  left: -365px;
  top: 0;
}
.coop-wrap__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coop {
  margin-top: 30px;
}
.coop__title {
  font-size: 18px;
  font-weight: 700;
}
.coop__text {
  margin-top: 10px;
}
.top-form {
  padding: 0 70px;
}
.top-form__btn,
.top-form__field + .top-form__field {
  margin-top: 15px;
}
.top-form__btn .page-btn {
  width: 100%;
}
.top-text {
  color: #fff;
}
.top-text__title {
  font-size: 36px;
  line-height: 1.4;
}
.top-text__title span {
  font-weight: 400;
}
.top-text__line {
  width: 120px;
  margin-left: 60px;
  margin-top: 60px;
  border-top: 1px solid #fff;
}
.top-text__item {
  margin-top: 60px;
  line-height: 2;
}
.form-section {
  padding: 30px 0 60px;
  background: #343434;
}
.form-section--type2 {
  background: #434958;
}
.request-field {
  margin-top: 15px;
}
.washing-price {
  padding-right: 50px;
}
.hide-btn {
  position: absolute;
  top: 20px;
  right: -45px;
  width: 40px;
  height: 40px;
  background: #222;
  border: none;
  color: #fff;
  cursor: pointer;
}
.hide-btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hide-btn--type2 {
  background: #eee;
  color: #000;
}
.price-description {
  display: block;
}
.hide-text .price-description {
  display: none;
}
.hide-text .hide-btn > span {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 1400px) {
  .polish-gallery .page-img {
    height: 300px;
  }
}
@media screen and (max-width: 1240px) {
  .polish-gallery .page-img {
    height: 240px;
  }
  .category-label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .category-label__item {
    margin-right: 15px;
  }
  .page-logo {
    width: 170px;
  }
  .nav-list > li > a,
  .nav-list > li > button {
    font-size: 12px;
  }
  .nav-list > li + li {
    margin-left: 10px;
  }
  .nav-arrow {
    font-size: 10px;
  }
  .header-top {
    padding: 20px 0;
  }
  .home-img {
    width: -webkit-calc(100% + 420px);
    width: calc(100% + 420px);
    left: -120px;
  }
  .top-phone {
    font-size: 16px;
  }
  .home-video .video-block {
    height: 300px;
  }
  .full-video {
    height: 400px;
  }
  .advantages-section,
  .blog-section,
  .service-section {
    padding: 70px 0;
  }
  .page-section {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .page-cover + .page-section {
    padding-top: 50px;
  }
  .class-section {
    padding: 70px 0;
  }
  .service-tab__item {
    font-size: 14px;
  }
  .article-img,
  .page-img,
  .service-img {
    height: 300px;
  }
  .page-content__extra .big {
    font-size: 18px;
  }
  .bottom-gallery .page-img,
  .home-about .video-block {
    height: 400px;
  }
  .banner {
    height: auto;
  }
  .footer {
    padding: 20px 0;
  }
  .footer-block__name {
    font-size: 21px;
  }
  .news__cover {
    height: 200px;
  }
  .page-cover {
    height: 430px;
  }
  .page-cover__title {
    top: 230px;
  }
  .contact-section {
    padding: 100px 0;
  }
  .contact-col {
    padding: 0 15px;
  }
  .price-body {
    padding: 0;
  }
  .price-head > .container {
    padding: 0 15px;
  }
  .extra-gallery .page-img {
    height: 220px;
  }
  .page-gallery .video-block--regular-video {
    height: 300px;
  }
  .not-doing__block:after {
    width: -webkit-calc(65% - 20px);
    width: calc(65% - 20px);
  }
  .not-doing-right {
    padding: 30px 0 30px 30px;
  }
  .page-gallery--type2 .page-img {
    height: 220px;
  }
  .ton-gallery .page-img {
    height: 160px;
  }
  .glass-type {
    padding: 30px 20px;
  }
  .glass-type__label {
    padding: 5px 30px;
  }
  .why-block__title {
    padding: 0 30px;
    font-size: 18px;
  }
  .franchise-content {
    padding: 0 50px;
  }
  .package {
    padding: 20px 15px 30px;
  }
  .ceo-right {
    padding: 50px 70px;
  }
  .ceo__title {
    font-style: 25px;
  }
  .stat-video {
    margin-top: -300px;
    width: 595px;
    height: 250px;
  }
  .stat-section,
  .top-text__item,
  .top-text__line {
    margin-top: 40px;
  }
  .timer-block__val {
    font-size: 64px;
  }
  .coop-wrap__img {
    width: 500px;
    height: 500px;
    left: -280px;
  }
  .top-form {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .ceo-right__img,
  .nav-btn,
  .sub-nav {
    position: relative;
  }
  .nav-btn,
  .price-table > tbody > tr > td:last-child {
    border: none;
  }
  .lang .nav-list,
  .nav-list {
    -webkit-box-direction: normal;
  }
  .request-form {
    padding: 0 100px;
  }
  .sub-nav {
    display: block !important;
    top: 0;
    width: 100%;
    padding: 15px 0 0 15px;
    box-shadow: none;
  }
  .ceo-left,
  .coop-wrap__img {
    display: none;
  }
  .sub-nav li a {
    font-size: 12px;
  }
  .stat-section {
    margin-top: 0;
  }
  .franchise-top {
    padding: 150px 0 50px;
  }
  .top-text__title {
    font-size: 32px;
  }
  .stat-col__val,
  .tariff__price {
    font-size: 48px;
  }
  .top-form {
    margin-top: 30px;
    padding: 0 100px;
  }
  .coop-wrap {
    width: 100%;
    padding: 30px;
  }
  .franchise-footer {
    padding: 50px 0;
  }
  .franchise-bottom__logo {
    width: 240px;
  }
  .franchise-bottom__text {
    padding: 0;
  }
  .how-work-section {
    padding: 0 0 50px;
  }
  .terms-buying {
    margin-top: 50px;
    padding-top: 30px;
  }
  .tariff {
    padding: 30px 15px 130px;
  }
  .tariff__btn {
    bottom: 30px;
  }
  .title-block {
    padding-bottom: 50px;
  }
  .title-block--type2 {
    padding-bottom: 20px;
  }
  .studio-section {
    padding-bottom: 50px;
  }
  .stat-block {
    margin-top: 40px;
  }
  .dark-section,
  .stat-section {
    padding: 50px 0;
  }
  .stat-video {
    width: 100%;
    margin-top: 0;
  }
  .stat-block__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .stat-col {
    width: 33.3%;
  }
  .ceo-right {
    display: block;
    text-align: center;
    padding: 30px 15px 40px;
  }
  .not-doing__block:after,
  .plus-img {
    display: none;
  }
  .category-td,
  .video-title--right {
    text-align: left;
  }
  .ceo-right__img {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
  }
  .ceo {
    margin-top: 15px;
  }
  .ceo__name {
    font-size: 21px;
    font-style: 16px;
  }
  .franchise-content {
    padding: 0;
  }
  .package__title {
    height: 50px;
  }
  .polish-gallery .page-img,
  .ton-gallery .page-img {
    height: auto;
  }
  .note {
    margin-top: 40px;
  }
  .glass-list {
    padding-top: 30px;
  }
  .glass-type {
    padding: 15px 15px 30px;
  }
  .glass-type__label {
    max-width: 290px;
    margin: 0 auto;
    font-size: 16px;
  }
  .nav-list > li + li,
  .pagination > li + li {
    margin-left: 0;
  }
  .polish-gallery {
    margin-top: 20px;
  }
  .price-drop,
  .price-drop__body {
    margin-top: 15px;
  }
  .price-drop__title {
    font-size: 18px;
    padding: 5px 0;
  }
  .category-label {
    padding-top: 30px;
  }
  .category-label__item {
    padding: 5px 15px;
  }
  .category-label + .full-video {
    margin-top: 50px;
  }
  .not-doing__block {
    margin-top: 40px;
  }
  .not-doing-right {
    padding: 30px 0 0;
    color: #fff;
  }
  .extra-gallery {
    margin-top: 0;
    padding-top: 50px;
  }
  .page-gallery .video-title {
    margin-top: 30px;
  }
  .page-gallery .video-title--bottom {
    margin-top: 0;
  }
  .contact-col,
  .page-gallery + .page-content__title {
    margin-top: 30px;
  }
  .page-gallery .video-block--regular-video {
    height: 220px;
  }
  .contact-col {
    width: 100% !important;
    padding: 0 15px;
  }
  .contact-section {
    padding: 40px 0 70px;
  }
  .contact__phone a {
    font-size: 18px;
  }
  .page-cover {
    height: 330px;
  }
  .page-cover__title {
    top: 170px;
    font-style: 23px;
  }
  .price-head {
    padding: 20px 0;
  }
  .price-name--bigger {
    font-size: 17px;
  }
  .price-table tbody tr td {
    padding: 5px 0;
  }
  .price-table > thead tr {
    display: block;
  }
  .price-table > thead tr td {
    display: none;
  }
  .price-table > thead tr td:first-child {
    display: block;
  }
  .price-table > tbody > tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0 15px;
  }
  .price-table > tbody > tr + tr {
    margin-top: 10px;
  }
  .news__cover,
  .page-content__text p,
  .page-content__text ul,
  .page-content__text > a {
    margin-top: 20px;
  }
  .price-table > tbody > tr > td {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .price-table > tbody > tr > td:before {
    display: block;
    content: attr(data-label);
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }
  .price-table > tbody > tr > td:nth-child(2),
  .price-table > tbody > tr > td:nth-child(3),
  .price-table > tbody > tr > td:nth-child(4),
  .price-table > tbody > tr > td:nth-child(5) {
    width: unset;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .category-td,
  .work-td {
    width: 100%;
    padding: 5px 0;
  }
  .full-video {
    height: 300px;
  }
  .page-content__text {
    padding: 20px 0 0;
  }
  .news__cover {
    height: 160px;
  }
  .news__title {
    font-size: 18px;
  }
  .pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .pagination > li {
    margin-top: 10px;
    margin-right: 6px;
  }
  .pagination > li:last-child {
    margin-right: 0;
  }
  .pagination > li > a,
  .pagination > li > button {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .pagination > li > a.pagination-text,
  .pagination > li > button.pagination-text {
    font-size: 13px;
    padding-right: 10px;
  }
  .top-cover {
    padding: 50px 0 60px;
  }
  .article__content,
  .nav-btn {
    padding: 0;
  }
  .footer-block__name {
    font-size: 18px;
  }
  .article__title,
  .blog-title {
    font-size: 21px;
  }
  .nav-btn {
    display: block;
    background: 0 0;
    cursor: pointer;
    color: #fff;
    z-index: 101;
  }
  .home-img {
    width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px);
    left: -90px;
  }
  .home-video .video-block {
    height: 240px;
  }
  .service-img {
    height: auto;
  }
  .article-img,
  .page-img {
    height: 220px;
  }
  .menu-doc {
    margin-top: -230px;
  }
  .cafe-section {
    margin-top: 80px;
  }
  .menu--type1 {
    margin-top: 30px;
  }
  .article__content p,
  .article__content > a {
    margin-top: 20px;
  }
  .blog-title {
    margin-bottom: 30px;
  }
  .article-btns {
    padding-top: 40px;
  }
  .play-btn {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
  .page-btn {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    min-width: 120px;
  }
  .advantages-section,
  .class-section,
  .service-section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .section-title--small {
    font-size: 23px;
  }
  .service-tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: -10px;
  }
  .service-tab__item {
    margin-right: 15px;
    margin-top: 10px;
  }
  .services {
    margin-top: 50px;
  }
  .service-item > .row > div {
    padding: 0 15px !important;
  }
  .service-item--type2 .service-head {
    margin-top: 15px;
  }
  .service-text {
    padding-left: 15px;
  }
  .service-head__extra {
    margin-top: 5px;
  }
  .service-head {
    height: 100px;
  }
  .service-img {
    margin-top: 15px;
  }
  .service-bottom {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-bottom .service-img {
    margin-top: 15px;
  }
  .bottom-gallery {
    margin-top: 30px;
  }
  .bottom-gallery .page-img,
  .home-about .video-block {
    height: 300px;
    margin-top: 30px;
  }
  .home-about p {
    font-size: 18px;
  }
  .home-qoute {
    margin-top: -100px;
  }
  .advantages {
    padding-top: 10px;
  }
  .advantage {
    margin-top: 40px;
  }
  .advantage__text {
    margin-top: 20px;
  }
  .banner {
    margin-top: 60px;
  }
  .nav-list .sub-menu > li + li,
  .nav-list > li + li {
    margin-top: 10px;
  }
  .map-block {
    width: 420px;
    padding: 50px 60px;
  }
  .map-block__title {
    font-size: 21px;
  }
  .map-item {
    height: 570px;
  }
  .header-top {
    padding: 10px 0;
  }
  .main-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    background: #fff;
    width: 240px;
    padding: 15px;
    z-index: 99;
    overflow: auto;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
  }
  .main-nav.active {
    display: block;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
  }
  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-list .sub-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px 0;
    box-shadow: none;
  }
  .nav-list > li > a {
    color: #000;
  }
  .icon-nav::after {
    position: absolute;
    top: 0;
    right: 0;
  }
  .lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lang .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lang .nav-list > li > a {
    color: #fff;
  }
  .lang .nav-list > li + li {
    margin-left: 10px;
    margin-top: 0;
  }
  .price-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .price-section--pb {
    padding-bottom: 80px;
  }
  .complex-block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-block,
  .home-video,
  .ozon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .washing-price {
    padding-right: 0;
  }
  .washing-price .price-table > tbody > tr > td.work-td {
    padding-right: 30px;
  }
  .price-table > tbody > tr {
    position: relative;
  }
  .price-table > tbody > tr > td {
    position: static;
  }
  .hide-btn {
    top: 5px;
    width: 36px;
    height: 36px;
    right: -10px;
  }
  .request-form {
    padding: 0 50px;
  }
  .map-block {
    right: unset;
    left: 11px;
    top: 140px;
  }
  .franchise-bottom__logo {
    width: 200px;
  }
  .top-form {
    padding: 0;
  }
  .form-item {
    height: 40px;
  }
  .page-btn--small {
    height: 40px !important;
    line-height: 40px !important;
  }
  .top-text__title {
    font-size: 25px;
  }
  .top-text__line {
    margin-top: 30p;
  }
  .top-text__item {
    margin-top: 30px;
  }
  .coop-wrap {
    padding: 30px 15px;
  }
  .coop-section {
    padding: 30px 0;
  }
  .price-section,
  .price-section--pb {
    padding-bottom: 40px;
  }
  .timer-block__val {
    font-size: 48px;
  }
  .timer-block + .timer-block {
    margin-left: 20px;
  }
  .bottom-form {
    margin-top: 40px;
  }
  .email-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .email-form__input {
    width: 100%;
  }
  .email-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
  .studio-gallery__left .service-img,
  .studio-gallery__right .service-img {
    height: auto;
  }
  .buy-btn {
    margin-top: 60px;
  }
  .page-cover__title {
    font-style: 21px;
  }
  .stat-col {
    width: 50%;
    text-align: center;
  }
  .stat-col__val {
    font-size: 42px;
  }
  .stat-col__val:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ozon {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ozon__img {
    margin: 0 auto;
  }
  .ozon__text {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
  }
  .price-section {
    padding-top: 40px;
  }
  .extra-gallery {
    padding-top: 30px;
  }
  .extra-gallery .page-img {
    height: 180px;
  }
  .full-video,
  .video-block--regular-video {
    height: 240px;
  }
  .extra-gallery .row > div {
    width: 50%;
  }
  .contact-section {
    padding: 10px 0 40px;
  }
  .page-section {
    padding-bottom: 50px;
  }
  .note {
    padding: 15px;
  }
  .extra-gallery-section {
    padding-bottom: 40px;
  }
  .page-gallery {
    padding-top: 10px;
  }
  .article-img,
  .bottom-gallery .page-img,
  .news__cover {
    height: auto;
  }
  .pagination {
    margin-top: 30px;
  }
  .blog-section {
    padding: 40px 0;
  }
  .blog-title {
    padding-bottom: 30px;
  }
  .article__gallery {
    padding-top: 30px;
  }
  .map-block {
    width: 290px;
    padding: 20px 15px;
    font-size: 14px;
  }
  .map-block__title {
    font-size: 18px;
  }
  .advantages .row {
    margin: 0 -15px;
  }
  .advantages .row > div {
    padding: 0 15px;
  }
  .footer-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block__name {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: 0;
    padding: 10px 0;
  }
  .advantage {
    margin-top: 30px;
  }
  .advantage__text {
    margin-top: 10px;
  }
  .service-section {
    padding-top: 30px;
  }
  .top-phone {
    font-size: 14px;
  }
  .header .container {
    padding: 0 10px;
  }
  .bottom-gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-about .video-block {
    height: 200px;
  }
  .home-img {
    width: 520px;
    margin-top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 20px;
  }
  .top-social > li + li {
    margin-left: 10px;
  }
  .home-qoute {
    margin-top: -30px;
  }
  .home-video {
    margin-top: 0;
    padding-top: 35px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-video .video-block {
    margin-top: 15px;
  }
  .service-head__title {
    font-size: 21px;
  }
  .service-head {
    height: auto;
    padding-bottom: 10px;
  }
  .page-gallery--type2 .page-img {
    height: auto;
  }
  .price-drop__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  .request-form {
    padding: 0;
  }
  .price-table > tbody > tr > td:nth-child(2),
  .price-table > tbody > tr > td:nth-child(3),
  .price-table > tbody > tr > td:nth-child(4),
  .price-table > tbody > tr > td:nth-child(5) {
    font-size: 14px;
  }
  .timer-block__val {
    font-size: 36px;
  }
  .extra-gallery .page-img,
  .extra-gallery .page-img img {
    height: auto;
  }
  .extra-gallery .row > div {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .map-block {
    top: 80px;
  }
  .map-item {
    height: 450px;
  }
}

/* .main-home-section {
  background-image: url(https://test.dehub.com.ua/wp-content/uploads/2020/06/home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 330px;
} */
@media only screen and (max-width: 600px) {
  .main-home-section {
    padding-bottom: 0;
  }
}
.price-head--type-3 {
  background:#e2e2e2;
}