@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
 
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'BN-Bold';
  src: url("../fonts/Muller-Bold.eot");
  src: local("☺"), url("../fonts/BebasNeue-Bold.woff") format("woff"), url("../fonts/BebasNeue-Bold.ttf") format("truetype"), url("../fonts/BebasNeue-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7rekrt");
  src: url("../fonts/icomoon.eot?7rekrt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7rekrt") format("truetype"), url("../fonts/icomoon.woff?7rekrt") format("woff"), url("../fonts/icomoon.svg?7rekrt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-logo:before {
  content: "\e900";
  color: #cb4e44; }

.icon-sketch:before {
  content: "\e901"; }

.icon-social-media:before {
  content: "\e902"; }

.icon-archive:before {
  content: "\e903"; }

.icon-bible:before {
  content: "\e904"; }

.icon-book:before {
  content: "\e905"; }

.icon-diploma:before {
  content: "\e906"; }

.icon-file:before {
  content: "\e907"; }

.icon-menu:before {
  content: "\e908"; }

.icon-pika:before {
  content: "\e909"; }

.icon-tel:before {
  content: "\e90a"; }

.icon-time:before {
  content: "\e90b"; }

.icon-adress:before {
  content: "\e90c"; }

.icon-down-arrow:before {
  content: "\e90d";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.icon-cancel:before {
  content: "\e90e"; }

.icon-logo-serious:before {
  content: "\e90f"; }

.icon-triangle-right:before {
  content: "\e910"; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  outline: none; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0; }
  .slick-dots li button {
    font-size: 0;
    width: 11px;
    height: 12px;
    background-color: #eaeaea;
    border: none;
    border-radius: 50%;
    margin-right: 11px;
    outline: none; }
  .slick-dots li.slick-active button {
    background-color: #c0c0c0; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1000; }
  .slick-lightbox .slick-prev:hover,
  .slick-lightbox .slick-next:hover {
    opacity: .5; }
  .slick-lightbox .slick-prev::after,
  .slick-lightbox .slick-next::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    z-index: 10; }

.slick-lightbox .slick-prev {
  left: -10px; }

.slick-lightbox .slick-next {
  right: -10px; }

@media (min-width: 768px) {
  .slick-lightbox .slick-prev {
    left: 10%; }
  .slick-lightbox .slick-next {
    right: 10%; } }

.slick-lightbox .slick-prev::after {
  content: "\e902";
  color: #fff; }

.slick-lightbox .slick-next::after {
  content: "\e903";
  color: #fff; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  z-index: 1000;
  -webkit-transition: .5s;
  transition: .5s; }
  .slick-lightbox-close:hover {
    opacity: .5; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
  font-size: 45px;
  line-height: 45px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  min-width: 50%;
  min-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  background-color: #c8c8c8;
  background-clip: content-box;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  min-width: 60%;
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: pointer; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Tahoma, sans-serif;
  line-height: 1;
  color: #ffffff; }

.cbalink {
  display: none !important; }

a {
  color: #ffffff;
  text-decoration: none;
  display: block; }

p {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

body {
  overflow-y: scroll; }
  body::-webkit-scrollbar-track {
    background-color: transparent; }
  body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  body::-webkit-scrollbar-thumb:hover {
    background-color: transparent; }
  body::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px; }
  body::-webkit-scrollbar {
    width: 4px; }
  body.home::-webkit-resizer {
    width: 0; }
  body.home::-webkit-scrollbar {
    width: 0; }

.h1-hidden {
  position: absolute;
  z-index: -1000;
  font-size: 0;
  opacity: 0;
  visibility: hidden; }

html #wpadminbar {
  display: none; }

@media screen and (min-width: 992px) {
  html #wpadminbar {
    display: block; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

.hidden {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s; }

.hidden-opacity {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s; }

.fadeInUp {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards; }

.fadeInUp {
  -webkit-animation: fadeInUp .8s ease-in-out forwards;
          animation: fadeInUp .8s ease-in-out forwards; }

.fadeInLeft {
  -webkit-animation: fadeInLeft .8s ease-in-out forwards;
          animation: fadeInLeft .8s ease-in-out forwards; }

.fadeInRight {
  -webkit-animation: fadeInRight .8s ease-in-out forwards;
          animation: fadeInRight .8s ease-in-out forwards; }

.about-us__content.animate {
  -webkit-animation: fadeInUp .8s ease-in-out forwards;
          animation: fadeInUp .8s ease-in-out forwards; }

.franchise__info.animate .franchise__info-img {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards; }

.franchise__info.animate .franchise__info-content {
  -webkit-animation: fadeInUp .8s .5s ease-in-out forwards;
          animation: fadeInUp .8s .5s ease-in-out forwards; }

.franchise__packet-item.animate .franchise__packet-item-img {
  -webkit-animation: fadeIn .8s ease-in-out forwards;
          animation: fadeIn .8s ease-in-out forwards; }

.franchise__packet-item.animate .franchise__packet-item-info {
  -webkit-animation: fadeInUp .8s .5s ease-in-out forwards;
          animation: fadeInUp .8s .5s ease-in-out forwards; }

@media (min-width: 992px) {
  .franchise__info.animate .franchise__info-img {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft; }
  .franchise__info--right.animate .franchise__info-img {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight; }
  .franchise__packet-item.animate .franchise__packet-item-img {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft; } }

@-webkit-keyframes preloaderLogo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes preloaderLogo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes preloaderIcon {
  0% {
    visibility: hidden; }
  1% {
    visibility: visible; }
  50% {
    visibility: visible; }
  51% {
    visibility: hidden; }
  100% {
    visibility: hidden; } }

@keyframes preloaderIcon {
  0% {
    visibility: hidden; }
  1% {
    visibility: visible; }
  50% {
    visibility: visible; }
  51% {
    visibility: hidden; }
  100% {
    visibility: hidden; } }

.preloader {
  position: fixed;
  background: #cb4e44;
  width: 100vw;
  height: 100vh;
  padding-bottom: 60px;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.preloader__logo {
  width: 126px;
  height: 129px;
  -webkit-animation: preloaderLogo 1s linear forwards;
  animation: preloaderLogo 1s linear forwards;
  position: relative;
  z-index: 2; }

.preloader__logo i {
  font-size: 130px; }

.preloader__logo i::before {
  color: #fff; }

.preloader__img {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  height: 500px; }

.preloader__img img {
  width: 350px;
  position: absolute;
  margin-top: 40px;
  -webkit-animation: preloaderIcon 1s infinite forwards;
  animation: preloaderIcon 1s infinite forwards; }

.preloader__img img:last-child {
  width: 200px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  margin-left: 30px;
  margin-top: 20px; }

.pace {
  display: none;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 126px;
  height: 3px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  /* overflow: hidden; */
  z-index: 100; }

.preloader__logo .pace {
  display: block;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/* @media (min-width: 768px) {
  .pace {
    top: 140px; } }

@media screen and (min-width: 992px) {
  .pace {
    top: 100px; } } */

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
  position: absolute; }

.page {
  min-height: 100vh;
  overflow: auto; }
  .page::-webkit-scrollbar-track {
    background-color: #27282a; }
  .page::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3); }
  .page::-webkit-scrollbar-thumb:hover {
    background-color: #cb4e44;}
  .page::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    background: #000;
    background: #3a3b3f url("../img/page-bg.jpg") no-repeat top left;
    background: url("../img/page-bg.jpg") no-repeat top left, url("../img/sparks.gif") no-repeat bottom center;
    background-size: cover, 130% 50%;
    background-blend-mode: screen; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: background .5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .header--menu, .header--call {
    background: transparent!important;
  }
  .header--call .header__logo i::before, .header--menu .header__logo i::before {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    color: #fff; }
  .header--call .header__left-tel .icon-cancel {
    opacity: 1;
    visibility: visible; }
  .header--call .header__left-tel .icon-tel {
    opacity: 0;
    visibility: hidden; }
  .header--menu .header__right-menu .icon-cancel {
    opacity: 1;
    visibility: visible; }
  .header--menu .header__right-menu .icon-menu {
    opacity: 0;
    visibility: hidden; }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 25px 15px; }
  .header__left {
    position: relative;
    z-index: 1; }
    .header__left-nav {
      display: none; }
    .header__left-tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 52px;
      height: 52px; }
      .header__left-tel i {
        position: absolute;
        color: #fff;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in;
        font-size: 20px; }
        .header__left-tel i.icon-cancel {
          opacity: 0;
          visibility: hidden; }
  .header__logo {
    position: relative;
    z-index: 1;
    width: 51px;
    height: 52px; }
    .header__logo a {
      display: block;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .header__logo i {
      position: relative;
      top: -3px;
      font-size: 48px; }
      .header__logo i::before {
        -webkit-transition: .3s .3s;
        transition: .3s .3s; }
  .header__right {
    position: relative;
    z-index: 1; }
    .header__right-nav {
      display: none; }
    .header__right-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 52px;
      height: 52px; }
      .header__right-menu i {
        position: absolute;
        color: #fff;
        -webkit-transition: .4s ease-in;
        transition: .4s ease-in;
        font-size: 20px; }
        .header__right-menu i.icon-cancel {
          opacity: 0;
          visibility: hidden; }

.home__video {
  position: fixed;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh; }
  .home__video img,
  .home__video iframe,
  .home__video video {
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 20px);
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

  @media (min-width: 768px) {
    .home__video img,
    .home__video iframe,
    .home__video video {
      left: -30px;
      width: calc(100% + 30px);
    }
  }

.mob-call {
  position: fixed;
  z-index: 9;
  top: 81px;
  left: 0;
  height: calc(100% - 81px);
  width: 100vw;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  visibility: hidden; }
  .mob-call::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100vw;
    height: 81px;
    top: -81px;
    background: #cb4e44;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
  .mob-call__wrapper {
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    display: block;
    overflow: auto;
    height: 100%;
    background: #cb4e44 url("../img/mob-bg-menu.png") no-repeat center 101px;
    background-size: 280px auto;
    font-size: 17px; }
    .mob-call__wrapper > div,
    .mob-call__wrapper > a,
    .mob-call__wrapper > ul {
      padding: 24px 10px;
      text-align: center;
      border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
      .mob-call__wrapper > div.mob-call__title,
      .mob-call__wrapper > a.mob-call__title,
      .mob-call__wrapper > ul.mob-call__title {
        padding-top: 30px; }
    .mob-call__wrapper a:last-child {
      border-bottom: none; }
  .mob-call.open {
    visibility: visible; }
    .mob-call.open::before {
      -webkit-transform: translateZ(0) translateX(0) rotateY(0);
      transform: translateZ(0) translateX(0) rotateY(0); }
    .mob-call.open .mob-call__wrapper {
      -webkit-transform: translateZ(0) translateX(0) rotateY(0);
      transform: translateZ(0) translateX(0) rotateY(0); }
  .mob-call__title {
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "BN-Bold", Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
    top: 4px; }
    .mob-call__title i {
      font-size: 8px;
      position: relative;
      top: -1px; }
    .mob-call__title i:first-child {
      margin-right: 4px; }
    .mob-call__title i:last-child {
      margin-left: 4px; }
  .mob-call__tel i, .mob-call__time i, .mob-call__adress i {
    display: block;
    margin-bottom: 24px; }
  .mob-call__tel span, .mob-call__time span, .mob-call__adress span {
    letter-spacing: 1px;
    display: block; }
  .mob-call__time i {
    font-size: 20px; }
  .mob-call__adress i {
    font-size: 23px; }
  .mob-call__adress span {
    font-size: 16px;
    line-height: 20px;
    width: 260px;
    margin-left: auto;
    margin-right: auto; }
  .mob-call .social {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mob-call .social li {
      padding-top: 1px;
      margin-right: 37px; }
      .mob-call .social li:last-child {
        margin-right: 0; }
  .mob-call .lang {
    margin-bottom: 0; }
    .mob-call .lang__title {
      color: #fff;
      font-size: 15px; }
      .mob-call .lang__title i {
        color: #fff; }
    .mob-call .lang__list {
      padding-top: 10px;
      padding-bottom: 10px;
      background: #fff;
      width: 200px;
      top: calc(100% + 3px);
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      .mob-call .lang__list ul a {
        color: #cb4e44;
        font-size: 20px; }
  .mob-call__serious {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mob-call__serious span {
      opacity: 0.4;
      font-size: 11px;
      margin-right: 16px;
      font-family: Arial, sans-serif;
      letter-spacing: 1px; }
    .mob-call__serious div {
      font-size: 28px; }

.mob-menu {
  position: fixed;
  z-index: 9;
  top: 81px;
  left: 0;
  height: calc(100% - 81px);
  width: 100vw;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  visibility: hidden; }
  .mob-menu::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100vw;
    height: 81px;
    top: -81px;
    background: #cb4e44;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
  .mob-menu__wrapper {
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    height: 100%;
    background: #cb4e44 url("../img/mob-bg-menu.png") no-repeat center 101px;
    background-size: 280px auto;
    font-size: 17px; }
    .mob-menu__wrapper a:last-child {
      border-bottom: none; }
  .mob-menu.open {
    visibility: visible; }
    .mob-menu.open::before {
      -webkit-transform: translateZ(0) translateX(0) rotateY(0);
      transform: translateZ(0) translateX(0) rotateY(0); }
    .mob-menu.open .mob-menu__wrapper {
      -webkit-transform: translateZ(0) translateX(0) rotateY(0);
      transform: translateZ(0) translateX(0) rotateY(0); }
  .mob-menu__nav {
    padding: 25px 18px 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
    .mob-menu__nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .mob-menu__nav ul li a {
        display: block;
        padding: 20px 0;
        font-family: "BN-Bold", Arial, sans-serif;
        font-size: 25px;
        letter-spacing: 1px;
        text-transform: uppercase; }
  .mob-menu__footer > ul,
  .mob-menu__footer > div,
  .mob-menu__footer > a {
    padding: 24px 10px;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
  .mob-menu .social {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mob-menu .social li {
      padding-top: 1px;
      margin-right: 37px; }
      .mob-menu .social li:last-child {
        margin-right: 0; }
  .mob-menu .lang {
    margin-bottom: 0; }
    .mob-menu .lang__title {
      color: #fff;
      font-size: 15px; }
      .mob-menu .lang__title i {
        color: #fff; }
    .mob-menu .lang__list {
      padding-top: 10px;
      padding-bottom: 10px;
      background: #fff;
      width: 200px;
      top: calc(100% + 3px);
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      .mob-menu .lang__list ul a {
        color: #cb4e44;
        font-size: 20px; }
  .mob-menu__serious {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mob-menu__serious span {
      opacity: 0.4;
      font-size: 11px;
      margin-right: 16px;
      font-family: Arial, sans-serif;
      letter-spacing: 1px; }
    .mob-menu__serious div {
      font-size: 28px; }

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 15px; }
  .social li a {
    font-family: "BN-Bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px; }

.lang {
  overflow: hidden;
  margin-bottom: 15px;
  background: #cb4e44;
  border-radius: 20px;
  /* padding: 6px 20px; */
  -webkit-transition: .5s;
  transition: .5s;
  max-height: 32px;
  cursor: pointer;
  top: 33px;
  width: 150px;
  position: absolute; }
  .lang__title {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 13px;
    position: relative;
    left: 3px;
    letter-spacing: 0.7px; }
    .lang__title i {
      -webkit-transition: .5s;
      transition: .5s;
      display: inline-block;
      margin-left: 5px;
      color: #fff;
      font-size: 10px; }
  .lang__list {
    display: block;
    width: 100%;
    padding: 15px 5px 10px;
    background: #cb4e44;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .lang.open {
      cursor: default;
      max-height: 63px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none; }
      .lang.open .lang__title i {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
      }
    .lang__list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .lang__list ul li {
        margin-right: 15px; }
        .lang__list ul li:last-child {
          margin-right: 0; }
        .lang__list ul li a {
          text-transform: uppercase;
          color: #fff; }

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 26px;
  font-family: "BN-Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px; }
  .page-title i {
    position: relative;
    top: -1px;
    color: #cb4e44;
    font-size: 10px; }
    .page-title i:first-child {
      margin-right: 5px; }
    .page-title i:last-child {
      margin-left: 5px; }

.main--page {
  padding-top: 114px; }

.menu__file {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 675px;
  height: 569px;
  margin-bottom: 87px; }
  .menu__file iframe {
    height: 100%;
    width: 100%; }

.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px; }

.contact__item {
  width: 250px;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px; }
  .contact__item:last-child {
    margin-bottom: 0; }
  .contact__item li {
    position: relative; }
    .contact__item li::before {
      position: absolute;
      left: 3px;
      top: 5px;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 20px;
      font-size: 17px;
      color: #cb4e44; }
    .contact__item li.icon-adress::before {
      font-size: 21px;
      left: 0; }
    .contact__item li > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 0 8px 40px;
      position: relative;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 1px;
      font-family: Tahoma, sans-serif; }
    .contact__item li:last-child > * {
      margin-top: -6px; }

.contact__map {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .contact__map iframe {
    width: 100%;
    height: 400px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; }

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px; }

.gallery__item {
  width: 251px;
  margin-bottom: 25px; }
  .gallery__item:last-child {
    margin-bottom: 0; }
  .gallery__item-img {
    width: 100%;
    height: 162px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
    outline: none;
    overflow: hidden; }
    .gallery__item-img:focus,
    .gallery__item-img:active {
      outline: none;
    }
    .gallery__item-img img {
      width: auto;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery__item-title {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.7px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .gallery__item-date {
    font-size: 9px;
    letter-spacing: 0.7px; }

.about-us {
  overflow: hidden; }
  .about-us__gallery.animate {
    -webkit-animation: fadeInUp .8s ease-in-out forwards;
            animation: fadeInUp .8s ease-in-out forwards; }
  .about-us__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .about-us__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .about-us__info-title {
      margin: 0;
      margin-bottom: 15px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.6px; }
    .about-us__info-desc {
      font-size: 15px;
      line-height: 22px;
      font-weight: 100; }
  .about-us__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 451px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .about-us__video img {
      max-width: unset;
      width: 120%; }
    .about-us__video-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #cb4e44;
      border-radius: 50%; }
      .about-us__video-btn::before, .about-us__video-btn::after {
        content: '';
        position: absolute;
        border: 2px solid #cb4e44;
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: 1.5s;
        transition: 1.5s;
        z-index: 1;
        display: none; }
      .about-us__video-btn span {
        font-size: 30px;
        position: relative;
        left: 2px; }
  .about-us__tabs {
    display: none; }
  .about-us__slider {
    margin-bottom: 63px;
    width: 100vw; }
    .about-us__slider .slick-list {
      width: 100vw; }
    .about-us__slider-item {
      width: 287px;
      padding: 0 10px; }
      .about-us__slider-item-title {
        margin: 0;
        margin-bottom: 20px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.6px;
        text-align: center; }
      .about-us__slider-item-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 20px;
        width: 100%;
        height: 156px;
        overflow: hidden; }
        .about-us__slider-item-img img {
          min-width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .about-us__slider-item-content {
        position: relative;
        z-index: 1; }
        .about-us__slider-item-content-title {
          margin: 0;
          margin-bottom: 10px;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 0.6px; }
        .about-us__slider-item-content-desc {
          font-size: 15px;
          line-height: 22px;
          opacity: 0.8;
          font-weight: 100; }

.about-us__video-fullscreen {
  left: 0;
  top: 0;
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center center;
          transform-origin: center center center;
  -webkit-transition: .6s;
  transition: .6s; }

.about-us__video-fullscreen.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center center;
          transform-origin: center center center; }

.about-us__video-fullscreen iframe,
.about-us__video-fullscreen video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-size: cover; }

.about-us__video-fullscreen-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 10px;
  z-index: 9999;
  mix-blend-mode: difference;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .5;
  -webkit-transition: .2s;
  transition: .2s; }

.about-us__video-fullscreen-close:hover {
  opacity: 1; }

.about-us__video-fullscreen-close::after,
.about-us__video-fullscreen-close::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #fff;
  border: 1px solid #000; }

.about-us__video-fullscreen-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.about-us__video-fullscreen-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.franchise__info {
  padding: 0 15px;
  margin-bottom: 44px;
  margin-top: 70px;
  position: relative;
  z-index: 1; }
  .franchise__info-img {
    width: 90%;
    max-width: 307px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px; }
    .franchise__info-img img {
      width: 100%; }
  .franchise__info-content {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .franchise__info-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.6px; }
  .franchise__info-desc {
    font-size: 15px;
    line-height: 22px;
    font-weight: 100; }
  .franchise__info--right {
    margin-bottom: 80px; }
    .franchise__info--right .franchise__info-img {
      max-width: 211px;
      width: 70%; }

.franchise__packet-title {
  margin: 0;
  margin-bottom: 52px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.franchise__packet-item {
  margin-bottom: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px; }
  .franchise__packet-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative; }
    .franchise__packet-item-img::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 5px;
      left: -3px;
      background: url("../img/franchise/bg-icon.png") no-repeat center;
      background-size: auto 120%;
      z-index: 1; }
    .franchise__packet-item-img i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      position: relative;
      font-size: 50px; }
  .franchise__packet-item-info {
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
    max-width: 350px;
    text-align: center; }

.franchise__btn {
  width: 230px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: #cb4e44;
  border: none;
  outline: none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.8px; }
  .franchise__btn i {
    font-size: 14px; }
    .franchise__btn i:first-child {
      margin-right: 10px; }
    .franchise__btn i:last-child {
      margin-left: 9px; }

.franchise__price {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 100px; }
  .franchise__price span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 100; }
    .franchise__price span i {
      font-style: normal;
      font-weight: 900;
      font-size: 14px;
      margin-left: 5px; }
    .franchise__price span:first-child {
      margin-bottom: 10px; }

.call-back {
  position: fixed;
  z-index: 12;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }
  .call-back.open {
    -webkit-transform: none;
            transform: none; }
  .call-back__wrapper {
    width: 100%;
    height: 100%;
    background: #cb4e44 url("../img/mob-bg-menu.png") no-repeat center;
    background-size: 300px auto;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .call-back__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 0 0 10px; }
    .call-back__header-page, .call-back__header-close {
      width: 60px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .call-back__header-page {
      padding-top: 3px; }
      .call-back__header-page span {
        font-family: "BN-Bold", Arial, sans-serif;
        font-size: 25px;
        letter-spacing: 0.6px; }
    .call-back__header-close {
      text-align: right;
      padding-right: 7px; }
      .call-back__header-close i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: auto;
        width: 44px;
        height: 44px;
        font-size: 20px; }
    .call-back__header-logo i {
      font-size: 60px; }
      .call-back__header-logo i::before {
        color: #fff; }
  .call-back__form {
    margin: auto;
    width: 280px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .call-back__form form {
      width: 100%;
      margin-top: auto; }
    .call-back__form-contact {
      display: none; }
      .call-back__form-contact > input {
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        border-bottom: 3px solid #fff;
        margin-bottom: 24px;
        padding: 10px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 18px;
        letter-spacing: 0.7px; }
        .call-back__form-contact > input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fff; }
        .call-back__form-contact > input::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff; }
        .call-back__form-contact > input:-ms-input-placeholder {
          /* IE 10+ */
          color: #fff; }
        .call-back__form-contact > input:-moz-placeholder {
          /* Firefox 18- */
          color: #fff; }
        .call-back__form-contact > input:nth-child(3) {
          margin-bottom: 55px; }
      .call-back__form-contact-btn {
        width: 258px;
        height: 51px;
        padding-top: 2px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
        .call-back__form-contact-btn input {
          background: transparent;
          border: 3px solid #fff;
          background: #fff;
          width: 100%;
          height: 100%;
          padding: 0;
          font-family: Arial, sans-serif;
          color: #cb4e44;
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 900;
          letter-spacing: 0.7px;
          outline: none; }
        .call-back__form-contact-btn i {
          position: absolute;
          color: #cb4e44;
          font-size: 15px; }
          .call-back__form-contact-btn i:first-child {
            left: 20px; }
          .call-back__form-contact-btn i:last-child {
            right: 20px; }
    .call-back__form-ask {
      display: none; }
      .call-back__form-ask--1 {
        display: block; }
      .call-back__form-ask > p {
        font-family: Arial, sans-serif;
        font-size: 15px;
        line-height: 23px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        margin: 0;
        margin-bottom: 77px; }
      .call-back__form-ask-answ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .call-back__form-ask-answ input {
          display: none; }
        .call-back__form-ask-answ label,
        .ask_text_field,
        .call-back__form-next {
          outline: none;
          border: 3px solid #fff;
          height: 51px;
          width: 123px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 14px;
          font-family: Arial, sans-serif;
          letter-spacing: 0.7px;
          text-transform: uppercase;
          font-weight: 900;
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
          .ask_text_field {
            width: 60%;
            color: #bbbaba;
            font-size: 13px;
            letter-spacing: 1px;
            padding-left: 10px;
            text-transform: capitalize;
            font-weight: 700;
            border: none;
            border: 2px solid #fff;
          }
          .ask_text_field.req_field {
            border-color: red;
          }
          .ask_text_field::-webkit-input-placeholder {
            color:#bbbaba;
          }
          .ask_text_field::-moz-placeholder {
            color:#bbbaba;
          }/* Firefox 19+ */
          .ask_text_field:-moz-placeholder {
            color:#bbbaba;
          }/* Firefox 18- */
          .ask_text_field:-ms-input-placeholder {
            color: #bbbaba;
          }
          .call-back__form-ask-answ label i {
            font-size: 13px;
            position: relative;
            top: -1px;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
            .call-back__form-ask-answ label i:first-child {
              margin-right: 10px; }
            .call-back__form-ask-answ label i:last-child {
              margin-left: 10px; }
        .call-back__form-ask-answ input:checked + label {
          background: #fff;
          color: #cb4e44; }
          .call-back__form-ask-answ input:checked + label i {
            color: #cb4e44; }
    .call-back__form-back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: auto;
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      padding: 15px 10px 15px 0; }
      .call-back__form-next {
        width: 37%;
        cursor: pointer;
      }
      .call-back__form-next i {
        transform: rotate(-90deg);
        margin-left: 5px;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1px;
      }
      .call-back__form-back i {
        margin-right: 15px;
        position: relative;
        top: -1px;
        font-size: 16px; }
        .call-back__form-back i::before {
          -webkit-transform: none;
                  transform: none; }

.footer {
  width: 100%;
  position: relative;
  z-index: 1; }
  .footer__left, .footer__right {
    display: none; }
  .footer__center {
    width: 278px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px; }
  .footer__copyright {
    margin-top: 47px;
    font-family: Arial, sans-serif;
    font-size: 11px; }

@media (min-width: 768px) {
  .header__wrapper {
    max-width: 500px; }
  .page-title {
    margin-bottom: 40px; }
  .page::after {
    background-size: cover, 90% 60%; }
  .contact__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 637px;
    margin-left: auto;
    margin-right: auto; }
  .contact__item {
    margin-right: 149px;
    margin-bottom: 30px;
    padding-left: 0;
    width: 243px; }
    .contact__item:last-child {
      margin-bottom: 30px; }
    .contact__item:nth-child(even) {
      margin-right: 0; }
  .contact__map {
    margin-bottom: 60px; }
  .gallery__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 578px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px; }
  .gallery__item {
    margin-right: 20px;
    width: 279px;
    margin-bottom: 40px; }
    .gallery__item:nth-child(even) {
      margin-right: 0; }
    .gallery__item-img {
      margin-bottom: 25px;
      height: 180px; }
    .gallery__item-title {
      font-size: 13px;
      line-height: 17px; }
    .gallery__item-date {
      font-size: 10px; }
  .about-us__content {
    margin-bottom: 70px; }
  .about-us__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 auto 24px;
    width: 560px; }
    .about-us__tabs li a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.6px;
      -webkit-transition: .3s;
      transition: .3s;
      cursor: pointer; }
      .about-us__tabs li a.current {
        color: #cb4e44; }
  .about-us__slider {
    margin-bottom: 100px; }
    .about-us__slider-item {
      width: 714px;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      display: none; }
      .about-us__slider-item.current {
        display: block; }
      .about-us__slider-item-title {
        display: none; }
      .about-us__slider-item-img {
        height: 395px;
        overflow: hidden; }
        .about-us__slider-item-img img {
          min-width: 100%; }
  .call-back__wrapper {
    background-size: 380px auto; }
  .call-back__header-logo i {
    font-size: 80px; }
  .call-back__form-contact {
    width: 343px;
    margin-left: auto;
    margin-right: auto; }
    .call-back__form-contact > input {
      font-size: 20px;
      padding: 14px; }
    .call-back__form-contact-btn {
      width: 275px;
      height: 54px;
      padding-top: 1px; }
      .call-back__form-contact-btn input {
        font-size: 14px; }
  .call-back__form-ask {
    width: 680px;
    margin-left: auto;
    margin-right: auto; }
    .call-back__form-ask > p {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      font-size: 20px;
      line-height: 23px;
      margin-top: 30px; }
    .call-back__form-ask-answ {
      width: 295px;
      margin-left: auto;
      margin-right: auto; }
      .call-back__form-ask-answ label {
        cursor: pointer; }
        .call-back__form-ask-answ label:hover {
          background: #fff;
          color: #cb4e44; }
          .call-back__form-ask-answ label:hover i {
            color: #cb4e44; }
  .call-back__form {
    width: auto; }
    .call-back__form-back {
      font-size: 16px; }
      .call-back__form-back i {
        font-size: 18px; }
  .footer__center {
    width: 400px; } }

@media screen and (min-width: 992px) {
  .page::after {
    background-size: cover, 60% 40%; }
  .header {
    position: absolute;
  }
  .header__wrapper {
    max-width: 1100px;
    width: 80%; }
  .header__left, .header__right {
    width: 37%; }
    .header__left-nav, .header__right-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      list-style: none;
      padding: 0;
      margin: 0; }
      .header__left-nav li, .header__right-nav li {
        margin-right: 65px;
        position: relative; }
        .header__left-nav li:last-child, .header__right-nav li:last-child {
          margin-right: 0; }
        .header__left-nav li a, .header__right-nav li a {
          font-family: "BN-Bold", Arial, sans-serif;
          font-size: 17px;
          letter-spacing: 1.3px;
          text-transform: uppercase;
          position: relative;
          -webkit-transition: .1s linear;
          transition: .1s linear; }
          .header__left-nav li a::after, .header__right-nav li a::after {
            content: '';
            position: absolute;
            top: 100%;
            background: #cb4e44;
            width: 100%;
            height: 1px;
            left: 0;
            opacity: 0;
            -webkit-transition: .1s linear;
            transition: .1s linear; }
        .header__left-nav li.current_page_item a,
        .header__left-nav li:hover a, .header__right-nav li.current_page_item a,
        .header__right-nav li:hover a {
          color: #cb4e44; }
          .header__left-nav li.current_page_item a::after,
          .header__left-nav li:hover a::after, .header__right-nav li.current_page_item a::after,
          .header__right-nav li:hover a::after {
            opacity: 1; }
        .header__left-nav li.current_page_item a, .header__right-nav li.current_page_item a {
          pointer-events: none; }
  .header__left-tel {
    display: none; }
  .header__logo {
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header__logo a {
      width: 80px; }
      .header__logo a[href="#"] {
        pointer-events: none;
        cursor: default;
      }
    .header__logo i {
      font-size: 64px; }
      .header__logo i::before {
        -webkit-transition: .3s 0s;
        transition: .3s 0s; }
      .header__logo i:hover::before {
        color: #fff;
        -webkit-transition: .3s 0s;
        transition: .3s 0s; }
  .header__right-menu {
    display: none; }
  .social li a {
    position: relative;
    -webkit-transition: .1s linear;
    transition: .1s linear; }
    .social li a::after {
      content: '';
      position: absolute;
      top: 100%;
      background: #cb4e44;
      width: 100%;
      height: 1px;
      left: 0;
      opacity: 0;
      -webkit-transition: .1s linear;
      transition: .1s linear; }
    .social li a:hover {
      color: #cb4e44; }
      .social li a:hover::after {
        opacity: 1; }
  .main--page {
    padding-top: 120px; }
  .page-title {
    margin-bottom: 53px; }
  .menu__file {
    height: 480px;
    margin-bottom: 131px; }
  .gallery__list {
    width: 880px; }
  .gallery__item {
    cursor: pointer; }
    .gallery__item-info {
      padding-right: 30px;
      -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      .gallery__item-info::before {
        content: '';
        width: 20px;
        height: 2px;
        left: 0;
        top: 4px;
        bottom: 0;
        margin: auto;
        position: absolute;
        background: #fff;
        content: '';
        opacity: 1;
        visibility: visible;
        left: -25px;
        -webkit-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .gallery__item-img {
      position: relative; }
      .gallery__item-img {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .gallery__item-img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: 0.4s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.4s ease-in-out, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.4s ease-in-out, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.4s ease-in-out, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .gallery__item:hover .gallery__item-img {
      -webkit-transform: scale(0.97) rotateX(-3deg);
      transform: scale(0.97) rotateX(-3deg); }
    .gallery__item:hover .gallery__item-img::after {
      opacity: 1;
      -webkit-transform: scale(1) rotateX(-3deg);
      transform: scale(1) rotateX(-3deg);
      height: calc(100% + 40px);
      top: -20px; }
    .gallery__item:hover .gallery__item-info {
      -webkit-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .gallery__item:hover .gallery__item-info::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%) scaleX(1);
        transform: translateX(0%) scaleX(1);
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .gallery__item:nth-child(even) {
      margin-right: 20px; }
    .gallery__item:nth-child(3n) {
      margin-right: 0; }
  .about-us__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible; }
  .about-us__info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .about-us__video img {
    position: relative;
    left: 30px; }
  .about-us__video-btn {
    left: calc(50% + 50px);
    width: 70px;
    height: 70px;
    cursor: pointer; }
    .about-us__video-btn::after, .about-us__video-btn::before {
      display: block; }
    .about-us__video-btn:hover::after, .about-us__video-btn:hover::before {
      -webkit-animation: pulse 1.8s linear infinite;
              animation: pulse 1.8s linear infinite; }
    .about-us__video-btn:hover::after {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .about-us__video-btn span {
      -webkit-transition: .5s;
      transition: .5s;
      font-size: 40px; }
  .franchise__info {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
    .franchise__info-img {
      margin-bottom: 0;
      margin-right: 40px; }
    .franchise__info-content {
      max-width: unset;
      width: 450px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .franchise__info--right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-bottom: 140px; }
      .franchise__info--right .franchise__info-img {
        margin-right: 0;
        margin-left: 40px; }
      .franchise__info--right .franchise__info-content {
        text-align: right; }
  .franchise__packet {
    width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .franchise__packet-title {
      margin-bottom: 60px; }
    .franchise__packet-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: visible; }
      .franchise__packet-item-img {
        width: 90px;
        height: 90px;
        margin-right: 47px;
        margin-bottom: 0;
        overflow: visible; }
        .franchise__packet-item-img::after {
          width: 120%;
          height: 120%;
          left: -15px;
          top: -3px;
          background-size: auto 100%; }
      .franchise__packet-item-info {
        width: 530px;
        max-width: unset;
        text-align: left; }
  .franchise__btn {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s; }
    .franchise__btn i {
      -webkit-transition: .3s;
      transition: .3s; }
    .franchise__btn:hover {
      background: #fff;
      color: #cb4e44; }
      .franchise__btn:hover i {
        color: #cb4e44; }
  .call-back {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 963px;
    max-width: 80%;
    height: 600px;
    max-height: 100vh;
    -webkit-transform: none;
            transform: none;
    overflow: hidden;
    visibility: hidden; }
    .call-back::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: #cb4e44;
      -webkit-transition: .5s .7s linear;
      transition: .5s .7s linear; }
    .call-back__wrapper {
      -webkit-transition: all .7s 0s ease-in-out;
      transition: all .7s 0s ease-in-out;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      background-size: 350px auto;
      position: relative; }
    .call-back.open {
      visibility: visible; }
      .call-back.open .call-back__wrapper {
        -webkit-transform: none;
                transform: none;
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }
      .call-back.open::before {
        width: 963px;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
    .call-back__header {
      position: relative; }
      .call-back__header-logo {
        position: absolute;
        width: 80px;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto; }
      .call-back__header-close i {
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s; }
        .call-back__header-close i:hover {
          opacity: 0.5; }
    .call-back__form-contact-btn {
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .call-back__form-contact-btn input {
        background: transparent;
        color: #fff; }
      .call-back__form-contact-btn i {
        color: #fff; }
      .call-back__form-contact-btn:hover {
        background: #fff; }
        .call-back__form-contact-btn:hover i {
          color: #cb4e44;
          z-index: 0; }
        .call-back__form-contact-btn:hover input {
          position: relative;
          z-index: 1;
          cursor: pointer;
          color: #cb4e44; }
    .call-back__form-back,
    .call-back__form-next,
    .call-back__form-next i {
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s; }
      .call-back__form-back:hover {
        opacity: 0.5; }
      .call-back__form-next:hover {
        background: #fff;
        color: #cb4e44 ;
      }
      .call-back__form-next:hover i {
        color: #cb4e44 ;
      }
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0; }
    .overlay.open {
      border-radius: 0;
      visibility: visible;
      opacity: 1; }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 34px; }
    .footer__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-right: 40px;
      width: 110px; }
      .footer__left > * {
        font-size: 12px; }
      .footer__left > a {
        margin-bottom: 5px; }
    .footer__center {
      width: 225px;
      padding-bottom: 0; }
    .footer .social {
      margin-bottom: 10px; }
      .footer .social li a {
        font-size: 15px; }
    .footer .lang__title {
      cursor: pointer; }
      .lang {
        
      }
      .footer__copyright {
        margin-top: 54px;
      }
    .footer .lang__list ul li a:hover {
      text-decoration: underline; }
    .footer__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 150px; }
      .footer__right-serious {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer__right-serious span {
          font-size: 11px;
          font-family: Arial, sans-serif;
          margin-bottom: 4px; }
        .footer__right-serious div {
          opacity: 0.4;
          font-size: 20px;
          -webkit-transition: .3s;
          transition: .3s; }
          .footer__right-serious:hover div {
            opacity: 1; } }

@media screen and (min-width: 1600px) {
  .header__wrapper {
    max-width: 1300px;
    padding-top: 25px;
    padding-bottom: 22px; }
  .header__left-nav li, .header__right-nav li {
    margin-right: 90px; }
    .header__left-nav li a, .header__right-nav li a {
      font-size: 19px;
      letter-spacing: 1.5px; }
  .header__logo i {
    font-size: 75px; }
  .social li a {
    font-size: 17px;
    letter-spacing: 1.7px; }
  .lang__title {
    font-size: 15px; }
    .lang__title i {
      font-size: 11px; }
  .footer {
    max-width: 1150px; }
    .footer__left, .footer__right {
      width: 200px; }
    .footer__left > * {
      font-size: 14px;
      letter-spacing: 1.3px; }
    .footer__left > a {
      margin-bottom: 13px; }
    .footer__right-serious span {
      font-size: 13px;
      margin-bottom: 10px; }
    .footer__right-serious div {
      font-size: 25px; }
    .footer__center {
      width: 270px; }
    .footer .social {
      margin-bottom: 15px; }
    .footer .lang {
      margin-bottom: 20px; }
    .footer__copyright {
      font-size: 13px; }
  .main--page {
    padding-top: 140px; }
  .page-title {
    font-size: 22px;
    margin-bottom: 73px; }
  .menu__file {
    max-width: 800px;
    height: 580px;
    margin-bottom: 151px; }
  .contact__list {
    width: 750px; }
  .contact__item {
    width: 263px;
    margin-right: 223px; }
    .contact__item li > * {
      font-size: 17px;
      line-height: 22px; }
      .contact__item li > *::before {
        font-size: 19px; }
  .contact__map iframe {
    max-width: 900px;
    height: 500px; }
  .about-us__content {
    width: 900px;
    margin-bottom: 130px; }
  .about-us__info {
    max-width: 400px; }
    .about-us__info-title {
      font-size: 17px; }
    .about-us__info-desc {
      font-size: 17px;
      line-height: 26px; }
  .about-us__video {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 550px; }
  .about-us__tabs {
    width: 650px;
    margin-bottom: 40px; }
    .about-us__tabs li a {
      font-size: 17px; }
  .about-us__slider {
    margin-bottom: 150px; }
    .about-us__slider-item {
      width: 900px; }
      .about-us__slider-item-img {
        height: 450px;
        margin-bottom: 30px; }
      .about-us__slider-item-content-title {
        font-size: 17px;
        margin-bottom: 20px; }
      .about-us__slider-item-content-desc {
        font-size: 17px;
        line-height: 26px; } }


/* Доработка после натяжки */
.success_send {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 1px;
}

.mob-call .lang,
.mob-menu .lang {
  position: static;
  top: unset;
  border-radius: 0;
  background: transparent;
  max-height: unset;
  max-height: 63px;
  width: 100%;
}

.mob-menu .lang__list,
.mob-call .lang__list {
  opacity: 0;
  visibility: hidden;
}

.mob-call .lang.open,
.mob-menu .lang.open {
  max-height: 115px;
  /* overflow: visible; */
}

.mob-call .lang.open .lang__list,
.mob-menu .lang.open .lang__list {
  opacity: 1;
  visibility: visible;
}

.mob-menu .lang__title,
.mob-call .lang__title {
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.about-us__awards {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.about-us__awards img {
  width: 145px;
}

.about-us__awards img:first-child {
  margin-right: 20px;
}

.main--error {
  height: calc(100vh - 114px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.main--error h1 {
  margin: 0;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .about-us__awards {
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .about-us__awards img {
    width: 36%;
  }

  .main--error {
    height: calc(100vh - 120px);
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}