/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Open+Sans:400,600,700&subset=cyrillic");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

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

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

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

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

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

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

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

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

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

.hamburger {
  padding: 12px 20px 7px;
  margin-left: -20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}

.hamburger:hover, .hamburger:focus {
  opacity: 0.7;
}

.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 2px;
  background-color: #2A2A2A;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  width: 40px;
  height: 2px;
  background-color: #2A2A2A;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active {
  margin-left: -24px;
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  width: 25px;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  width: 25px;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  width: 25px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*======================================
 *  Selectric v1.13.0
 *======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: white;
  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;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  margin: 0 25px 0 0px;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 14px 20px;
  color: #2A2A2A;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  position: absolute;
  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;
  top: 50%;
  right: 5px;
  margin-left: auto;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 6px;
  color: #2A2A2A;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.selectric .button .ico-drop-arrow {
  overflow: visible;
  height: 6px;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
}

.selectric-open .selectric .button {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  overflow: hidden;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  padding: 15px;
  display: block;
  color: #2A2A2A;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.selectric-items li.selected {
  background: #FAFAFC;
}

.selectric-items li.highlighted {
  background: #FAFAFC;
}

.selectric-items li:hover, .selectric-items li:focus {
  background: #FAFAFC;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-lang-selector .selectric {
  background: transparent;
  color: #A1A1A1;
  border: 2px solid #A1A1A1;
}

.selectric-lang-selector .selectric .label {
  color: #A1A1A1;
  font-size: 14px;
  padding: 17px 15px;
}

.selectric-lang-selector .selectric .button {
  color: #A1A1A1;
  font-size: 20px;
  right: 10px;
}

.selectric-bordered .selectric {
  border: 1px solid #F6F6F6;
}

.selectric-bordered .selectric .label {
  font-size: 14px;
  padding: 12px 20px;
}

.selectric-bordered .selectric .button {
  font-size: 8px;
  color: rgba(42, 42, 42, 0.4);
}

.selectric-bordered.selectric-hover .selectric .button {
  color: rgba(42, 42, 42, 0.6);
}

/*!
 * Gutenberg
 *
 * MIT Fabien Sa
 * https: */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
 *     ========================================================================== */
/**
 *   * 1. Correct the line height in all browsers.
 *   * 2. Prevent adjustments of font size after orientation changes in
 *   *    IE on Windows Phone and in iOS. */
@media print {
  html {
    /* Change the default font family in all browsers (opinionated). */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   *     ========================================================================== */
  /**
   *   * Remove the margin in all browsers (opinionated). */
  body {
    margin: 0;
  }
  /**
   *   * Add the correct display in IE 9-. */
  article, aside, footer, header, nav, section {
    display: block;
  }
  /**
   *   * Correct the font size and margin on `h1` elements within `section` and
   *   * `article` contexts in Chrome, Firefox, and Safari. */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   *     ========================================================================== */
  /**
   *   * Add the correct display in IE 9-. */
  figcaption {
    display: block;
  }
  figure {
    display: block;
    margin: 1em 40px;
  }
  /**
   *   * Add the correct margin in IE 8. */
  /**
   *   * 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 */
  }
  /**
   *   * Add the correct display in IE. */
  main {
    display: block;
  }
  /**
   *   * 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 */
  }
  /* Links
   *     ========================================================================== */
  /**
   *   * 1. Remove the gray background on active links in IE 10.
   *   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }
  /* Text-level semantics
   *     ========================================================================== */
  /**
   *   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   *   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
  }
  /**
   *   * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
  b, strong {
    font-weight: inherit;
  }
  /**
   *   * Add the correct font weight in Chrome, Edge, and Safari. */
  b, strong {
    font-weight: 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 style in Android 4.3-. */
  dfn {
    font-style: italic;
  }
  /**
   *   * Add the correct background and color in IE 9-. */
  mark {
    background-color: #ff0;
    color: #000;
  }
  /**
   *   * Add the correct font size in all browsers. */
  small {
    font-size: 80%;
  }
  /**
   *   * Prevent `sub` and `sup` elements from affecting the line height in
   *   * all browsers. */
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
   *     ========================================================================== */
  /**
   *   * Add the correct display in IE 9-. */
  audio, video {
    display: inline-block;
  }
  /**
   *   * Add the correct display in iOS 4-7. */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  /**
   *   * Remove the border on images inside links in IE 10-. */
  img {
    border-style: none;
  }
  /**
   *   * Hide the overflow in IE. */
  svg:not(:root) {
    overflow: hidden;
  }
  /* Forms
   *     ========================================================================== */
  /**
   *   * 1. Change the font styles in all browsers (opinionated).
   *   * 2. Remove the margin in Firefox and Safari. */
  button, input, optgroup, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
   *   * Show the overflow in IE. */
  button {
    overflow: visible;
    /* 1 */
    text-transform: none;
  }
  /**
   *   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   *   * 1. Remove the inheritance of text transform in Firefox. */
  select {
    /* 1 */
    text-transform: none;
  }
  /**
   *   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *   *    controls in Android 4.
   *   * 2. Correct the inability to style clickable types in iOS and Safari. */
  button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
  }
  button, [type="button"], [type="reset"], [type="submit"] {
    /**
     *   * Remove the inner border and padding in Firefox. */
    /**
     *   * Restore the focus styles unset by the previous rule. */
  }
  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   *   * Show the overflow in Edge. */
  input {
    overflow: visible;
  }
  /**
   *   * 1. Add the correct box sizing in IE 10-.
   *   * 2. Remove the padding in IE 10-. */
  [type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
   *   * Correct the cursor style of increment and decrement buttons in Chrome. */
  [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   *   * 1. Correct the odd appearance in Chrome and Safari.
   *   * 2. Correct the outline style in Safari. */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
     *   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
  }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   *   * 1. Correct the inability to style clickable types in iOS and Safari.
   *   * 2. Change font properties to `inherit` in Safari. */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /**
   *   * 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 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
  }
  /**
   *   * 1. Add the correct display in IE 9-.
   *   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  /**
   *   * Remove the default vertical scrollbar in IE. */
  textarea {
    overflow: auto;
  }
  /* Interactive
   *     ========================================================================== */
  /*
   *   * Add the correct display in Edge, IE, and Firefox. */
  details {
    display: block;
  }
  /*
   *   * Add the correct display in all browsers. */
  summary {
    display: list-item;
  }
  /*
   *   * Add the correct display in IE 9-. */
  menu {
    display: block;
  }
  /* Scripting
   *     ========================================================================== */
  /**
   *   * Add the correct display in IE 9-. */
  canvas {
    display: inline-block;
  }
  /**
   *   * Add the correct display in IE. */
  template, [hidden] {
    display: none;
  }
  /* Hidden
   *     ========================================================================== */
  /**
   *   * Add the correct display in IE 10-. */
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  p:first-letter, div:first-letter, blockquote:first-letter, li:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  html {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff !important;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
  }
  p, blockquote, table, ul, ol, dl {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  a {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
  }
  a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
  }
  table {
    border-collapse: collapse;
  }
  thead {
    display: table-header-group;
  }
  table, th {
    border-bottom: 1px solid #000;
  }
  td {
    border-bottom: 1px solid #000;
    padding: 8px 16px;
  }
  th {
    padding: 8px 16px;
  }
  code, pre, kbd {
    border: 1px solid #bbb;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 85%;
  }
  code, kbd {
    padding: 3px;
  }
  pre {
    margin-bottom: 1.5rem;
    padding: 10px 12px;
  }
  pre code, pre kbd {
    border: 0;
  }
  ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: transparent;
  }
  blockquote {
    border: 0;
    border-left: 5px solid #bbb;
    margin-left: 1px;
    padding: 12px 1.5rem;
  }
  blockquote:first-child {
    margin-top: 0;
  }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer {
    display: block;
    font-size: 80%;
  }
  img {
    border: 0;
    display: block;
    max-width: 100% !important;
    vertical-align: middle;
  }
  hr {
    border: 0;
    border-bottom: 2px solid #bbb;
    height: 0;
    margin: 2.25rem 0;
    padding: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }
  abbr[title], acronym[title] {
    border: 0;
    text-decoration: none;
  }
  table, blockquote, pre, code, figure, li, hr, ul, ol, a, tr {
    page-break-inside: avoid;
  }
  h2, h3, h4, p, a {
    orphans: 3;
    widows: 3;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 + p, h2 + p, h3 + p {
    page-break-before: avoid;
  }
  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
  }
  body {
    padding-bottom: 2.54cm;
    padding-left: 1.8cm;
    padding-right: 1.8cm;
    padding-top: 2.54cm;
  }
  a[href^='http://']:after, a[href^='https://']:after, a[href^='ftp://']:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  abbr[title]:after, acronym[title]:after {
    content: " (" attr(title) ")";
  }
  .page-break, .page-break-before {
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
  }
  .no-print {
    display: none;
  }
  a.no-reformat:after, abbr[title].no-reformat:after, acronym[title].no-reformat:after {
    content: '';
  }
  .no-reformat abbr:after, .no-reformat acronym:after, .no-reformat a:after {
    content: '';
  }
}

.ps {
  position: relative;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:focus > .ps__rail-x,
.ps:focus > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 4px;
  right: 2px;
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design. */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  direction: ltr;
}

.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 0;
}

/* Wrapper for all connect elements. */
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements. */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement; */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale */
.noUi-target {
  background: #C2C2C2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid transparent;
}

.noUi-connects {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.noUi-connect {
  background: #404042;
}

/* Handles and cursors; */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #404042;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFF;
  cursor: default;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 7px 0 rgba(234, 234, 234, 0.5);
          box-shadow: 0 6px 7px 0 rgba(234, 234, 234, 0.5);
}

/* Disabled state; */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 * */
.noUi-pips {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  color: #999;
}

.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Values;
 * */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 * */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub, .noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 * */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 * */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion */
.easy-autocomplete {
  position: relative;
  width: auto !important;
}

.easy-autocomplete input {
  position: relative;
  z-index: 3;
}

.easy-autocomplete input:focus {
  border-color: transparent !important;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  color: #2A2A2A;
  top: 0px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 15px 0 rgba(184, 178, 178, 0.5);
          box-shadow: 0 6px 15px 0 rgba(184, 178, 178, 0.5);
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

.easy-autocomplete-container ul li {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.easy-autocomplete-container ul li:last-child {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #FAFAFC;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: 400;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: 400;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: 700;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

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

@media print, (min-width: 680px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

@media print, (min-width: 680px) {
  .container__row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media print, (max-width: 680px) {
  .fillwidth {
    margin-right: -35px;
    margin-left: -35px;
  }
}

[class*='col-'] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 8px;
}

@media print, (min-width: 680px) {
  [class*='col-'] {
    padding: 0 15px;
  }
}

.col-1 {
  width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
}

.col-2 {
  width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
}

.col-3 {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.col-4 {
  width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
}

.col-5 {
  width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
}

.col-6 {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.col-7 {
  width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
}

.col-8 {
  width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
}

.col-9 {
  width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}

.col-10 {
  width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
}

.col-11 {
  width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
}

.col-12 {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media print, (min-width: 680px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media print, (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media print, (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media print, (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.col, .col-sm, .col-md, .col-lg, .col-xl {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul li {
  display: inline-block;
}

body, html {
  background: white;
  color: #2A2A2A;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #F6BA20;
  color: white;
}

::selection {
  background: #F6BA20;
  color: white;
}

.page {
  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: 100vh;
}

.page__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
}

.page__content.gray-bg {
  background: #F6F6F6;
}

.page__content.light-gray-bg {
  background: #FAFAFA;
}

.dev-bp-debug {
  background: black;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  color: white;
  padding: 5px;
  font-size: 12px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
}

.body-lock {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

.icon-benefits-1 {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 100px;
  height: 64px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-benefits-1 {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-benefits-2 {
  background-image: url("../img/sprite.png");
  background-position: 0px -74px;
  background-repeat: no-repeat;
  width: 82px;
  height: 69px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-benefits-2 {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-benefits-3 {
  background-image: url("../img/sprite.png");
  background-position: -202px -77px;
  background-repeat: no-repeat;
  width: 52px;
  height: 67px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-benefits-3 {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-benefits-4 {
  background-image: url("../img/sprite.png");
  background-position: -202px 0px;
  background-repeat: no-repeat;
  width: 62px;
  height: 67px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-benefits-4 {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-benefits-5 {
  background-image: url("../img/sprite.png");
  background-position: -110px 0px;
  background-repeat: no-repeat;
  width: 82px;
  height: 69px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-benefits-5 {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-benefits-6 {
  background-image: url("../img/sprite.png");
  background-position: -110px -79px;
  background-repeat: no-repeat;
  width: 66px;
  height: 62px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-benefits-6 {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-deltacredit {
  background-image: url("../img/sprite.png");
  background-position: 0px -153px;
  background-repeat: no-repeat;
  width: 145px;
  height: 35px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-deltacredit {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-footer-menu-arrow {
  background-image: url("../img/sprite.png");
  background-position: -92px -74px;
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-footer-menu-arrow {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-play {
  background-image: url("../img/sprite.png");
  background-position: -202px -154px;
  background-repeat: no-repeat;
  width: 29px;
  height: 31px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-play {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-print {
  background-image: url("../img/sprite.png");
  background-position: -146px -153px;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-print {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-sberbank {
  background-image: url("../img/sprite.png");
  background-position: 0px -198px;
  background-repeat: no-repeat;
  width: 115px;
  height: 28px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-sberbank {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-share {
  background-image: url("../img/sprite.png");
  background-position: -241px -154px;
  background-repeat: no-repeat;
  width: 21px;
  height: 23px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-share {
    -webkit-background-size: 264px 226px;
            background-size: 264px 226px;
    background-image: url("../img/sprite@2x.png");
  }
}

.ico-arrow-left {
  width: 0.57em;
  height: 1em;
  fill: #FFF;
}

.ico-arrow-right {
  width: 0.57em;
  height: 1em;
  fill: #FFF;
}

.ico-back {
  width: 1.44em;
  height: 1em;
  fill: #404042;
}

.ico-close {
  width: 1em;
  height: 1em;
  fill: #404042;
}

.ico-drop-arrow {
  width: 1.67em;
  height: 1em;
  fill: #404042;
}

.ico-globe {
  width: 1em;
  height: 1em;
  fill: #979797;
}

.ico-hints-loader {
  width: 1em;
  height: 1em;
  fill: #2A2A2A;
}

.ico-logo {
  width: 2.52em;
  height: 1em;
  fill: initial;
}

.ico-pagination-break {
  width: 4em;
  height: 1em;
  fill: none;
}

.ico-pattern-footer {
  width: 1em;
  height: 1em;
  fill: url(#a);
}

.ico-search {
  width: 1em;
  height: 1em;
  fill: #404042;
}

.ico-social-fb {
  width: 0.96em;
  height: 1em;
  fill: #A7A7A7;
}

.ico-social-insta {
  width: 1em;
  height: 1em;
  fill: #404042;
}

.ico-social-youtube {
  width: 1.38em;
  height: 1em;
  fill: #A7A7A7;
}

button {
  -webkit-apperance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .btn:active {
  outline: none;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn-primary {
  background: #F6BA20;
  color: white;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 15px rgba(217, 216, 216, 0.5);
          box-shadow: 0px 5px 15px rgba(217, 216, 216, 0.5);
  padding: 16px;
}

.btn-primary:hover, .btn-primary:focus {
  background: #da9f09;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline {
  background: transparent;
  color: #2A2A2A;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(42, 42, 42, 0.5);
  padding: 10px 20px;
}

.btn-outline:hover, .btn-outline:focus {
  background: #2A2A2A;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white {
  background: white;
  color: #2A2A2A;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-transform: lowercase;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 9px 35px;
}

.btn-white:hover, .btn-white:focus {
  background: #F6BA20;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-iconed {
  min-width: 70px;
}

.btn-iconed .ico, .btn-iconed .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.btn-iconed:hover .icon, .btn-iconed:focus .icon {
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

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

.btn-group .btn {
  margin-right: 20px;
}

.icon {
  display: inline-block;
  font-style: normal;
  content: ' ';
}

.ico {
  fill: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ui-group {
  position: relative;
  /* changed to search with suggestions */
}

.ui-group label {
  display: block;
  margin-bottom: 10px;
}

.ui-group input, .ui-group textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background: white;
  color: #2A2A2A;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 16px;
  padding: 14px 20px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ui-group input::-webkit-input-placeholder, .ui-group textarea::-webkit-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.ui-group input::-moz-placeholder, .ui-group textarea::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.ui-group input::-ms-input-placeholder, .ui-group textarea::-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.ui-group input::placeholder, .ui-group textarea::placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.ui-group input:focus, .ui-group textarea:focus {
  border-color: #F6BA20;
}

.ui-group--search input {
  padding-left: 50px;
}

.ui-group--search .ico {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ui-group--search .ico-search {
  font-size: 22px;
  fill: rgba(42, 42, 42, 0.3);
}

.ui-group textarea {
  resize: vertical;
}

.ui-input__validation {
  display: inline-block;
  margin-top: 3px;
  color: #f45b63;
  font-size: 12px;
}

.ui-checkbox {
  width: 100%;
}

.ui-checkbox input {
  display: none;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-checkbox input:checked + label {
  color: rgba(42, 42, 42, 0.7);
}

.ui-checkbox input:checked + label:before {
  border-color: #F6BA20;
}

.ui-checkbox input:checked + label:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.ui-checkbox label {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  color: rgba(42, 42, 42, 0.5);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ui-checkbox label:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: ' ';
  width: 14px;
  height: 14px;
  background-color: white;
  border: 1px solid rgba(42, 42, 42, 0.2);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ui-checkbox label:after {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  display: inline-block;
  content: ' ';
  width: 8px;
  height: 8px;
  background: #F6BA20;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.ui-checkbox label span {
  display: inline-block;
  padding-left: 35px;
  vertical-align: top;
  line-height: 1.3;
  font-size: 14px;
  cursor: pointer;
}

.ui-checkbox label:hover, .ui-checkbox label:focus {
  color: rgba(42, 42, 42, 0.7);
}

.ui-checkbox--right {
  margin-top: 13px;
}

.ui-checkbox--right label:before {
  left: auto;
  right: 0;
}

.ui-checkbox--right label:after {
  left: auto;
  right: 4.5px;
}

.ui-checkbox--right label span {
  padding-left: 0;
  padding-right: 35px;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

html.mfp-helper {
  height: 100%;
}

html.mfp-helper body {
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateZ(0);
}

.mfp-container {
  padding: 0;
}

.popup {
  margin: 40px auto;
  position: relative;
  max-width: 1250px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media print, (max-width: 679px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.popup .mfp-close {
  right: 45px;
  line-height: 1;
  top: 10px;
  width: auto;
  height: auto;
  padding: 10px;
  color: #2A2A2A;
  font-size: 20px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.popup .mfp-close:hover, .popup .mfp-close:focus {
  color: #F6BA20;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.cb {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cb__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  min-width: 1px;
  min-height: 0;
  padding: 40px 50px 60px;
}

.cb__col--muted {
  background: #FAFAFA;
  border-left: 1px solid rgba(42, 42, 42, 0.1);
}

.cb__phone {
  margin: 0;
  position: relative;
  color: #2A2A2A;
  padding-bottom: 12px;
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.cb__phone:hover, .cb__phone:focus {
  color: #F6BA20;
}

.cb__content {
  margin-top: 35px;
}

.cb__btn-row {
  margin-top: 35px;
  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;
}

.cb__btn-row .btn {
  margin-right: 30px;
  border-color: rgba(42, 42, 42, 0.1);
  padding: 10px 20px;
  font-weight: 400;
}

.cb__btn-row .btn:last-child {
  margin-right: 0;
}

.cb__form .ui-group {
  margin-bottom: 20px;
}

.cb__form .ui-group input, .cb__form .ui-group textarea {
  border-color: rgba(42, 42, 42, 0.1);
}

.cb__form .ui-group input:focus, .cb__form .ui-group textarea:focus {
  border-color: #F6BA20;
}

.cb__form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.cb__form-line .ui-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  padding: 0 20px;
}

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

.cb__form-thanks {
  display: none;
  font-size: 16px;
  color: rgba(42, 42, 42, 0.7);
  letter-spacing: 0.009em;
  line-height: 1.75;
}

@media print, (max-width: 991px) {
  .cb {
    display: block;
  }
  .cb__col {
    max-width: 100%;
    padding: 30px 40px 50px;
  }
  .cb__col--muted {
    border-left: 0;
  }
}

@media print, (max-width: 679px) {
  .cb__form-line {
    display: block;
  }
  .cb__form-line .ui-group {
    max-width: 100%;
  }
}

.popup-buble .popup-dialog, .popup-buble .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8) translate3d(0, 50%, 0);
          transform: scale(0.8) translate3d(0, 50%, 0);
}

.popup-buble.mfp-ready .popup-dialog, .popup-buble.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-buble.mfp-removing .popup-dialog, .popup-buble.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8) translate3d(0, -50%, 0);
          transform: scale(0.8) translate3d(0, -50%, 0);
  opacity: 0;
}

.popup-buble.mfp-bg {
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.popup-buble.mfp-ready.mfp-bg {
  opacity: 1;
}

.popup-buble.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-iframe-holder {
  max-width: 1680px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.mfp-iframe-holder .mfp-content {
  max-width: 100%;
  width: 100vw;
  height: 56.25vw;
  max-height: 88vh;
  max-width: 177.78vh;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
          transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
          transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.wow {
  visibility: hidden;
}

.wowFadeOpacity, .wowFadeUp, .wowFadeDown, .wowFadeLeft, .wowFadeRight {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.wowFadeOpacity {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.wowFadeUp {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

.wowFadeDown {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.wowFadeLeft {
  -webkit-transform: translate3d(-15px, 0px, 0);
          transform: translate3d(-15px, 0px, 0);
}

.wowFadeRight {
  -webkit-transform: translate3d(15px, 0px, 0);
          transform: translate3d(15px, 0px, 0);
}

@-webkit-keyframes wowFade {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes wowFade {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.leaders {
  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: 0;
  padding: 0;
}

.leaders__row {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.7;
}

.leaders__row:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 1px dotted rgba(42, 42, 42, 0.5);
}

.leaders__row span {
  padding: 2px 0;
  position: relative;
  z-index: 3;
  background-color: #FAFAFA;
}

.leaders__row span:first-child {
  color: rgba(42, 42, 42, 0.5);
}

.leaders__row span:last-child {
  padding-left: 4px;
}

.b-heading {
  position: relative;
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 25px;
}

@media print, (max-width: 479px) {
  .b-heading {
    padding-top: 15px;
  }
}

.b-heading:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: rgba(42, 42, 42, 0.5);
}

.b-heading--white {
  color: white;
}

.b-heading--white .subheading {
  color: rgba(255, 255, 255, 0.7);
}

.b-heading--white:after {
  background: rgba(255, 255, 255, 0.7);
}

.b-heading__tabs {
  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;
  padding: 6px 0 0px;
  margin-bottom: -7px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.b-heading__tabs .subheading {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  text-transform: lowercase;
}

.b-heading__tabs .subheading:hover:after, .b-heading__tabs .subheading.is-active:after, .b-heading__tabs .subheading:focus:after {
  right: 0;
}

.heading {
  font-size: 40px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}

@media print, (max-width: 679px) {
  .heading {
    font-size: 32px;
  }
}

.heading--h2 {
  font-size: 30px;
}

@media print, (max-width: 679px) {
  .heading--h2 {
    font-size: 24px;
  }
}

.heading--h4 {
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: 0.5px;
  text-transform: none;
}

@media print, (max-width: 679px) {
  .heading--h4 {
    font-size: 20px;
  }
}

.subheading {
  position: relative;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  color: rgba(42, 42, 42, 0.7);
  margin: 0;
}

@media print, (max-width: 479px) {
  .subheading {
    font-size: 16px;
  }
}

.subheading:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 100%;
  height: 3px;
  background: currentColor;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.subheading.is-active:after {
  background: #F6BA20;
}

.collapse {
  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;
}

.collapse__title {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

@media print, (max-width: 767px) {
  .collapse__title {
    cursor: pointer;
  }
  .collapse__title:not(.heading--h2) {
    font-size: 16px;
  }
}

.is-active .collapse__title {
  cursor: default;
}

.collapse__title:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(64, 64, 66, 0.15);
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

@media print, (min-width: 768px) {
  .collapse__title:after {
    width: 50px;
  }
}

.collapse__title .ico {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 6px;
  fill: #2a2a2a;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .collapse__title .ico {
    display: none;
  }
}

.collapse__content {
  padding-bottom: 30px;
}

@media print, (min-width: 768px) {
  .collapse {
    border-bottom: 1px solid rgba(64, 64, 66, 0.1);
  }
}

@media print, (max-width: 767px) {
  .collapse.is-opened {
    border-bottom: 1px solid rgba(64, 64, 66, 0.1);
  }
}

.collapse.is-opened .collapse__title:after {
  width: 50px;
}

.collapse.is-opened .collapse__title .ico {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.collapse--not-bordered {
  border-bottom: none !important;
}

@media print, (max-width: 767px) {
  .collapse__content {
    display: none;
  }
}

.collapse.is-active .collapse__content {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: white;
}

.header-container {
  -webkit-box-shadow: inset 0 -1px 0 0 #E6E6E6;
          box-shadow: inset 0 -1px 0 0 #E6E6E6;
}

.header__wrapper {
  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: 48px;
  color: #404042;
}

@media print, (max-width: 679px) {
  .header__wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header__logo {
  position: relative;
  color: #2A2A2A;
  font-size: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header__logo .ico {
  font-size: 24px;
}

@media print, (max-width: 991px) {
  .header__logo {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header__logo:hover, .header__logo:focus {
  opacity: .8;
}

.header__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.header__menu 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;
  height: inherit;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin: 0 10px;
}

.header__menu li.is-active a:after {
  top: 0;
  background: rgba(246, 186, 32, 0.8);
}

.header__menu a {
  position: relative;
  height: inherit;
  padding: 14px 5px;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.header__menu a:after {
  display: inline-block;
  content: '';
  width: calc(100% - 10px);
  height: 3px;
  margin: 0 5px;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background-color: rgba(64, 64, 66, 0.5);
  opacity: 0.9;
  -webkit-transition: 0.18s ease-in-out;
  -o-transition: 0.18s ease-in-out;
  transition: 0.18s ease-in-out;
}

.header__menu a:hover, .header__menu a:focus {
  opacity: 1;
}

.header__menu a:hover:after, .header__menu a:focus:after {
  top: 0;
}

.header__hamburger {
  display: none;
}

.header.is-white {
  background: transparent;
}

.header.is-white .header__logo {
  color: white;
}

.header.is-white .header__wrapper {
  color: white;
}

.header.is-white .header__menu a:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.header.is-white .hamburger-inner {
  background: white;
}

.header.is-white .hamburger-inner:before, .header.is-white .hamburger-inner:after {
  background: white;
}

.header.is-fixed {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  background: white;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header.is-fixed, .header.is-menu-opened {
  background: white;
}

.header.is-fixed .hamburger-inner, .header.is-menu-opened .hamburger-inner {
  background: #2A2A2A;
}

.header.is-fixed .hamburger-inner:before, .header.is-fixed .hamburger-inner:after, .header.is-menu-opened .hamburger-inner:before, .header.is-menu-opened .hamburger-inner:after {
  background: #2A2A2A;
}

.header.is-fixed-visible .header__logo, .header.is-fixed-visible .header__wrapper, .header.is-menu-opened .header__logo, .header.is-menu-opened .header__wrapper {
  color: #2A2A2A;
}

.header.is-fixed-visible {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header.is-menu-opened {
  -webkit-transform: translate3d(0, 0%, 0) !important;
          transform: translate3d(0, 0%, 0) !important;
  background: white;
  position: fixed;
}

@media print, (max-width: 991px) {
  .header__menu {
    display: none;
  }
  .header__hamburger {
    margin-right: auto;
    display: block;
  }
}

@media print, (max-width: 767px) {
  .header.is-white {
    background: white;
  }
  .header.is-white .header__logo {
    color: #2A2A2A;
  }
  .header.is-white .header__wrapper {
    color: #2A2A2A;
  }
  .header.is-white .hamburger-inner {
    background: #2A2A2A;
  }
  .header.is-white .hamburger-inner:before, .header.is-white .hamburger-inner:after {
    background: #2A2A2A;
  }
  .header__hamburger {
    -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
    max-width: 40px;
    height: 44px;
  }
}

.is-menu-opened .header-search {
  display: none;
}

.header-search {
  background: #F6F6F6;
  border-bottom: 1px solid #E6E6E6;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-search__wrapper {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  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;
}

@media print, (max-width: 767px) {
  .header-search__wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
}

.m-navi {
  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;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 48px 0 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.m-navi.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: all;
}

.m-navi__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 24px 0;
  line-height: 1.43;
}

.m-navi__title {
  margin: 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 0.44);
}

.m-navi__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 20px 30px;
  padding: 0;
}

.m-navi__menu 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;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}

.m-navi__menu a {
  display: block;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 16px 0;
}

.m-navi__menu a:hover, .m-navi__menu a:focus {
  color: #F6BA20;
}

.m-navi__menu a:hover + .ico, .m-navi__menu a:focus + .ico {
  fill: #2A2A2A;
}

.m-navi__menu .ico {
  position: absolute;
  right: 0;
  font-size: 6px;
  fill: rgba(42, 42, 42, 0.5);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m-navi__cta {
  padding: 0 30px;
}

.m-navi__cta .btn {
  display: block;
  font-size: 16px;
}

@media print, (min-width: 993px) {
  .m-navi {
    display: none !important;
  }
}

.m-search {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 48px 0 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-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m-search--left {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.m-search--right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.m-search.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: all;
}

.m-search__wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  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;
}

.m-search__head {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 48px;
  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-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}

.m-search__clear {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 0.5);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m-search__clear:hover, .m-search__clear:focus {
  color: #2A2A2A;
}

.m-search__head-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.m-search__close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  cursor: pointer;
  text-align: right;
  font-size: 18px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m-search__close:hover, .m-search__close:focus {
  color: #F6BA20;
}

.m-search__form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.m-search__form--no-pad {
  margin-top: 0;
}

.m-search__form label {
  font-size: 14px;
  color: rgba(42, 42, 42, 0.5);
  display: block;
  margin-bottom: 15px;
  text-transform: lowercase;
}

.m-search__form .ui-checkbox {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  margin-top: 0;
}

.m-search__form .ui-checkbox label {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  color: rgba(42, 42, 42, 0.7);
}

.m-search__cta {
  margin-top: auto;
  padding-top: 40px;
  margin-bottom: 40px;
}

.m-search__cta .btn {
  display: block;
  width: 100%;
}

.m-search__categories {
  margin-bottom: 15px;
}

.m-search__categories-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  overflow-x: auto;
}

.m-search__category {
  margin-right: 0px;
  height: 40px;
}

.m-search__category input {
  display: none;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.m-search__category input:checked + label {
  border-color: #F6BA20;
}

.m-search__category label {
  display: block;
  white-space: nowrap;
  width: 100%;
  position: relative;
  color: #2A2A2A;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m-search__category label:hover, .m-search__category label:focus {
  border-color: #A7A7A7;
}

.m-search__price {
  position: relative;
  margin-bottom: 40px;
}

.m-search__price-wrap {
  margin-top: 25px;
  padding-left: 7px;
  padding-right: 7px;
}

.m-search__price-set {
  position: absolute;
  right: 10px;
  top: 0;
  text-align: right;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.5);
}

.m-search__keywords .ui-group input {
  border: 1px solid #CCCBCB;
  font-size: 14px;
}

.m-search__keywords .ui-group input:focus {
  border-color: #F6BA20 !important;
}

.m-search__next {
  position: relative;
  cursor: pointer;
  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;
  letter-spacing: 0.06em;
  padding: 27px 20px;
  margin-bottom: 40px;
  margin-top: 5px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-left: -20px;
  margin-right: -20px;
}

.m-search__next .ico {
  margin-left: auto;
  font-size: 10px;
}

.m-search__next:before, .m-search__next:after {
  position: absolute;
  left: 20px;
  right: 20px;
  display: inline-block;
  content: ' ';
  height: 1px;
  background: rgba(42, 42, 42, 0.1);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m-search__next:before {
  top: 1px;
}

.m-search__next:after {
  bottom: 1px;
}

.m-search__next:hover, .m-search__next:focus {
  background: rgba(42, 42, 42, 0.1);
}

.m-search__next:hover:before, .m-search__next:hover:after, .m-search__next:focus:before, .m-search__next:focus:after {
  opacity: 0;
}

@media print, (max-width: 679px) {
  .m-search__head {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, (min-width: 769px) {
  .m-search {
    display: none !important;
  }
}

.s-hints {
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-10px, 0px);
      -ms-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.s-hints.is-active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.s-hints__wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  -webkit-box-shadow: 0 5px 10px 0 rgba(226, 226, 226, 0.5);
          box-shadow: 0 5px 10px 0 rgba(226, 226, 226, 0.5);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 10px 0;
  min-width: 570px;
  min-height: 450px;
  max-height: calc(100vh - 125px - 30px);
  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;
  overflow-y: scroll;
}

.s-hints__close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  color: rgba(42, 42, 42, 0.3);
  font-size: 0;
  z-index: 2;
  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;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.s-hints__close .ico {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 12px;
}

.s-hints__close:hover, .s-hints__close:focus {
  color: #f45b63;
}

.s-hints__section {
  color: #2A2A2A;
  letter-spacing: 0.065em;
  margin: 10px 0;
  width: 100%;
}

.s-hints__section-name {
  font-size: 14px;
  font-weight: 700;
  margin-left: 30px;
  margin-bottom: 10px;
}

.s-hints__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-hints__list li {
  display: block;
  font-size: 14px;
}

.s-hints__list a:not(.s-hints-property) {
  display: block;
  padding: 9px 50px;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.s-hints__list a:not(.s-hints-property):hover, .s-hints__list a:not(.s-hints-property):focus {
  background: #F6F6F6;
}

.s-hints__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: 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;
  pointer-events: none;
  color: rgba(42, 42, 42, 0.5);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.s-hints__loader .ico {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  -webkit-animation: hintsLoading 2s linear;
          animation: hintsLoading 2s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.s-hints__loader span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.065em;
}

.s-hints__no-results {
  text-align: center;
  padding: 20px 20px 50px;
  max-width: 350px;
  margin: auto;
}

.s-hints__no-results-text {
  font-size: 14px;
  letter-spacing: 0.065em;
  line-height: 1.85;
}

.s-hints__no-results-suggestions {
  margin-top: 20px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.s-hints__no-results-suggestions .s-hint-suggestion {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.s-hints.is-loaded .s-hints__loader {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
      -ms-transform: translate(-50%, -50%) scale(1.4);
          transform: translate(-50%, -50%) scale(1.4);
}

.s-hints--mobile .s-hints__wrapper {
  min-height: calc(100vh - 100px);
  max-height: 100% !important;
}

@media print, (max-width: 679px) {
  .s-hints {
    right: 0;
  }
  .s-hints__wrapper {
    min-width: 1px;
  }
  .s-hints__section-name {
    margin-left: 20px;
  }
  .s-hints__list a:not(.s-hints-property) {
    padding-left: 35px;
    padding-right: 25px;
  }
}

@media print, (max-width: 374px) {
  .s-hints {
    left: -15px;
    right: -15px;
  }
}

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

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

.s-hints-property {
  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: 9px 50px;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.s-hints-property__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #D8D8D8;
  border-radius: 4px;
  font-size: 0;
}

.s-hints-property__image img {
  width: 100%;
}

.s-hints-property__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  min-width: 1px;
  min-height: 0;
  margin-left: 10px;
}

.s-hints-property__id {
  font-size: 12px;
  color: rgba(42, 42, 42, 0.2);
  line-height: 1.67;
  letter-spacing: 0em;
}

.s-hints-property__name {
  font-size: 14px;
  line-height: 1.42;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.s-hints-property__price {
  letter-spacing: 0em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  margin-top: 2px;
}

.s-hints-property__price span {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.057em;
}

.s-hints-property:hover, .s-hints-property:focus {
  background: #F6F6F6;
}

@media print, (max-width: 679px) {
  .s-hints-property {
    display: block;
    padding-left: 35px;
    padding-right: 25px;
  }
  .s-hints-property__image {
    display: none;
  }
  .s-hints-property__content {
    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-left: 0;
  }
  .s-hints-property__id {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
  }
  .s-hints-property__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .s-hints-property__price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 5px;
    font-size: 14px;
    margin-top: 2px;
    text-align: right;
    min-width: 85px;
  }
}

@media print, (max-width: 413px) {
  .s-hints-property__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .s-hints-property__id {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .s-hints-property__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .s-hints-property__price {
    text-align: left;
    margin-left: 0;
  }
}

.s-hint-suggestion {
  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;
  background: rgba(64, 64, 66, 0.5);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.032em;
  text-align: center;
  padding: 9px 12px;
  white-space: nowrap;
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.s-hint-suggestion:hover, .s-hint-suggestion:focus {
  background: #F6BA20;
}

.s-hint-suggestion .ico {
  font-size: 9px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: -3px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hints {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  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;
  /* active [search-contaienr] */
}

.hints .ico-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 5;
  font-size: 22px;
  fill: rgba(42, 42, 42, 0.3);
}

.hints input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #2A2A2A;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hints input::-webkit-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.hints input::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.hints input::-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.hints input::placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.hints input:focus {
  border-color: transparent;
}

.hints--with-bg {
  height: 50px;
  background: white;
  padding-left: 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.hints--with-bg .s-hints {
  /* 3px covering border-radius from the input */
  top: 47px;
  right: 0;
  -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
}

@media print, (max-width: 374px) {
  .hints--with-bg .s-hints {
    left: 0;
  }
}

.hints--with-bg .s-hints.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hints--with-bg .s-hints__wrapper {
  min-width: 1px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  min-height: 200px;
}

@media print, (max-width: 991px) {
  .hints--with-bg {
    /* fix to break suggestions new line */
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hints--with-bg .ico-search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .hints--with-bg input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 22px - 12px);
    min-height: 40px;
  }
  .hints--with-bg .hints__suggestions {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    left: 0;
    top: 50px;
    margin-top: 6px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 1px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .hints--with-bg .hints__suggestions .s-hint-suggestion {
    margin: 6px !important;
  }
}

@media print, (max-width: 767px) {
  .hints:not(.hints--with-bg) {
    margin-bottom: 0px;
    padding-left: 0;
    /* fix to break suggestions new line */
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .hints:not(.hints--with-bg) .s-hints {
    top: 53px;
    left: -41px;
    right: -41px;
  }
}

@media print, print and (max-width: 767px), print and (max-width: 679px), (max-width: 767px) and (max-width: 679px) {
  .hints:not(.hints--with-bg) .s-hints {
    left: -21px;
    right: -21px;
  }
}

@media print, (max-width: 767px) {
  .hints:not(.hints--with-bg) .ico-search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    left: 5px;
    z-index: 2;
    top: 10px;
  }
  .hints:not(.hints--with-bg) input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 22px - 12px);
    min-height: 40px;
    padding-left: 50px;
  }
  .hints:not(.hints--with-bg) .hints__suggestions {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 6px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 1px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .hints:not(.hints--with-bg) .hints__suggestions .s-hint-suggestion {
    margin: 6px !important;
  }
  .hints:not(.hints--with-bg) .hints__reset {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 6px;
  }
}

.hints.is-active .hints__reset {
  display: block;
}

.hints__suggestions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hints__suggestions .s-hint-suggestion {
  margin-right: 12px;
  background: #404042;
}

.hints__suggestions .s-hint-suggestion:first-child {
  margin-left: 20px;
}

.hints__suggestions .s-hint-suggestion:last-child {
  margin-right: 0;
}

.hints__suggestions .s-hint-suggestion:hover, .hints__suggestions .s-hint-suggestion:focus {
  background: rgba(64, 64, 66, 0.7);
}

.hints__reset {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: 0.023em;
  cursor: pointer;
  padding: 10px;
  margin-right: -10px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hints__reset:hover, .hints__reset:focus {
  color: #f45b63;
}

.footer__contacts {
  padding: 30px 0;
  margin-bottom: 30px;
  background: #fff url("../img/pattern-01.png");
  -webkit-background-size: 240% 240%;
          background-size: 240%;
  background-blend-mode: exclusion;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

@media print, (min-width: 768px) {
  .footer__contacts {
    -webkit-background-size: 120% 120%;
            background-size: 120%;
  }
}

.footer__text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.7;
}

@media print, (max-width: 767px) {
  .footer__text {
    margin-top: 5px;
    padding: 5px 0;
  }
}

.footer__separator {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #D8D8D8;
}

@media print, (max-width: 767px) {
  .footer__separator {
    display: none;
  }
}

.footer__additional-info {
  margin-bottom: 80px;
}

@media print, (min-width: 680px) {
  .footer__additional-info {
    margin-bottom: 8px;
  }
}

.footer__credentials {
  margin-bottom: 24px;
  font-size: 14px;
  opacity: 0.7;
}

@media print, (max-width: 767px) {
  .footer__credentials {
    text-align: center;
    font-size: 12px;
  }
}

.footer__logo {
  margin: 0 auto 10px;
}

@media print, (min-width: 768px) {
  .footer__logo {
    display: none;
  }
}

.footer__logo .ico-logo {
  font-size: 24px;
}

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

@media print, (min-width: 992px) {
  .footer__partners {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, (max-width: 767px) {
  .footer__partners {
    display: none;
  }
}

.footer__partners .icon {
  height: 28px;
}

.footer__partners .icon:not(:last-child) {
  margin-right: 10%;
}

@media print, (min-width: 1440px) {
  .footer__partners .icon:not(:last-child) {
    margin-right: 60px;
  }
}

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

@media print, (min-width: 768px) {
  .footer__socials {
    margin-left: auto;
  }
}

@media print, (max-width: 767px) {
  .footer__socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__socials a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__socials a:not(:first-child) {
  margin-left: 40px;
}

@media print, (min-width: 768px) {
  .footer__socials a:not(:first-child) {
    margin-left: 3vw;
  }
}

.footer__socials .ico {
  font-size: 25px;
}

@media print, (min-width: 768px) {
  .footer__socials .ico {
    opacity: 0.5;
  }
  .footer__socials .ico:hover, .footer__socials .ico:focus {
    opacity: 1;
  }
}

@media print, (max-width: 767px) {
  .footer__text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .footer__nav-collapse {
    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;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .footer__nav-collapse .footer-nav__title {
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .footer__nav-collapse .footer-nav__title:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
    background-color: rgba(64, 64, 67, 0.15);
  }
  .footer__nav-collapse::hover, .footer__nav-collapse::focus {
    background: rgba(245, 246, 247, 0.3);
  }
  .footer__nav-collapse.is-opened .footer-nav__title:after {
    width: 16%;
  }
  .footer__nav-collapse.is-opened .footer-nav__title .ico {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .footer__nav-collapse.is-opened .footer__nav-list a {
    width: 100%;
    border: none;
  }
  .footer__nav-list {
    display: none;
  }
}

.footer-nav__title {
  position: relative;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media print, (min-width: 768px) {
  .footer-nav__title {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    font-size: 18px;
  }
}

.footer-nav__title .ico {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 6px;
  fill: #2a2a2a;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, (min-width: 768px) {
  .footer-nav__title .ico {
    display: none;
  }
}

.footer-nav__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;
  margin: 0;
}

@media print, (min-width: 680px) {
  .footer-nav__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: 170px;
  }
}

@media print, (min-width: 992px) {
  .footer-nav__list {
    max-height: 90px;
  }
}

.footer-nav__list 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;
  position: relative;
}

.footer-nav__list li .ico {
  position: absolute;
  right: 0;
  font-size: 6px;
  fill: rgba(42, 42, 42, 0.5);
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media print, (min-width: 768px) {
  .footer-nav__list li .ico {
    display: none;
  }
}

.footer-nav__list a {
  display: inline-block;
  padding: 4px 0;
  -webkit-transition: 0.12s ease-in-out;
  -o-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  border-bottom: 1px solid transparent;
}

.footer-nav__list a:hover, .footer-nav__list a:focus {
  opacity: 1;
  border-bottom-color: currentColor;
}

.footer-nav__list a:hover + .ico, .footer-nav__list a:focus + .ico {
  fill: currentColor;
}

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

@media print, (max-width: 767px) {
  .contact-item {
    margin-bottom: 24px;
  }
}

.contact-item__heading a {
  text-decoration: none;
}

.contact-item__description {
  margin: 4px 0 0;
  font-size: 14px;
  letter-spacing: 0.2px;
  opacity: 0.7;
}

.team-member__img-container {
  width: 250px;
  height: auto;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #f6f6f6;
}

.team-member__img-container img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.team-member__title {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: #404042;
}

.team-member__descr {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  opacity: 0.7;
}

.home-slider, .new-slider {
  position: relative;
}

.home-slider__next, .home-slider__prev, .new-slider__next, .new-slider__prev {
  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;
  position: absolute;
  top: 210px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  z-index: 3;
  cursor: pointer;
  color: #404042;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px -4px rgba(111, 111, 111, 0.5);
          box-shadow: 0 3px 8px -4px rgba(111, 111, 111, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home-slider__next:hover, .home-slider__prev:hover, .home-slider__next:focus, .home-slider__prev:focus, .new-slider__next:focus, .new-slider__prev:focus, .new-slider__next:hover, .new-slider__prev:hover  {
  -webkit-box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
          box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
}

.home-slider__next[aria-disabled="true"], .home-slider__prev[aria-disabled="true"], .new-slider__prev[aria-disabled="true"], .new-slider__next[aria-disabled="true"] {
  opacity: 0;
  pointer-events: none;
}

.home-slider__next, .new-slider__next {
  right: 0;
  padding-left: 3px;
  -webkit-transform: translate(-25%, -65%);
      -ms-transform: translate(-25%, -65%);
          transform: translate(-25%, -65%);
}

.home-slider__prev, .new-slider__prev  {
  left: 0;
  padding-right: 3px;
  -webkit-transform: translate(25%, -65%);
      -ms-transform: translate(25%, -65%);
          transform: translate(25%, -65%);
}

@media print, (max-width: 991px) {
  .home-slider__prev, .home-slider__next, .new-slider__next, .new-slider__prev  {
    display: none;
  }
}

.hot {
  margin: 20px 0;
}

.hot-slider {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.hot-slider__next, .hot-slider__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 38px;
  z-index: 3;
  cursor: pointer;
  color: rgba(42, 42, 42, 0.5);
}

.new-slider__next {
  top: 245px;
  right: -35px;
}

.new-slider__prev  {
  top: 245px;
  left: -35px;
}

.hot-slider__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  min-width: 1px;
  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-width: 1px;
  min-height: 0;
  padding: 15px;
}

@media print, (max-width: 1299px) {
  .hot-slider__next {
    right: -30px;
  }
  .hot-slider__prev {
    left: -30px;
  }
}

@media print, (max-width: 991px) {
  .hot-slider {
    margin-top: 30px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media print, (max-width: 679px) {
  .hot {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hot-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.h-card {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  letter-spacing: 0.01em;
}

.h-card__images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.h-card__images-next, .h-card__images-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  z-index: 3;
  color: white;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.h-card__images-next {
  right: 15px;
}

.h-card__images-prev {
  left: 15px;
}

.h-card__images:hover .h-card__images-next, .h-card__images:hover .h-card__images-prev, .h-card__images:focus .h-card__images-next, .h-card__images:focus .h-card__images-prev {
  opacity: 1;
}

.h-card__image {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.h-card__image img {
  width: 100%;
}

.h-card__image .icon-play {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.h-card__image:hover .icon-play, .h-card__image:focus .icon-play {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.h-card__content {
  position: relative;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.h-card__info {
  font-size: 14px;
  line-height: 2;
  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;
  color: rgba(42, 42, 42, 0.5);
}

.h-card__info span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

.h-card__info span:after {
  display: inline-block;
  position: absolute;
  bottom: 11px;
  right: 3px;
  content: ' ';
  width: 3px;
  height: 3px;
  background: currentColor;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 3px;
}

.h-card__info span:last-child:after {
  display: none;
}

.h-card__name {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.h-card__name:hover, .h-card__name:focus {
  text-decoration: underline;
}

.h-card__addres {
  padding-top: 7px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 42, 42, 0.5);
}

.h-card__price {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

.h-card__price span {
  font-weight: 500;
  display: inline-block;
}

.h-card__price span:first-child {
  margin-right: 6px;
}

.h-card__price span:last-child {
  margin-left: 6px;
}

.h-card__tag {
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 3;
  letter-spacing: 0em;
}

@media print, (max-width: 679px) {
  .imaged-tag {
    bottom: auto;
    right: auto;
    top: 15px;
    left: 15px;
  }
}

.h-card__exclusive {
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 5px 15px 6px;
  background: #404042;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.h-card.is-loading {
  min-height: 300px;
}

.h-card.is-loading .h-card__images {
  height: 180px;
}

.h-card.is-loading .h-card__images .h-card__images-next, .h-card.is-loading .h-card__images .h-card__images-prev {
  opacity: 0;
}

.h-card.is-loading .h-card__info {
  height: 20px;
  margin-bottom: 10px;
  max-width: 190px;
}

.h-card.is-loading .h-card__name {
  height: 38px;
  max-width: 240px;
}

.h-card.is-loading .h-card__addres {
  height: 32px;
  padding-top: 0;
  margin-top: 15px;
}

.h-card.is-loading .h-card__price {
  height: 25px;
  max-width: 115px;
  margin-top: 15px;
}

.h-card.is-loading .h-card__images, .h-card.is-loading .h-card__info, .h-card.is-loading .h-card__name, .h-card.is-loading .h-card__addres, .h-card.is-loading .h-card__price {
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.h-card.is-loading .h-card__images:after, .h-card.is-loading .h-card__info:after, .h-card.is-loading .h-card__name:after, .h-card.is-loading .h-card__addres:after, .h-card.is-loading .h-card__price:after {
  display: inline-block;
  content: ' ';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #eaeaea), color-stop(33%, #F6F6F6));
  background: -webkit-linear-gradient(left, #F6F6F6 8%, #eaeaea 18%, #F6F6F6 33%);
  background: -o-linear-gradient(left, #F6F6F6 8%, #eaeaea 18%, #F6F6F6 33%);
  background: linear-gradient(to right, #F6F6F6 8%, #eaeaea 18%, #F6F6F6 33%);
  -webkit-background-size: 800px 100%;
          background-size: 800px 100%;
}

.h-card.is-loading .h-card__name:after {
  background: #E2E2E2;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #E2E2E2), color-stop(18%, #cbcbcb), color-stop(33%, #E2E2E2));
  background: -webkit-linear-gradient(left, #E2E2E2 8%, #cbcbcb 18%, #E2E2E2 33%);
  background: -o-linear-gradient(left, #E2E2E2 8%, #cbcbcb 18%, #E2E2E2 33%);
  background: linear-gradient(to right, #E2E2E2 8%, #cbcbcb 18%, #E2E2E2 33%);
  -webkit-background-size: 800px 100%;
          background-size: 800px 100%;
}

.h-card.is-loading .h-card__tag {
  display: none;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.hero {
  margin-bottom: 40px;
  background: #404042;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.hero__wrapper {
  /* header offset 48px */
  margin: 48px 0 0;
  padding: 100px 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
}

.hero__subheading {
  max-width: 540px;
  margin: 0 auto;
}

.hero__search {
  margin: 60px 0;
}

@media print, (max-width: 679px) {
  .hero__wrapper {
    min-height: 600px;
    padding: 50px 0;
  }
  .hero .heading {
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .hero__subheading {
    line-height: 1.71;
  }
  .hero__search {
    margin: 30px 0 40px;
  }
}

.search-form {
  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;
  width: 100%;
  text-align: left;
}

.search-form__name, .search-form__category, .search-form__price {
  margin-right: 25px;
}

.search-form__name {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.search-form__category {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
}

.search-form__price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
}

.search-form__price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-form__price-row .ui-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 10px;
}

.search-form__price-row .ui-group input {
  padding-left: 15px;
  padding-right: 10px;
}

.search-form__price-row .ui-group:last-child {
  margin-right: 0;
}

.search-form__cta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
}

.search-form__cta .btn {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 5px;
}

@media print, (max-width: 991px) {
  .search-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .search-form__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search-form__category {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
  .search-form__price {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .search-form__cta {
    margin-left: auto;
  }
}

@media print, (max-width: 679px) {
  .search-form {
    max-width: 450px;
  }
  .search-form label {
    text-transform: uppercase;
  }
  .search-form__category {
    margin-bottom: 25px;
  }
  .search-form__price {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .search-form__cta {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media print, (max-width: 479px) {
  .search-form__category {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search-form__price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

.popular-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: visible;
  color: white;
  -webkit-box-shadow: 0 6px 15px 0 rgba(184, 178, 178, 0.5);
          box-shadow: 0 6px 15px 0 rgba(184, 178, 178, 0.5);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.popular-card:hover, .popular-card:focus, .popular-card:focus {
  -webkit-box-shadow: 0 2px 12px 0 rgba(184, 178, 178, 0.2);
          box-shadow: 0 2px 12px 0 rgba(184, 178, 178, 0.2);
}

.popular-card__container {
  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;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.popular-card__bg-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #FAFAFA;
}

.popular-card__bg-image:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
}

.popular-card__bg-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-card__name {
  position: relative;
  max-width: 172px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding-bottom: 12px;
}

.popular-card__name:after {
  display: inline-block;
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
}

.popular-card__count {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
}

.blog--inner {
  margin-top: 160px;
}

@media print, (max-width: 991px) {
  .blog--inner {
    margin-top: 120px;
  }
}

@media print, (max-width: 679px) {
  .blog--inner {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}

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

.blog__grid .blog__col {
  margin-bottom: 15px;
}

@media print, (max-width: 991px) {
  .blog__grid .blog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, (max-width: 679px) {
  .blog__grid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog__grid .blog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.blog__col {
  min-width: 200px;
  min-height: 200px;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  max-width: 33.3%;
}

@media print, (max-width: 991px) {
  .blog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
  }
}

.blog__more {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media print, (max-width: 679px) {
  .blog__more {
    margin-top: 30px;
  }
}

.blog-card {
  display: block;
  position: relative;
}

.blog-card__image {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  display: block;
}

.blog-card__image .icon-play {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  overflow: visible;
  will-change: transform;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.blog-card__content {
  display: block;
  position: relative;
  margin-top: 15px;
}

.blog-card__category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 0.5);
}

.blog-card__name {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.blog-card__info {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.6);
  opacity: .5;
}

.blog-card:hover .blog-card__image .icon-play, .blog-card:focus .blog-card__image .icon-play {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.blog-card:hover .blog-card__name, .blog-card:focus .blog-card__name {
  text-decoration: underline;
}

.blog-categories {
  margin: 20px -40px 25px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  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;
}

@media print, (max-width: 679px) {
  .blog-categories {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
  }
}

.blog-categories a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  min-width: 1px;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  padding: 15px 0px;
  margin-right: 50px;
  letter-spacing: 0.01em;
  color: rgba(42, 42, 42, 0.7);
}

.blog-categories a:first-of-type {
  margin-left: auto;
}

.blog-categories a:last-of-type {
  margin-right: auto;
}

.blog-categories a:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 3px;
  background-color: rgba(64, 64, 66, 0.5);
  -webkit-box-shadow: 0 1px 2px 0 rgba(150, 150, 150, 0.5);
          box-shadow: 0 1px 2px 0 rgba(150, 150, 150, 0.5);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.blog-categories a:hover, .blog-categories a.is-active, .blog-categories a:focus {
  color: #2A2A2A;
}

.blog-categories a:hover:after, .blog-categories a.is-active:after, .blog-categories a:focus:after {
  right: 0;
}

.blog-categories a.is-active:after {
  background: #F6BA20;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.video-reviews__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.video-reviews__video-container {
  width: 100%;
  position: relative;
  min-height: 300px;
}

@media print, (max-width: 679px) {
  .video-reviews__video-container {
    margin-bottom: 20px;
  }
}

@media print, (min-width: 680px) {
  .video-reviews__video-container {
    width: calc(50% - 15px);
  }
  .video-reviews__video-container:not(:last-child) {
    margin-right: 30px;
  }
}

.video-reviews__video {
  height: 100%;
}

.video-reviews__video iframe {
  width: 100%;
  height: 100%;
}

.team-section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-section__item:not(:last-child) .team-member {
  margin-right: 15px;
}

@media print, (min-width: 768px) {
  .team-section__item:not(:last-child) .team-member {
    margin-right: 30px;
  }
}

@media print, (min-width: 768px) {
  .team-section__item .team-member__img-container {
    width: 270px;
  }
}

.about-section {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.about-section__title {
  margin-bottom: 12px;
  font-size: 24px;
  text-transform: none;
}

.about-section__text {
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  color: rgba(42, 42, 42, 0.7);
}

.about-section__button {
  margin-top: 20px;
}

.about-section__button .btn {
  max-width: 260px;
  width: 100%;
}

.village-results__filter {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.village-results__col {
  margin-bottom: 30px;
}

@media print, (max-width: 679px) {
  .village-results__col {
    padding: 0px;
  }
}

.village-card {
  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;
  position: relative;
}

.village-card__images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.village-card__image {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}

.village-card__content {
  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: 10px;
  font-size: 14px;
  line-height: 1.43;
}

.village-card__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #404042;
  text-transform: uppercase;
}

@media print, (min-width: 992px) {
  .village-card__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.village-card__title:hover, .village-card__title:focus {
  text-decoration: underline;
}

.village-card__descr {
  color: rgba(42, 42, 42, 0.5);
  margin-bottom: 5px;
}

.village-card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.7;
  color: #74747c;
}

.village-card__info span {
  margin-right: 16px;
}

.village-card__premium-label {
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 3;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #74747c;
  color: #FFF;
}

@media print, (min-width: 992px) {
  .village-card__premium-label {
    left: 15px;
    top: 15px;
  }
}

.view-request {
  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-bottom: 20px;
}

.view-request__descr {
  margin: 0 0 20px;
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: #2a2a2a;
}

.view-request__form .ui-group {
  margin-bottom: 10px;
}

.view-request__form .ui-group__label {
  margin-bottom: 5px;
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}

.view-request__form-cta {
  width: 100%;
  margin-top: 20px;
}

.view-request__form-cta .btn {
  width: 100%;
}

.village-full-descr {
  padding-top: 30px;
}

.village-full-descr__item {
  margin-bottom: 30px;
  font-size: 14px;
}

.village-full-descr__item:last-child {
  margin-bottom: -10px;
}

.village-full-descr__item .tabs-list,
.village-full-descr__item .village-team,
.village-full-descr__item .files-list {
  margin-top: 15px;
}

.village-full-descr__list {
  margin-top: 15px;
}

@media print, (min-width: 768px) {
  .village-full-descr__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.village-full-descr__property {
  width: 100%;
}

@media print, (min-width: 768px) {
  .village-full-descr__property {
    max-width: calc(50% - 15px);
  }
  .village-full-descr__property:nth-child(2n+1) {
    margin-right: 15px;
  }
  .village-full-descr__property:nth-child(2n) {
    margin-left: 15px;
  }
}

.village-full-descr__main-text {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgba(42, 42, 42, 0.7);
}

.village-full-descr__read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 10px 20px;
  text-transform: uppercase;
}

.village-full-descr__team-member {
  margin-right: 10px;
}

.village-full-descr__similar {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(64, 64, 66, 0.1);
}

.village-full-descr__similar .collapse__content {
  overflow: hidden;
}

@media print, (max-width: 767px) {
  .village-full-descr__similar .heading {
    font-size: 24px;
  }
}

.post {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.post__header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 75px;
  padding-left: 5px;
  padding-right: 5px;
}

.post__category {
  display: inline-block;
  background: #404042;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3em;
  padding: 10px 40px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.post__category:hover, .post__category:focus {
  background-color: #F6BA20;
}

.post__title {
  font-size: 40px;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin: 30px 0 30px;
}

.post__author {
  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;
  text-align: left;
  margin-top: 45px;
}

.post__author > span {
  display: inline-block;
  margin-left: 15px;
  color: rgba(42, 42, 42, 0.5);
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 1.7;
}

.post__author > span span {
  display: inline-block;
}

.post__avatar {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.post__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.post__wrapper {
  background: white;
  border: 1px solid #F6F6F6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
}

.post__crumbs {
  font-size: 18px;
  color: rgba(42, 42, 42, 0.2);
  margin: 10px 0 30px;
}

.post__crumbs a {
  display: inline-block;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.post__crumbs a:hover, .post__crumbs a:focus {
  color: #F6BA20;
}

.post__socials {
  margin: 30px 0 30px;
  min-height: 20px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post__socials .share-facebook, .post__socials .share-twitter, .post__socials .share-vk {
  margin-right: 20px;
}

.post__content {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.post__content h2, .post__content h3, .post__content h4 {
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.005em;
  margin-top: 1.2em;
  margin-bottom: 0;
}

.post__content h2 {
  font-size: 24px;
}

.post__content h3 {
  font-size: 18px;
}

.post__content p {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.62;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.post__content ol,.post__content ul{
  margin: 0;
}

.post__content ul{
  list-style: unset;
}

.post__content ul li{
  display: list-item;
}

.post__content li{
  font-size: 18px;
  line-height: 1.62;
}

.post__content ul+p, .post__content ol+p{
  margin-top: 0;
}

.post__content figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  margin: 1em 0;
}

.post__content figure img {
  width: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.post__content figcaption {
  text-align: center;
  font-size: 12px;
  margin: 1em 0;
  color: rgba(42, 42, 42, 0.5);
  letter-spacing: 0.01em;
}

.post__slider-wrap {
  position: relative;
  margin-left: -70px;
  margin-right: -70px;
  padding-left: 70px;
  padding-right: 70px;
}

.post__slider-next, .post__slider-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  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;
  top: calc(50% - 22px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  z-index: 3;
  background: white;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border: 1px solid #F6F6F6;
  -webkit-box-shadow: 0 5px 10px 0 rgba(240, 240, 240, 0.5);
          box-shadow: 0 5px 10px 0 rgba(240, 240, 240, 0.5);
  color: #2A2A2A;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.post__slider-next {
  right: 0px;
}

.post__slider-prev {
  left: 0px;
}

.post__link {
  position: relative;
  margin: 1em 0 1.5em;
  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: 18px;
  font-weight: 700;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px 30px 20px 25px;
  max-width: 410px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.post__link:after {
  display: inline-block;
  content: ' ';
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  position: absolute;
  border: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.post__link span {
  display: inline-block;
  margin-right: 60px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.post__link .ico {
  font-size: 25px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.post__link:hover, .post__link:focus {
  border-color: #F6BA20;
}

.post__link:hover .ico, .post__link:focus .ico {
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
}

.post__link:hover:after, .post__link:focus:after {
  border-color: #F6BA20;
}

@media print, (max-width: 899px) {
  .post__slider-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .post__slider-next, .post__slider-prev {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .post__slider-next {
    right: 20px;
  }
  .post__slider-prev {
    left: 20px;
  }
}

@media print, (max-width: 767px) {
  .post__wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media print, (max-width: 679px) {
  .post__header {
    margin-bottom: 60px;
  }
  .post__wrapper {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
  }
  .post__crumbs {
    display: none;
  }
  .post__socials {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .post__socials .share-facebook, .post__socials .share-twitter, .post__socials .share-vk {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .post__content h2 {
    font-size: 20px;
  }
  .post__content figure img {
    width: 100%;
    -webkit-border-radius: 0px;
            border-radius: 0px;
  }
  .post__content figcaption {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post__slider-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .post__slider-next, .post__slider-prev {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media print, (max-width: 374px) {
  .post__link {
    padding-left: 15px;
    padding-right: 20px;
  }
  .post__link span {
    margin-right: 40px;
  }
}

.resize-iframe {
  max-width: 100%;
  margin: 0px auto;
}

.resize-iframe__16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}

.resize-iframe__16-9 iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.scroll-top {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  font-size: 18px;
  z-index: 3;
  background: white;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border: 1px solid #F6F6F6;
  -webkit-box-shadow: 0 5px 10px 0 rgba(240, 240, 240, 0.5);
          box-shadow: 0 5px 10px 0 rgba(240, 240, 240, 0.5);
  color: #F6BA20;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.scroll-top .ico {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.scroll-top.is-stop {
  position: absolute;
  bottom: 0;
  right: -100px !important;
}

@media print, (max-width: 1199px) {
  .scroll-top {
    display: none;
  }
}

.share-facebook {
  font-size: 0;
  min-width: 105px;
  min-height: 20px;
  background: #3b5998;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.share-twitter {
  font-size: 0;
  min-width: 61px;
  min-height: 20px;
  background: #00aced;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.share-vk {
  font-size: 0;
  min-width: 99px;
  min-height: 20px;
  background: #45668e;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
}

.search-block {
  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 print, (min-width: 768px) {
  .search-block {
    margin-bottom: 20px;
  }
}

.search-block__input-container {
  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;
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
}

.search-block__icon {
  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;
  position: absolute;
  left: 20px;
  padding: 10px 0;
  height: 100%;
}

.search-block__icon .ico {
  fill: rgba(42, 42, 42, 0.3);
}

.search-block__field {
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  border: thin solid #EDEDED;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media print, (min-width: 768px) {
  .search-block__field {
    padding-left: 70px;
    font-size: 16px;
  }
}

.search-block__field::-webkit-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.search-block__field::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.search-block__field::-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.search-block__field::placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.search-block__field:hover, .search-block__field:focus {
  -webkit-box-shadow: 0 3px 12px rgba(41, 41, 41, 0.05);
          box-shadow: 0 3px 12px rgba(41, 41, 41, 0.05);
}

.search-block__field:focus {
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 4px 8px rgba(41, 41, 41, 0.08);
          box-shadow: 0 4px 8px rgba(41, 41, 41, 0.08);
}

.search-block__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;
  width: 100%;
  padding: 10px 0;
  border: 0 solid rgba(64, 64, 66, 0.1);
  border-top-width: 1px;
}

.search-block__item:last-child {
  border-bottom-width: 1px;
}

.search-block__item-title {
  margin-right: 30px;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(64, 64, 66, 0.7);
}

@media print, (max-width: 767px) {
  .search-block__item-title {
    display: none;
  }
}

@media print, (max-width: 767px) {
  .search-block__tabs {
    border-bottom-width: 1px;
  }
}

.search-block__tabs-list {
  margin-left: 0 !important;
}

@media print, (max-width: 767px) {
  .search-block__filter {
    display: none;
  }
}

.search-block__filter .slider-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  max-width: 208px;
  margin: 0 20px 0 0;
}

.search-block__filter .slider-group__wrap {
  margin-top: 10px;
  margin-bottom: 9px;
  padding: 0 9px;
}

.search-block__filter .slider-group__set {
  padding-right: 9px;
  line-height: 1.64;
}

.search-block__filter .slider-group label {
  display: block;
  height: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.7px;
  color: #2A2A2A;
}

.search-block__filter .slider-group .noUi-horizontal {
  border: none;
}

.search-block__filter .slider-group .noUi-horizontal .noUi-handle {
  right: -18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.search-block__filter-reset {
  padding: 4px;
  margin-left: auto;
  margin-right: -4px;
  font-size: 14px;
  color: #2A2A2A;
  cursor: pointer;
  letter-spacing: 0.2px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.search-block__filter-reset:hover, .search-block__filter-reset:focus {
  opacity: 0.7;
}

.search-block__mobile-actions {
  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: 10px -10px 20px;
}

@media print, (min-width: 768px) {
  .search-block__mobile-actions {
    display: none;
  }
}

.search-block__mobile-actions .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  padding: 14px;
  margin: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
}

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

.tabs-list--wrapped {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -10px;
}

.tabs-list--wrapped .tabs-list__item {
  margin-bottom: 10px;
}

.tabs-list--small .tabs-list__item {
  padding: 5px 20px;
}

.tabs-list__item {
  padding: 10px 15px;
  margin-right: 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #404042;
  cursor: pointer;
  letter-spacing: 0.2px;
  white-space: nowrap;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
          box-shadow: inset 0 0 0 1px #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs-list__item:hover, .tabs-list__item:focus, .tabs-list__item:focus {
  background-color: #fff;
}

.tabs-list__item:hover, .tabs-list__item:focus {
  -webkit-box-shadow: 0 2px 6px rgba(41, 41, 41, 0.2);
          box-shadow: 0 2px 6px rgba(41, 41, 41, 0.2);
}

.tabs-list__item:focus {
  -webkit-box-shadow: 0 4px 8px rgba(41, 41, 41, 0.2);
          box-shadow: 0 4px 8px rgba(41, 41, 41, 0.2);
}

.tabs-list__item--active {
  background-color: #404042 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  color: #fff;
}

.pagination {
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  margin: 50px 0 30px 0;
}

.pagination__scope {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: rgba(42, 42, 42, 0.3);
}

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.032em;
}

.pagination__list li {
  display: inline-block;
  margin-right: 8px;
}

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

.pagination__list li.is-active a {
  color: white;
  background-color: #2A2A2A;
}

.pagination__list li:hover:not(.is-active) a, .pagination__list li:focus:not(.is-active) a {
  color: white;
  background-color: rgba(42, 42, 42, 0.85);
}

.pagination__list a {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #2A2A2A;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.pagination__break {
  font-size: 2px;
}

@media print, (max-width: 767px) {
  .pagination {
    margin: 40px 0 25px 0;
  }
}

.property {
  margin-top: 60px;
  margin-bottom: 40px;
}

.property__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.property__head {
  margin-bottom: 20px;
}

.property__title, .property__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 800px;
      -ms-flex: 0 1 800px;
          flex: 0 1 800px;
  max-width: 800px;
  min-width: 1px;
  min-height: 0;
  padding: 0 15px;
}

.property__sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 400px;
      -ms-flex: 0 2 400px;
          flex: 0 2 400px;
  max-width: 400px;
  min-width: 1px;
  min-height: 0;
  padding-left: 25px;
}

.property__sidebar-wrap {
  z-index: 3;
  padding-bottom: 50px;
}

.property__sidebar .property__name, .property__sidebar .property__addres {
  display: none;
}

.property__main-scope {
  margin-bottom: 10px;
}

.property__scope-title {
  color: rgba(42, 42, 42, 0.5);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.property__price {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}

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

.property__scope-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  padding: 10px;
  margin-bottom: 10px;
}

.property__scope-val {
  margin-top: 7px;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.property__cta {
  margin-top: 10px;
}

.property__cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.property__cta-wrap .btn-primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 30px;
}

.property__cta-wrap .btn-putline {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}

.property__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: rgba(42, 42, 42, 0.5);
}

.property__back .ico {
  font-size: 8px;
  margin-top: 2px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__back span {
  margin-left: 10px;
  letter-spacing: 0.032em;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__back:hover span, .property__back:focus span {
  color: #2A2A2A;
}

.property__back:hover .ico, .property__back:focus .ico {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.property__status {
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 5px 9px 6px;
  background: #404042;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.property__mobile-status {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  display: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 5px 9px 6px;
  background: #404042;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

@media print, (max-width: 679px) {
  .property__mobile-status {
    display: inline;
  }
}

.property__name {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -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;
}

.property__name h1 {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.property__share {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

.property__share .share-facebook, .property__share .share-vk {
  margin-bottom: 15px;
}

.property__share--mobile {
  display: none;
  position: absolute;
  right: 0px;
  top: 17px;
}

.property__share-toggle {
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__share-toggle:hover, .property__share-toggle:focus {
  opacity: .75;
}

.property__share-drop {
  position: absolute;
  top: 35px;
  left: 0;
  background: white;
  padding: 20px 30px;
  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;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 1px #BDBDBD;
          box-shadow: 0 5px 10px 1px #BDBDBD;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__share-drop.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}

.property__addres {
  margin-top: 10px;
  color: rgba(42, 42, 42, 0.5);
  font-size: 14px;
  letter-spacing: 0.001em;
  line-height: 1.33;
}

.property__section {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding: 45px 0 40px;
}

.property__section:last-child {
  border-bottom: 0;
}

.property__section--print-only {
  display: none;
}

.property__heading {
  margin: 0;
  position: relative;
  color: #2A2A2A;
  padding-bottom: 12px;
  font-size: 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

@media print, (max-width: 679px) {
  .property__heading {
     font-size: 24px;
  }
}

.property__heading:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgba(42, 42, 42, 0.15);
}

.property__tab-nav {
  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: 35px 0 25px 0;
  padding: 0;
  list-style: none;
}

.property__tab-nav li {
  position: relative;
  display: inline-block;
  margin-right: auto;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: rgba(42, 42, 42, 0.5);
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.03em;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__tab-nav li:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 100%;
  height: 3px;
  background: rgba(42, 42, 42, 0.5);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__tab-nav li.is-active {
  color: #2A2A2A;
}

.property__tab-nav li.is-active:after {
  background-color: #F6BA20;
}

.property__tab-nav li:hover, .property__tab-nav li:focus {
  color: #2A2A2A;
}

.property__tab-nav li:hover:after, .property__tab-nav li.is-active:after, .property__tab-nav li:focus:after {
  right: 0;
}

.property__tab {
  display: none;
}

.property__tab.is-active {
  display: block;
}

.property__tab.is-active .property__tab-mobile .ico {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.property__tab-mobile {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  padding: 22px 20px;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__tab-mobile:hover, .property__tab-mobile:focus {
  background: #F6F6F6;
}

.property__tab-mobile span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.property__tab-mobile .ico {
  position: absolute;
  right: 20px;
  margin-left: auto;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__info p {
  font-size: 14px;
  letter-spacing: 0.027em;
  color: rgba(42, 42, 42, 0.7);
  line-height: 1.75;
  margin-bottom: 0;
}

.property__info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.property__info-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.property__info-el {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0px 50px 0px 0;
  padding: 10px 0;
}

.property__info-el:last-child {
  margin-right: 0;
}

.property__info-el span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.property__info-el span:first-child {
  font-weight: 700;
}

.property__info-el span:last-child {
  color: rgba(42, 42, 42, 0.7);
  margin-left: 5px;
}

.property__plan-container {
  position: relative;
  max-width: 690px;
  padding-left: 55px;
  padding-right: 55px;
}

.property__plan-slider {
  margin-left: 0;
  margin-bottom: 30px;
}

.property__plan-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.property__plan-next, .property__plan-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  z-index: 3;
  cursor: pointer;
  color: #2A2A2A;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.property__plan-next.swiper-button-disabled, .property__plan-prev.swiper-button-disabled {
  color: rgba(42, 42, 42, 0.3);
  pointer-events: none;
}

.property__plan-next:hover, .property__plan-prev:hover, .property__plan-next:focus, .property__plan-prev:focus {
  color: #F6BA20;
}

.property__plan-next {
  right: 0px;
}

.property__plan-prev {
  left: 0px;
}

.property__plan-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  text-align: center;
  padding-right: 30px;
}

.property__plan-wrap img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.property__plan-wrap span {
  margin-top: 8px;
  padding-left: 15px;
  color: rgba(42, 42, 42, 0.5);
  font-size: 12px;
  text-align: center;
  display: inline-block;
}

.property__map {
  height: 340px;
  margin: 20px 0;
}

.property__map * {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.property__map-static {
  display: none;
}

.property__map-static img {
  width: 100%;
}

.property__map > div {
  width: 100%;
  height: 100%;
}

.property__mobile-cta {
  display: none;
  position: fixed;
  -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;
  z-index: 8;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background-color: #ffffff;
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
  -webkit-box-shadow: 0 2px 4px rgba(242, 242, 242, 0.5);
          box-shadow: 0 2px 4px rgba(242, 242, 242, 0.5);
}

.property__mobile-cta .property__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  width: 55%;
}

.property__mobile-cta .btn {
  padding: 15px 15px;
  width: 40%;
  min-width: 130px;
}

.property__mobile-cta .property__scope-title {
  margin: 0;
}

.property__mobile-cta .property__price {
  margin: 0;
  margin-right: 10px;
}

.property__agent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}

.property__agent-title:after {
  width: 50px;
}

.property__agent-form input {
  border: 1px solid #E4E4E4;
  margin-bottom: 16px;
}

.property__agent-info {
  max-width: 75%;
}

.property__agent-photo {
  width: 59px;
  height: 81px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-right: 10px;
}

.property__agent-photo img {
  max-height: 100%;
  max-width: 100%;
}

.property__agent-name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}

.property__agent-desc {
  font-size: 14px;
  color: #2a2a2a;
  opacity: 0.7;
}

.property__form-cta {
  margin-top: 20px;
}

.property__form-cta .btn {
  width: 100%;
}

.property__tabs .tabs-list__item {
  padding: 10px 20px;
}

.property__hot .hot-slider, .property__recently-viewed .hot-slider {
  margin-top: 5px;
  margin-bottom: 10px;
}

.property__recently-viewed {
  margin-top: 0;
  margin-bottom: 95px;
}

.is-iphone-x .property__mobile-cta {
  bottom: 10px;
}

.property-print__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -7px;
  margin-right: -7px;
}

.property-print__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  padding: 7px;
}

.property-print__image img {
  width: 100%;
}

@media print, (max-width: 991px) {
  .property__wrapper {
    display: block;
  }
  .property__content {
    max-width: 100%;
  }
  .property__sidebar {
    display: none;
  }
  .property__sidebar-mobile {
    margin-top: 40px;
  }
  .property__sidebar-mobile .property__name, .property__sidebar-mobile .property__addres {
    display: none;
  }
  .property__main-scope {
    margin-top: 35px;
  }
}

@media print, (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .property__wrapper {
    padding: 0;
    margin: 0;
  }
  .property__wrapper:after {
    display: none;
  }
  .property__content {
    padding: 0;
  }
  .property__sidebar-mobile {
    position: relative;
  }
  .property__sidebar-mobile .property__name, .property__sidebar-mobile .property__addres {
    display: block;
  }
}

@media print, (max-width: 679px) {
  .property {
    margin-top: 48px;
  }
  .property__sidebar-mobile {
    display: none;
  }
  .property__head {
    margin: 15px 0px;
  }
  .property__price, .property__scope-title, .property__status {
    display: none;
  }
  .property__name {
    width: 100%;
  }
  .property__name h1 {
    font-size: 24px;
  }
  .property__addres {
    font-size: 14px;
  }
  .property__gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
  .property__mobile-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .property__mobile-cta .property__price, .property__mobile-cta .property__scope-title {
    display: block;
  }
  .property__addres {
    padding-bottom: 15px;
  }
  .property__cta {
    display: none;
  }
  .property__section {
    padding: 0;
    border: 0;
  }
  .property__section .property__heading {
    display: none;
  }
  .property__scope {
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  }
  .property__tab-nav {
    display: none;
  }
  .property__tabs {
    margin-top: 0;
  }
  .property__tab {
    display: block !important;
  }
  .property__tab.is-active .property__info {
    display: block;
  }
  .property__tab-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .property__info {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    display: none;
    padding: 20px;
    background: #F6F6F6;
  }
  .property__plan-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .property__plan-slider {
    margin-bottom: 0;
  }
  .property__plan-slider .swiper-slide {
    -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;
  }
  .property__plan-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .property__plan-wrap:last-child {
    margin-bottom: 0;
  }
  .property__plan-wrap span {
    padding-left: 0;
  }
  .property__map {
    margin-top: 0;
  }
}

.gallery__main {
  position: relative;
  margin-bottom: 5px;
}

.gallery__main-container, .gallery__main .swiper-container {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 680px) {
  .gallery__main-container, .gallery__main .swiper-container {
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
}

.gallery__main-next, .gallery__main-prev {
  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;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  font-size: 24px;
  z-index: 3;
  cursor: pointer;
  color: #404042;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 3px 8px -4px rgba(111, 111, 111, 0.5);
          box-shadow: 0 3px 8px -4px rgba(111, 111, 111, 0.5);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.gallery__main-next:hover, .gallery__main-prev:hover, .gallery__main-next:focus, .gallery__main-prev:focus {
  -webkit-box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
          box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
}

.gallery__main-next {
  right: 0;
  padding-left: 3px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.gallery__main-prev {
  left: 0;
  padding-right: 3px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery__pagination {
  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;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: auto;
  height: 24px;
  padding: 5px;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: rgba(42, 42, 42, 0.5);
  color: #FFFFFF;
}

.gallery__main-slide {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  font-size: 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;
}

.gallery__main-slide a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.gallery__main-slide img {
  width: 100%;
  height: 100%;
}

.gallery__main-video {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  right: 16px;
}

.gallery__main-video .btn {
  min-width: 200px;
  padding: 10px 15px;
  text-transform: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  letter-spacing: 0.35px;
}

.gallery__thumbs-next, .gallery__thumbs-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 38px;
  z-index: 3;
  cursor: pointer;
  color: white;
}

.gallery__thumbs-next {
  right: 20px;
}

.gallery__thumbs-prev {
  left: 20px;
}

.gallery__thumbs-slide {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 124.666px;
      -ms-flex: 0 0 124.666px;
          flex: 0 0 124.666px;
  font-size: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.gallery__thumbs-slide img {
  width: 100%;
}

.gallery__thumbs-slide:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #F6BA20;
  opacity: 0;
  -webkit-transform: translate(0, 3px);
      -ms-transform: translate(0, 3px);
          transform: translate(0, 3px);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.gallery__thumbs-slide.swiper-slide-active:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, (max-width: 679px) {
  .gallery {
    padding: 0;
  }
  .gallery__main-container, .gallery__main .swiper-container {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .gallery__main-slide img {
    height: auto;
  }
  .gallery__main-next, .gallery__main-prev {
    display: none;
  }
  .gallery__thumbs {
    display: none;
  }
}

.print-footer, .print-header {
  display: none;
}

@media print {
  .header, .m-navi, .m-search, .footer {
    display: none;
  }
  .print-footer {
    display: block;
  }
  .print-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
    padding-bottom: 20px;
  }
  .print-header .header__logo .ico {
    font-size: 44px;
  }
  .print-header__contacts {
    margin-left: auto;
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .print-header__phone {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .print-header__email {
    font-weight: 700;
    font-size: 14px;
  }
  .property + .hot {
    display: none;
  }
  .property__mobile-cta {
    display: none;
  }
  .property__name, .property__addres, .property__scope, .property__cta, .property__price, .property__info, .property__tab-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .property__name {
    margin-top: 30px;
  }
  .property__name h1 {
    font-size: 24px;
  }
  .property__addres {
    padding-bottom: 30px;
  }
  .property__section {
    margin-top: 50px;
  }
  .property__section--print-only {
    display: block;
  }
  .property__section--print-only .property__heading {
    display: block;
  }
  .property__info {
    display: block !important;
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
    padding-top: 0;
  }
  .property__info p {
    margin-top: 10px;
  }
  .property__info-el {
    padding: 3px 0;
  }
  .property__info-el span {
    font-size: 14px;
  }
  .property__tab-mobile {
    margin-top: 0px;
    border-bottom: 0;
  }
  .property__tab-mobile .ico {
    display: none;
  }
  .property__plan-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .property__plan-container .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .property__plan-container .swiper-slide {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 30px;
    margin-top: 30px;
  }
  .property__plan-next, .property__plan-prev {
    display: none;
  }
  .property__map {
    height: auto;
  }
  .property__map #property-map {
    display: none;
  }
  .property__map-static {
    display: block;
  }
  .gallery__main-next, .gallery__main-prev {
    display: none;
  }
  .gallery__main-video {
    display: none;
  }
}

.property-full-descr__item {
  margin-top: 40px;
  font-size: 14px;
}

@media print, (max-width: 679px) {
  .property__footer {
    margin-bottom: 120px;
  }
}

.property-full-descr__item .tabs-list,
.property-full-descr__item .village-team,
.property-full-descr__item .files-list {
  margin-top: 15px;
}

.property-full-descr__item-main .leaders__row span:last-child {
  font-weight: 700;
}

.property-full-descr__list {
  margin-top: 15px;
}

@media print, (min-width: 768px) {
  .property-full-descr__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.property-full-descr__property {
  width: 100%;
}

.property-full-descr__property span {
  background-color: white;
}

@media print, (min-width: 768px) {
  .property-full-descr__property {
    max-width: calc(50% - 15px);
  }
  .property-full-descr__property:nth-child(2n+1) {
    margin-right: 15px;
  }
  .property-full-descr__property:nth-child(2n) {
    margin-left: 15px;
  }
}

.property-full-descr__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.property-full-descr__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}

@media print, (min-width: 768px) {
  .property-full-descr__column {
    width: 48%;
  }
}

.property-full-descr__column .property-full-descr__property {
  margin-left: 0;
  max-width: 100%;
}

.property-full-descr__main-text {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgba(42, 42, 42, 0.7);
}

.property-full-descr__read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 10px 20px;
  text-transform: uppercase;
}

.property-full-descr__team-member {
  margin-right: 10px;
}

.property-full-descr__similar {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(64, 64, 66, 0.1);
}

.property-full-descr__similar .collapse__content {
  overflow: hidden;
}

@media print, (max-width: 767px) {
  .property-full-descr__similar .heading {
    font-size: 24px;
  }
}

.property-village-card {
  margin: 0px 0px 40px 0px;
}

.property-village-card__container {
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.property-village-card__body {
  padding: 50px 40px;
  width: 66%;
}

.property-village-card__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.property-village-card__photo {
  width: 34%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.property-village-card__photo img {
  height: 100%;
}

.property-village-card__desc {
  font-size: 14px;
  color: #2A2A2A;
  opacity: 0.5;
}

.property-village-card__object-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}

.property-village-card__object {
  margin-right: 40px;
  font-weight: 700;
  opacity: 0.7;
  font-size: 14px;
  color: #2A2A2A;
}

.property-village-card__button {
  margin-top: 30px;
  background-color: #CCCCCC;
  padding: 15px 135px;
}

@media print, (max-width: 767px) {
  .property-village-card__photo {
    display: none;
  }
  .property-village-card__body {
    width: 100%;
  }
  .property-village-card__title {
    text-align: center;
  }
  .property-village-card__title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .property-village-card__desc {
    text-align: center;
  }
  .property-village-card__object-list {
    -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;
  }
  .property-village-card__object {
    margin-right: 15px;
    margin-top: 10px;
  }
  .property-village-card__button {
    width: 100%;
    padding: 15px 20px;
  }
}

.homepage__section {
  margin: 10px 0;
}

.homepage__section [class*="__wrapper"] {
  padding: 15px;
  margin: -15px;
}

@media print, (min-width: 680px) {
  .homepage__section [class*="__wrapper"] {
    padding: 30px;
    margin: -30px;
  }
}

.homepage__section .collapse__title:after {
  width: 50px;
}

.homepage__post {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 270px;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
  min-width: 270px;
  max-width: 270px;
}

.homepage__post:not(:last-child) {
  margin-right: 15px;
}

@media print, (min-width: 768px) {
  .homepage__post:not(:last-child) {
    margin-right: 30px;
  }
}

.homepage__post--big {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 370px;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  max-width: 370px;
}

.homepage__list {
  padding-top: 5px;
}

.homepage__view-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.homepage__view-more .btn {
  width: 100%;
  padding: 16px 24px;
  color: #2a2a2a;
  line-height: 1.43;
  background-color: #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage__view-more .btn:hover, .homepage__view-more .btn:focus, .homepage__view-more .btn:focus {
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media print, (min-width: 768px) {
  .homepage__view-more .btn {
    width: auto;
  }
}

.homepage__slider-action {
  width: 100%;
  height: 100%;
  margin-top: 0;
  background-color: #FAFAFA;
}

.homepage__slider-action .btn {
  width: auto;
}

.blog {
  margin: 70px 0;
}

.blog--inner {
  margin-top: 160px;
}

.blog__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}

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

.blog__grid .blog__col {
  margin-bottom: 15px;
}

.blog__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.3%;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  max-width: 33.3%;
  min-width: 1px;
  min-height: 0;
  padding: 15px;
}

.blog__more {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media print, (max-width: 991px) {
  .blog__wrapper {
    margin-top: 30px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog__grid .blog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .blog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
  }
  .blog--inner {
    margin-top: 120px;
  }
}

@media print, (max-width: 679px) {
  .blog {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blog--inner {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .blog__grid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog__grid .blog__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .blog__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog__more {
    margin-top: 30px;
  }
}

.search {
  margin-top: 170px;
}

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

.search__sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 235px;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
  padding-right: 30px;
}

.search__sidebar-actions {
  position: relative;
  margin-top: 13px;
  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;
  margin-bottom: 35px;
  min-height: 36px;
}

.search__sidebar-actions:after {
  display: inline-block;
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(42, 42, 42, 0.1);
  width: 50px;
}

.search__sidebar-actions .btn-outline {
  display: none;
}

.search__sidebar .ui-group > label {
  font-size: 14px;
  color: #2A2A2A;
}

.search__reset {
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
  margin-right: auto;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.search__reset:hover, .search__reset:focus {
  color: #F6BA20;
}

.search__mobile-toggles {
  display: none;
}

.search__form {
  margin-bottom: 30px;
}

.search__name {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  margin: 0px;
}

@media print, (max-width: 767px) {
  .search__name {
    margin-bottom: 10px;
  }
}

.search__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 870px;
  min-width: 1px;
  margin-left: auto;
}

.search__filter {
  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: 5px;
  padding-top: 2px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}

.search__filter-scope {
  margin-top: 13px;
  padding-right: 30px;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.3);
}

@media print, (max-width: 679px) {
  .search__filter-scope {
    padding-right: 0px;
  }
}

.search__filter-select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 206px;
      -ms-flex: 0 0 206px;
          flex: 0 0 206px;
  margin-left: auto;
}

.search__filter-select .selectric {
  width: 100%;
}

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

@media print, (max-width: 679px) {
  .village-results__grid.search__grid.container__row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.search__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  min-width: 1px;
  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-width: 1px;
  min-height: 0;
  padding: 15px;
  margin-bottom: 10px;
}

.slider-group {
  position: relative;
  margin-bottom: 40px;
}

.slider-group label {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
}

.slider-group__wrap {
  margin-top: 18px;
  padding-left: 7px;
  padding-right: 7px;
}

.slider-group__set {
  position: absolute;
  right: 0px;
  top: 2px;
  text-align: right;
  font-size: 14px;
  color: rgba(42, 42, 42, 0.5);
}

@media print, (max-width: 1079px) {
  .search__content {
    max-width: 650px;
  }
  .search__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

@media print, (max-width: 767px) {
  .search {
    margin-top: 125px;
  }
  .search__wrapper {
    display: block;
  }
  .search__sidebar {
    display: none;
  }
  .search__mobile-toggles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .search__mobile-toggles .btn-primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .search__mobile-toggles .btn-outline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87px;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
    margin-left: 10px;
    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;
  }
  .search__mobile-toggles .btn-outline .ico {
    font-size: 15px;
  }
  .search__mobile-toggles .btn-outline .ico:first-child {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 8px;
  }
  .search__mobile-toggles .btn-outline .ico:last-child {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .search__content {
    margin-left: 0;
    max-width: 100%;
  }
  .search__filter {
    display: block;
    border-bottom: 0;
  }
  .search__filter-select {
    display: none;
  }
}

@media print, (max-width: 567px) {
  .search__col {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

/* aka seo block */
.page-information {
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  margin-top: 100px;
  padding-top: 10px;
  margin-bottom: 105px;
}

.page-information h1, .page-information h2, .page-information h3, .page-information h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.page-information h3 {
  font-size: 14px;
  margin: 1.5em 0 1.3em;
}

.page-information p {
  font-size: 14px;
  margin: 1em 0;
  color: rgba(42, 42, 42, 0.5);
  line-height: 1.6;
  letter-spacing: 0.032em;
}

.page-information__paragraph-head .ico {
  display: none;
}

.page-information__paragraph-drop {
  padding-bottom: 1px;
}

@media print, (min-width: 769px) {
  .page-information__paragraph-drop {
    display: block !important;
  }
}

@media print, (max-width: 767px) {
  .page-information {
    padding-top: 0;
    margin-top: 60px;
  }
  .page-information h3 {
    margin: 1.9em 0;
  }
  .page-information__paragraph {
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  }
  .page-information__paragraph-head {
    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;
    cursor: pointer;
  }
  .page-information__paragraph-head:after {
    display: inline-block;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    left: -40px;
    right: -40px;
    background: rgba(42, 42, 42, 0.1);
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .page-information__paragraph-head h3 {
    padding-right: 15px;
  }
  .page-information__paragraph-head .ico {
    display: inline-block;
    margin-left: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 10px;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .page-information__paragraph-head.is-active .ico {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .page-information__paragraph-head:hover:after, .page-information__paragraph-head:focus:after {
    opacity: 1;
  }
  .page-information__paragraph-drop {
    display: none;
  }
}

.cottage-villages {
  margin-top: 72px;
  margin-bottom: 64px;
}

@media print, (min-width: 768px) {
  .cottage-villages {
    margin-top: 100px;
  }
}

.cottage-villages__header {
  margin-bottom: 20px;
}

@media print, (min-width: 768px) {
  .cottage-villages__header {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.cottage-villages__title {
  color: #404042;
  font-size: 30px;
  line-height: 1.28;
}

@media print, (min-width: 768px) {
  .cottage-villages__title {
    font-size: 40px;
  }
}

.cottage-villages__description {
  max-width: 500px;
  margin: 20px auto 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(42, 42, 42, 0.7);
  line-height: 1.5;
}

@media print, (max-width: 767px) {
  .cottage-villages__description {
    font-size: 14px;
    margin-top: 0;
    margin-left: 0;
    line-height: 1.7;
  }
}

.village-catalog {
  margin-top: 72px;
  margin-bottom: 64px;
}

@media print, (min-width: 768px) {
  .village-catalog {
    margin-top: 80px;
  }
}

.village-catalog__info {
  margin-bottom: 16px;
}

.village-catalog__title {
  color: #404042;
}

@media print, (max-width: 767px) {
  .village-catalog__title {
    font-size: 30px;
    line-height: 1.28;
  }
}

.village-catalog__descr {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(42, 42, 42, 0.7);
}

.village-catalog__tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 !important;
  font-size: 14px;
  line-height: 1.7;
}

.village-catalog__tag {
  margin-right: 4px;
  padding: 8px 20px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0 1px #e8e8e8;
          box-shadow: inset 0 0 0 1px #e8e8e8;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  white-space: nowrap;
}

@media print, (max-width: 991px) {
  .village-catalog__view-request {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

@media print, (max-width: 767px) {
  .village-catalog__view-request.hidden {
    display: none;
  }
}

.village-catalog__full-description + .village-catalog__view-request {
  padding-top: 30px;
}

.village-catalog .property__map {
  margin: 15px 0 20px;
}

.village-catalog__mobile-cta {
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0px;
  margin: 0 20px;
}

.village-catalog__mobile-cta .btn {
  width: 100%;
}

@media print, (min-width: 768px) {
  .village-catalog__mobile-cta {
    display: none;
  }
}

.village-catalog__results {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(64, 64, 66, 0.1);
}

.village-catalog .hot-slider {
  margin-top: 0;
}

.village-catalog .hot-slider__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
}

@media print, (min-width: 680px) {
  .village-catalog .hot-slider__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
}

.error-page {
  background-color: #fcfcfc;
}

.error-page__wrapper {
  margin-top: 88px;
  padding: 0 0 40px;
  position: relative;
  z-index: 1;
}

@media print, (max-width: 680px) {
  .error-page__wrapper {
    margin-bottom: 60px;
  }
}

@media print, (min-width: 992px) {
  .error-page__wrapper {
    margin-bottom: 96px;
    padding: 48px 0 24px;
  }
}

.error-page__eror-code {
  margin: 0 0 24px;
  color: #efb844;
  font-family: "Noto Sans", sans-serif;
  font-size: 7.75rem;
  line-height: 5.625rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

@media print, (max-width: 680px) {
  .error-page__eror-code {
    font-size: 6.25rem;
  }
}

.error-page__description {
  margin: 0;
  max-width: 220px;
  opacity: 0.5;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  color: #404042;
}

.error-page__additional {
  max-width: 488px;
}

@media print, (max-width: 768px) {
  .error-page__additional {
    padding-right: 20%;
  }
}

@media print, (min-width: 992px) {
  .error-page__additional {
    margin: 40px 0 56px;
  }
}

.error-page__illustration {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 640px;
  width: 50vw;
  z-index: -1;
}

@media print, (max-width: 680px) {
  .error-page__illustration {
    max-width: 472px;
    width: 100vw;
    height: 380px;
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
  }
}

.error-page__illustration img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-additional-info__title {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: #404042;
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
}

.error-additional-info__sections-links {
  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;
  margin: 0;
  color: #2A2A2A;
}

.error-additional-info__sections-links a {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.3px;
  -webkit-transition: -webkit-box-shadow 0.12s ease-in;
  transition: -webkit-box-shadow 0.12s ease-in;
  -o-transition: box-shadow 0.12s ease-in;
  transition: box-shadow 0.12s ease-in;
  transition: box-shadow 0.12s ease-in, -webkit-box-shadow 0.12s ease-in;
}

.error-additional-info__sections-links a:hover, .error-additional-info__sections-links a:focus {
  -webkit-box-shadow: inset 0 -1px 0 0 black;
          box-shadow: inset 0 -1px 0 0 black;
}

/*# sourceMappingURL=app.css.map */
