

/* Start:/local/templates/megatorg/assets/css/main.css?1756897165340743*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  outline: none;
  margin: 0;
  padding: 0; }

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

.slick-list.dragging {
  cursor: pointer;
  outline: none; }

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

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

.slick-track:before,
.slick-track:after {
  display: table;
  outline: none;
  content: ''; }

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

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

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

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

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto; }

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

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/megatorg/assets/css/../fonts/slick.eot");
  src: url("/local/templates/megatorg/assets/css/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/megatorg/assets/css/../fonts/slick.woff") format("woff"), url("/local/templates/megatorg/assets/css/../fonts/slick.ttf") format("truetype"), url("/local/templates/megatorg/assets/css/../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.preview__slider, .shop__slider, .auchan__slider, .about__slider, .new__slider {
  opacity: 0;
  visibility: hidden;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }

.preview__slider.slick-initialized, .shop__slider.slick-initialized, .auchan__slider.slick-initialized, .about__slider.slick-initialized, .new__slider.slick-initialized {
  visibility: visible;
  opacity: 1; }

/*.slide:not(:first-of-type) {
    display: none;
}
.preview__slider.slick-initialized, .shop__slider.slick-initialized, .auchan__slider.slick-initialized, .about__slider.slick-initialized, .new__slider.slick-initialized, .events__list--slider.slick-initialized, .sales__list--slider.slick-initialized, .advert__list.slick-initialized .slide:not(:first-of-type) {
    display:block;
} */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Italic.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Italic.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Italic.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Italic.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Italic.woff) format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLight.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLight.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLight.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLight.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLight.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLightItalic.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLightItalic.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLightItalic.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLightItalic.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-SemiLightItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Light.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Light.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Light.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Light.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-LightItalic.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-LightItalic.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-LightItalic.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-LightItalic.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-UltraLight.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-UltraLight.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-UltraLight.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-UltraLight.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-UltraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-ThinItalic.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-ThinItalic.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-ThinItalic.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-ThinItalic.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: CocogoosePro;
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Thin.eot);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Thin.eot?#iefix) format(embedded-opentype);
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Thin.ttf) format("truetype");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Thin.woff2) format("woff2");
  src: url(/local/templates/megatorg/assets/css/../fonts/CocogoosePro-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: CocogoosePro; }

input::-ms-clear,
textarea::-ms-clear {
  display: none; }

input::-ms-reveal,
textarea::-ms-reveal {
  display: none; }

.body--noscroll {
  overflow: hidden; }

.body--touch {
  overflow-y: hidden; }

body:not(.bx-touch) .events__link:hover::before,
body:not(.bx-touch) .shops__link:hover::before,
body:not(.bx-touch) .sales__link:hover::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

body:not(.bx-touch) .events__link:hover .events__link-info,
body:not(.bx-touch) .shops__link:hover .events__link-info,
body:not(.bx-touch) .sales__link:hover .events__link-info {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  padding-top: 51px; }

body:not(.bx-touch) .events__link:hover .events__img,
body:not(.bx-touch) .shops__link:hover .events__img,
body:not(.bx-touch) .sales__link:hover .events__img {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
          transform: translate(-50%, -50%) scale(1.05, 1.05); }

body:not(.bx-touch) .events__link:hover .sales__info,
body:not(.bx-touch) .shops__link:hover .sales__info,
body:not(.bx-touch) .sales__link:hover .sales__info {
  padding-top: 126px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
  @media screen and (max-width: 1023px) {
    body:not(.bx-touch) .events__link:hover .sales__info,
    body:not(.bx-touch) .shops__link:hover .sales__info,
    body:not(.bx-touch) .sales__link:hover .sales__info {
      padding-top: 80px; } }
  body:not(.bx-touch) .events__link:hover .sales__info::before,
  body:not(.bx-touch) .shops__link:hover .sales__info::before,
  body:not(.bx-touch) .sales__link:hover .sales__info::before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

body:not(.bx-touch) .events__link:hover .sales__text,
body:not(.bx-touch) .shops__link:hover .sales__text,
body:not(.bx-touch) .sales__link:hover .sales__text {
  opacity: 1; }

body:not(.bx-touch) .events__link:hover .sales__img,
body:not(.bx-touch) .shops__link:hover .sales__img,
body:not(.bx-touch) .sales__link:hover .sales__img {
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
          transform: translate(-50%, -50%) scale(1.05, 1.05); }

body:not(.bx-touch) .events__link:hover .shops__title,
body:not(.bx-touch) .shops__link:hover .shops__title,
body:not(.bx-touch) .sales__link:hover .shops__title {
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

body:not(.bx-touch) .events__link:hover .shops__content,
body:not(.bx-touch) .shops__link:hover .shops__content,
body:not(.bx-touch) .sales__link:hover .shops__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

body:not(.bx-touch) .events__link:hover .shops__link-img,
body:not(.bx-touch) .shops__link:hover .shops__link-img,
body:not(.bx-touch) .sales__link:hover .shops__link-img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1); }

body:not(.bx-touch) .events__link:hover .shops__info,
body:not(.bx-touch) .shops__link:hover .shops__info,
body:not(.bx-touch) .sales__link:hover .shops__info {
  background-color: rgba(255, 255, 255, 0.8); }

body:not(.bx-touch) .shops__item:not(.shops__item--no-preview) .shops__link:hover .shops__logo {
  opacity: 0; }

body:not(.bx-touch) .shops--no-title-hover .shops__link:hover .shops__title {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

body:not(.bx-touch) .gallery__link:hover .gallery__info {
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%); }

body:not(.bx-touch) .gallery__link:hover .gallery__watch {
  bottom: 50%; }

body:not(.bx-touch) .floor-map__scroll-zone {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

body.bx-touch .floor-map__map-sizebar {
  display: none; }

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

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  outline: none; }
  a:focus {
    outline: none; }

input[type='submit'],
button {
  outline: none; }

input,
textarea {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wide-center {
  max-width: 1810px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1700px) {
    .wide-center {
      padding: 0 56px; } }
  @media (max-width: 1024px) {
    .wide-center {
      padding: 0 20px; } }
  @media (max-width: 500px) {
    .wide-center {
      padding: 0 27px; } }

.center {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1441px) {
    .center {
      max-width: 1080px; } }
  @media (max-width: 500px) {
    .center {
      padding: 0 27px; } }

.main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .main--no-main {
    padding-top: 125px; }
    @media (max-width: 1700px) {
      .main--no-main {
        padding-top: 93px; } }
    @media (max-width: 767px) {
      .main--no-main {
        padding-top: 80px; } }
    @media (max-width: 500px) {
      .main--no-main {
        padding-top: 80px; } }
  .main:not(.main--no-main) {
    overflow: hidden; }

.btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 22px 40px;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 4.9px;
  color: #ffffff;
  background-color: rgba(13, 14, 16, 0.4);
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: none; }
  @media (max-width: 1700px) {
    .btn {
      font-size: 12px; } }
  @media (max-width: 1025px) {
    .btn {
      font-size: 12px; } }
  @media (max-width: 770px) {
    .btn {
      font-size: 10.66667px; } }
  @media (max-width: 500px) {
    .btn {
      font-size: 10px; } }
  @media (max-width: 360px) {
    .btn {
      font-size: 9px; } }
  .btn--active {
    background-color: #0d0e10;
    cursor: pointer; }
    .btn--active:hover {
      color: rgba(255, 255, 255, 0.3); }
  @media (max-width: 1023px) {
    .btn {
      padding: 17px 30px; } }

.filter-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8); }

.preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin-top: 40px; }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-x {
  width: 100%;
  overflow: auto; }
  .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow-x: auto; }
    .fancybox-thumbs-x .fancybox-thumbs__list a {
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .fancybox-thumbs-x .fancybox-thumbs__list a::before {
        border: 6px solid white; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px; }

.slider-dots {
  z-index: 5;
  position: absolute;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 500px) {
    .slider-dots {
      bottom: -13px; } }
  .slider-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    @media (max-width: 500px) {
      .slider-dots li {
        margin: 0 6px; } }
    .slider-dots li button {
      display: block;
      width: 10px;
      height: 10px;
      padding: 0;
      border-radius: 50%;
      cursor: pointer;
      border: 0;
      color: transparent;
      outline: none;
      background-color: rgba(13, 14, 16, 0.2); }
      @media (max-width: 500px) {
        .slider-dots li button {
          width: 7px;
          height: 7px; } }
      .slider-dots li button[aria-label='1 of 1'] {
        display: none; }
    .slider-dots li button:hover,
    .slider-dots li button:focus {
      outline: none; }
  .slider-dots li.slick-active button {
    background-color: #0d0e10; }
  .slider-dots--white {
    bottom: 15px; }
    .slider-dots--white li button {
      background-color: white; }
    .slider-dots--white li.slick-active button {
      width: 11px;
      height: 11px;
      background-color: white; }

.modal {
  z-index: 5;
  position: absolute;
  top: -2000px;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0.24, 0.61, 0.78);
          animation-timing-function: cubic-bezier(0.42, 0.24, 0.61, 0.78); }
  .modal__inside {
    height: 100vh;
    padding-top: 125px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 5 / 3) and (max-width: 1024px), (orientation: landscape) and (max-width: 1400px) and (min-aspect-ratio: 13 / 9) and (max-aspect-ratio: 17 / 9), (orientation: portrait) and (max-width: 767px) {
      .modal__inside {
        height: auto; } }
    @media (max-width: 1441px) {
      .modal__inside {
        padding-top: 93px;
        padding-bottom: 38px; } }
    @media (max-width: 767px) {
      .modal__inside {
        padding-top: 80px; } }
    @media (max-width: 500px) {
      .modal__inside {
        padding-top: 80px;
        padding-bottom: 0; } }
  .modal__container {
    position: relative;
    height: 100%;
    background-color: #0d0e10;
    overflow: hidden; }
  .modal--active {
    -webkit-animation-name: modal;
            animation-name: modal;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0.24, 0.61, 0.78);
            animation-timing-function: cubic-bezier(0.42, 0.24, 0.61, 0.78); }
  .modal .wide-center {
    height: 100%; }
    @media screen and (max-width: 500px) {
      .modal .wide-center {
        padding: 0; } }

@-webkit-keyframes modal {
  0% {
    opacity: 0;
    top: -2000px; }
  1% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes modal {
  0% {
    opacity: 0;
    top: -2000px; }
  1% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes modal-hide {
  0% {
    opacity: 1;
    top: 0; }
  99% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 0;
    top: -2000px; } }

@keyframes modal-hide {
  0% {
    opacity: 1;
    top: 0; }
  99% {
    opacity: 0;
    top: 0; }
  100% {
    opacity: 0;
    top: -2000px; } }

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 100;
  text-align: left;
  color: #0d0e10;
  overflow: hidden; }
  @media (max-width: 1700px) {
    .section-title {
      font-size: 32px; } }
  @media (max-width: 1025px) {
    .section-title {
      font-size: 32px; } }
  @media (max-width: 770px) {
    .section-title {
      font-size: 26.66667px; } }
  @media (max-width: 500px) {
    .section-title {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .section-title {
      font-size: 21.6px; } }
  @media (max-width: 1700px) {
    .section-title {
      margin-bottom: 25px; } }
  @media (max-width: 1025px) {
    .section-title {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 500px) {
    .section-title {
      margin-bottom: 20px; } }
  .section-title--between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-title .section-more {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .section-title span {
      max-height: 26px;
      max-width: 150px; } }
  .section-title--mob {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 767px) {
      .section-title--mob {
        display: none; } }
  @media (max-width: 1025px) {
    .section-title--auchan {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 1023px) {
    .section-title--auchan span {
      max-height: 100px;
      max-width: 300px;
      margin: auto; } }

.section-more {
  margin-top: 44px;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 4.9px;
  color: #0d0e10;
  text-align: center; }
  @media (max-width: 1700px) {
    .section-more {
      margin-top: 33px;
      font-size: 10px; } }
  @media (max-width: 1025px) {
    .section-more {
      display: none; } }
  @media (max-width: 500px) {
    .section-more {
      padding-bottom: 4px;
      font-size: 10px;
      letter-spacing: 3.5px; } }
  .section-more__link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    .section-more__link::after {
      content: '';
      width: 97%;
      height: 1px;
      margin-top: 4px;
      background-color: #0d0e10;
      -webkit-transition: background-color .2s ease;
      -o-transition: background-color .2s ease;
      transition: background-color .2s ease; }
      @media (max-width: 1700px) {
        .section-more__link::after {
          margin-top: 3px; } }
      @media (max-width: 500px) {
        .section-more__link::after {
          margin-top: 2px; } }
    .section-more__link:hover {
      color: rgba(13, 14, 16, 0.6); }
      .section-more__link:hover::after {
        background-color: rgba(13, 14, 16, 0.6); }
  .section-more--mob {
    display: none; }
    @media (max-width: 1025px) {
      .section-more--mob {
        display: block; } }

.section-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 62px;
  border-bottom: 1px solid #0d0e10; }
  @media (max-width: 767px) {
    .section-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .section-search__input {
    width: 100%;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.17;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .section-search__input {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .section-search__input {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .section-search__input {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .section-search__input {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .section-search__input {
        font-size: 12.6px; } }
    @media (max-width: 767px) {
      .section-search__input {
        border-bottom: 1px solid #0d0e10; } }
    .section-search__input-container {
      position: relative;
      width: 65%; }
      @media (max-width: 767px) {
        .section-search__input-container {
          width: 100%; } }
      .section-search__input-container::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: rgba(13, 14, 16, 0);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .section-search__input-container--active::after {
        background-color: #0d0e10; }
  .section-search--floors {
    margin-bottom: 10px; }
  .section-search__category {
    z-index: 5;
    position: relative;
    width: 35%;
    height: 21px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.17;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .section-search__category {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .section-search__category {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .section-search__category {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .section-search__category {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .section-search__category {
        font-size: 12.6px; } }
    @media (max-width: 767px) {
      .section-search__category {
        width: 100%;
        margin-top: 30px; } }
    .section-search__category-inside {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .section-search__category::after {
      content: '';
      position: absolute;
      z-index: 4;
      bottom: -2px;
      left: 0;
      height: 3px;
      width: 100%;
      background-color: rgba(13, 14, 16, 0);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .section-search__category--active::after {
      background-color: #0d0e10; }
    .section-search__category--active .section-search__current .section-search__link::after {
      background-color: #0d0e10; }
    .section-search__category--active .section-search__current .section-search__link::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .section-search__category--active .section-search__list {
      max-height: 460px;
      padding-top: 20px;
      padding-bottom: 12px; }
      .section-search__category--active .section-search__list .section-search__item {
        opacity: 1; }
  .section-search__list {
    max-height: 0;
    margin-top: 5px;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    .section-search__list .section-search__link {
      display: block;
      padding: 18px 13px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: background-color .2s ease;
      -o-transition: background-color .2s ease;
      transition: background-color .2s ease; }
      .section-search__list .section-search__link:hover {
        background-color: #f4f4f4; }
    .section-search__list .section-search__item {
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .section-search__list .section-search__item--active {
        font-weight: 600; }
  .section-search__current .section-search__link {
    z-index: 5;
    position: relative;
    display: block;
    padding-bottom: 8px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      .section-search__current .section-search__link {
        padding-left: 0; } }
    .section-search__current .section-search__link::before {
      content: '';
      position: absolute;
      top: 25%;
      right: 12px;
      width: 9px;
      height: 9px;
      border-top: 2px solid #0d0e10;
      border-left: 2px solid #0d0e10;
      -webkit-transform-origin: 25% 25%;
          -ms-transform-origin: 25% 25%;
              transform-origin: 25% 25%;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      -o-transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      @media (max-width: 767px) {
        .section-search__current .section-search__link::before {
          right: 0; } }
  .section-search__link {
    cursor: pointer; }

.section-banner {
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .section-banner__inside {
    position: relative;
    width: 100%;
    padding-top: 30.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .section-banner__link {
    position: relative;
    padding-bottom: 6px;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4.9px;
    text-transform: uppercase;
    text-align: left;
    color: rgba(255, 255, 255, 0.8); }
    .section-banner__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 97%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .section-banner__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .section-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 37px 104px 54px 104px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(13, 14, 16, 0.6); }
  .section-banner__title {
    max-width: 410px;
    font-size: 57px;
    font-weight: 200;
    line-height: 1.3;
    color: white;
    font-weight: 600; }
  .section-banner--no-bg .section-banner__content {
    background: none; }

.section-map:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 25px; }
  @media (max-width: 1700px) {
    .section-map:not(:first-child) {
      margin-top: 40px;
      margin-bottom: 18px; } }

@media (max-width: 500px) {
  .section-map {
    margin: 0 auto; } }

.section-map--bottom-auto {
  margin-bottom: auto; }

.section-map--top-auto {
  margin-top: auto; }

.section-map__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 4.9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  cursor: pointer; }
  @media (max-width: 1700px) {
    .section-map__link {
      font-size: 10px; } }
  @media (max-width: 500px) {
    .section-map__link {
      font-size: 10px; } }
  .section-map__link::after {
    content: '';
    width: 98%;
    height: 1px;
    margin-top: 5px;
    background-color: #0d0e10;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }
    @media (max-width: 1700px) {
      .section-map__link::after {
        margin-top: 3px; } }
  .section-map__link svg {
    margin-right: 12px;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }
    @media (max-width: 1700px) {
      .section-map__link svg {
        margin-right: 9px; } }
  .section-map__link:hover {
    color: rgba(13, 14, 16, 0.6); }
    .section-map__link:hover::after {
      background-color: rgba(13, 14, 16, 0.6); }
    .section-map__link:hover svg {
      fill: rgba(13, 14, 16, 0.6); }

.section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 63px;
  padding-bottom: 20px; }
  @media (max-width: 1700px) {
    .section-info {
      padding-top: 55px; } }
  @media (max-width: 944px) {
    .section-info {
      padding-top: 35px; } }
  .section-info--no-padding {
    padding-top: 0; }
  .section-info__title {
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .section-info__title {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .section-info__title {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .section-info__title {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .section-info__title {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .section-info__title {
        font-size: 12.6px; } }
    .section-info__title:not(:first-child) {
      padding-top: 65px; }
      @media (max-width: 1700px) {
        .section-info__title:not(:first-child) {
          padding-top: 50px; } }
      @media (max-width: 1023px) {
        .section-info__title:not(:first-child) {
          padding-top: 35px; } }
      @media (max-width: 944px) {
        .section-info__title:not(:first-child) {
          padding-top: 25px; } }
  .section-info__text {
    font-size: 18px;
    font-weight: 200; }
    @media (max-width: 1700px) {
      .section-info__text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .section-info__text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .section-info__text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .section-info__text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .section-info__text {
        font-size: 12.6px; } }
    .section-info__text:not(:first-child) {
      margin-top: 30px; }
      @media (max-width: 1700px) {
        .section-info__text:not(:first-child) {
          margin-top: 23px; } }
      @media (max-width: 944px) {
        .section-info__text:not(:first-child) {
          margin-top: 15px; } }
    .section-info__text span {
      display: block;
      line-height: 1.67; }
  .section-info__phone {
    display: block;
    line-height: 1.67; }
  .section-info__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
    font-size: 18px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    @media (max-width: 1700px) {
      .section-info__link {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .section-info__link {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .section-info__link {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .section-info__link {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .section-info__link {
        font-size: 12.6px; } }
    .section-info__link::after {
      content: '';
      margin-top: 4px;
      height: 1px;
      width: 100%;
      background-color: #0d0e10;
      -webkit-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      transition: background-color .2s ease-in-out; }
    .section-info__link:hover {
      color: rgba(13, 14, 16, 0.4); }
    .section-info__link::after {
      background-color: rgba(13, 14, 16, 0.4); }
  .section-info__tags {
    width: 100%;
    padding-top: 27px; }
    @media (max-width: 1023px) {
      .section-info__tags {
        padding-top: 15px; } }
  .section-info__tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    color: rgba(13, 14, 16, 0.4); }
    @media (max-width: 1700px) {
      .section-info__tag {
        font-size: 12px; } }
    @media (max-width: 500px) {
      .section-info__tag {
        font-size: 10px; } }
    .section-info__tag:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 944px) {
        .section-info__tag:not(:last-child) {
          margin-right: 19px; } }
    .section-info__tag::after {
      content: '';
      margin-top: 4px;
      height: 1px;
      width: 100%;
      background-color: rgba(13, 14, 16, 0); }
    .section-info__tag:hover {
      color: #0d0e10; }
      .section-info__tag:hover::after {
        background-color: rgba(13, 14, 16, 0.8); }

.section-anim-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }
  .section-anim-arrow__item {
    width: 22px;
    height: 22px;
    margin: -8px 0;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    border-top: 1px solid #0d0e10;
    border-right: 1px solid #0d0e10;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    opacity: .5; }
    @media (max-width: 767px) {
      .section-anim-arrow__item {
        width: 15px;
        height: 15px;
        margin: -5px 0; } }
    .section-anim-arrow__item:nth-child(1) {
      -webkit-animation-name: arrows-1;
              animation-name: arrows-1; }
    .section-anim-arrow__item:nth-child(2) {
      -webkit-animation-name: arrows-2;
              animation-name: arrows-2; }
    .section-anim-arrow__item:nth-child(3) {
      -webkit-animation-name: arrows-3;
              animation-name: arrows-3; }
    .section-anim-arrow__item:nth-child(4) {
      -webkit-animation-name: arrows-4;
              animation-name: arrows-4; }
    .section-anim-arrow__item:nth-child(5) {
      -webkit-animation-name: arrows-5;
              animation-name: arrows-5; }
  .section-anim-arrow--white .section-anim-arrow__item {
    border-top: 1px solid white;
    border-right: 1px solid white; }

.section-big-map {
  position: relative;
  width: 100%;
  padding-top: 43.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .section-big-map {
      padding-top: 60%; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .section-big-map {
      padding-top: 150%; } }
  .section-big-map__inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 14, 16, 0.4); }
  .section-big-map__mapBlock {
    width: 100%;
    height: 100%;
    overflow: hidden; }

@-webkit-keyframes arrows {
  0%,
  40% {
    opacity: .5; }
  45% {
    opacity: .8; }
  55% {
    opacity: .8; }
  60%,
  100% {
    opacity: .5; } }

@keyframes arrows {
  0%,
  40% {
    opacity: .5; }
  45% {
    opacity: .8; }
  55% {
    opacity: .8; }
  60%,
  100% {
    opacity: .5; } }

@-webkit-keyframes arrows-1 {
  0%,
  100% {
    opacity: .5; }
  2%,
  4% {
    opacity: .9; }
  8% {
    opacity: .5; } }

@keyframes arrows-1 {
  0%,
  100% {
    opacity: .5; }
  2%,
  4% {
    opacity: .9; }
  8% {
    opacity: .5; } }

@-webkit-keyframes arrows-2 {
  0%,
  100% {
    opacity: .5; }
  5% {
    opacity: .5; }
  8%,
  10% {
    opacity: .9; }
  13% {
    opacity: .5; } }

@keyframes arrows-2 {
  0%,
  100% {
    opacity: .5; }
  5% {
    opacity: .5; }
  8%,
  10% {
    opacity: .9; }
  13% {
    opacity: .5; } }

@-webkit-keyframes arrows-3 {
  0%,
  100% {
    opacity: .5; }
  11% {
    opacity: .5; }
  14%,
  16% {
    opacity: .9; }
  19% {
    opacity: .5; } }

@keyframes arrows-3 {
  0%,
  100% {
    opacity: .5; }
  11% {
    opacity: .5; }
  14%,
  16% {
    opacity: .9; }
  19% {
    opacity: .5; } }

@-webkit-keyframes arrows-4 {
  0%,
  100% {
    opacity: .5; }
  17% {
    opacity: .5; }
  20%,
  22% {
    opacity: .9; }
  25% {
    opacity: .5; } }

@keyframes arrows-4 {
  0%,
  100% {
    opacity: .5; }
  17% {
    opacity: .5; }
  20%,
  22% {
    opacity: .9; }
  25% {
    opacity: .5; } }

@-webkit-keyframes arrows-5 {
  0%,
  100% {
    opacity: .5; }
  23% {
    opacity: .5; }
  26%,
  30% {
    opacity: .9; }
  33% {
    opacity: .5; } }

@keyframes arrows-5 {
  0%,
  100% {
    opacity: .5; }
  23% {
    opacity: .5; }
  26%,
  30% {
    opacity: .9; }
  33% {
    opacity: .5; } }

@-webkit-keyframes after {
  0%,
  5% {
    width: 50%;
    padding-top: 50%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 300%;
    padding-top: 300%;
    opacity: 1; } }

@keyframes after {
  0%,
  5% {
    width: 50%;
    padding-top: 50%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 300%;
    padding-top: 300%;
    opacity: 1; } }

@-webkit-keyframes after-hide {
  0% {
    width: 300%;
    padding-top: 300%;
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0.2; }
  70% {
    opacity: 0; }
  95%,
  100% {
    width: 50%;
    padding-top: 50%;
    opacity: 0; } }

@keyframes after-hide {
  0% {
    width: 300%;
    padding-top: 300%;
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0.2; }
  70% {
    opacity: 0; }
  95%,
  100% {
    width: 50%;
    padding-top: 50%;
    opacity: 0; } }

@media (max-width: 1025px) {
  .events--no-main .section-title, .sales--no-main .section-title, .news--no-main .section-title, .food--no-main .section-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 767px) {
  .shops--no-main .section-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.top-menu {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .top-menu--active {
    height: 100vh;
    overflow: auto; }
  .top-menu--no-main .header__inside {
    border-color: rgba(13, 14, 16, 0); }
  .top-menu--no-main .header-menu {
    margin-top: -63px; }
  .top-menu--no-main .header-menu--hover {
    margin-top: 0; }
  .top-menu--fixed .header__inside {
    border-color: rgba(13, 14, 16, 0); }
  .top-menu--fixed .header-menu {
    margin-top: -63px; }
  .top-menu--fixed .header-menu--hover {
    margin-top: 0; }
  .top-menu--fixed .header-navigation {
    pointer-events: none; }
    .top-menu--fixed .header-navigation__inside::before, .top-menu--fixed .header-navigation__inside::after {
      opacity: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .top-menu--fixed .header-navigation__list {
      opacity: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  .top-menu--hover .header__inside {
    border-color: #0d0e10; }
  .top-menu--hover .header-navigation {
    pointer-events: none; }
    .top-menu--hover .header-navigation__inside::before, .top-menu--hover .header-navigation__inside::after {
      opacity: 0; }
    .top-menu--hover .header-navigation__list {
      opacity: 0; }
  .top-menu--hover .top-menu--fixed .header__inside {
    border-color: #0d0e10; }

.header {
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; }
  .header__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 125px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    border-bottom: 1px solid #0d0e10;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out; }
    @media (max-width: 1441px) {
      .header__inside {
        height: 93px; } }
    @media (max-width: 767px) {
      .header__inside {
        height: 80px;
        border: none; } }
  .header__logo {
    display: block;
    width: 292px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1441px) {
      .header__logo {
        width: 219px;
        height: 34.5px; } }
    @media (max-width: 500px) {
      .header__logo {
        width: 127px;
        height: 20px; } }
  .header__search {
    width: 32px;
    height: 32px;
    cursor: pointer; }
    @media (max-width: 1441px) {
      .header__search {
        width: 26px;
        height: 26px; } }
    @media (max-width: 500px) {
      .header__search {
        width: 22px;
        height: 22px; } }

.header-menu {
  background-color: white;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 767px) {
    .header-menu {
      display: none; } }
  .header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-menu__item {
    padding: 21px 20px;
    margin: 0 auto;
    font-family: CocogoosePro;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.17;
    text-align: left;
    text-transform: uppercase;
    color: rgba(13, 14, 16, 0.4); }
    @media (max-width: 1700px) {
      .header-menu__item {
        padding: 16px 15px;
        font-size: 16px; } }
    .header-menu__item:first-child {
      padding-left: 0;
      margin-left: 0; }
    .header-menu__item:last-child {
      padding-right: 0;
      margin-right: 0; }
  .header-menu__link {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    .header-menu__link:hover {
      color: #0d0e10; }

.header-navigation {
  z-index: 10;
  position: absolute;
  top: 109px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 100%; }
  @media (max-width: 1441px) {
    .header-navigation {
      top: 79px;
      height: 26px; } }
  @media (max-width: 767px) {
    .header-navigation {
      display: none; } }
  .header-navigation__inside {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .header-navigation__inside::before, .header-navigation__inside::after {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      content: '';
      display: block;
      height: 1px;
      background-color: #0d0e10;
      -webkit-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
  .header-navigation__list {
    z-index: 5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .header-navigation__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6px; }
    .header-navigation__item:last-child {
      padding: 0 6px; }
    .header-navigation__item:not(:last-child)::after {
      content: '/';
      padding-left: 6px;
      font-size: 14px;
      font-weight: 200;
      line-height: 1.21;
      letter-spacing: normal; }
      @media (max-width: 1700px) {
        .header-navigation__item:not(:last-child)::after {
          font-size: 12px; } }
    .header-navigation__item:not(:last-child) .header-navigation__link:hover {
      color: rgba(13, 14, 16, 0.6); }
  .header-navigation__link {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.21;
    letter-spacing: normal;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .header-navigation__link {
        font-size: 12px; } }
  .header-navigation--none {
    display: none; }

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

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

.btn-menu-anim {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  @media (max-width: 1441px) {
    .btn-menu-anim {
      width: 26px;
      height: 26px; } }
  @media (max-width: 500px) {
    .btn-menu-anim {
      width: 22px;
      height: 22px; } }

.btn-menu {
  display: none; }

.main-menu {
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: main-hide;
          animation-name: main-hide;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  overflow: hidden; }
  .main-menu__inside {
    width: 100%;
    height: 100%;
    padding: 130px 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1441px) {
      .main-menu__inside {
        padding: 50px 0; } }
  .main-menu__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .main-menu__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 100px; } }
  .main-menu__title {
    font-size: 30px;
    font-weight: 200;
    text-align: left;
    color: white; }
    @media (max-width: 1700px) {
      .main-menu__title {
        font-size: 27px; } }
    @media (max-width: 1025px) {
      .main-menu__title {
        font-size: 27px; } }
    @media (max-width: 770px) {
      .main-menu__title {
        font-size: 25px; } }
    @media (max-width: 500px) {
      .main-menu__title {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .main-menu__title {
        font-size: 21.6px; } }
    @media (max-width: 768px) {
      .main-menu__title {
        display: none; } }
  .main-menu__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto 0 133px; }
    @media (max-width: 1023px) {
      .main-menu__menu {
        margin-left: 50px; } }
    @media (max-width: 768px) {
      .main-menu__menu {
        margin: 0; } }
    @media (max-width: 500px) {
      .main-menu__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .main-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 60px; }
    .main-menu__list:nth-child(2) {
      margin: 0 auto; }
    @media (max-width: 1023px) {
      .main-menu__list {
        padding: 0 30px; } }
    @media (max-width: 500px) {
      .main-menu__list {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 10px; }
        .main-menu__list:not(:last-child) {
          margin-bottom: 30px; } }
  .main-menu__item:not(:last-child) {
    margin-bottom: 45px; }
    @media (max-width: 1441px) {
      .main-menu__item:not(:last-child) {
        margin-bottom: 40px; } }
    @media (max-width: 500px) {
      .main-menu__item:not(:last-child) {
        margin-bottom: 28px; } }
  .main-menu__item {
    /*transform: translateY(0) scale(1,1)*/
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .main-menu__link {
    position: relative;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 5px;
    color: white; }
    @media (max-width: 1700px) {
      .main-menu__link {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .main-menu__link {
        font-size: 16px; } }
    .main-menu__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: white;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 50% 50% 0;
          -ms-transform-origin: 50% 50% 0;
              transform-origin: 50% 50% 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .main-menu__link:hover::after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

.main-menu--active {
  -webkit-animation-name: main;
          animation-name: main;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes main {
  0% {
    position: absolute;
    z-index: -5;
    opacity: 0; }
  1% {
    position: relative;
    z-index: 5;
    opacity: 0; }
  100% {
    position: relative;
    z-index: 5;
    opacity: 1; } }

@keyframes main {
  0% {
    position: absolute;
    z-index: -5;
    opacity: 0; }
  1% {
    position: relative;
    z-index: 5;
    opacity: 0; }
  100% {
    position: relative;
    z-index: 5;
    opacity: 1; } }

@-webkit-keyframes main-hide {
  0% {
    position: relative;
    z-index: 5;
    opacity: 1; }
  99% {
    position: absolute;
    z-index: 5;
    opacity: 0; }
  100% {
    position: absolute;
    z-index: -5;
    opacity: 0; } }

@keyframes main-hide {
  0% {
    position: relative;
    z-index: 5;
    opacity: 1; }
  99% {
    position: absolute;
    z-index: 5;
    opacity: 0; }
  100% {
    position: absolute;
    z-index: -5;
    opacity: 0; } }

.search {
  padding-top: 63px; }
  @media (max-width: 767px) {
    .search {
      padding-top: 10px; } }
  .search--header {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    -webkit-animation-name: search-hide;
            animation-name: search-hide;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    overflow: hidden; }
  .search__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  .search__searching {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
    @media (max-width: 768px) {
      .search__searching {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .search__title {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: 212px;
    margin: 0;
    font-size: 36px;
    font-weight: 200;
    text-align: left; }
    @media (max-width: 1700px) {
      .search__title {
        font-size: 30px; } }
    @media (max-width: 1025px) {
      .search__title {
        font-size: 30px; } }
    @media (max-width: 770px) {
      .search__title {
        font-size: 26px; } }
    @media (max-width: 500px) {
      .search__title {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .search__title {
        font-size: 21.6px; } }
    @media (max-width: 1023px) {
      .search__title {
        margin-right: auto;
        margin-bottom: 35px; } }
  .search__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #0d0e10; }
  .search__input {
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #0d0e10;
    text-align: left; }
    @media (max-width: 1700px) {
      .search__input {
        font-size: 50px; } }
    @media (max-width: 1025px) {
      .search__input {
        font-size: 50px; } }
    @media (max-width: 770px) {
      .search__input {
        font-size: 43.33333px; } }
    @media (max-width: 500px) {
      .search__input {
        font-size: 40px; } }
    @media (max-width: 360px) {
      .search__input {
        font-size: 36px; } }
  .search__submit {
    margin-top: 21px; }
    @media (max-width: 500px) {
      .search__submit {
        margin-top: 10px; } }
  .search__results {
    margin-top: 30px; }
    @media (max-width: 1441px) {
      .search__results {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .search__results {
        margin-top: 40px; } }
  .search__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 0; }
    @media (max-width: 1441px) {
      .search__result {
        padding: 20px 0; } }
    @media (max-width: 768px) {
      .search__result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .search__result-logo {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 212px;
      padding-right: 49px;
      padding-left: 100px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 768px) {
        .search__result-logo {
          max-width: 45px;
          max-height: 45px;
          padding: 0;
          margin-bottom: 17px; } }
    .search__result-img {
      display: block;
      width: 100%; }
    .search__result-title {
      display: inline;
      font-size: 30px;
      font-weight: 600;
      line-height: 1.3;
      text-align: left;
      border-bottom: 2px solid #0d0e10;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media (max-width: 1700px) {
        .search__result-title {
          font-size: 27px; } }
      @media (max-width: 1025px) {
        .search__result-title {
          font-size: 27px; } }
      @media (max-width: 770px) {
        .search__result-title {
          font-size: 25px; } }
      @media (max-width: 500px) {
        .search__result-title {
          font-size: 24px; } }
      @media (max-width: 360px) {
        .search__result-title {
          font-size: 21.6px; } }
      .search__result-title:hover {
        color: rgba(13, 14, 16, 0.4);
        border-color: rgba(13, 14, 16, 0.4); }
        .search__result-title:hover + .search__result-text {
          color: rgba(13, 14, 16, 0.4); }
    .search__result-text {
      margin-top: 18px;
      font-size: 14px;
      line-height: 1.57;
      max-height: 43.96px;
      font-weight: 200;
      line-height: 1.57;
      text-align: left;
      color: #0d0e10;
      overflow: hidden;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media (max-width: 1700px) {
        .search__result-text {
          max-height: 43.96px;
          font-size: 14px; } }
      @media (max-width: 1025px) {
        .search__result-text {
          max-height: 43.96px;
          font-size: 14px; } }
      @media (max-width: 770px) {
        .search__result-text {
          max-height: 43.96px;
          font-size: 14px; } }
      @media (max-width: 500px) {
        .search__result-text {
          max-height: 43.96px;
          font-size: 14px; } }
      @media (max-width: 360px) {
        .search__result-text {
          max-height: 39.564px;
          font-size: 12.6px; } }
  .search__all {
    display: none;
    text-align: center;
    padding-top: 30px; }
    .search__all-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px;
      font-weight: 200;
      letter-spacing: 4.9px;
      text-transform: uppercase;
      color: white;
      -webkit-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease; }
      @media (max-width: 1700px) {
        .search__all-link {
          font-size: 12px; } }
      @media (max-width: 1025px) {
        .search__all-link {
          font-size: 12px; } }
      @media (max-width: 770px) {
        .search__all-link {
          font-size: 10.66667px; } }
      @media (max-width: 500px) {
        .search__all-link {
          font-size: 10px; } }
      @media (max-width: 360px) {
        .search__all-link {
          font-size: 9px; } }
      .search__all-link::after {
        content: '';
        width: 98%;
        height: 1px;
        margin-top: 5px;
        background-color: white;
        -webkit-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease; }
      .search__all-link:hover {
        color: rgba(255, 255, 255, 0.6); }
        .search__all-link:hover::after {
          background-color: rgba(255, 255, 255, 0.4); }
  .search__empty {
    margin-top: 61px;
    margin-left: 100px; }
    @media (max-width: 767px) {
      .search__empty {
        margin-top: 35px;
        margin-left: 0; } }
    .search__empty-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.67; }
    .search__empty ul {
      margin-top: 53px;
      margin-left: 0; }
      @media (max-width: 767px) {
        .search__empty ul {
          margin-top: 25px; } }
      .search__empty ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        font-weight: 200; }
        .search__empty ul li:not(:last-child) {
          margin-bottom: 24px; }
        .search__empty ul li::before {
          content: "";
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          display: block;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          margin-right: 14px;
          background-color: #0d0e10; }
          @media (max-width: 767px) {
            .search__empty ul li::before {
              width: 7px;
              height: 7px; } }
        .search__empty ul li span {
          display: block;
          line-height: 1.4;
          vertical-align: middle; }

.search--header .search__inside {
  padding: 90px 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1441px) {
    .search--header .search__inside {
      padding: 60px 0 80px; } }

.search--header .search__title {
  color: white; }

.search--header .search__search {
  border-bottom: 1px solid #bcbcbc; }

.search--header .search__input {
  color: white; }

.search--header .search__result-title {
  color: white;
  border-bottom: 2px solid white; }
  .search--header .search__result-title:hover {
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4); }
    .search--header .search__result-title:hover + .search__result-text {
      color: rgba(255, 255, 255, 0.4); }

.search--header .search__result-text {
  color: #fff; }

.search--header .search__empty {
  color: #fff; }
  .search--header .search__empty ul li::before {
    background-color: #fff; }

.search--active {
  -webkit-animation-name: search;
          animation-name: search;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes search {
  0% {
    position: absolute;
    z-index: -5;
    opacity: 0; }
  1% {
    position: relative;
    z-index: 5;
    opacity: 0; }
  100% {
    position: relative;
    z-index: 5;
    opacity: 1; } }

@keyframes search {
  0% {
    position: absolute;
    z-index: -5;
    opacity: 0; }
  1% {
    position: relative;
    z-index: 5;
    opacity: 0; }
  100% {
    position: relative;
    z-index: 5;
    opacity: 1; } }

@-webkit-keyframes search-hide {
  0% {
    position: relative;
    z-index: 5;
    opacity: 1; }
  99% {
    position: absolute;
    z-index: 5;
    opacity: 0; }
  100% {
    position: absolute;
    z-index: -5;
    opacity: 0; } }

@keyframes search-hide {
  0% {
    position: relative;
    z-index: 5;
    opacity: 1; }
  99% {
    position: absolute;
    z-index: 5;
    opacity: 0; }
  100% {
    position: absolute;
    z-index: -5;
    opacity: 0; } }

.preview {
  position: relative;
  width: 100%;
  padding-top: 188px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1700px) {
    .preview {
      padding-top: 143px;
      padding-bottom: 38px; } }
  @media (max-width: 767px) {
    .preview {
      padding-top: 129px; } }
  @media (max-width: 500px) {
    .preview {
      padding-top: 80px; } }
  .preview .wide-center {
    height: 100%; }
  .preview--main {
    height: 100vh; }
    @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 58 / 30), (orientation: portrait) and (min-width: 500px), (orientation: portrait) and (max-width: 500px) and (max-aspect-ratio: 10 / 19) {
      .preview--main {
        height: auto; } }
    .preview--main div[id*=bx_incl_area] {
      height: 100%; }
  .preview--no-main {
    height: 100vh; }
    @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 5 / 3), (max-width: 1024px), (orientation: portrait) {
      .preview--no-main {
        height: auto; } }
  .preview--about {
    height: 100vh; }
    @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (max-width: 1600px) and (min-aspect-ratio: 17 / 10), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 5 / 3), (orientation: portrait) {
      .preview--about {
        height: auto; } }
    @media (max-width: 767px) {
      .preview--about {
        padding-bottom: 28px; } }
    .preview--about .wide-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .preview--about .wide-center {
          padding: 0; } }
  .preview--404 {
    height: 100vh; }
    @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 5 / 3), (orientation: portrait) and (min-width: 500px), (orientation: portrait) and (max-width: 500px) and (max-aspect-ratio: 10 / 21) {
      .preview--404 {
        height: auto; } }
    @media (width: 375px) and (height: 812px) {
      .preview--404 {
        height: 100vh; } }
    @media (max-width: 767px) {
      .preview--404 {
        height: 100vh; } }
    @media (orientation: landscape) and (max-width: 850px) {
      .preview--404 {
        height: 130vh; } }
    @media (width: 812px) and (height: 375px) {
      .preview--404 {
        height: 130vh; } }
  .preview__about {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%; }
    @media (max-width: 767px) {
      .preview__about {
        padding-top: 10px; } }
    .preview__about-bg {
      display: block;
      width: 100%;
      margin-bottom: 34px; }
      @media screen and (max-width: 767px) {
        .preview__about-bg {
          margin-bottom: 18px; } }
    .preview__about-present {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 40px;
      font-weight: 100;
      line-height: 1.53;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 1700px) {
        .preview__about-present {
          font-size: 29px; } }
      @media (max-width: 1025px) {
        .preview__about-present {
          font-size: 29px; } }
      @media (max-width: 770px) {
        .preview__about-present {
          font-size: 21.66667px; } }
      @media (max-width: 500px) {
        .preview__about-present {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .preview__about-present {
          font-size: 16.2px; } }
    .preview__about-video {
      position: relative;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
      .preview__about-video-inside {
        display: block;
        width: 100%; }
      @media (orientation: portrait) {
        .preview__about-video {
          padding-top: 50%; }
          .preview__about-video-inside {
            position: absolute;
            top: 0;
            left: 50%;
            width: auto;
            height: 100%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }
    .preview__about-arrow {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .preview__about-arrow .section-anim-arrow__item {
          width: 14px;
          height: 14px;
          margin: -5px 0; } }
  .preview__slider {
    height: 100%;
    overflow: hidden; }
    @media (max-width: 500px) and (orientation: portrait) {
      .preview__slider {
        height: auto;
        max-height: 100%; } }
    @media (orientation: portrait) and (max-width: 500px) and (max-aspect-ratio: 10 / 19) {
      .preview__slider {
        height: 100%; } }
  .preview__slide {
    position: relative;
    display: block;
    height: 100%; }
    .preview__slide .center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      max-width: 1458px; }
    .preview__slide-500 {
      position: relative;
      display: none;
      width: 100%;
      padding-top: 187%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
      @media (max-width: 501px) {
        .preview__slide-500 {
          display: block; } }
    @media (max-width: 501px) {
      .preview__slide {
        height: auto; } }
  .preview__img {
    height: 100%;
    position: relative;
    height: 100%;
    overflow: hidden; }
    .preview__img-desktop {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 58 / 30), (orientation: portrait) {
        .preview__img-desktop {
          position: static;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
      @media (max-width: 501px) {
        .preview__img-desktop {
          display: none; } }
    .preview__img-mob {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%; }
  .preview__title {
    display: block;
    width: 500px;
    height: 270px;
    font-size: 69px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: white; }
    .preview__title span {
      display: block;
      font-weight: 600; }
  .preview__event-arrow {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (max-width: 767px) {
      .preview__event-arrow .section-anim-arrow__item {
        width: 14px;
        height: 14px;
        margin: -5px 0; } }
  .preview__child {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1025px) {
      .preview__child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .preview__child-left {
      position: relative;
      width: 65%;
      height: 100%;
      background-color: #197EA8; }
      @media (max-width: 1025px) {
        .preview__child-left {
          width: 100%;
          height: auto; } }
    .preview__child-inside {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 100%;
      width: 100%;
      padding: 80px 80px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 768px) {
        .preview__child-inside {
          padding: 80px 50px; } }
      @media (max-width: 767px) {
        .preview__child-inside {
          padding: 22px 18px; } }
      .preview__child-inside::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        width: 0;
        height: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-top: 20px solid transparent;
        border-left: 40px solid #197EA8;
        border-bottom: 20px solid transparent; }
        @media (max-width: 1025px) {
          .preview__child-inside::before {
            top: 100%;
            left: 50%;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            border-top: 40px solid #197EA8;
            -webkit-transform: translate(-50%, 0%);
                -ms-transform: translate(-50%, 0%);
                    transform: translate(-50%, 0%); } }
        @media (max-width: 767px) {
          .preview__child-inside::before {
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-top: 20px solid #197EA8; } }
    .preview__child-title {
      max-width: 900px;
      margin-bottom: 50px;
      font-weight: 600;
      line-height: 2.2;
      font-size: 30px;
      color: #ffffff; }
      @media (max-width: 1700px) {
        .preview__child-title {
          font-size: 22px; } }
      @media (max-width: 1025px) {
        .preview__child-title {
          font-size: 22px; } }
      @media (max-width: 770px) {
        .preview__child-title {
          font-size: 16.66667px; } }
      @media (max-width: 500px) {
        .preview__child-title {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .preview__child-title {
          font-size: 12.6px; } }
      @media (max-width: 1025px) {
        .preview__child-title {
          margin-bottom: 30px;
          line-height: 1.71; } }
    .preview__child-text {
      width: 100%;
      max-width: 900px;
      font-weight: 200;
      line-height: 2.2;
      font-size: 24px;
      color: #ffffff; }
      @media (max-width: 1700px) {
        .preview__child-text {
          font-size: 19px; } }
      @media (max-width: 1025px) {
        .preview__child-text {
          font-size: 19px; } }
      @media (max-width: 770px) {
        .preview__child-text {
          font-size: 15.66667px; } }
      @media (max-width: 500px) {
        .preview__child-text {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .preview__child-text {
          font-size: 12.6px; } }
      @media (max-width: 1025px) {
        .preview__child-text {
          line-height: 1.71; } }
    .preview__child-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 1025px) {
        .preview__child-right {
          position: static;
          width: 100%;
          height: 500px;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (max-width: 767px) {
        .preview__child-right {
          height: 400px; } }
      @media (max-width: 500px) {
        .preview__child-right {
          height: 250px; } }
    .preview__child-arrow {
      position: absolute;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .preview__auchan {
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 1025px) {
      .preview__auchan {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .preview__auchan-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 1023px) {
        .preview__auchan-left {
          position: static;
          width: 100%;
          height: 450px; } }
      @media (max-width: 767px) {
        .preview__auchan-left {
          height: 350px; } }
      @media (max-width: 500px) {
        .preview__auchan-left {
          height: 180px; } }
    .preview__auchan-arrow {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 1367px) {
        .preview__auchan-arrow {
          bottom: 20px; } }
    .preview__auchan-title {
      margin-top: 0;
      margin-bottom: 80px;
      font-size: 60px;
      font-weight: 200;
      line-height: 1.3;
      color: #ffffff; }
      @media (max-width: 1700px) {
        .preview__auchan-title {
          font-size: 42px; } }
      @media (max-width: 1025px) {
        .preview__auchan-title {
          font-size: 42px; } }
      @media (max-width: 770px) {
        .preview__auchan-title {
          font-size: 30px; } }
      @media (max-width: 500px) {
        .preview__auchan-title {
          font-size: 24px; } }
      @media (max-width: 360px) {
        .preview__auchan-title {
          font-size: 21.6px; } }
      .preview__auchan-title span {
        font-weight: 600; }
      @media (max-width: 1441px) {
        .preview__auchan-title {
          margin-bottom: 50px; } }
      @media (max-width: 1367px) {
        .preview__auchan-title {
          margin-bottom: 30px; } }
      @media (max-width: 1023px) {
        .preview__auchan-title {
          margin-bottom: 17px; } }
    .preview__auchan-text {
      width: 100%;
      font-size: 24px;
      font-weight: 200;
      line-height: 2.2;
      color: #ffffff; }
      @media (max-width: 1700px) {
        .preview__auchan-text {
          font-size: 19px; } }
      @media (max-width: 1025px) {
        .preview__auchan-text {
          font-size: 19px; } }
      @media (max-width: 770px) {
        .preview__auchan-text {
          font-size: 15.66667px; } }
      @media (max-width: 500px) {
        .preview__auchan-text {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .preview__auchan-text {
          font-size: 12.6px; } }
    .preview__auchan-right {
      position: relative;
      right: 0;
      width: 65%;
      height: 100%;
      margin-left: auto;
      background-color: #d92000; }
      @media (max-width: 1023px) {
        .preview__auchan-right {
          width: 100%;
          height: auto; } }
      .preview__auchan-right-inside {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: 100%;
        width: 100%;
        padding: 100px 170px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media (max-width: 1441px) {
          .preview__auchan-right-inside {
            padding: 100px 130px; } }
        @media (max-width: 1367px) {
          .preview__auchan-right-inside {
            padding: 100px 100px; } }
        @media (max-width: 1025px) {
          .preview__auchan-right-inside {
            padding: 90px 80px; } }
        @media (max-width: 767px) {
          .preview__auchan-right-inside {
            padding: 19px 19px 90px; } }
        .preview__auchan-right-inside::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 100%;
          width: 0;
          height: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-top: 20px solid transparent;
          border-right: 40px solid #d92000;
          border-bottom: 20px solid transparent; }
          @media (max-width: 1023px) {
            .preview__auchan-right-inside::before {
              display: none; } }
  .preview__404 {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    @media (orientation: portrait) and (max-width: 767px) {
      .preview__404 {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .preview__404-inside {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #f4f4f4; }
      @media (orientation: landscape) and (min-aspect-ratio: 37 / 18), (orientation: landscape) and (min-aspect-ratio: 1 / 1) and (max-aspect-ratio: 5 / 3), (orientation: portrait) and (min-width: 500px), (orientation: portrait) and (max-width: 500px) and (max-aspect-ratio: 10 / 21) {
        .preview__404-inside {
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
      @media (max-width: 767px) {
        .preview__404-inside {
          position: absolute;
          top: 0;
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%);
          padding: 55% 0; } }
  @media (max-width: 767px) and (width: 375px) and (height: 812px) {
    .preview__404-inside {
      padding: 55% 0; } }
  @media (max-width: 767px) and (orientation: landscape) and (max-width: 767px) {
    .preview__404-inside {
      padding: 0; } }
      .preview__404-inside--desk svg {
        display: none; }
        @media (min-width: 768px) {
          .preview__404-inside--desk svg {
            display: block; } }
        @media (orientation: landscape) and (max-width: 767px) {
          .preview__404-inside--desk svg {
            display: block; } }
      .preview__404-inside--mob svg {
        display: none; }
        @media (orientation: portrait) and (max-width: 767px) {
          .preview__404-inside--mob svg {
            display: block;
            width: 110% !important; } }
    .preview__404-content {
      position: absolute;
      top: 50%;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      padding-left: 45%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (orientation: portrait) and (max-width: 767px) {
        .preview__404-content {
          padding-left: 30px;
          padding-right: 38px; } }
      @media (orientation: portrait) and (max-width: 360px) {
        .preview__404-content {
          padding-right: 30px; } }
    .preview__404-error {
      margin-top: 22%;
      margin-bottom: 5%;
      font-size: 14px;
      font-size: 14px;
      font-weight: 200;
      letter-spacing: 4.9px;
      text-transform: uppercase; }
      @media (max-width: 1700px) {
        .preview__404-error {
          font-size: 12px; } }
      @media (max-width: 1025px) {
        .preview__404-error {
          font-size: 12px; } }
      @media (max-width: 770px) {
        .preview__404-error {
          font-size: 10.66667px; } }
      @media (max-width: 500px) {
        .preview__404-error {
          font-size: 10px; } }
      @media (max-width: 360px) {
        .preview__404-error {
          font-size: 9px; } }
      @media (max-width: 1366px) {
        .preview__404-error {
          margin-top: 26%; } }
      @media (orientation: portrait) and (max-width: 767px) {
        .preview__404-error {
          margin-top: 47px;
          margin-bottom: 80%;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
      @media (orientation: portrait) and (max-width: 360px) {
        .preview__404-error {
          margin-top: 40px; } }
    .preview__404-title {
      margin-bottom: 20%;
      font-size: 35px;
      font-weight: 600; }
      @media (max-width: 1700px) {
        .preview__404-title {
          font-size: 26.5px; } }
      @media (max-width: 1025px) {
        .preview__404-title {
          font-size: 26.5px; } }
      @media (max-width: 770px) {
        .preview__404-title {
          font-size: 20.83333px; } }
      @media (max-width: 500px) {
        .preview__404-title {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .preview__404-title {
          font-size: 16.2px; } }
      @media (orientation: portrait) and (max-width: 767px) {
        .preview__404-title {
          margin-top: 35%;
          margin-bottom: 0;
          font-size: 14px; } }
    @media (orientation: portrait) and (max-width: 767px) {
      .preview__404 .btn--active {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        padding: 17px 30px;
        font-size: 10px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    @media (orientation: portrait) and (max-width: 360px) {
      .preview__404 .btn--active {
        padding: 12px 20px;
        font-size: 8px; } }

.slick-list {
  height: 100%; }

.slick-track {
  height: 100%; }

.preview__dots {
  z-index: 5;
  position: absolute;
  bottom: 18px;
  display: block;
  height: 12px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 767px) {
    .preview__dots {
      bottom: 8px;
      height: 6px; } }
  .preview__dots li {
    position: relative;
    display: inline-block;
    margin: 0 9px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    @media (max-width: 767px) {
      .preview__dots li {
        margin: 0 4px; } }
    .preview__dots li button {
      display: block;
      width: 12px;
      height: 12px;
      padding: 0;
      border-radius: 50%;
      cursor: pointer;
      border: 0;
      color: transparent;
      outline: none;
      background-color: #fff;
      -webkit-box-shadow: 0px 1px 3px 0px #00000060;
              box-shadow: 0px 1px 3px 0px #00000060; }
      .preview__dots li button[aria-label='1 of 1'] {
        display: none; }
      @media (max-width: 767px) {
        .preview__dots li button {
          width: 6px;
          height: 6px; } }
    .preview__dots li button:hover,
    .preview__dots li button:focus {
      outline: none; }
  .preview__dots li.slick-active {
    -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
            transform: translateY(-16px); }
    @media (max-width: 767px) {
      .preview__dots li.slick-active {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px); } }
    .preview__dots li.slick-active::after {
      content: '';
      position: absolute;
      top: 0;
      left: 6px;
      height: 500%;
      width: 1px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .preview__dots li.slick-active::after {
          left: 3px; } }

.events {
  position: relative;
  width: 100%;
  padding-top: 55px; }
  @media screen and (max-width: 767px) {
    .events {
      padding-top: 30px; } }
  .events--no-main {
    padding-top: 63px;
    padding-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .events--no-main {
        padding-top: 28px; } }
  .events .wide-center {
    height: 100%; }
  .events__list {
    position: relative;
    margin: -10px; }
    .events__list::after {
      content: '';
      clear: both;
      display: block; }
    .events__list .preview__dots {
      bottom: 16px; }
  .events__item {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .events__item {
        width: 100%; } }
    .events__item-inside {
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 91.5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media screen and (min-width: 1025px) {
      .events__item:not(:first-child) {
        height: 50%; }
        .events__item:not(:first-child) .events__item-inside {
          padding-top: 44.8%; }
        .events__item:not(:first-child) .events__title {
          max-width: 500px;
          font-size: 24px;
          line-height: 1.33;
          max-height: 63.84px;
          font-weight: 600; } }
    @media screen and (min-width: 1025px) and (max-width: 1700px) {
      .events__item:not(:first-child) .events__title {
        max-height: 53.2px;
        font-size: 20px; } }
    @media screen and (min-width: 1025px) and (max-width: 1025px) {
      .events__item:not(:first-child) .events__title {
        max-height: 53.2px;
        font-size: 20px; } }
    @media screen and (min-width: 1025px) and (max-width: 770px) {
      .events__item:not(:first-child) .events__title {
        max-height: 46.10667px;
        font-size: 17.33333px; } }
    @media screen and (min-width: 1025px) and (max-width: 500px) {
      .events__item:not(:first-child) .events__title {
        max-height: 42.56px;
        font-size: 16px; } }
    @media screen and (min-width: 1025px) and (max-width: 360px) {
      .events__item:not(:first-child) .events__title {
        max-height: 38.304px;
        font-size: 14.4px; } }
    @media screen and (min-width: 1025px) and (max-width: 1441px) {
      .events__item:not(:first-child) .events__title {
        font-size: 21px; } }
    @media screen and (min-width: 1025px) and (max-width: 1367px) {
      .events__item:not(:first-child) .events__title {
        font-size: 18px; } }
    @media screen and (min-width: 1025px) {
        .events__item:not(:first-child) .events__text {
          font-size: 18px;
          line-height: 1.67;
          font-weight: 200;
          color: #0d0e10;
          overflow: hidden; } }
    @media screen and (min-width: 1025px) and (max-width: 1700px) {
      .events__item:not(:first-child) .events__text {
        font-size: 16px; } }
    @media screen and (min-width: 1025px) and (max-width: 1025px) {
      .events__item:not(:first-child) .events__text {
        font-size: 16px; } }
    @media screen and (min-width: 1025px) and (max-width: 770px) {
      .events__item:not(:first-child) .events__text {
        font-size: 14.66667px; } }
    @media screen and (min-width: 1025px) and (max-width: 500px) {
      .events__item:not(:first-child) .events__text {
        font-size: 14px; } }
    @media screen and (min-width: 1025px) and (max-width: 360px) {
      .events__item:not(:first-child) .events__text {
        font-size: 12.6px; } }
    @media screen and (min-width: 1025px) and (max-width: 1441px) {
      .events__item:not(:first-child) .events__text {
        font-size: 14px; } }
    @media screen and (min-width: 1025px) and (max-width: 1367px) {
      .events__item:not(:first-child) .events__text {
        max-height: 70px; } }
    @media screen and (min-width: 1025px) and (max-width: 767px) {
      .events__item:not(:first-child) .events__text {
        display: none; } }
    @media screen and (min-width: 1025px) {
        .events__item:not(:first-child) .events__date {
          padding: 10px 0 17px 36px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          font-size: 18px;
          font-weight: 200;
          color: #0d0e10; }
        .events__item:not(:first-child) .events__link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
          .events__item:not(:first-child) .events__link::before {
            -webkit-transform: translateY(64%);
                -ms-transform: translateY(64%);
                    transform: translateY(64%); } }
      @media screen and (min-width: 1025px) and (max-width: 1441px) {
        .events__item:not(:first-child) .events__link::before {
          -webkit-transform: translateY(62%);
              -ms-transform: translateY(62%);
                  transform: translateY(62%); } }
      @media screen and (min-width: 1025px) and (max-width: 1367px) {
        .events__item:not(:first-child) .events__link::before {
          -webkit-transform: translateY(56%);
              -ms-transform: translateY(56%);
                  transform: translateY(56%); } }
    @media screen and (min-width: 1025px) {
          .events__item:not(:first-child) .events__link-info {
            padding: 17px 36px 0 36px;
            -webkit-transform: translateY(73%);
                -ms-transform: translateY(73%);
                    transform: translateY(73%); } }
      @media screen and (min-width: 1025px) and (max-width: 1441px) {
        .events__item:not(:first-child) .events__link-info {
          -webkit-transform: translateY(74%);
              -ms-transform: translateY(74%);
                  transform: translateY(74%); } }
      @media screen and (min-width: 1025px) and (max-width: 1367px) {
        .events__item:not(:first-child) .events__link-info {
          -webkit-transform: translateY(67%);
              -ms-transform: translateY(67%);
                  transform: translateY(67%); } }
  .events__link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .events__link-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      height: 100%;
      padding: 51px 37px 20px 51px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateY(67%);
          -ms-transform: translateY(67%);
              transform: translateY(67%); }
      @media screen and (max-width: 1441px) {
        .events__link-info {
          -webkit-transform: translateY(68%);
              -ms-transform: translateY(68%);
                  transform: translateY(68%); } }
      @media screen and (max-width: 1025px) {
        .events__link-info {
          -webkit-transform: translateY(70%);
              -ms-transform: translateY(70%);
                  transform: translateY(70%);
          padding: 15px 20px 0 25px; } }
      @media screen and (max-width: 768px) {
        .events__link-info {
          -webkit-transform: translateY(72%);
              -ms-transform: translateY(72%);
                  transform: translateY(72%); } }
      @media screen and (max-width: 767px) {
        .events__link-info {
          padding: 10px; } }
    .events__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-transform: translateY(63%);
          -ms-transform: translateY(63%);
              transform: translateY(63%);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .events__link-inside {
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .events__title {
    max-width: 800px;
    font-size: 38px;
    line-height: 1.44;
    max-height: 109.44px;
    font-weight: 600;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .events__title {
        max-height: 80.64px;
        font-size: 28px; } }
    @media (max-width: 1025px) {
      .events__title {
        max-height: 80.64px;
        font-size: 28px; } }
    @media (max-width: 770px) {
      .events__title {
        max-height: 61.44px;
        font-size: 21.33333px; } }
    @media (max-width: 500px) {
      .events__title {
        max-height: 51.84px;
        font-size: 18px; } }
    @media (max-width: 360px) {
      .events__title {
        max-height: 46.656px;
        font-size: 16.2px; } }
    @media screen and (max-width: 500px) {
      .events__title {
        max-width: 240px; } }
  .events__text {
    margin: auto 0;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 200;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .events__text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .events__text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .events__text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .events__text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .events__text {
        font-size: 12.6px; } }
    @media (max-width: 1441px) {
      .events__text {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .events__text {
        display: none; } }
  .events__date {
    z-index: 5;
    position: relative;
    width: 100%;
    padding: 10px 0 18px 51px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-weight: 200; }
    @media (max-width: 1700px) {
      .events__date {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .events__date {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .events__date {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .events__date {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .events__date {
        font-size: 12.6px; } }
    @media (max-width: 1024px) {
      .events__date {
        padding: 10px 25px 15px 25px; } }
    @media screen and (max-width: 767px) {
      .events__date {
        padding: 10px 0 10px 10px; } }
  .events__img {
    z-index: -5;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .events__list--little .events__item {
      height: 50%; }
      .events__list--little .events__item .events__item-inside {
        padding-top: 44.8%; }
      .events__list--little .events__item .events__title {
        max-width: 500px;
        font-size: 24px;
        line-height: 1.33;
        max-height: 63.84px;
        font-weight: 600; } }
    @media screen and (min-width: 1025px) and (max-width: 1700px) {
      .events__list--little .events__item .events__title {
        max-height: 53.2px;
        font-size: 20px; } }
    @media screen and (min-width: 1025px) and (max-width: 1025px) {
      .events__list--little .events__item .events__title {
        max-height: 53.2px;
        font-size: 20px; } }
    @media screen and (min-width: 1025px) and (max-width: 770px) {
      .events__list--little .events__item .events__title {
        max-height: 46.10667px;
        font-size: 17.33333px; } }
    @media screen and (min-width: 1025px) and (max-width: 500px) {
      .events__list--little .events__item .events__title {
        max-height: 42.56px;
        font-size: 16px; } }
    @media screen and (min-width: 1025px) and (max-width: 360px) {
      .events__list--little .events__item .events__title {
        max-height: 38.304px;
        font-size: 14.4px; } }
    @media screen and (min-width: 1025px) and (max-width: 1441px) {
      .events__list--little .events__item .events__title {
        font-size: 21px; } }
    @media screen and (min-width: 1025px) and (max-width: 1367px) {
      .events__list--little .events__item .events__title {
        font-size: 18px; } }
  @media screen and (min-width: 1025px) {
      .events__list--little .events__item .events__text {
        font-size: 18px;
        line-height: 1.67;
        font-weight: 200;
        color: #0d0e10;
        overflow: hidden; } }
    @media screen and (min-width: 1025px) and (max-width: 1700px) {
      .events__list--little .events__item .events__text {
        font-size: 16px; } }
    @media screen and (min-width: 1025px) and (max-width: 1025px) {
      .events__list--little .events__item .events__text {
        font-size: 16px; } }
    @media screen and (min-width: 1025px) and (max-width: 770px) {
      .events__list--little .events__item .events__text {
        font-size: 14.66667px; } }
    @media screen and (min-width: 1025px) and (max-width: 500px) {
      .events__list--little .events__item .events__text {
        font-size: 14px; } }
    @media screen and (min-width: 1025px) and (max-width: 360px) {
      .events__list--little .events__item .events__text {
        font-size: 12.6px; } }
    @media screen and (min-width: 1025px) and (max-width: 1441px) {
      .events__list--little .events__item .events__text {
        font-size: 14px; } }
    @media screen and (min-width: 1025px) and (max-width: 1367px) {
      .events__list--little .events__item .events__text {
        max-height: 70px; } }
    @media screen and (min-width: 1025px) and (max-width: 767px) {
      .events__list--little .events__item .events__text {
        display: none; } }
  @media screen and (min-width: 1025px) {
      .events__list--little .events__item .events__date {
        padding: 10px 0 17px 36px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 18px;
        font-weight: 200;
        color: #0d0e10; }
      .events__list--little .events__item .events__link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        .events__list--little .events__item .events__link::before {
          -webkit-transform: translateY(64%);
              -ms-transform: translateY(64%);
                  transform: translateY(64%); } }
      @media screen and (min-width: 1025px) and (max-width: 1441px) {
        .events__list--little .events__item .events__link::before {
          -webkit-transform: translateY(62%);
              -ms-transform: translateY(62%);
                  transform: translateY(62%); } }
      @media screen and (min-width: 1025px) and (max-width: 1367px) {
        .events__list--little .events__item .events__link::before {
          -webkit-transform: translateY(56%);
              -ms-transform: translateY(56%);
                  transform: translateY(56%); } }
  @media screen and (min-width: 1025px) {
        .events__list--little .events__item .events__link-info {
          padding: 17px 36px 0 36px;
          -webkit-transform: translateY(73%);
              -ms-transform: translateY(73%);
                  transform: translateY(73%); } }
      @media screen and (min-width: 1025px) and (max-width: 1441px) {
        .events__list--little .events__item .events__link-info {
          -webkit-transform: translateY(74%);
              -ms-transform: translateY(74%);
                  transform: translateY(74%); } }
      @media screen and (min-width: 1025px) and (max-width: 1367px) {
        .events__list--little .events__item .events__link-info {
          -webkit-transform: translateY(67%);
              -ms-transform: translateY(67%);
                  transform: translateY(67%); } }

.event {
  padding-top: 63px; }
  @media (max-width: 767px) {
    .event {
      padding-top: 10px; } }
  .event__main-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    overflow: hidden; }
  .event__title {
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 40px;
    font-weight: 600;
    text-align: left; }
    @media (max-width: 1700px) {
      .event__title {
        font-size: 32px; } }
    @media (max-width: 1025px) {
      .event__title {
        font-size: 32px; } }
    @media (max-width: 770px) {
      .event__title {
        font-size: 26.66667px; } }
    @media (max-width: 500px) {
      .event__title {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .event__title {
        font-size: 21.6px; } }
    @media (max-width: 767px) {
      .event__title {
        text-align: center; } }
  .event__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 50px; }
    .event__social-link {
      display: block; }
      .event__social-link:not(:last-child) {
        margin-right: 70px; }
        @media (max-width: 500px) {
          .event__social-link:not(:last-child) {
            margin-right: 42px; } }
      .event__social-link svg {
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
        @media (max-width: 500px) {
          .event__social-link svg {
            width: 20px;
            height: 20px; } }
      .event__social-link:hover svg {
        fill: rgba(13, 14, 16, 0.4); }
  .event__date {
    line-height: 2.14;
    padding-top: 27px;
    font-size: 14px;
    font-weight: 200;
    opacity: .4; }
    @media (max-width: 1700px) {
      .event__date {
        font-size: 14px; } }
    @media (max-width: 1025px) {
      .event__date {
        font-size: 14px; } }
    @media (max-width: 770px) {
      .event__date {
        font-size: 14px; } }
    @media (max-width: 500px) {
      .event__date {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .event__date {
        font-size: 12.6px; } }
    .event__date span {
      margin-left: 9px; }

.event--shop .event__title {
  margin-bottom: 42px; }
  @media (max-width: 1023px) {
    .event--shop .event__title {
      margin-bottom: 30px; } }

.event--shop .event__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .event--shop .event__inside {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 35px; } }

.event--shop .event__event-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48%;
  padding-right: 25px; }
  @media (max-width: 1440px) {
    .event--shop .event__event-img {
      width: 60%; } }
  @media (max-width: 1366px) {
    .event--shop .event__event-img {
      width: 50%; } }
  @media (max-width: 1280px) {
    .event--shop .event__event-img {
      width: 60%; } }
  @media (max-width: 1023px) {
    .event--shop .event__event-img {
      width: 100%;
      padding: 0;
      margin-bottom: 35px; } }
  .event--shop .event__event-img-inside {
    position: relative;
    width: 100%;
    padding-top: 68.7%;
    overflow: hidden; }

.event--shop .event__img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.event--shop .event__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.section-info--no-padding
        @include fluidFontSize(14px, 18px)
        .section-info
          &__title
            @include fluidFontSize(14px, 18px)
            &:not(:first-child)
              media (max-width: 767px)
                padding-top: 35px
          &__text
            @include fluidFontSize(14px, 18px)
            media (max-width: 767px)
                margin-top: 10px*/ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .event--shop .event__info {
      width: 48%; } }
  @media (max-width: 1023px) {
    .event--shop .event__info {
      padding: 0; } }
  .event--shop .event__info-title {
    padding-bottom: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11; }
    .event--shop .event__info-title:not(:first-child) {
      padding-top: 34px; }
  .event--shop .event__info-text, .event--shop .event__info-link {
    margin-bottom: 34px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    color: #0d0e10; }
    .event--shop .event__info-text:last-child, .event--shop .event__info-link:last-child {
      margin-bottom: 0; }
  .event--shop .event__info-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    .event--shop .event__info-link::after {
      content: '';
      height: 1px;
      width: 100%;
      background-color: #0d0e10;
      -webkit-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      transition: background-color .2s ease-in-out; }
    .event--shop .event__info-link:hover {
      color: rgba(13, 14, 16, 0.4); }
      .event--shop .event__info-link:hover::after {
        background-color: rgba(13, 14, 16, 0.4); }

.sales {
  position: relative;
  width: 100%;
  padding-top: 128px; }
  @media screen and (max-width: 1700px) {
    .sales {
      padding-top: 96px; } }
  @media screen and (max-width: 500px) {
    .sales {
      padding-top: 60px; } }
  .sales--no-main {
    padding-top: 63px;
    padding-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .sales--no-main {
        padding-top: 10px; } }
  @media screen and (max-width: 1024px) {
    .sales:not(.sales--no-main) .sales__list {
      display: block; } }
  .sales__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -9px; }
    .sales__list .preview__dots {
      bottom: 16px; }
  .sales__item {
    width: 33.3%;
    padding: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .sales__item {
        width: 50%; } }
    @media screen and (max-width: 700px) {
      .sales__item {
        width: 100%; } }
    .sales__item-inside {
      position: relative;
      width: 100%;
      padding-top: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .sales__link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    width: 100%;
    color: white;
    overflow: hidden; }
    .sales__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(13, 14, 16, 0.6);
      -webkit-transform: translateY(65%);
          -ms-transform: translateY(65%);
              transform: translateY(65%);
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      @media screen and (max-width: 1500px) {
        .sales__link::before {
          -webkit-transform: translateY(57%);
              -ms-transform: translateY(57%);
                  transform: translateY(57%); } }
      @media screen and (max-width: 1400px) {
        .sales__link::before {
          -webkit-transform: translateY(60%);
              -ms-transform: translateY(60%);
                  transform: translateY(60%); } }
      @media screen and (max-width: 767px) {
        .sales__link::before {
          -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
                  transform: translateY(50%); } }
  .sales__img {
    z-index: -5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .sales__logo {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 26px 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 140px; }
    @media screen and (max-width: 1441px) {
      .sales__logo {
        height: 120px;
        padding: 20px 22px; } }
    @media screen and (max-width: 1023px) {
      .sales__logo {
        height: 100px; } }
    @media screen and (max-width: 767px) {
      .sales__logo {
        height: 80px; } }
    .sales__logo-inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 140px;
      height: 100%; }
      @media screen and (max-width: 1441px) {
        .sales__logo-inside {
          max-width: 110px; } }
      @media screen and (max-width: 1023px) {
        .sales__logo-inside {
          max-width: 90px; } }
      @media screen and (max-width: 767px) {
        .sales__logo-inside {
          max-width: 80px; } }
    .sales__logo-img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .sales__logo-img {
          width: 80%; } }
  .sales__content {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .sales__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 29px 32px 20px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
            transform: translateY(75%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 1500px) {
      .sales__info {
        -webkit-transform: translateY(72%);
            -ms-transform: translateY(72%);
                transform: translateY(72%); } }
    @media screen and (max-width: 1400px) {
      .sales__info {
        -webkit-transform: translateY(70%);
            -ms-transform: translateY(70%);
                transform: translateY(70%); } }
    @media screen and (max-width: 1023px) {
      .sales__info {
        -webkit-transform: translateY(70%);
            -ms-transform: translateY(70%);
                transform: translateY(70%); } }
    @media screen and (max-width: 1023px) {
      .sales__info {
        padding: 9px 17px 0 17px; } }
    @media screen and (max-width: 767px) {
      .sales__info {
        -webkit-transform: translateY(57%);
            -ms-transform: translateY(57%);
                transform: translateY(57%); } }
  .sales__title {
    max-width: 300px;
    font-size: 24px;
    line-height: 1.33;
    max-height: 95.76px;
    font-weight: 600;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .sales__title {
        max-height: 71.82px;
        font-size: 18px; } }
    @media (max-width: 1025px) {
      .sales__title {
        max-height: 62.244px;
        font-size: 15.6px; } }
    @media (max-width: 770px) and (min-width: 501px) {
      .sales__title {
        max-height: 62.244px;
        font-size: 15.6px; } }
    @media (min-width: 1701px) {
      .sales__title {
        max-width: 350px; } }
    @media (max-width: 770px) and (min-width: 501px) {
      .sales__title {
        max-width: 250px;
        font-size: 16px; } }
  .sales__text {
    max-width: 400px;
    margin: auto 0;
    font-size: 18px;
    line-height: 1.67;
    max-height: 120.24px;
    font-weight: 200;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
    @media (max-width: 1700px) {
      .sales__text {
        max-height: 106.88px;
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .sales__text {
        max-height: 106.88px;
        font-size: 16px; } }
    @media (max-width: 770px) {
      .sales__text {
        max-height: 97.97333px;
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .sales__text {
        max-height: 93.52px;
        font-size: 14px; } }
    @media (max-width: 360px) {
      .sales__text {
        max-height: 84.168px;
        font-size: 12.6px; } }
    @media (max-width: 1441px) {
      .sales__text {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .sales__text {
        display: none; } }
  .sales__date {
    z-index: 5;
    position: relative;
    width: 100%;
    padding: 26px 0 26px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-weight: 200; }
    @media (max-width: 1700px) {
      .sales__date {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .sales__date {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .sales__date {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .sales__date {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .sales__date {
        font-size: 12.6px; } }
    @media screen and (max-width: 1366px) {
      .sales__date {
        padding: 10px 0 10px 32px; } }
    @media screen and (max-width: 1023px) {
      .sales__date {
        padding: 9px 0 10px 17px; } }

.sale {
  padding-top: 63px; }
  @media (max-width: 767px) {
    .sale {
      padding-top: 10px; } }
  .sale__title {
    margin-top: 0;
    margin-bottom: 42px;
    /*font-size: 40px*/
    font-size: 40px;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 1700px) {
      .sale__title {
        font-size: 32px; } }
    @media (max-width: 1025px) {
      .sale__title {
        font-size: 32px; } }
    @media (max-width: 770px) {
      .sale__title {
        font-size: 26.66667px; } }
    @media (max-width: 500px) {
      .sale__title {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .sale__title {
        font-size: 21.6px; } }
    @media (max-width: 944px) {
      .sale__title {
        margin-bottom: 35px; } }
  .sale__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 944px) {
      .sale__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .sale__sale-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35%;
    padding-right: 40px; }
    @media (max-width: 1700px) {
      .sale__sale-img {
        padding-right: 40px; } }
    @media (max-width: 1500px) {
      .sale__sale-img {
        width: 40%; } }
    @media (max-width: 1400px) {
      .sale__sale-img {
        padding-left: 25px;
        width: 30%; } }
    @media (max-width: 1280px) {
      .sale__sale-img {
        width: 45%; } }
    @media (max-width: 944px) {
      .sale__sale-img {
        width: 100%;
        margin-bottom: 32px;
        padding: 0; } }
  .sale__img {
    display: block;
    width: 100%;
    max-width: 100%; }
    .sale__img:not(:last-child) {
      margin-bottom: 20px; }
  .sale__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .sale__info {
        width: 60%; } }
    @media (max-width: 1700px) {
      .sale__info {
        padding-left: 40px; } }
    @media (max-width: 1400px) {
      .sale__info {
        padding-left: 25px; } }
    @media (max-width: 944px) {
      .sale__info {
        padding: 0; } }
  .sale__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 50px; }
    .sale__social--big-padding {
      padding-bottom: 250px; }
    .sale__social-link {
      display: block; }
      .sale__social-link:not(:last-child) {
        margin-right: 70px; }
        @media (max-width: 500px) {
          .sale__social-link:not(:last-child) {
            margin-right: 42px; } }
      .sale__social-link svg {
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
        @media (max-width: 500px) {
          .sale__social-link svg {
            width: 20px;
            height: 20px; } }
      .sale__social-link:hover svg {
        fill: rgba(13, 14, 16, 0.4); }

.gallery {
  position: relative;
  width: 100%;
  padding-top: 134px; }
  .gallery--no-main {
    padding-top: 63px;
    padding-bottom: 23px; }
    @media (max-width: 767px) {
      .gallery--no-main {
        padding-top: 29px; } }
  .gallery__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -50px -10px; }
    @media (max-width: 767px) {
      .gallery__list {
        margin: -25px 0 0; } }
    @media (max-width: 620px) {
      .gallery__list {
        margin: 0; } }
  .gallery__item {
    width: 33.3%;
    padding: 50px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1023px) {
      .gallery__item {
        width: 50%;
        padding-bottom: 20px; } }
    @media (max-width: 620px) {
      .gallery__item {
        width: 100%;
        padding: 36px 0 0; } }
    .gallery__item-inside {
      position: relative;
      width: 100%;
      padding-top: 145%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media (max-width: 620px) {
      .gallery__item:first-of-type {
        padding: 23px 0 0; } }
  .gallery__link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    width: 100%;
    color: white;
    overflow: hidden; }
    .gallery__link:hover .gallery__img {
      -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
          -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
              transform: translate(-50%, -50%) scale(1.05, 1.05); }
  .gallery__img {
    z-index: -5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .gallery__info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    @media (max-width: 1500px) {
      .gallery__info {
        -webkit-transform: translateY(65%);
            -ms-transform: translateY(65%);
                transform: translateY(65%); } }
    @media (max-width: 1280px) {
      .gallery__info {
        -webkit-transform: translateY(60%);
            -ms-transform: translateY(60%);
                transform: translateY(60%); } }
    @media (max-width: 1023px) {
      .gallery__info {
        -webkit-transform: translateY(70%);
            -ms-transform: translateY(70%);
                transform: translateY(70%); } }
    @media (max-width: 900px) {
      .gallery__info {
        -webkit-transform: translateY(65%);
            -ms-transform: translateY(65%);
                transform: translateY(65%); } }
    @media (max-width: 767px) {
      .gallery__info {
        padding-top: 10px; } }
    @media (max-width: 700px) {
      .gallery__info {
        -webkit-transform: translateY(60%);
            -ms-transform: translateY(60%);
                transform: translateY(60%); } }
    @media (max-width: 620px) {
      .gallery__info {
        -webkit-transform: translateY(75%);
            -ms-transform: translateY(75%);
                transform: translateY(75%); } }
    @media (max-width: 400px) {
      .gallery__info {
        -webkit-transform: translateY(70%);
            -ms-transform: translateY(70%);
                transform: translateY(70%); } }
    .gallery__info::after {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 140%;
      background-color: rgba(13, 14, 16, 0.6); }
  .gallery__title {
    text-align: center;
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.44;
    max-height: 69.12px;
    font-weight: 600;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .gallery__title {
        max-height: 60.48px;
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .gallery__title {
        max-height: 60.48px;
        font-size: 21px; } }
    @media (max-width: 770px) {
      .gallery__title {
        max-height: 54.72px;
        font-size: 19px; } }
    @media (max-width: 500px) {
      .gallery__title {
        max-height: 51.84px;
        font-size: 18px; } }
    @media (max-width: 360px) {
      .gallery__title {
        max-height: 46.656px;
        font-size: 16.2px; } }
    @media (max-width: 1441px) {
      .gallery__title {
        margin-bottom: 0;
        font-size: 21px; } }
    @media (max-width: 767px) {
      .gallery__title {
        margin-bottom: 10px; } }
    @media (max-width: 620px) {
      .gallery__title {
        font-size: 24px; } }
    @media (max-width: 500px) {
      .gallery__title {
        font-size: 18px; } }
    @media (max-width: 430px) {
      .gallery__title {
        margin-bottom: 0;
        max-width: 200px;
        font-size: 16px; } }
  .gallery__main-title {
    display: none;
    max-width: 300px;
    margin: auto;
    margin-bottom: 0;
    text-align: center;
    font-size: 40px;
    line-height: 1.33;
    max-height: 106.4px;
    font-weight: 200; }
    @media (max-width: 1700px) {
      .gallery__main-title {
        max-height: 85.12px;
        font-size: 32px; } }
    @media (max-width: 1025px) {
      .gallery__main-title {
        max-height: 85.12px;
        font-size: 32px; } }
    @media (max-width: 770px) {
      .gallery__main-title {
        max-height: 70.93333px;
        font-size: 26.66667px; } }
    @media (max-width: 500px) {
      .gallery__main-title {
        max-height: 63.84px;
        font-size: 24px; } }
    @media (max-width: 360px) {
      .gallery__main-title {
        max-height: 57.456px;
        font-size: 21.6px; } }
    @media (max-width: 767px) {
      .gallery__main-title {
        display: block; } }
  .gallery__date {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    color: white; }
    @media (max-width: 767px) {
      .gallery__date {
        font-size: 14px; } }
    @media (max-width: 620px) {
      .gallery__date {
        font-size: 18px; } }
    @media (max-width: 500px) {
      .gallery__date {
        font-size: 14px; } }
  .gallery__watch {
    z-index: 5;
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: 4.9px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .gallery__watch {
        font-size: 10px;
        font-weight: 200;
        letter-spacing: 3.5px;
        -webkit-transform: translate(-50%, 70%);
            -ms-transform: translate(-50%, 70%);
                transform: translate(-50%, 70%); } }
    .gallery__watch::after {
      content: '';
      height: 1px;
      width: 100%;
      background-color: white; }

.album {
  position: relative;
  width: 100%;
  padding-top: 134px; }
  .album--no-main {
    padding-top: 63px;
    padding-bottom: 23px; }
    @media (max-width: 767px) {
      .album--no-main {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .album--no-main .wide-center .sale__title {
        margin-bottom: 35px; } }
  .album__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px; }
  .album__item {
    width: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .album__item {
        width: 33.3%; } }
    @media screen and (max-width: 767px) {
      .album__item {
        width: 50%; } }
    @media screen and (max-width: 430px) {
      .album__item {
        width: 100%; } }
    .album__item-inside {
      position: relative;
      width: 100%;
      padding-top: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .album__link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    width: 100%;
    color: white;
    overflow: hidden; }
    .album__link:hover .album__info {
      -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
              transform: translateY(-40%); }
    .album__link:hover .album__watch {
      bottom: 50%; }
    .album__link:hover .album__img {
      -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
          -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
              transform: translate(-50%, -50%) scale(1.05, 1.05); }
  .album__img {
    z-index: -5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .album__info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .album__info::after {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 140%;
      background-color: rgba(13, 14, 16, 0.8); }
  .album__title {
    text-align: center;
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
    max-height: 60px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .album__title {
        max-height: 47.5px;
        font-size: 19px; } }
    @media (max-width: 1025px) {
      .album__title {
        max-height: 47.5px;
        font-size: 19px; } }
    @media (max-width: 770px) {
      .album__title {
        max-height: 39.16667px;
        font-size: 15.66667px; } }
    @media (max-width: 500px) {
      .album__title {
        max-height: 35px;
        font-size: 14px; } }
    @media (max-width: 360px) {
      .album__title {
        max-height: 31.5px;
        font-size: 12.6px; } }
    @media (max-width: 1441px) {
      .album__title {
        font-size: 21px; } }
  .album__date {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67;
    color: white; }
  .album__watch {
    z-index: 5;
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: 4.9px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .album__watch::after {
      content: '';
      height: 1px;
      width: 100%;
      background-color: white; }

.video {
  width: 100%;
  padding-top: 134px; }
  .video--no-main {
    padding-top: 63px;
    padding-bottom: 23px; }
    @media (max-width: 767px) {
      .video--no-main {
        padding-top: 29px; } }
  .video__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -35px -10px; }
    @media (max-width: 767px) {
      .video__list:first-of-type {
        margin-top: -10px; } }
  .video__item {
    width: 50%;
    padding: 35px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      .video__item {
        width: 100%;
        padding: 35px 10px 0; } }
  .video__link {
    display: block;
    overflow: hidden; }
  .video__container {
    position: relative;
    padding-top: 56%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .video__container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video__title {
    padding: 20px 0 8px;
    font-size: 24px;
    line-height: 1.46;
    max-height: 70.08px;
    font-weight: 600;
    /* (max-width: 1441px)
      font-size: 21px*/ }
    @media (max-width: 1700px) {
      .video__title {
        max-height: 55.48px;
        font-size: 19px; } }
    @media (max-width: 1025px) {
      .video__title {
        max-height: 55.48px;
        font-size: 19px; } }
    @media (max-width: 770px) {
      .video__title {
        max-height: 45.74667px;
        font-size: 15.66667px; } }
    @media (max-width: 500px) {
      .video__title {
        max-height: 40.88px;
        font-size: 14px; } }
    @media (max-width: 360px) {
      .video__title {
        max-height: 36.792px;
        font-size: 12.6px; } }
  .video__date {
    font-size: 14px;
    font-weight: 200;
    line-height: 2.14; }
  .video__img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video__img {
    position: absolute;
    display: block;
    width: 100%; }
  .video__play {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 1px solid #0d0e10; }

.news {
  width: 100%;
  padding-top: 134px;
  overflow: hidden; }
  .news--no-main {
    padding-top: 70px;
    padding-bottom: 27px; }
    @media (max-width: 767px) {
      .news--no-main {
        padding-top: 10px; } }
  .news__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -50px; }
    @media (max-width: 1365px) {
      .news__list {
        margin: -20px; } }
  .news__item {
    width: 33.3%;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1365px) {
      .news__item {
        width: 50%;
        padding: 20px; } }
    @media (max-width: 767px) {
      .news__item {
        width: 100%; } }
  .news__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .news__img {
    z-index: -5;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-height: 110%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .news__img-container {
      position: relative;
      padding-top: 53%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
  .news__title {
    margin: 26px 0;
    font-size: 24px;
    line-height: 1.46;
    max-height: 105.12px;
    font-weight: 600;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .news__title {
        max-height: 91.98px;
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .news__title {
        max-height: 91.98px;
        font-size: 21px; } }
    @media (max-width: 770px) {
      .news__title {
        max-height: 83.22px;
        font-size: 19px; } }
    @media (max-width: 500px) {
      .news__title {
        max-height: 78.84px;
        font-size: 18px; } }
    @media (max-width: 360px) {
      .news__title {
        max-height: 70.956px;
        font-size: 16.2px; } }
    @media (max-width: 767px) {
      .news__title {
        margin: 12px 0 7px 0; } }
  .news__text {
    max-width: 400px;
    margin-top: auto;
    font-size: 14px;
    line-height: 1.71;
    height: 71.82px;
    font-weight: 200;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .news__text {
        height: 71.82px;
        font-size: 14px; } }
    @media (max-width: 1025px) {
      .news__text {
        height: 71.82px;
        font-size: 14px; } }
    @media (max-width: 770px) {
      .news__text {
        height: 71.82px;
        font-size: 14px; } }
    @media (max-width: 500px) {
      .news__text {
        height: 71.82px;
        font-size: 14px; } }
    @media (max-width: 360px) {
      .news__text {
        height: 64.638px;
        font-size: 12.6px; } }
  .news__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 17px;
    font-size: 14px;
    font-weight: 200;
    opacity: .4; }
    @media (max-width: 1700px) {
      .news__date {
        font-size: 12.5px; } }
    @media (max-width: 1025px) {
      .news__date {
        font-size: 12.5px; } }
    @media (max-width: 770px) {
      .news__date {
        font-size: 11.5px; } }
    @media (max-width: 500px) {
      .news__date {
        font-size: 11px; } }
    @media (max-width: 360px) {
      .news__date {
        font-size: 9.9px; } }
    .news__date svg {
      display: block;
      margin-right: 9px; }
      @media (max-width: 500px) {
        .news__date svg {
          width: 10px;
          height: 10px; } }
    .news__date span {
      padding-top: 2px; }
  .news__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .news__link:hover .news__img {
      -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
              transform: translate(-50%, -50%) scale(1.1, 1.1); }

.new {
  padding-top: 63px; }
  @media (max-width: 767px) {
    .new {
      padding-top: 10px; } }
  .new__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 40px;
    font-size: 40px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .new__title {
        font-size: 32px; } }
    @media (max-width: 1025px) {
      .new__title {
        font-size: 32px; } }
    @media (max-width: 770px) {
      .new__title {
        font-size: 26.66667px; } }
    @media (max-width: 500px) {
      .new__title {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .new__title {
        font-size: 21.6px; } }
    @media (max-width: 767px) {
      .new__title {
        margin-bottom: 17px; } }
  .new__date {
    text-align: center;
    padding-bottom: 53px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67; }
    @media (max-width: 767px) {
      .new__date {
        font-size: 14px;
        padding-bottom: 35px; } }
  .new__slider {
    margin-bottom: 81px; }
    @media (max-width: 767px) {
      .new__slider {
        margin-bottom: 57px; } }
    @media (max-width: 500px) {
      .new__slider .slider-dots {
        bottom: -25px; } }
  .new__slide-inside {
    position: relative;
    padding-top: 44%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
  .new__slide-img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .new__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .new__info {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media screen and (max-width: 500px) {
      .new__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .new__info-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 500px) {
        .new__info-item {
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      @media screen and (max-width: 500px) {
        .new__info-item:not(:last-child) {
          margin-bottom: 30px; } }
      @media screen and (max-width: 500px) {
        .new__info-item .section-map {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          margin-top: 30px; } }
  .new__link {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 18px;
    font-weight: 200;
    color: #0d0e10;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    @media (max-width: 1700px) {
      .new__link {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .new__link {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .new__link {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .new__link {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .new__link {
        font-size: 12.6px; } }
    @media screen and (max-width: 500px) {
      .new__link {
        margin-bottom: 15px; } }
    .new__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #0d0e10;
      -webkit-transition: background-color .2s ease;
      -o-transition: background-color .2s ease;
      transition: background-color .2s ease; }
    .new__link:last-child {
      margin-bottom: 0; }
    .new__link:hover {
      color: rgba(13, 14, 16, 0.6); }
      .new__link:hover::after {
        background-color: rgba(13, 14, 16, 0.6); }
  .new__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 35px; }
    @media screen and (max-width: 500px) {
      .new__social {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin-top: 0px; } }
    .new__social-link {
      display: block;
      margin-left: auto; }
      @media screen and (max-width: 500px) {
        .new__social-link {
          margin-left: 0; } }
      .new__social-link svg {
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
        @media screen and (max-width: 500px) {
          .new__social-link svg {
            width: 20px;
            height: 20px; } }
      .new__social-link:hover svg {
        fill: rgba(13, 14, 16, 0.4); }

.shops {
  position: relative;
  width: 100%;
  padding-top: 80px; }
  @media screen and (max-width: 1700px) {
    .shops {
      padding-top: 60px; } }
  .shops__logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 59%;
    max-width: 200px;
    margin: 0 auto; }
    @media screen and (max-width: 1441px) {
      .shops__logo {
        max-width: 150px; } }
    @media screen and (max-width: 500px) {
      .shops__logo {
        max-width: 100px; } }
    .shops__logo-img {
      display: block;
      max-height: 70%;
      max-width: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .shops__logo-img {
          max-height: 80%;
          width: 80%; } }
    .shops__logo-title {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      font-size: 36px;
      line-height: 1.4;
      max-height: 100.8px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 1700px) {
        .shops__logo-title {
          max-height: 75.6px;
          font-size: 27px; } }
      @media (max-width: 1025px) {
        .shops__logo-title {
          max-height: 65.52px;
          font-size: 23.4px; } }
      @media (max-width: 770px) and (min-width: 501px) {
        .shops__logo-title {
          max-height: 65.52px;
          font-size: 23.4px; } }
  .shops__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px; }
    @media screen and (max-width: 1023px) {
      .shops__list {
        margin: -5px; } }
  .shops__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .shops__item {
        width: 33.33%;
        padding: 5px; } }
    @media screen and (max-width: 767px) {
      .shops__item {
        width: 50%; } }
    @media screen and (max-width: 360px) {
      .shops__item {
        width: 100%; } }
    .shops__item-inside {
      position: relative;
      padding-top: 98%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  @media (max-width: 767px) and (min-width: 361px) {
    .shops:not(.shops--no-main) .shops__item:nth-child(3) {
      width: 100%; }
      .shops:not(.shops--no-main) .shops__item:nth-child(3) .shops__item-inside {
        padding-top: 47.5%; } }
  @media screen and (min-width: 767px) and (max-width: 1023px) {
    .shops:not(.shops--no-main) .shops__item:nth-child(4) {
      width: 66.66%; }
      .shops:not(.shops--no-main) .shops__item:nth-child(4) .shops__item-inside {
        padding-top: 47.5%; } }
  @media screen and (min-width: 1023px) {
    .shops:not(.shops--no-main) .shops__item:nth-child(6) {
      width: 50%; }
      .shops:not(.shops--no-main) .shops__item:nth-child(6) .shops__item-inside {
        padding-top: 47.5%; } }
  @media screen and (max-width: 1023px) {
    .shops:not(.shops--no-main) .shops__item:nth-child(1n+6) {
      display: none; } }
  .shops__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41%;
    padding: 15px 27px 16px 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (max-width: 1023px) {
      .shops__info {
        padding: 15px 14px 15px 14px; } }
    .shops__info-inside {
      position: relative;
      height: 100%; }
  .shops__title {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 1700px) {
      .shops__title {
        font-size: 15px; } }
    @media (max-width: 1025px) {
      .shops__title {
        font-size: 15px; } }
    @media (max-width: 770px) {
      .shops__title {
        font-size: 13px; } }
    @media (max-width: 500px) {
      .shops__title {
        font-size: 12px; } }
    @media (max-width: 360px) {
      .shops__title {
        font-size: 10.8px; } }
  .shops__content {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.21;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 500px) {
      .shops__content {
        font-size: 0px; } }
  .shops__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    overflow: hidden; }
    .shops__link-img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) scale(2, 2);
          -ms-transform: translate(-50%, -50%) scale(2, 2);
              transform: translate(-50%, -50%) scale(2, 2);
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      pointer-events: none; }
  .shops--no-main {
    padding-top: 65px; }
    @media screen and (max-width: 767px) {
      .shops--no-main {
        padding-top: 10px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .shops--no-title-hover .shops__logo-img {
      width: 50%;
      max-height: 100%; } }
  @media screen and (max-width: 767px) {
    .shops--no-title-hover {
      padding-top: 10px; } }

.shop {
  padding-top: 66px;
  padding-bottom: 30px; }
  @media (max-width: 1700px) {
    .shop {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .shop {
      padding-top: 10px; } }
  .shop__title {
    margin: 0;
    font-size: 24px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .shop__title {
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .shop__title {
        font-size: 21px; } }
    @media (max-width: 770px) {
      .shop__title {
        font-size: 19px; } }
    @media (max-width: 500px) {
      .shop__title {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .shop__title {
        font-size: 16.2px; } }
  .shop__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px; }
    @media (max-width: 1700px) {
      .shop__inside {
        margin-bottom: 55px; } }
    @media (max-width: 1023px) {
      .shop__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 35px; } }
  .shop__slider {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    width: 61.5%;
    padding-right: 46px; }
    @media (max-width: 1023px) {
      .shop__slider {
        width: 100%;
        padding-right: 0;
        padding-bottom: 35px; } }
    .shop__slider .slick-list {
      height: auto; }
    @media (max-width: 1023px) {
      .shop__slider .preview__dots {
        bottom: 50px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .shop__slider + .shop__info {
        width: 35%; } }
  .shop__slide {
    width: 100%;
    overflow: hidden; }
    .shop__slide-inside {
      position: relative;
      width: 100%;
      padding-top: 76.5%; }
    .shop__slide.slick-slide {
      height: auto; }
  .shop__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-height: 110%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .shop__logo {
    width: 380px;
    height: 112px;
    margin-bottom: 76px;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .shop__logo {
        background: none !important; } }
    @media (max-width: 1700px) {
      .shop__logo {
        max-width: 300px;
        max-height: 100px;
        margin-bottom: 56px; } }
    @media (max-width: 1280px) {
      .shop__logo {
        max-width: 250px;
        max-height: 70px; } }
    @media (max-width: 1023px) {
      .shop__logo {
        max-width: 100%;
        display: none; } }
    .shop__logo-img {
      display: block;
      width: 100%; }
    .shop__logo--mob {
      display: none; }
      @media screen and (max-width: 1023px) {
        .shop__logo--mob {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 250px;
          height: 100px;
          margin: 0 auto;
          margin-bottom: 29px;
          padding-bottom: 0;
          background-position: center center; } }
      @media screen and (max-width: 350px) {
        .shop__logo--mob {
          width: 170px;
          height: 40px; } }
    .shop__logo-ie-img {
      display: none;
      max-width: 100%;
      height: auto; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .shop__logo-ie-img {
          display: block; } }
  .shop__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1023px) {
      .shop__info {
        padding-left: 0; } }
    .shop__info-title {
      padding-bottom: 36px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.11; }
      .shop__info-title:not(:first-child) {
        padding-top: 34px; }
    .shop__info-text, .shop__info-link {
      margin-bottom: 34px;
      font-size: 18px;
      font-weight: 200;
      line-height: 1.4;
      color: #0d0e10; }
      .shop__info-text:last-child, .shop__info-link:last-child {
        margin-bottom: 0; }
    .shop__info-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: color .2s ease-in-out;
      -o-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      .shop__info-link::after {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #0d0e10;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out; }
      .shop__info-link:hover {
        color: rgba(13, 14, 16, 0.4); }
        .shop__info-link:hover::after {
          background-color: rgba(13, 14, 16, 0.4); }
  .shop__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 50px; }
    .shop__social-link {
      display: block; }
      .shop__social-link:not(:last-child) {
        margin-right: 70px; }
        @media (max-width: 500px) {
          .shop__social-link:not(:last-child) {
            margin-right: 42px; } }
      .shop__social-link svg {
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
        @media (max-width: 500px) {
          .shop__social-link svg {
            width: 20px;
            height: 20px; } }
      .shop__social-link:hover svg {
        fill: rgba(13, 14, 16, 0.4); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shops.shops--no-main.shops--no-title-hover {
    overflow: hidden; } }

.child {
  padding-top: 34px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .child {
      padding-top: 0; } }
  .child__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -33px; }
  .child__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 34px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      .child__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0; } }
    .child__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .child__item:nth-child(even) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .child__item:nth-child(even) .child__column {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        @media (max-width: 767px) {
          .child__item:nth-child(even) .child__column {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
      .child__item:nth-child(even) .child__title, .child__item:nth-child(even) .child__text {
        text-align: right; }
        @media (max-width: 767px) {
          .child__item:nth-child(even) .child__title, .child__item:nth-child(even) .child__text {
            text-align: left; } }
      .child__item:nth-child(even) .child__title, .child__item:nth-child(even) .child__more {
        color: #1bb479; }
        .child__item:nth-child(even) .child__title::after, .child__item:nth-child(even) .child__more::after {
          background-color: #1bb479; }
  .child__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    padding: 0 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      .child__column {
        width: 100%; } }
    @media (max-width: 767px) {
      .child__column:first-child {
        margin-bottom: 20px; } }
  .child__img-container {
    position: relative;
    width: 100%;
    padding-top: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
  .child__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .child__title {
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #d928cc; }
    @media (max-width: 1700px) {
      .child__title {
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .child__title {
        font-size: 21px; } }
    @media (max-width: 770px) {
      .child__title {
        font-size: 19px; } }
    @media (max-width: 500px) {
      .child__title {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .child__title {
        font-size: 16.2px; } }
    @media (max-width: 767px) {
      .child__title {
        margin-bottom: 20px; } }
  .child__text {
    max-width: 800px;
    line-height: 1.71;
    font-size: 18px;
    font-weight: 200;
    color: black;
    overflow: hidden; }
    @media (max-width: 1700px) {
      .child__text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .child__text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .child__text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .child__text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .child__text {
        font-size: 12.6px; } }
  .child__more {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4.9px;
    color: #d928cc;
    text-transform: uppercase;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    @media (max-width: 1441px) {
      .child__more {
        font-size: 12px; } }
    @media (max-width: 768px) {
      .child__more {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .child__more {
        margin-top: 20px; } }
    .child__more::after {
      content: '';
      width: 97%;
      height: 1px;
      margin-top: 4px;
      background-color: #d928cc;
      -webkit-transition: background-color .2s ease;
      -o-transition: background-color .2s ease;
      transition: background-color .2s ease; }
    .child__more:hover {
      opacity: .4; }

.child-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15; }
  @media (max-width: 767px) {
    .child-bg {
      position: fixed; } }
  .child-bg .wide-center {
    height: 100%; }
  .child-bg__inside {
    position: relative;
    height: 100%; }
  .child-bg__img {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 150%;
    -webkit-transform: translateX(-60%) scale(1, 1);
        -ms-transform: translateX(-60%) scale(1, 1);
            transform: translateX(-60%) scale(1, 1);
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
    @media (max-width: 767px) {
      .child-bg__img {
        width: 300%; } }
    .child-bg__img-container {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .child-bg__img-container {
          height: 100vh; } }
    .child-bg__img .cls-1 {
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      -webkit-animation-name: child-path-rotate;
              animation-name: child-path-rotate;
      -webkit-animation-duration: 120s;
              animation-duration: 120s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease; }
    .child-bg__img .cls-2 {
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      -webkit-animation-name: child-path-rotate-;
              animation-name: child-path-rotate-;
      -webkit-animation-duration: 160s;
              animation-duration: 160s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease; }
    .child-bg__img .cls-3 {
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      -webkit-animation-name: child-path-rotate-;
              animation-name: child-path-rotate-;
      -webkit-animation-duration: 120s;
              animation-duration: 120s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease; }
  .child-bg__margin {
    width: 100%;
    height: 100vh;
    margin-bottom: -530px; }
    @media (max-width: 767px) {
      .child-bg__margin {
        display: none; } }

@-webkit-keyframes child {
  0% {
    -webkit-transform: translateX(-60%) scale(1, 1);
            transform: translateX(-60%) scale(1, 1); }
  47%,
  50% {
    -webkit-transform: translateX(-60%) translateY(20%) scale(1.4, 1.4);
            transform: translateX(-60%) translateY(20%) scale(1.4, 1.4); }
  97%,
  100% {
    -webkit-transform: translateX(-60%) scale(1, 1);
            transform: translateX(-60%) scale(1, 1); } }

@keyframes child {
  0% {
    -webkit-transform: translateX(-60%) scale(1, 1);
            transform: translateX(-60%) scale(1, 1); }
  47%,
  50% {
    -webkit-transform: translateX(-60%) translateY(20%) scale(1.4, 1.4);
            transform: translateX(-60%) translateY(20%) scale(1.4, 1.4); }
  97%,
  100% {
    -webkit-transform: translateX(-60%) scale(1, 1);
            transform: translateX(-60%) scale(1, 1); } }

@-webkit-keyframes child-path-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes child-path-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes child-path-rotate- {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes child-path-rotate- {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.food {
  width: 100%;
  padding-top: 52px; }
  @media screen and (max-width: 1700px) {
    .food {
      padding-top: 42px; } }
  @media screen and (max-width: 500px) {
    .food {
      padding-top: 30px; } }
  .food__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px; }
    @media screen and (max-width: 500px) {
      .food__list {
        margin: -5px; } }
  .food__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .food__item {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .food__item {
        padding: 5px; } }
  .food__link {
    width: 100%;
    height: 100%; }
    .food__link:hover .food__link-img {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .food__link-inside {
      position: relative;
      width: 100%;
      padding-top: 97%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
    .food__link-img {
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      pointer-events: none; }
  .food__logo {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    background-color: #f4f4f4;
    pointer-events: none; }
    .food__logo-img {
      display: block;
      width: 50%; }
    .food__logo-title {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      font-size: 36px;
      line-height: 1.4;
      max-height: 100.8px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 1700px) {
        .food__logo-title {
          max-height: 75.6px;
          font-size: 27px; } }
      @media (max-width: 1025px) {
        .food__logo-title {
          max-height: 65.52px;
          font-size: 23.4px; } }
      @media (max-width: 770px) and (min-width: 501px) {
        .food__logo-title {
          max-height: 65.52px;
          font-size: 23.4px; } }
  .food__title {
    width: 100%;
    text-align: center;
    padding-top: 21px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    text-transform: uppercase; }
    @media (max-width: 1700px) {
      .food__title {
        font-size: 14px; } }
    @media (max-width: 1025px) {
      .food__title {
        font-size: 14px; } }
    @media (max-width: 770px) {
      .food__title {
        font-size: 11.33333px; } }
    @media (max-width: 500px) {
      .food__title {
        font-size: 10px; } }
    @media (max-width: 360px) {
      .food__title {
        font-size: 9px; } }
    @media screen and (max-width: 500px) {
      .food__title {
        padding-top: 10px; } }

.about-main {
  position: relative;
  width: 100%;
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .about-main {
      display: none; } }
  .about-main__bg {
    display: block;
    width: 100%;
    margin-bottom: 44px; }
  .about-main__video {
    display: block;
    width: 100%;
    margin-bottom: 44px; }
    @media screen and (max-width: 1700px) {
      .about-main__video {
        margin-bottom: 33px; } }
  .about-main__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-main__info--active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .about-main__item {
    text-align: center; }
    .about-main__item-title {
      font-size: 100px;
      font-weight: 100;
      text-align: center;
      color: #0d0e10; }
      @media (max-width: 1700px) {
        .about-main__item-title {
          font-size: 70px; } }
      @media (max-width: 1025px) {
        .about-main__item-title {
          font-size: 70px; } }
      @media (max-width: 770px) {
        .about-main__item-title {
          font-size: 50px; } }
      @media (max-width: 500px) {
        .about-main__item-title {
          font-size: 40px; } }
      @media (max-width: 360px) {
        .about-main__item-title {
          font-size: 36px; } }
    .about-main__item-text {
      text-align: center;
      font-size: 18px;
      font-weight: 200;
      line-height: 1.67; }

.about__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.about__desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .about__desk-title {
    margin: 0;
    padding-bottom: 40px;
    font-size: 40px;
    font-size: 40px;
    line-height: 1.53;
    max-height: 122.4px;
    font-weight: 100;
    text-aling: center;
    text-transform: uppercase; }
    @media (max-width: 1700px) {
      .about__desk-title {
        max-height: 97.92px;
        font-size: 32px; } }
    @media (max-width: 1025px) {
      .about__desk-title {
        max-height: 97.92px;
        font-size: 32px; } }
    @media (max-width: 770px) {
      .about__desk-title {
        max-height: 81.6px;
        font-size: 26.66667px; } }
    @media (max-width: 500px) {
      .about__desk-title {
        max-height: 73.44px;
        font-size: 24px; } }
    @media (max-width: 360px) {
      .about__desk-title {
        max-height: 66.096px;
        font-size: 21.6px; } }
    @media screen and (max-width: 767px) {
      .about__desk-title {
        padding-bottom: 35px;
        font-size: 24px; } }
  .about__desk-text {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.94; }
    @media screen and (max-width: 767px) {
      .about__desk-text {
        font-size: 14px;
        font-weight: 200;
        line-height: 1.71; } }

.about__desk:last-child {
  padding-bottom: 96.5px; }
  @media screen and (max-width: 767px) {
    .about__desk:last-child {
      padding-bottom: 50px; } }

.about__slider {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .about__slider {
      margin: 35px 0; } }
  .about__slider .slick-list {
    height: auto; }
  .about__slider .slider-dots {
    position: static;
    padding-top: 20px; }
  .about__slider__slide {
    width: 100%;
    overflow: hidden; }
    .about__slider__slide-inside {
      position: relative;
      width: 100%;
      height: 568px; }
      .about__slider__slide-inside.slick-slide {
        height: auto; }

.about__img {
  /*position: absolute*/
  top: 50%;
  left: 50%;
  width: 100%;
  display: block;
  /*transform: translate(-50%,-50%)*/ }

.about__files {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .about__files {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; } }
  .about__files-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0d0e10; }
    @media screen and (max-width: 767px) {
      .about__files-item {
        border-bottom: 0px solid #0d0e10; }
        .about__files-item:first-child {
          margin-bottom: 10px; } }
    .about__files-item:hover {
      opacity: .4; }
    .about__files-item:first-child {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .about__files-item:first-child {
          margin-right: 0px; } }
    .about__files-item svg {
      margin-right: 7px; }
  .about__files-text {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.7; }
    @media (max-width: 1700px) {
      .about__files-text {
        font-size: 13px; } }
    @media (max-width: 1025px) {
      .about__files-text {
        font-size: 13px; } }
    @media (max-width: 770px) {
      .about__files-text {
        font-size: 12.33333px; } }
    @media (max-width: 500px) {
      .about__files-text {
        font-size: 12px; } }
    @media (max-width: 360px) {
      .about__files-text {
        font-size: 10.8px; } }
    @media screen and (max-width: 767px) {
      .about__files-text {
        text-align: center;
        text-decoration: underline; } }

.about__advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .about__advantages-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .about__advantages-img {
        padding: 0 0 35px; } }
  .about__advantages-item {
    border-top: 1px solid #0d0e10;
    padding: 66px 0; }
    @media screen and (max-width: 767px) {
      .about__advantages-item {
        padding: 30px 0; } }
    .about__advantages-item .center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        .about__advantages-item .center {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0; } }
  .about__advantages-desk {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .about__advantages-desk {
        text-align: center; } }
    .about__advantages-desk-title {
      padding-bottom: 60px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25; }
      @media screen and (max-width: 767px) {
        .about__advantages-desk-title {
          padding: 0 10px 30px;
          font-size: 18px; } }
    .about__advantages-desk-text {
      font-size: 18px;
      font-weight: 200;
      line-height: 1.94; }
      @media screen and (max-width: 767px) {
        .about__advantages-desk-text {
          font-size: 14px;
          line-height: 1.71; } }
  .about__advantages-item:last-child {
    border-bottom: 1px solid #0d0e10; }
    @media screen and (max-width: 767px) {
      .about__advantages-item:last-child {
        border-bottom: 0; } }

.about__links {
  padding: 28.5px 0; }
  @media screen and (max-width: 767px) {
    .about__links {
      display: none; } }
  .about__links-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about__links-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 277px;
        -ms-flex: 0 0 277px;
            flex: 0 0 277px; }
    .about__links-item-title {
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.44; }
    .about__links-item-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 6px;
      border-bottom: 1px solid #0d0e10;
      cursor: pointer;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .about__links-item-link--left {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
      .about__links-item-link--right {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
      .about__links-item-link:hover {
        opacity: .4; }
    .about__links-item-text {
      padding-top: 2px;
      font-size: 14px;
      font-weight: 200;
      line-height: 1.5;
      letter-spacing: 4.9px;
      text-transform: uppercase; }
    .about__links-item-arrow {
      width: 7px;
      height: 7px;
      border-top: 2px solid #0d0e10;
      border-right: 2px solid #0d0e10; }
      .about__links-item-arrow--left {
        margin-right: 20px;
        -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg); }
      .about__links-item-arrow--right {
        margin-left: 20px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  .about__links-item:last-child {
    text-align: right; }

.contacts {
  padding-top: 63px; }
  @media (max-width: 767px) {
    .contacts {
      padding-top: 10px;
      padding-bottom: 25px; } }
  .contacts__contact {
    margin-bottom: 78px; }
    @media (max-width: 767px) {
      .contacts__contact {
        margin-bottom: 60px; } }
    .contacts__contact-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 767px) {
        .contacts__contact-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .contacts__contact-item {
      width: 33.3%;
      padding: 0 37px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 1024px) {
        .contacts__contact-item {
          border-left: 1px solid #0d0e10; } }
      @media (max-width: 1023px) {
        .contacts__contact-item {
          width: 100%;
          padding: 26px 19px;
          border-top: 1px solid #0d0e10; } }
      @media (min-width: 1024px) {
        .contacts__contact-item:last-child {
          border-right: 1px solid #0d0e10; } }
      @media (max-width: 1023px) {
        .contacts__contact-item:last-child {
          border-bottom: 1px solid #0d0e10; } }
      @media screen and (max-width: 767px) {
        .contacts__contact-item:last-child {
          border-top: 0;
          margin-top: -30px; } }
      @media screen and (max-width: 1023px) {
        .contacts__contact-item:first-child {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-flex-flow: column wrap;
              -ms-flex-flow: column wrap;
                  flex-flow: column wrap;
          max-height: 220px; } }
      @media screen and (max-width: 767px) {
        .contacts__contact-item:first-child {
          display: block;
          max-height: 100%; } }
      @media (max-width: 1023px) {
        .contacts__contact-item:first-child .contacts__contact-text {
          padding-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .contacts__contact-item:first-child .contacts__contact-text:not(:last-child) {
          padding-bottom: 25px; } }
      @media (max-width: 1023px) {
        .contacts__contact-item:not(:first-child) {
          width: 50%;
          border-bottom: 1px solid #0d0e10; } }
      @media screen and (max-width: 767px) {
        .contacts__contact-item:not(:first-child) {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .contacts__contact-item:not(:last-child) {
          border-bottom: 0; } }
    .contacts__contact-title {
      padding-bottom: 40px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.46;
      font-size: 24px; }
      @media (max-width: 1700px) {
        .contacts__contact-title {
          font-size: 19px; } }
      @media (max-width: 1025px) {
        .contacts__contact-title {
          font-size: 19px; } }
      @media (max-width: 770px) {
        .contacts__contact-title {
          font-size: 15.66667px; } }
      @media (max-width: 500px) {
        .contacts__contact-title {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .contacts__contact-title {
          font-size: 12.6px; } }
      @media (max-width: 767px) {
        .contacts__contact-title {
          padding-bottom: 20px; } }
      .contacts__contact-title:not(:first-child) {
        margin-top: 60px; }
        @media (max-width: 1023px) {
          .contacts__contact-title:not(:first-child) {
            margin-top: 0; } }
    .contacts__contact-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 340px;
      font-size: 18px;
      font-weight: 200;
      line-height: 1.94;
      font-size: 18px; }
      @media (max-width: 1700px) {
        .contacts__contact-text {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .contacts__contact-text {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .contacts__contact-text {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .contacts__contact-text {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .contacts__contact-text {
          font-size: 12.6px; } }
      .contacts__contact-text:not(:last-child) {
        padding-bottom: 35px; }
        @media (max-width: 767px) {
          .contacts__contact-text:not(:last-child) {
            padding-bottom: 35px; } }
      .contacts__contact-text span {
        display: block; }
      .contacts__contact-text--bold span {
        font-weight: 600;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .contacts__contact-text--bold span {
            padding-bottom: 5px; } }
      .contacts__contact-text--half-padding {
        margin-top: -25px; }
      .contacts__contact-text a {
        word-wrap: break-word; }
  .contacts__title {
    padding-bottom: 56px;
    font-size: 40px;
    font-weight: 600;
    font-size: 40px; }
    @media (max-width: 1700px) {
      .contacts__title {
        font-size: 29px; } }
    @media (max-width: 1025px) {
      .contacts__title {
        font-size: 29px; } }
    @media (max-width: 770px) {
      .contacts__title {
        font-size: 21.66667px; } }
    @media (max-width: 500px) {
      .contacts__title {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .contacts__title {
        font-size: 16.2px; } }
    @media (max-width: 767px) {
      .contacts__title {
        padding-bottom: 25px; } }
  .contacts__category {
    z-index: 5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 29px;
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .contacts__category {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .contacts__category {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .contacts__category {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .contacts__category {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .contacts__category {
        font-size: 12.6px; } }
    @media (max-width: 1023px) {
      .contacts__category {
        margin-bottom: 40px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .contacts__category {
        width: 100%;
        margin-top: 0; } }
    .contacts__category-inside {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .contacts__category-list {
      max-height: 0;
      margin-top: 1px;
      overflow: auto;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
      .contacts__category-list .contacts__category-link {
        display: block;
        padding: 18px 13px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease; }
        @media (max-width: 1700px) {
          .contacts__category-list .contacts__category-link {
            font-size: 13px; } }
        @media (max-width: 1025px) {
          .contacts__category-list .contacts__category-link {
            font-size: 13px; } }
        @media (max-width: 770px) {
          .contacts__category-list .contacts__category-link {
            font-size: 12.33333px; } }
        @media (max-width: 500px) {
          .contacts__category-list .contacts__category-link {
            font-size: 12px; } }
        @media (max-width: 360px) {
          .contacts__category-list .contacts__category-link {
            font-size: 10.8px; } }
        .contacts__category-list .contacts__category-link:hover {
          background-color: #f4f4f4; }
      .contacts__category-list .contacts__category-item--active {
        display: none; }
    .contacts__category-current .contacts__category-link {
      z-index: 5;
      position: relative;
      display: block;
      padding-bottom: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .contacts__category-current .contacts__category-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #0d0e10;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .contacts__category-current .contacts__category-link::before {
        content: '';
        position: absolute;
        top: 30%;
        right: 0;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0d0e10;
        border-left: 2px solid #0d0e10;
        -webkit-transform-origin: 25% 25%;
            -ms-transform-origin: 25% 25%;
                transform-origin: 25% 25%;
        -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        @media (max-width: 767px) {
          .contacts__category-current .contacts__category-link::before {
            right: 0; } }
    .contacts__category--active .contacts__category-list {
      padding-top: 20px;
      padding-bottom: 12px; }
    .contacts__category--active .contacts__category-current .contacts__category-link::after {
      bottom: -2px;
      height: 3px;
      background-color: #0d0e10; }
    .contacts__category--active .contacts__category-current .contacts__category-link::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .contacts__category--active .contacts__category-list {
      max-height: 460px; }

.form-container__title {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
  font-size: 40px; }
  @media (max-width: 1700px) {
    .form-container__title {
      font-size: 32px; } }
  @media (max-width: 1025px) {
    .form-container__title {
      font-size: 32px; } }
  @media (max-width: 770px) {
    .form-container__title {
      font-size: 26.66667px; } }
  @media (max-width: 500px) {
    .form-container__title {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .form-container__title {
      font-size: 21.6px; } }
  @media (max-width: 1023px) {
    .form-container__title {
      margin-bottom: 35px; } }

.form-container__confidential {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.67;
  color: rgba(13, 14, 16, 0.4); }
  @media (max-width: 1023px) {
    .form-container__confidential {
      text-align: center; } }

.form-container__success {
  padding-top: 55px; }
  .form-container__success-icon {
    position: relative;
    width: 41px;
    height: 41px;
    margin-bottom: 24px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 4px solid #0d0e10; }
    .form-container__success-icon::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 8px;
      width: 18px;
      height: 10px;
      border-bottom: 4px solid #0d0e10;
      border-left: 4px solid #0d0e10;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media (max-width: 767px) {
      .form-container__success-icon {
        width: 31px;
        height: 31px;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 3px solid #0d0e10; }
        .form-container__success-icon::before {
          top: 8px;
          left: 6px;
          width: 15px;
          height: 8px;
          border-bottom: 3px solid #0d0e10;
          border-left: 3px solid #0d0e10; } }
  .form-container__success-text {
    max-width: 430px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67; }
    @media (max-width: 1700px) {
      .form-container__success-text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .form-container__success-text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .form-container__success-text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .form-container__success-text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .form-container__success-text {
        font-size: 12.6px; } }

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form__input {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 5px;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.94;
    color: #0d0e10;
    border-bottom: 1px solid rgba(13, 14, 16, 0.4);
    resize: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: none; }
    @media (max-width: 1700px) {
      .form__input {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .form__input {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .form__input {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .form__input {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .form__input {
        font-size: 12.6px; } }
    .form__input::-webkit-input-placeholder {
      color: rgba(13, 14, 16, 0.4); }
    .form__input::-moz-placeholder {
      color: rgba(13, 14, 16, 0.4); }
    .form__input:-ms-input-placeholder {
      color: rgba(13, 14, 16, 0.4); }
    .form__input::-ms-input-placeholder {
      color: rgba(13, 14, 16, 0.4); }
    .form__input::placeholder {
      color: rgba(13, 14, 16, 0.4); }
    @media (max-width: 1023px) {
      .form__input {
        margin-bottom: 40px; } }
  @media (max-width: 1023px) {
    .form .btn {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }
  .form__files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 135px;
    padding-bottom: 11px; }
    .form__files-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: -3px; }
    .form__files-clip {
      display: block;
      width: 11px;
      height: 11px;
      padding-bottom: 3px; }
    .form__files-text {
      display: inline-block;
      max-width: 80px;
      padding-left: 5px;
      padding-right: 20px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      font-size: 14px;
      font-weight: 200;
      overflow: hidden; }
      @media (max-width: 1700px) {
        .form__files-text {
          font-size: 12.5px; } }
      @media (max-width: 1025px) {
        .form__files-text {
          font-size: 12.5px; } }
      @media (max-width: 770px) {
        .form__files-text {
          font-size: 11.5px; } }
      @media (max-width: 500px) {
        .form__files-text {
          font-size: 11px; } }
      @media (max-width: 360px) {
        .form__files-text {
          font-size: 9.9px; } }
    .form__files-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 20px;
      margin-left: auto;
      cursor: pointer; }
      .form__files-icon input {
        display: none; }
      .form__files-icon svg {
        display: block;
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
      .form__files-icon:hover svg {
        fill: #0d0e10; }
    .form__files input[type='file'] {
      display: none; }
    @media (max-width: 500px) {
      .form__files {
        padding-bottom: 4px; }
        .form__files-info {
          display: none; } }
  .form__textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(13, 14, 16, 0.4); }
    @media (max-width: 1023px) {
      .form__textarea {
        margin-bottom: 40px; } }
    .form__textarea .form__input {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      vertical-align: baseline;
      padding: 0;
      margin-bottom: 0;
      border: none; }
    .form__textarea-list {
      position: relative; }
      .form__textarea-list-inside {
        position: absolute;
        z-index: 6;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 370px;
        height: 0;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        overflow: hidden; }
    .form__textarea-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 16px;
      font-size: 14px;
      font-weight: 200;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .form__textarea-link:hover {
        background-color: #f4f4f4; }
    .form__textarea-radio {
      display: none; }
      .form__textarea-radio:checked + .form__textarea-check::before {
        content: ''; }
      .form__textarea-radio ~ span {
        display: inline-block;
        margin-bottom: -1px; }
    .form__textarea-check {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 15px;
      height: 15px;
      padding: 1px;
      margin-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      border: 1px solid black; }
      .form__textarea-check::before {
        width: 100%;
        height: 100%;
        background-color: black; }
    .form__textarea-arrow {
      position: relative;
      width: 30px; }
      .form__textarea-arrow::before {
        content: '';
        position: absolute;
        top: 40%;
        right: 0;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0d0e10;
        border-left: 2px solid #0d0e10;
        -webkit-transform-origin: 25% 25%;
            -ms-transform-origin: 25% 25%;
                transform-origin: 25% 25%;
        -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .form__textarea-container {
    margin-bottom: 60px; }
    @media (max-width: 1023px) {
      .form__textarea-container {
        margin-bottom: 40px; } }
    .form__textarea-container .form__textarea {
      margin-bottom: 0; }
    .form__textarea-container--active .form__textarea-list-inside {
      padding: 15px 0;
      height: auto;
      overflow: auto; }
    .form__textarea-container--active .form__textarea-arrow::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .form__radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 55px; }
    .form__radio-item {
      margin-right: 62px; }
    .form__radio-label {
      display: block; }
      .form__radio-label span {
        display: inline-block;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.66;
        color: rgba(13, 14, 16, 0.4);
        border-bottom: 1px solid rgba(13, 14, 16, 0.4);
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .form__radio-hide {
      display: none; }
      .form__radio-hide:checked + span {
        font-weight: 600; }
  .form__radiobutton {
    display: none; }
    .form__radiobutton:checked + span {
      color: #0d0e10;
      border-bottom: 1px solid #0d0e10; }
  .form__h-field {
    display: none; }
  .form__category {
    z-index: 5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 29px;
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #0d0e10; }
    @media (max-width: 1700px) {
      .form__category {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .form__category {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .form__category {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .form__category {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .form__category {
        font-size: 12.6px; } }
    @media (max-width: 1023px) {
      .form__category {
        margin-bottom: 40px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .form__category {
        width: 100%;
        margin-top: 0; } }
    .form__category-inside {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .form__category-list {
      max-height: 0;
      margin-top: 1px;
      overflow: auto;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
      .form__category-list .contacts__category-link {
        display: block;
        padding: 18px 13px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease; }
        @media (max-width: 1700px) {
          .form__category-list .contacts__category-link {
            font-size: 13px; } }
        @media (max-width: 1025px) {
          .form__category-list .contacts__category-link {
            font-size: 13px; } }
        @media (max-width: 770px) {
          .form__category-list .contacts__category-link {
            font-size: 12.33333px; } }
        @media (max-width: 500px) {
          .form__category-list .contacts__category-link {
            font-size: 12px; } }
        @media (max-width: 360px) {
          .form__category-list .contacts__category-link {
            font-size: 10.8px; } }
        .form__category-list .contacts__category-link:hover {
          background-color: #f4f4f4; }
      .form__category-list .contacts__category-item--active {
        display: none; }
    .form__category-current .contacts__category-link {
      z-index: 5;
      position: relative;
      display: block;
      padding-bottom: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .form__category-current .contacts__category-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #0d0e10;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .form__category-current .contacts__category-link::before {
        content: '';
        position: absolute;
        top: 30%;
        right: 0;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0d0e10;
        border-left: 2px solid #0d0e10;
        -webkit-transform-origin: 25% 25%;
            -ms-transform-origin: 25% 25%;
                transform-origin: 25% 25%;
        -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        @media (max-width: 767px) {
          .form__category-current .contacts__category-link::before {
            right: 0; } }
    .form__category--active .contacts__category-list {
      padding-top: 20px;
      padding-bottom: 12px; }
    .form__category--active .contacts__category-current .contacts__category-link::after {
      bottom: -2px;
      height: 3px;
      background-color: #0d0e10; }
    .form__category--active .contacts__category-current .contacts__category-link::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .form__category--active .contacts__category-list {
      max-height: 460px; }

.no-empty {
  border-bottom: 2px solid #0d0e10; }

.form__error {
  border-bottom: 1px solid red; }

@-moz-document url-prefix() {
  .form__textarea .form__input {
    height: 2em; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form__input {
    height: 2em; } }

.main .vacancy {
  padding-top: 0px;
  padding-bottom: 0px; }

.main--no-main .vacancy {
  padding-top: 66px;
  padding-bottom: 23px; }
  @media (max-width: 767px) {
    .main--no-main .vacancy {
      padding-top: 10px;
      padding-bottom: 5px; } }

.vacancy {
  padding-top: 66px;
  padding-bottom: 23px; }
  @media (max-width: 767px) {
    .vacancy {
      padding-top: 10px;
      padding-bottom: 5px; }
      .vacancy .vacancy__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .vacancy .vacancy__right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .vacancy__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .vacancy__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .vacancy__inside--advert {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .vacancy__inside--advert .vacancy__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .vacancy__inside--advert .vacancy__right {
        width: 75%;
        padding-left: 0px;
        padding-bottom: 35px; }
        @media screen and (max-width: 1440px) {
          .vacancy__inside--advert .vacancy__right {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .vacancy__inside--advert .vacancy__right {
            padding-bottom: 10px; } }
        .vacancy__inside--advert .vacancy__right .vacancy__advert {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 1023px) {
            .vacancy__inside--advert .vacancy__right .vacancy__advert {
              display: block; } }
          .vacancy__inside--advert .vacancy__right .vacancy__advert-item:first-child {
            padding-right: 52px; }
  .vacancy__left {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 55.5%;
    padding-right: 35px; }
    @media (max-width: 1023px) {
      .vacancy__left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px; } }
  .vacancy__right {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35%;
    padding-left: 35px; }
    @media (max-width: 1023px) {
      .vacancy__right {
        width: 100%;
        padding-left: 0; } }
  .vacancy__bus-routes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1023px) {
      .vacancy__bus-routes {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .vacancy__bus-routes-title {
      margin-bottom: 40px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25; }
      @media (max-width: 1700px) {
        .vacancy__bus-routes-title {
          font-size: 21px; } }
      @media (max-width: 1025px) {
        .vacancy__bus-routes-title {
          font-size: 21px; } }
      @media (max-width: 770px) {
        .vacancy__bus-routes-title {
          font-size: 19px; } }
      @media (max-width: 500px) {
        .vacancy__bus-routes-title {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .vacancy__bus-routes-title {
          font-size: 16.2px; } }
      @media (max-width: 1023px) {
        .vacancy__bus-routes-title {
          margin-bottom: 30px; } }
    .vacancy__bus-routes-text {
      margin-bottom: 80px;
      font-size: 18px;
      font-size: 18px;
      font-weight: 200;
      line-height: 1.94; }
      @media (max-width: 1700px) {
        .vacancy__bus-routes-text {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .vacancy__bus-routes-text {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .vacancy__bus-routes-text {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .vacancy__bus-routes-text {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .vacancy__bus-routes-text {
          font-size: 12.6px; } }
      @media (max-width: 1023px) {
        .vacancy__bus-routes-text {
          margin-bottom: 0px; } }
      .vacancy__bus-routes-text b {
        font-weight: 600; }
  .vacancy__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1023px) {
      .vacancy__social {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .vacancy__social > div[id*=bx_incl_area] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .vacancy__social-title {
      margin-bottom: 60px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25; }
      @media (max-width: 1700px) {
        .vacancy__social-title {
          font-size: 21px; } }
      @media (max-width: 1025px) {
        .vacancy__social-title {
          font-size: 21px; } }
      @media (max-width: 770px) {
        .vacancy__social-title {
          font-size: 19px; } }
      @media (max-width: 500px) {
        .vacancy__social-title {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .vacancy__social-title {
          font-size: 16.2px; } }
      @media (max-width: 1023px) {
        .vacancy__social-title {
          text-align: center;
          margin-bottom: 31px; } }
    .vacancy__social-link {
      margin-bottom: 21px;
      font-size: 18px;
      font-size: 18px;
      font-weight: 200;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media (max-width: 1700px) {
        .vacancy__social-link {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .vacancy__social-link {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .vacancy__social-link {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .vacancy__social-link {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .vacancy__social-link {
          font-size: 12.6px; } }
      .vacancy__social-link:hover {
        text-shadow: 0 0 1px #0d0e10; }
      @media (max-width: 1023px) {
        .vacancy__social-link {
          font-weight: 600; } }
      .vacancy__social-link:last-child {
        margin-bottom: 5px; }
  .vacancy__change {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px; }
    .vacancy__change-item {
      margin-right: 122px; }
    .vacancy__change-link {
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.94;
      color: rgba(13, 14, 16, 0.4);
      border-bottom: 1px solid rgba(13, 14, 16, 0.4);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .vacancy__change-link--active {
        color: #0d0e10;
        border-bottom: 1px solid #0d0e10; }
  .vacancy__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .vacancy__list--active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 767px) {
      .vacancy__list {
        margin: 0 -27px; } }
  .vacancy__item {
    padding: 40px 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #0d0e10;
    border-bottom: 1px solid #0d0e10;
    border-left: 1px solid #0d0e10;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    @media (max-width: 767px) {
      .vacancy__item {
        padding: 25px 27px;
        border-left: none;
        border-right: none; } }
    .vacancy__item:first-child {
      border-top: 1px solid #0d0e10; }
    .vacancy__item:hover {
      background-color: rgba(13, 14, 16, 0.05); }
    .vacancy__item-inside {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .vacancy__item-inside--active .vacancy__content {
        max-height: 100%;
        margin-top: -17px;
        margin-bottom: 65px; }
      @media (min-width: 1024px) {
        .vacancy__item-inside--active .vacancy__contacts {
          height: 0; } }
  .vacancy__vacan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 70%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .vacancy__vacan-inside {
      max-width: 890px; }
    @media (max-width: 1023px) {
      .vacancy__vacan {
        width: 100%;
        padding: 0; } }
  .vacancy__content {
    max-height: 0;
    overflow: hidden; }
    .vacancy__content-item {
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .vacancy__content-item {
          margin-bottom: 15px; } }
  .vacancy__contacts {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 30%;
    max-width: 380px;
    margin-left: auto; }
    @media (max-width: 1023px) {
      .vacancy__contacts {
        margin-left: 0;
        width: 100%;
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .vacancy__contacts {
        padding-bottom: 45px; } }
    .vacancy__contacts-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.94; }
      @media (max-width: 1700px) {
        .vacancy__contacts-title {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .vacancy__contacts-title {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .vacancy__contacts-title {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .vacancy__contacts-title {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .vacancy__contacts-title {
          font-size: 12.6px; } }
    .vacancy__contacts-text {
      font-size: 18px;
      font-weight: 200;
      line-height: 1.94; }
      @media (max-width: 1700px) {
        .vacancy__contacts-text {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .vacancy__contacts-text {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .vacancy__contacts-text {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .vacancy__contacts-text {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .vacancy__contacts-text {
          font-size: 12.6px; } }
  .vacancy__contact:not(:last-child) {
    margin-bottom: 46px; }
    @media (max-width: 767px) {
      .vacancy__contact:not(:last-child) {
        margin-bottom: 15px; } }
  .vacancy__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.67; }
    @media (max-width: 1700px) {
      .vacancy__title {
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .vacancy__title {
        font-size: 21px; } }
    @media (max-width: 770px) {
      .vacancy__title {
        font-size: 19px; } }
    @media (max-width: 500px) {
      .vacancy__title {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .vacancy__title {
        font-size: 16.2px; } }
  .vacancy__date {
    margin-bottom: 38px;
    font-size: 14px;
    font-weight: 200;
    opacity: .4; }
    @media (max-width: 1700px) {
      .vacancy__date {
        font-size: 12px; } }
    @media (max-width: 1025px) {
      .vacancy__date {
        font-size: 12px; } }
    @media (max-width: 770px) {
      .vacancy__date {
        font-size: 10.66667px; } }
    @media (max-width: 500px) {
      .vacancy__date {
        font-size: 10px; } }
    @media (max-width: 360px) {
      .vacancy__date {
        font-size: 9px; } }
    .vacancy__date svg {
      margin-right: 9px; }
    @media (max-width: 767px) {
      .vacancy__date {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0; }
        .vacancy__date svg {
          width: 10px;
          height: 10px;
          margin-right: 5px; } }
  .vacancy__text {
    padding-bottom: 50px;
    font-size: 18px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.94; }
    @media (max-width: 1700px) {
      .vacancy__text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .vacancy__text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .vacancy__text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .vacancy__text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .vacancy__text {
        font-size: 12.6px; } }
    @media (max-width: 767px) {
      .vacancy__text {
        padding-bottom: 32px; } }
  .vacancy__watch {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4.9px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer; }
    @media (max-width: 1700px) {
      .vacancy__watch {
        font-size: 12px; } }
    @media (max-width: 1025px) {
      .vacancy__watch {
        font-size: 12px; } }
    @media (max-width: 770px) {
      .vacancy__watch {
        font-size: 10.66667px; } }
    @media (max-width: 500px) {
      .vacancy__watch {
        font-size: 10px; } }
    @media (max-width: 360px) {
      .vacancy__watch {
        font-size: 9px; } }
    .vacancy__watch::after {
      content: '';
      width: 97%;
      height: 1px;
      margin-top: 4px;
      background-color: #0d0e10;
      -webkit-transition: background-color .2s ease;
      -o-transition: background-color .2s ease;
      transition: background-color .2s ease; }
      @media (max-width: 767px) {
        .vacancy__watch::after {
          margin-top: 2px; } }
    .vacancy__watch:hover {
      color: rgba(13, 14, 16, 0.6); }
      .vacancy__watch:hover::after {
        background-color: rgba(13, 14, 16, 0.4); }
  .vacancy__megatorg-vacancy {
    display: none; }
    .vacancy__megatorg-vacancy--active {
      display: block; }
    .vacancy__megatorg-vacancy-item:not(:last-child) {
      margin-bottom: 60px; }
    .vacancy__megatorg-vacancy .form-container {
      max-height: 0;
      overflow: hidden; }
      .vacancy__megatorg-vacancy .form-container--active {
        max-height: 100%;
        padding-top: 20px; }
  .vacancy__advert-item {
    width: 100%;
    padding-bottom: 26px; }
  .vacancy__advert-title {
    width: 100%;
    margin-bottom: 31px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25; }
    @media (max-width: 1700px) {
      .vacancy__advert-title {
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .vacancy__advert-title {
        font-size: 21px; } }
    @media (max-width: 770px) {
      .vacancy__advert-title {
        font-size: 19px; } }
    @media (max-width: 500px) {
      .vacancy__advert-title {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .vacancy__advert-title {
        font-size: 16.2px; } }
  .vacancy__advert-min-title {
    width: 100%;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.94; }
    @media (max-width: 1700px) {
      .vacancy__advert-min-title {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .vacancy__advert-min-title {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .vacancy__advert-min-title {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .vacancy__advert-min-title {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .vacancy__advert-min-title {
        font-size: 12.6px; } }
  .vacancy__advert-text {
    width: 100%;
    margin-bottom: 42px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.94; }
    @media (max-width: 1700px) {
      .vacancy__advert-text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .vacancy__advert-text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .vacancy__advert-text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .vacancy__advert-text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .vacancy__advert-text {
        font-size: 12.6px; } }
    @media (max-width: 1700px) {
      .vacancy__advert-text {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .vacancy__advert-text {
        margin-bottom: 20px; } }
    .vacancy__advert-text:first-child {
      margin-top: 20px;
      margin-bottom: 98px; }
      @media (max-width: 1700px) {
        .vacancy__advert-text:first-child {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        .vacancy__advert-text:first-child {
          margin-top: 10px;
          margin-bottom: 40px; } }
    .vacancy__advert-text:last-child {
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .vacancy__advert-text:last-child {
          margin-bottom: 5px; } }

.contacts + .vacancy .wide-center .vacancy__left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 1023px) {
    .contacts + .vacancy .wide-center .vacancy__left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.contacts + .vacancy .wide-center .vacancy__right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .contacts + .vacancy .wide-center .vacancy__right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

.advert {
  height: 100%; }
  .advert__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .advert__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 55%;
    padding: 30px 0;
    margin-bottom: 90px;
    background-color: #0d0e10; }
    @media (max-width: 1700px) {
      .advert__list {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .advert__list {
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 40px; } }
  .advert__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1700px) {
      .advert__item {
        padding: 20px 20px; } }
    @media (max-width: 1365px) {
      .advert__item {
        width: 50%; } }
    @media (max-width: 767px) {
      .advert__item {
        display: block;
        width: 100%;
        padding: 35px 15px; } }
  .advert__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .advert__icon {
        margin-bottom: 10px; } }
    .advert__icon img {
      display: block;
      width: 48px;
      height: 48px; }
      @media (max-width: 1441px) {
        .advert__icon img {
          width: 36px;
          height: 36px; } }
  .advert__text {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 65px;
    vertical-align: bottom;
    font-size: 49px;
    font-weight: 200;
    color: #ffffff; }
    @media (max-width: 1700px) {
      .advert__text {
        font-size: 36.75px; } }
    @media (max-width: 1025px) {
      .advert__text {
        font-size: 31.85px; } }
    @media (max-width: 770px) and (min-width: 500px) {
      .advert__text {
        font-size: 31.85px; } }
    @media (max-width: 767px) {
      .advert__text {
        height: 45px; } }
    .advert__text span {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      vertical-align: super;
      font-size: 30px; }
      @media (max-width: 1700px) {
        .advert__text span {
          font-size: 22.5px; } }
      @media (max-width: 1025px) {
        .advert__text span {
          font-size: 19.5px; } }
      @media (max-width: 770px) and (min-width: 500px) {
        .advert__text span {
          font-size: 19.5px; } }
  .advert__info {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
    text-transform: lowercase; }
    @media (max-width: 1700px) {
      .advert__info {
        font-size: 13.5px; } }
    @media (max-width: 1025px) {
      .advert__info {
        font-size: 11.7px; } }
    @media (max-width: 770px) and (min-width: 500px) {
      .advert__info {
        font-size: 11.7px; } }
  .advert__video {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .advert__video .center {
      width: 100%; }
      @media (max-width: 767px) {
        .advert__video .center {
          padding: 0; } }
    .advert__video video,
    .advert__video img {
      display: block;
      height: 100%;
      max-height: 550px;
      margin: 0 auto; }
      @media (max-width: 1024px) and (orientation: landscape) {
        .advert__video video,
        .advert__video img {
          max-height: 400px; } }
      .advert__video video.advert__video-img,
      .advert__video img.advert__video-img {
        display: none; }
    @media (orientation: portrait) {
      .advert__video img,
      .advert__video video {
        height: auto;
        width: 100%; } }
  .advert__present {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .advert__present-title {
      margin: 0;
      padding-bottom: 25px;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.2; }
      @media (max-width: 1700px) {
        .advert__present-title {
          font-size: 30px; } }
      @media (max-width: 1025px) {
        .advert__present-title {
          font-size: 26px; } }
      @media (max-width: 770px) and (min-width: 500px) {
        .advert__present-title {
          font-size: 26px; } }
    .advert__present-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 25px;
      font-size: 14px;
      font-weight: 200;
      letter-spacing: 4.9px;
      color: #0d0e10;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease; }
      @media (max-width: 1700px) {
        .advert__present-link {
          font-size: 12px; } }
      @media (max-width: 1025px) {
        .advert__present-link {
          font-size: 12px; } }
      @media (max-width: 770px) {
        .advert__present-link {
          font-size: 10.66667px; } }
      @media (max-width: 500px) {
        .advert__present-link {
          font-size: 10px; } }
      @media (max-width: 360px) {
        .advert__present-link {
          font-size: 9px; } }
      .advert__present-link::after {
        content: '';
        width: 97%;
        height: 1px;
        margin-top: 5px;
        background-color: #0d0e10;
        -webkit-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease; }
      .advert__present-link:hover {
        color: rgba(13, 14, 16, 0.6); }
        .advert__present-link:hover::after {
          background-color: rgba(13, 14, 16, 0.4); }
    .advert__present-text {
      padding-top: 20px;
      padding-bottom: 40px; }
  .advert--no-ipad img.advert__video-img {
    display: block; }
  .advert--no-ipad .advert__video video {
    display: none; }

.h2-map-title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 40px;
  font-weight: 600;
  font-size: 40px; }
  @media (max-width: 1700px) {
    .h2-map-title {
      font-size: 32px; } }
  @media (max-width: 1025px) {
    .h2-map-title {
      font-size: 32px; } }
  @media (max-width: 770px) {
    .h2-map-title {
      font-size: 26.66667px; } }
  @media (max-width: 500px) {
    .h2-map-title {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .h2-map-title {
      font-size: 21.6px; } }
  @media (max-width: 1023px) {
    .h2-map-title {
      margin-bottom: 35px; } }
  @media (max-width: 600px) {
    .h2-map-title {
      margin-bottom: 25px; } }

.auchan {
  padding-top: 60px;
  padding-bottom: 35px; }
  @media (max-width: 1023px) {
    .auchan {
      padding-top: 4px;
      padding-bottom: 55px; } }
  .auchan__inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .auchan__inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .auchan__inside > div[id*=bx_incl_area] {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 58%; }
      .auchan__inside > div[id*=bx_incl_area] .auchan__slider {
        width: 100%; }
  .auchan__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1023px) {
      .auchan__left {
        margin-bottom: 35px; } }
  .auchan__slider {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    width: 58%;
    padding-left: 45px;
    height: auto; }
    @media (max-width: 1023px) {
      .auchan__slider {
        width: 100%;
        padding-left: 0; } }
    .auchan__slider .slider-dots {
      bottom: -25px; }
  .auchan__slide {
    width: 100%;
    overflow: hidden; }
    .auchan__slide-inside {
      position: relative;
      width: 100%;
      padding-top: 76.5%; }
    .auchan__slide.slick-slide {
      height: auto; }
  .auchan__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .auchan__title {
    margin-bottom: 45px;
    font-size: 40px;
    font-weight: 100; }
    @media (max-width: 1700px) {
      .auchan__title {
        font-size: 32px; } }
    @media (max-width: 1025px) {
      .auchan__title {
        font-size: 32px; } }
    @media (max-width: 770px) {
      .auchan__title {
        font-size: 26.66667px; } }
    @media (max-width: 500px) {
      .auchan__title {
        font-size: 24px; } }
    @media (max-width: 360px) {
      .auchan__title {
        font-size: 21.6px; } }
    @media (max-width: 1023px) {
      .auchan__title {
        margin-bottom: 25px;
        text-align: center; } }
  .auchan__text {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.94; }
    @media (max-width: 1700px) {
      .auchan__text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .auchan__text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .auchan__text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .auchan__text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .auchan__text {
        font-size: 12.6px; } }
    @media (max-width: 1023px) {
      .auchan__text {
        line-height: 1.71; } }

.map--padding-top {
  padding-top: 70px; }
  @media (max-width: 767px) {
    .map--padding-top {
      padding-top: 0px; } }

.map--padding-bottom {
  padding-bottom: 30px; }

.map__title {
  text-align: center;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  margin-top: 44px; }

.map__more {
  text-align: center;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .map__more {
      margin-bottom: 35px; } }

.map__link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 4.9px;
  color: #0d0e10;
  text-align: center; }
  @media screen and (max-width: 500px) {
    .map__link {
      padding-bottom: 4px;
      font-size: 10px;
      text-transform: uppercase;
      -webkit-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease; } }
  .map__link::after {
    content: '';
    width: 97%;
    height: 1px;
    margin-top: 5px;
    background-color: #0d0e10;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
    @media screen and (max-width: 500px) {
      .map__link::after {
        margin-top: 2px; } }
  .map__link:hover {
    color: rgba(13, 14, 16, 0.6); }
    .map__link:hover::after {
      background-color: rgba(13, 14, 16, 0.4); }

.map__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .map__inside {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.map__info {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 475px;
  padding: 30px 70px 40px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0d0e10;
  color: white; }
  @media (max-width: 1023px) {
    .map__info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .map__info {
      padding: 25px 20px 30px 20px; } }
  .map__info-item {
    padding-bottom: 15px;
    margin: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    @media (max-width: 767px) {
      .map__info-item {
        padding-bottom: 10px;
        margin: 10px 0; } }
  .map__info-title {
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.46; }
    @media (max-width: 1700px) {
      .map__info-title {
        font-size: 19px; } }
    @media (max-width: 1025px) {
      .map__info-title {
        font-size: 19px; } }
    @media (max-width: 770px) {
      .map__info-title {
        font-size: 15.66667px; } }
    @media (max-width: 500px) {
      .map__info-title {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .map__info-title {
        font-size: 12.6px; } }
  .map__info-text {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.67; }
    @media (max-width: 1700px) {
      .map__info-text {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .map__info-text {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .map__info-text {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .map__info-text {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .map__info-text {
        font-size: 12.6px; } }
    .map__info-text span {
      display: block; }
    .map__info-text:not(:last-child) {
      margin-bottom: 30px; }

.map__map {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
  @media (max-width: 1023px) {
    .map__map {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      padding-top: 80%; } }
  @media (max-width: 767px) {
    .map__map {
      padding-top: 90%; } }
  @media (max-width: 500px) {
    .map__map {
      padding-top: 150%; } }
  .map__map-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 14, 16, 0.4); }

#map,
#mapAuchan {
  width: 100%;
  height: 100%; }

.floor-map {
  padding-top: 60px; }
  @media (max-width: 1700px) {
    .floor-map {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .floor-map {
      padding-top: 15px; }
      .floor-map .wide-center {
        padding: 0; } }
  .floor-map__map {
    overflow: hidden; }
    .floor-map__map-container {
      position: relative;
      height: 100%; }
  .floor-map__inside {
    position: relative;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 1441px) {
      .floor-map__inside {
        max-width: 1040px; } }
  .floor-map__scroll-zone {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .floor-map__scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .floor-map__scroll-container-limit {
      width: 100%;
      padding-top: 60%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 500px) {
        .floor-map__scroll-container-limit {
          padding-top: 85%; } }
  .floor-map__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }
    @media (max-width: 1700px) {
      .floor-map__container {
        padding: 50px 0 20px 0; } }
    @media (max-width: 767px) {
      .floor-map__container {
        padding: 40px 20px 20px 20px; } }
    .floor-map__container--active {
      z-index: 4;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .floor-map__floor {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1700px) {
      .floor-map__floor {
        margin-right: 27px; } }
    .floor-map__floor-numbers {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 70px; }
      @media (max-width: 1700px) {
        .floor-map__floor-numbers {
          margin-top: 50px; } }
    .floor-map__floor-number {
      margin-bottom: 10px;
      -webkit-tap-highlight-color: transparent; }
      .floor-map__floor-number-inside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 63px;
        height: 63px;
        font-size: 40px;
        font-weight: 200;
        color: rgba(13, 14, 16, 0.4);
        background-color: #ffffff;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        @media (max-width: 1700px) {
          .floor-map__floor-number-inside {
            width: 50px;
            height: 50px;
            font-size: 30px; } }
        @media (max-width: 767px) {
          .floor-map__floor-number-inside {
            -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } }
        .floor-map__floor-number-inside:hover {
          color: #0d0e10;
          -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
        @media (max-width: 1367px) {
          .floor-map__floor-number-inside {
            width: 43px;
            height: 43px;
            font-size: 26px; } }
        @media (max-width: 767px) {
          .floor-map__floor-number-inside {
            width: 31px;
            height: 31px;
            font-size: 18px; } }
        .floor-map__floor-number-inside--text {
          font-size: 14px;
          text-transform: uppercase; }
          @media (max-width: 1700px) {
            .floor-map__floor-number-inside--text {
              font-size: 12px; } }
          @media (max-width: 1367px) {
            .floor-map__floor-number-inside--text {
              font-size: 9px; } }
          @media (max-width: 767px) {
            .floor-map__floor-number-inside--text {
              font-size: 6px; } }
        .floor-map__floor-number-inside--active {
          -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          color: #0d0e10; }
  .floor-map__map-sizebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px; }
  .floor-map__map-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 63px;
    height: 63px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 200;
    background-color: #ffffff;
    color: rgba(13, 14, 16, 0.4);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 1700px) {
      .floor-map__map-size {
        width: 50px;
        height: 50px;
        font-size: 30px; } }
    .floor-map__map-size:first-child::before {
      content: '+';
      display: block; }
    .floor-map__map-size:last-child::before {
      content: '-';
      display: block; }
    .floor-map__map-size:not(.floor-map__map-size--hidden) {
      cursor: pointer; }
      .floor-map__map-size:not(.floor-map__map-size--hidden):hover {
        color: #0d0e10; }
    @media (max-width: 1367px) {
      .floor-map__map-size {
        width: 43px;
        height: 43px;
        font-size: 26px; } }
    @media (max-width: 767px) {
      .floor-map__map-size {
        width: 31px;
        height: 31px;
        font-size: 18px; } }

@-webkit-keyframes map-hideUp {
  0% {
    z-index: 4;
    opacity: 1; }
  80% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); }
  95% {
    z-index: 4; }
  100% {
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes map-hideUp {
  0% {
    z-index: 4;
    opacity: 1; }
  80% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); }
  95% {
    z-index: 4; }
  100% {
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes map-hideDown {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes map-hideDown {
  0% {
    opacity: 1; }
  90% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes map-unhideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  10% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  90% {
    opacity: 1; }
  99% {
    z-index: 0; }
  100% {
    z-index: 4;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes map-unhideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  10% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  90% {
    opacity: 1; }
  99% {
    z-index: 0; }
  100% {
    z-index: 4;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes map-unhideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  30% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  40% {
    opacity: 1; }
  99% {
    z-index: 0; }
  100% {
    z-index: 4;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes map-unhideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  30% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  40% {
    opacity: 1; }
  99% {
    z-index: 0; }
  100% {
    z-index: 4;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.floor-map__container svg {
  width: 100%;
  height: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .floor-map__container svg {
      height: 100%; } }

.floor-map__container [id^="tenant"] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .floor-map__container [id^="tenant"] g {
    pointer-events: none; }

.floor-map__container #no-use {
  pointer-events: none; }

.tenant-active > path {
  fill: #63C8EA; }

body:not(.bx-touch) [id^="tenant"]:hover > path {
  fill: #bac8d1; }

.floor-map__map--tenants {
  padding-bottom: 30px; }
  @media (max-width: 600px) {
    .floor-map__map--tenants {
      padding-bottom: 0; }
      .floor-map__map--tenants .floor-map__scroll-container-limit {
        padding-top: 70%; } }
  .floor-map__map--tenants svg g {
    pointer-events: none; }
  .floor-map__map--tenants .tenant-active > path {
    fill: #bac8d1 !important; }
  .floor-map__map--tenants [id^="tenant"]:hover > path {
    fill: #bac8d1 !important; }

.visual-editor {
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.94; }
  @media (max-width: 1700px) {
    .visual-editor {
      font-size: 15px; } }
  @media (max-width: 1025px) {
    .visual-editor {
      font-size: 15px; } }
  @media (max-width: 770px) {
    .visual-editor {
      font-size: 14.33333px; } }
  @media (max-width: 500px) {
    .visual-editor {
      font-size: 14px; } }
  @media (max-width: 360px) {
    .visual-editor {
      font-size: 12.6px; } }
  .visual-editor h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .visual-editor h2 {
        font-size: 21px; } }
    @media (max-width: 1025px) {
      .visual-editor h2 {
        font-size: 21px; } }
    @media (max-width: 770px) {
      .visual-editor h2 {
        font-size: 19px; } }
    @media (max-width: 500px) {
      .visual-editor h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .visual-editor h2 {
        font-size: 16.2px; } }
  .visual-editor h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .visual-editor h3 {
        font-size: 15px; } }
    @media (max-width: 1025px) {
      .visual-editor h3 {
        font-size: 15px; } }
    @media (max-width: 770px) {
      .visual-editor h3 {
        font-size: 14.33333px; } }
    @media (max-width: 500px) {
      .visual-editor h3 {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .visual-editor h3 {
        font-size: 12.6px; } }
  .visual-editor p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.94; }
    @media (max-width: 1700px) {
      .visual-editor p {
        font-size: 15px; } }
    @media (max-width: 1025px) {
      .visual-editor p {
        font-size: 15px; } }
    @media (max-width: 770px) {
      .visual-editor p {
        font-size: 14.33333px; } }
    @media (max-width: 500px) {
      .visual-editor p {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .visual-editor p {
        font-size: 12.6px; } }
    @media (max-width: 767px) {
      .visual-editor p {
        margin: 10px 0; } }
    .visual-editor p:first-child {
      margin-top: 0; }
    .visual-editor p:last-child {
      margin-bottom: 0; }
  .visual-editor b {
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .visual-editor b {
        font-size: 15px; } }
    @media (max-width: 1025px) {
      .visual-editor b {
        font-size: 15px; } }
    @media (max-width: 770px) {
      .visual-editor b {
        font-size: 14.33333px; } }
    @media (max-width: 500px) {
      .visual-editor b {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .visual-editor b {
        font-size: 12.6px; } }
  .visual-editor a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.6;
    padding: 0;
    font-size: 16px;
    font-weight: 200;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    @media (max-width: 1700px) {
      .visual-editor a {
        font-size: 15px; } }
    @media (max-width: 1025px) {
      .visual-editor a {
        font-size: 15px; } }
    @media (max-width: 770px) {
      .visual-editor a {
        font-size: 14.33333px; } }
    @media (max-width: 500px) {
      .visual-editor a {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .visual-editor a {
        font-size: 12.6px; } }
    .visual-editor a::after {
      content: '';
      height: 1px;
      width: 100%;
      background-color: #0d0e10;
      -webkit-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      transition: background-color .2s ease-in-out; }
    .visual-editor a:hover {
      color: rgba(13, 14, 16, 0.4); }
      .visual-editor a:hover::after {
        background-color: rgba(13, 14, 16, 0.4); }
    .visual-editor a.tag {
      font-size: 14px;
      color: rgba(13, 14, 16, 0.4);
      line-height: 1.4; }
      .visual-editor a.tag::after {
        background-color: rgba(13, 14, 16, 0); }
      .visual-editor a.tag:hover {
        color: #0d0e10; }
        .visual-editor a.tag:hover::after {
          background-color: rgba(13, 14, 16, 0.8); }
      @media (max-width: 1700px) {
        .visual-editor a.tag {
          font-size: 11px; } }
  .visual-editor ul, .visual-editor ol {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .visual-editor ul, .visual-editor ol {
        margin-top: 10px; } }
    .visual-editor ul:not(.padding), .visual-editor ol:not(.padding) {
      margin-left: 0px; }
    @media screen and (max-width: 767px) {
      .visual-editor ul, .visual-editor ol {
        margin-left: 0px; } }
    .visual-editor ul:first-child, .visual-editor ol:first-child {
      margin-top: 0; }
    .visual-editor ul li, .visual-editor ol li {
      margin-bottom: 5px;
      line-height: 1.94;
      font-size: 18px;
      font-weight: 200;
      list-style: none; }
      @media (max-width: 1700px) {
        .visual-editor ul li, .visual-editor ol li {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .visual-editor ul li, .visual-editor ol li {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .visual-editor ul li, .visual-editor ol li {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .visual-editor ul li, .visual-editor ol li {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .visual-editor ul li, .visual-editor ol li {
          font-size: 12.6px; } }
      @media (max-width: 767px) {
        .visual-editor ul li, .visual-editor ol li {
          margin-bottom: 5px; } }
      .visual-editor ul li:last-child, .visual-editor ol li:last-child {
        margin-bottom: 0; }
  .visual-editor ul li:not(:last-child) {
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .visual-editor ul li:not(:last-child) {
        margin-bottom: 5px; } }
  .visual-editor ul li:last-child {
    margin-bottom: 0; }
  .visual-editor ul li::before {
    content: "";
    margin-left: 34px;
    background-color: #0d0e10;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 14px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .visual-editor ul li::before {
        width: 6px;
        height: 6px;
        margin-right: 5px;
        margin-left: 11px; } }
  .visual-editor div.padding ul {
    padding-top: 0;
    margin-left: 0px; }
    .visual-editor div.padding ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .visual-editor div.padding ul li:not(:last-child) {
        margin-bottom: 20px; }
      .visual-editor div.padding ul li::before {
        margin-top: 7px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          .visual-editor div.padding ul li::before {
            margin-top: 10px;
            margin-left: 0px;
            margin-right: 14px; } }
  .visual-editor ul.min-padding {
    /*padding-top: 28px*/
    padding-top: 0px;
    margin-top: 10px; }
    .visual-editor ul.min-padding li {
      margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .visual-editor ul.min-padding {
        margin-top: 7px; }
        .visual-editor ul.min-padding li {
          margin-bottom: 6px; } }
  .visual-editor ol {
    counter-reset: myCounter; }
    .visual-editor ol li::before {
      counter-increment: myCounter;
      content: counter(myCounter) ".";
      color: #0d0e10;
      display: inline-block;
      text-align: center;
      margin-left: 34px;
      margin-right: 17px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .visual-editor ol li::before {
          display: inline;
          margin-left: 0px;
          margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .visual-editor__important {
      margin-top: 10px;
      margin-left: 0; } }
  .visual-editor .vacancy__content-item p {
    margin: 5px 0; }
    @media (max-width: 767px) {
      .visual-editor .vacancy__content-item p {
        margin: 5px 0; } }

.footer {
  margin-top: 73px;
  background-color: #0d0e10; }
  @media (max-width: 1700px) {
    .footer {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .footer {
      margin-top: 35px; } }
  .footer__inside {
    padding: 64px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    @media screen and (max-width: 1441px) {
      .footer__inside {
        padding: 50px 0;
        padding-bottom: 39px; } }
    @media screen and (max-width: 500px) {
      .footer__inside {
        padding: 39px 0 56px; } }
  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 66px -20px 0 -20px; }
    @media screen and (max-width: 1441px) {
      .footer__list {
        margin-top: 52px; } }
    @media (min-width: 1024px) {
      .footer__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 500px) {
      .footer__list {
        margin: 44px -10px 0 -10px; } }
    .footer__list-item {
      margin-bottom: 40px; }
      @media (max-width: 1023px) {
        .footer__list-item {
          margin-bottom: 30px; } }
      @media (max-width: 720px) {
        .footer__list-item {
          height: 22px; } }
  .footer__menu {
    height: 100%; }
    .footer__menu-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column wrap;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      width: 100%;
      height: 100%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .footer__menu-item {
      margin-bottom: 40px;
      margin-left: 100px; }
      @media (max-width: 1441px) {
        .footer__menu-item {
          margin-left: 50px; } }
      @media (max-width: 1365px) {
        .footer__menu-item {
          margin-left: 0; } }
      @media (min-width: 1366px) {
        .footer__menu-item:nth-child(2) {
          height: 40%; } }
      @media (max-width: 1023px) {
        .footer__menu-item {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .footer__menu-item:last-child {
          display: none; } }
      @media (max-width: 720px) {
        .footer__menu-item {
          height: 22px; } }
  .footer__item {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 500px) {
      .footer__item {
        padding: 0 10px; } }
    @media (min-width: 1366px) {
      .footer__item:nth-child(2) {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 1023px) {
      .footer__item:not(:last-child) {
        padding-bottom: 20px; } }
  .footer__logo {
    text-align: center; }
    .footer__logo-img {
      display: block;
      width: 292px;
      height: 46px;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(/local/templates/megatorg/assets/css/../img/footer_logo.svg?v=1.1); }
      @media (max-width: 1441px) {
        .footer__logo-img {
          width: 233.6px;
          height: 36.8px; } }
      @media screen and (max-width: 767px) {
        .footer__logo-img {
          width: 127px;
          height: 20px; } }
  .footer__contacts-item {
    width: 100%;
    margin-bottom: 36px; }
    .footer__contacts-item:nth-child(2) {
      margin-bottom: 75px; }
      @media (max-width: 1023px) {
        .footer__contacts-item:nth-child(2) {
          margin-bottom: 45px; } }
    @media screen and (max-width: 500px) {
      .footer__contacts-item {
        display: none; } }
    @media (max-width: 1023px) {
      .footer__contacts-item {
        margin-bottom: 30px; } }
  .footer__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    line-height: 1.71;
    font-weight: 200;
    text-align: left;
    color: white;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    @media (max-width: 1700px) {
      .footer__link {
        font-size: 16px; } }
    @media (max-width: 1025px) {
      .footer__link {
        font-size: 16px; } }
    @media (max-width: 770px) {
      .footer__link {
        font-size: 14.66667px; } }
    @media (max-width: 500px) {
      .footer__link {
        font-size: 14px; } }
    @media (max-width: 360px) {
      .footer__link {
        font-size: 12.6px; } }
    .footer__link svg {
      -webkit-transition: fill .2s ease;
      -o-transition: fill .2s ease;
      transition: fill .2s ease; }
    @media (max-width: 767px) {
      .footer__link span {
        -webkit-align-self: baseline;
            -ms-flex-item-align: baseline;
                align-self: baseline; } }
    .footer__link-icon {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 30px;
      padding-top: 0; }
      @media screen and (max-width: 1440px) {
        .footer__link-icon {
          height: 25px; } }
      @media screen and (max-width: 500px) {
        .footer__link-icon {
          height: 22px; } }
    .footer__link:hover {
      color: rgba(255, 255, 255, 0.6); }
      .footer__link:hover svg {
        fill: rgba(255, 255, 255, 0.6); }
  .footer__social {
    width: 100%; }
    .footer__social [id*='bx_incl_area'] {
      width: 100%; }
    .footer__social-link {
      width: 25px;
      display: inline-block; }
      @media (max-width: 768px) and (min-width: 500px) {
        .footer__social-link {
          width: 20px;
          padding-top: 20px; } }
      @media (max-width: 500px) {
        .footer__social-link {
          width: 20px; } }
      .footer__social-link:not(:last-child) {
        margin-right: 46px; }
      .footer__social-link svg {
        display: block;
        width: 100%;
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
      .footer__social-link:hover svg {
        fill: rgba(255, 255, 255, 0.6); }
  .footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.7); }
    .footer__bottom-inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__bottom-date {
      padding: 39px 0;
      font-size: 18px;
      font-weight: 100;
      line-height: 1.17;
      color: white; }
      @media (max-width: 1700px) {
        .footer__bottom-date {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .footer__bottom-date {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .footer__bottom-date {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .footer__bottom-date {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .footer__bottom-date {
          font-size: 12.6px; } }
      @media screen and (max-width: 1441px) {
        .footer__bottom-date {
          padding: 24px 0; } }
      @media screen and (max-width: 500px) {
        .footer__bottom-date {
          padding: 19px 0; } }
    .footer__bottom-logo {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .footer__bottom-logo img {
        display: block;
        width: 100%; }

.footer__item:first-child .footer__list-item:first-child .footer__link:hover {
  color: white; }
  .footer__item:first-child .footer__list-item:first-child .footer__link:hover svg {
    fill: white; }

.footer__contacts-item:first-child .footer__link:hover {
  color: white; }
  .footer__contacts-item:first-child .footer__link:hover svg {
    fill: white; }

.map-info-container {
  position: fixed;
  z-index: 11;
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  .map-info-container .wide-center {
    height: 100%; }
  .map-info-container--active {
    top: 0; }
  @media (max-height: 600px) {
    .map-info-container {
      overflow: auto; } }

.map-info {
  position: relative;
  left: 0;
  top: 60%;
  width: 390px;
  height: 500px;
  background-color: #fff;
  border: 1px solid #0d0e10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .map-info__inside {
    height: 100%;
    width: 100%; }
  .map-info__logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 104px;
    padding: 20px 78px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #0d0e10; }
    .map-info__logo-title {
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 1.2px;
      color: #0d0e10;
      text-transform: uppercase; }
      @media (max-width: 1700px) {
        .map-info__logo-title {
          font-size: 15px; } }
      @media (max-width: 1025px) {
        .map-info__logo-title {
          font-size: 15px; } }
      @media (max-width: 770px) {
        .map-info__logo-title {
          font-size: 14.33333px; } }
      @media (max-width: 500px) {
        .map-info__logo-title {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .map-info__logo-title {
          font-size: 12.6px; } }
    .map-info__logo-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 64px; }
    .map-info__logo-img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .map-info__logo-img {
          width: 80%; } }
  .map-info__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 23px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1023px) {
      .map-info__info {
        padding-top: 55px; } }
    @media (max-width: 944px) {
      .map-info__info {
        padding-top: 35px; } }
    .map-info__info--no-padding {
      padding-top: 0; }
  .map-info__item {
    padding-top: 20px; }
  .map-info__title {
    font-size: 14px;
    font-weight: 600; }
    @media (max-width: 1700px) {
      .map-info__title {
        font-size: 12.5px; } }
    @media (max-width: 1025px) {
      .map-info__title {
        font-size: 12.5px; } }
    @media (max-width: 770px) {
      .map-info__title {
        font-size: 11.5px; } }
    @media (max-width: 500px) {
      .map-info__title {
        font-size: 11px; } }
    @media (max-width: 360px) {
      .map-info__title {
        font-size: 9.9px; } }
    .map-info__title:not(:first-child) {
      padding-top: 23px; }
      @media (max-width: 1023px) {
        .map-info__title:not(:first-child) {
          padding-top: 35px; } }
      @media (max-width: 944px) {
        .map-info__title:not(:first-child) {
          padding-top: 25px; } }
  .map-info__text {
    font-size: 14px;
    font-weight: 200; }
    @media (max-width: 1700px) {
      .map-info__text {
        font-size: 12.5px; } }
    @media (max-width: 1025px) {
      .map-info__text {
        font-size: 12.5px; } }
    @media (max-width: 770px) {
      .map-info__text {
        font-size: 11.5px; } }
    @media (max-width: 500px) {
      .map-info__text {
        font-size: 11px; } }
    @media (max-width: 360px) {
      .map-info__text {
        font-size: 9.9px; } }
    .map-info__text:not(:first-child) {
      margin-top: 21px; }
      @media (max-width: 944px) {
        .map-info__text:not(:first-child) {
          margin-top: 10px; } }
    .map-info__text span {
      display: block;
      line-height: 1.67; }
  .map-info__phone {
    display: block;
    line-height: 1.67; }
  .map-info__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    .map-info__link:hover {
      opacity: .4; }
    .map-info__link--title {
      display: inline;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 1.5;
      border-bottom: 1px solid black;
      -webkit-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
      @media (max-width: 1700px) {
        .map-info__link--title {
          font-size: 16px; } }
      @media (max-width: 1025px) {
        .map-info__link--title {
          font-size: 16px; } }
      @media (max-width: 770px) {
        .map-info__link--title {
          font-size: 14.66667px; } }
      @media (max-width: 500px) {
        .map-info__link--title {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .map-info__link--title {
          font-size: 12.6px; } }
  .map-info__tags {
    width: 100%;
    padding-top: 15px;
    font-size: 12px; }
    @media (max-width: 1700px) {
      .map-info__tags {
        font-size: 10.5px; } }
    @media (max-width: 1025px) {
      .map-info__tags {
        font-size: 10.5px; } }
    @media (max-width: 770px) {
      .map-info__tags {
        font-size: 9.5px; } }
    @media (max-width: 500px) {
      .map-info__tags {
        font-size: 9px; } }
    @media (max-width: 360px) {
      .map-info__tags {
        font-size: 8.1px; } }
    @media (max-width: 1023px) {
      .map-info__tags {
        padding-top: 15px; } }
  .map-info__tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8px;
    color: rgba(13, 14, 16, 0.4); }
    .map-info__tag:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 944px) {
        .map-info__tag:not(:last-child) {
          margin-right: 19px; } }
    .map-info__tag::after {
      content: '';
      margin-top: 1px;
      height: 1px;
      width: 100%;
      background-color: rgba(13, 14, 16, 0); }
    .map-info__tag:hover {
      color: #0d0e10; }
      .map-info__tag:hover::after {
        background-color: rgba(13, 14, 16, 0.8); }
  .map-info__close {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 18px;
    height: 18px;
    top: 18px;
    right: 18px;
    cursor: pointer; }
    .map-info__close::after, .map-info__close::before {
      content: '';
      width: 22px;
      height: 2px;
      background-color: #0d0e10;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .map-info__close::after {
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .map-info__close::before {
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .map-info__close:hover::after, .map-info__close:hover::before {
      background-color: rgba(13, 14, 16, 0.4); }
  @media (max-width: 1700px) {
    .map-info {
      width: 300px;
      height: 420px; }
      .map-info__logo {
        height: 76px;
        padding: 15px 60px; }
        .map-info__logo-link {
          height: 46px; }
      .map-info__info {
        padding: 23px 30px; }
      .map-info__close {
        width: 14px;
        height: 14px;
        top: 14px;
        right: 14px; }
        .map-info__close::after, .map-info__close::before {
          width: 16px;
          height: 2px; } }
  @media (max-width: 1024px) and (orientation: portrait) {
    .map-info {
      top: 50%; } }
  @media (max-width: 850px) and (orientation: landscape) {
    .map-info {
      top: 0;
      left: 0;
      margin-top: 20px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (max-width: 500px) and (orientation: portrait) {
    .map-info {
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .map-info--tenant {
    width: 390px; }
    .map-info--tenant .map-info__info {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 38px; }
      .map-info--tenant .map-info__info .btn {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        margin-top: 10px; }
  .map-info__area {
    margin-bottom: 30px; }
    .map-info__area-title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      color: #0d0e10; }
      @media (max-width: 1700px) {
        .map-info__area-title {
          font-size: 13px; } }
      @media (max-width: 1025px) {
        .map-info__area-title {
          font-size: 13px; } }
      @media (max-width: 770px) {
        .map-info__area-title {
          font-size: 12.33333px; } }
      @media (max-width: 500px) {
        .map-info__area-title {
          font-size: 12px; } }
      @media (max-width: 360px) {
        .map-info__area-title {
          font-size: 10.8px; } }
    .map-info__area-text {
      text-align: center;
      font-size: 14px;
      font-weight: 200;
      line-height: 1.4;
      color: #0d0e10; }
      @media (max-width: 1700px) {
        .map-info__area-text {
          font-size: 13px; } }
      @media (max-width: 1025px) {
        .map-info__area-text {
          font-size: 13px; } }
      @media (max-width: 770px) {
        .map-info__area-text {
          font-size: 12.33333px; } }
      @media (max-width: 500px) {
        .map-info__area-text {
          font-size: 12px; } }
      @media (max-width: 360px) {
        .map-info__area-text {
          font-size: 10.8px; } }
      .map-info__area-text.square::after {
        content: '2';
        font-size: 9px;
        vertical-align: super; }
        @media (max-width: 1700px) {
          .map-info__area-text.square::after {
            font-size: 8px; } }
        @media (max-width: 1025px) {
          .map-info__area-text.square::after {
            font-size: 8px; } }
        @media (max-width: 770px) {
          .map-info__area-text.square::after {
            font-size: 7.33333px; } }
        @media (max-width: 500px) {
          .map-info__area-text.square::after {
            font-size: 7px; } }
        @media (max-width: 360px) {
          .map-info__area-text.square::after {
            font-size: 6.3px; } }

.btn--scroll {
  cursor: pointer; }

.VIT-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 150px;
  height: 40px; }
  @media (max-width: 1700px) {
    .VIT-logo {
      height: 35px; } }
  @media (max-width: 767px) {
    .VIT-logo {
      height: 27px; } }
  .VIT-logo svg {
    height: 100% !important;
    width: auto !important; }

.VIT-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

/* End */


/* Start:/local/templates/megatorg/styles.css?16488132843107*/
ul.dash {
    list-style-type: none;
}

ul.dash li::before {
    content: "—";
    display: inline-block;
    margin-right: 14px;
    background: none;
    border-radius: none;
    vertical-align: baseline;
}

div.visual-editor__important {
    margin-top: 20px;
    margin-left: 34px;
    padding-left: 31px;
    border-left: 1px solid #0d0e10;
    font-weight: 600;
}

div.visual-editor__important p {
    font-weight: 600;
}

.about__files {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__files-item:first-child {
    margin-right: 0;
}

.about__files-item {
    margin-bottom: 10px;
}

.agreement {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .agreement {
        padding-top: 10px;
    }
}

.form-container__confidential {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer;
}

.form-container__confidential--error {
    color: rgba(255, 0, 0, .7);
}

@media (max-width: 1024px) {
    .form-container__confidential {
        line-height: 1.37;
    }
}

.form-container__confidential-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-container__confidential-custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(13, 14, 16, 0.4);
    transition: border-color .3s;
}

.form-container__confidential--error .form-container__confidential-custom-checkbox {
    border-color: rgba(255, 0, 0, .7);
}

.form-container__confidential:hover .form-container__confidential-custom-checkbox,
.form-container__confidential-checkbox:checked + .form-container__confidential-custom-checkbox {
    border-color: #0d0e10;
}

.form-container__confidential--error:hover .form-container__confidential-custom-checkbox {
    border-color: red;
}

.form-container__confidential-checkbox:checked + .form-container__confidential-custom-checkbox::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0d0e10;
}

.form-container__confidential a {
    border-bottom: 1px solid rgba(13, 14, 16, 0.4);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-container__confidential--error a {
    border-color: rgba(255, 0, 0, .7);
}

.form-container__confidential a:hover {
    color: #0d0e10;
    border-color: #0d0e10;
}

.form-container__confidential--error a:hover {
    color: red;
    border-color: red;
}

.contacts__contact-text {
    align-items: flex-start;
}

.h-em {
    border-bottom: 1px solid;
    transition: border-color .3s;
}

.h-em:hover {
    border-color: transparent;
}
/* End */
/* /local/templates/megatorg/assets/css/main.css?1756897165340743 */
/* /local/templates/megatorg/styles.css?16488132843107 */
