body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}
.stripe-loading-indicator {
  height: 5px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 5px;
  display: block;
  background: #0090c0;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
  box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
}
.stripe-loading-indicator .stripe {
  width: 100%;
  -webkit-animation: infinite-loader 60s linear;
  animation: infinite-loader 60s linear;
}
.stripe-loading-indicator .stripe-loaded {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stripe-loading-indicator.loaded {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.stripe-loading-indicator.loaded .stripe-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 100% !important;
}
.stripe-loading-indicator.hide {
  display: none;
}
@-moz-keyframes infinite-loader {
  0% {
    width: 0%;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-webkit-keyframes infinite-loader {
  0% {
    width: 0%;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-o-keyframes infinite-loader {
  0% {
    width: 0%;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-ms-keyframes infinite-loader {
  0% {
    width: 0%;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@keyframes infinite-loader {
  0% {
    width: 0%;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}



/* 
	font-family: "Museo Cyrillic";
	font-weight: 100, 300, 500, 700, 900;
*/
@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100Italic.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100Italic.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100Italic.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100Italic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500Italic.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500Italic.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500Italic.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900Italic.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900Italic.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900Italic.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900Italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700Italic.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700Italic.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700Italic.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700Italic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-900.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-500.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300Italic.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300Italic.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300Italic.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-300Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-100.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Cyrillic';
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700.eot');
	src: url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700.woff') format('woff'),
		url('../themes/chernovola/assets/fonts/museo/MuseoCyrl-700.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
    






.timer-small {
    margin: 0 1em;
}
.timer-small ul {
  width: 40px;
  height: 56px;
  font-size: 40px;
  line-height: 56px;
  border-radius: 0;
  margin: 5px 1px;
  
}
.timer-small .flip {
  box-shadow:none;
}
.timer-small ul li {
  line-height: 56px;
}
.timer-small ul li a div {
  height: 50%;
  font-size: 40px;
}
.timer-small ul li a div.down,
.timer-small ul li a div div.inn {
  border-radius: 0;
  font-size: 45px;
}
.timer-small .flip-clock-divider {
    height: 60px;
}
.timer-small .flip-clock-divider .flip-clock-label {
    display: block;
    right: auto;
    text-align: center;
    left: 0;
    width: 125px;
    top: auto;
    bottom: 0;
    margin-bottom: -20px;
}
.timer-small .flip-clock-divider:first-child .flip-clock-label {
    width: 85px;
}
.timer-small .flip-clock-dot.top,
.timer-small .flip-clock-dot.bottom {
  top: 20px;
  box-shadow: none;
  background: #7d7d7d;
  width: 8px;
  height: 8px;
}
.timer-small .flip-clock-dot.bottom {
    top: auto;
    bottom: 10px;
}


/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../themes/chernovola/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
		
/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */


.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}
.noUi-state-drag * {
    cursor: inherit!important;
}
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -14px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 30px;
    height: 30px;
    left: -6px;
    top: -17px;
}
.noUi-background {
    background: #a1a1a1;
}
.noUi-connect {
    background: #72a43c;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB;
}
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
}
.noUi-active {
	border-radius: 8px;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed;
}
.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.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;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px;
}
.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 {
    top: 0;
    display: block;
    position: absolute;
    border: 2px solid #72a43c;
    border-radius: 8px;
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    z-index: 10;
    transition: all .2s
}
.noUi-tooltip:hover {
    background: #50732a;
    color: #fff;
    border: 2px solid #50732a;
}
.noUi-tooltip:active {
    background: #385d10;
    color: #fff;
    border: 2px solid #385d10;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: 0;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: 0;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%}

.noUi-origin {
    transition: left .1s, top .1s;
}
/* 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;
  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 {
    max-width: 1280px;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  font-size: 42px;
  padding-right: 6px;
  width: 100%;

  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  line-height: 120px;
  background: url(../themes/chernovola/assets/css/popup-icons.png) 0 -31px no-repeat;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

  .mfp-arrow-left:after {
    display: none;
  }
  .mfp-arrow-left:before {
    display: block;
    width: 22px;
    height: 31px;
    border: 0;
    opacity: 1;
    background: url(../themes/chernovola/assets/css/popup-icons.png) 0 0 no-repeat;}

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    display: none;}
  .mfp-arrow-right:before {
    display: block;
    width: 22px;
    height: 31px;
    border: 0;
    opacity: 1;
    background: url(../themes/chernovola/assets/css/popup-icons.png) -22px 0 no-repeat;}

.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%;
    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;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  
  overflow: hidden;
  border-radius: 20px;
}

/* 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;
    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;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  margin-right: 10px;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
/*
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
*/
.nano > .nano-pane {
  background : rgba(255,255,255,1);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0; 
  opacity    : .8;
  margin-right: 0;
  transition            : .2s;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(207,216,220,1);
  position              : relative;
  margin                : 0;
  border-radius         : 5px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed { 
  opacity    : 1;
}


  .nano > .nano-content {
    overflow: hidden;
    overflow-x: auto;
  }
  .custom-scroll::-webkit-scrollbar,
  .nano > .nano-content::-webkit-scrollbar {
      width: 10px;
      height: 10px;
  }
   
  /* Track */
  .custom-scroll::-webkit-scrollbar-track,
  .nano > .nano-content::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #fff;
  }
   
  /* Handle */
  .custom-scroll::-webkit-scrollbar-thumb,
  .custom-scroll::-webkit-scrollbar-thumb:hover,
  .nano > .nano-content::-webkit-scrollbar-thumb,
  .nano > .nano-content::-webkit-scrollbar-thumb:hover {
      border-radius: 4px;
      background: rgba(207,216,220,1);
  }

  .custom-scroll::-webkit-scrollbar-thumb:window-inactive,
  .nano > .nano-content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(207,216,220,.9);
  }


@media all and (min-width: 1200px) {
  .nano > .nano-content {
    margin-right: 0;
  }
  .nano > .nano-content {
    overflow      : scroll;
    overflow-x    : hidden;
  }

}
/* *********************************************************************************************************************
 * GRID: Main css
 */
html,body {
	background: #fff;
    color: #333;
}
.grid,
.grid-fluid {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	transition: max-width .3s;
}
.grid-fluid {
	max-width: 100%;
}
.row {
	display: block;
}
.row:before,
.row:after {
	content: "";
	display: block;
	clear: both;
}
hr {
	margin: 15px 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #eee;
}



/* *********************************************************************************************************************
 * GRID: Common columns definitions
 */

[class*="col-"] {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	padding-right: .9375rem;
	padding-left: .9375rem;
	box-sizing: border-box;
	min-height: 1px;
	transition: width .3s;
}
[class*="col-"] img.adaptive {
	max-width: 100%;
	height: auto;
	display: block;
}
[class*="col-sm-"] {
	width: 100%;
	float: left;
}
.right-sm {
	float: right;
}
.left-sm {
	float: left;
}

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

.text-md-right {
	text-align: right;
}
.text-md-left {
	text-align: left;
}
.text-md-center {
	text-align: center;
}

.mp-null {
	margin: 0;
	padding: 0;
}
.col-sm-1 { width: 8.333%; }
.col-sm-2 { width: 16.666%; }
.col-sm-3 { width: 25%; }
.col-sm-4 { width: 33.333%; }
.col-sm-5 { width: 41.665%; }
.col-sm-6 { width: 50%; }
.col-sm-7 { width: 58.333%; }
.col-sm-8 { width: 66.666%; }
.col-sm-9 { width: 75%; }
.col-sm-10 { width: 83.333%; }
.col-sm-11 { width: 91.666%; }
.col-sm-12 { width: 100%;}

.offset-sm-1 { margin-left: 8.333%; }
.offset-sm-2 { margin-left: 16.666%; }
.offset-sm-3 { margin-left: 25%; }
.offset-sm-4 { margin-left: 33.333%; }
.offset-sm-5 { margin-left: 41.665%; }
.offset-sm-6 { margin-left: 50%; }
.offset-sm-7 { margin-left: 58.333%; }
.offset-sm-8 { margin-left: 66.666%; }
.offset-sm-9 { margin-left: 75%; }
.offset-sm-10 { margin-left: 83.333%; }
.offset-sm-11 { margin-left: 91.666%; }

.col-sm-prc-10 { width: 10%; }
.col-sm-prc-20 { width: 20%; }
.col-sm-prc-30 { width: 30%; }
.col-sm-prc-40 { width: 40%; }
.col-sm-prc-50 { width: 50%; }
.col-sm-prc-60 { width: 60%; }
.col-sm-prc-70 { width: 70%; }
.col-sm-prc-80 { width: 80%; }
.col-sm-prc-90 { width: 90%; }
.col-sm-prc-100 { width: 100%; }

.offset-sm-prc-10 { margin-left: 10%; }
.offset-sm-prc-20 { margin-left: 20%; }
.offset-sm-prc-30 { margin-left: 30%; }
.offset-sm-prc-40 { margin-left: 40%; }
.offset-sm-prc-50 { margin-left: 50%; }
.offset-sm-prc-60 { margin-left: 60%; }
.offset-sm-prc-70 { margin-left: 70%; }
.offset-sm-prc-80 { margin-left: 80%; }
.offset-sm-prc-90 { margin-left: 90%; }
.offset-sm-prc-100 { margin-left: 100%; }


[class*="offset-"] {
	transition: margin .15s;
}
[class*="col-md-"] {
	width: 100%;
	float: left;
}
.right-md {
	float: right;
}
.left-md {
	float: left;
}
.col-md-1 { width: 8.333%; }
.col-md-2 { width: 16.666%; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.333%; }
.col-md-5 { width: 41.665%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.333%; }
.col-md-8 { width: 66.666%; }
.col-md-9 { width: 75%; }
.col-md-10 { width: 83.333%; }
.col-md-11 { width: 91.666%; }
.col-md-12 { width: 100%;}

.offset-md-1 { margin-left: 8.333%; }
.offset-md-2 { margin-left: 16.666%; }
.offset-md-3 { margin-left: 25%; }
.offset-md-4 { margin-left: 33.333%; }
.offset-md-5 { margin-left: 41.665%; }
.offset-md-6 { margin-left: 50%; }
.offset-md-7 { margin-left: 58.333%; }
.offset-md-8 { margin-left: 66.666%; }
.offset-md-9 { margin-left: 75%; }
.offset-md-10 { margin-left: 83.333%; }
.offset-md-11 { margin-left: 91.666%; }

.col-md-prc-10 { width: 10%; }
.col-md-prc-20 { width: 20%; }
.col-md-prc-30 { width: 30%; }
.col-md-prc-40 { width: 40%; }
.col-md-prc-50 { width: 50%; }
.col-md-prc-60 { width: 60%; }
.col-md-prc-70 { width: 70%; }
.col-md-prc-80 { width: 80%; }
.col-md-prc-90 { width: 90%; }
.col-md-prc-100 { width: 100%; }

.offset-md-prc-10 { margin-left: 10%; }
.offset-md-prc-20 { margin-left: 20%; }
.offset-md-prc-30 { margin-left: 30%; }
.offset-md-prc-40 { margin-left: 40%; }
.offset-md-prc-50 { margin-left: 50%; }
.offset-md-prc-60 { margin-left: 60%; }
.offset-md-prc-70 { margin-left: 70%; }
.offset-md-prc-80 { margin-left: 80%; }
.offset-md-prc-90 { margin-left: 90%; }
.offset-md-prc-100 { margin-left: 100%; }

.show-lg {
	display: none !important;
}
.show-sm {
	display: none !important;
}
.show-md {
	display: block !important;
}
.hide-md {
	display: none !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}

/* Border Medium */
.bor-md-t { border-top: 1px solid #eee; }
.bor-md-r { border-right: 1px solid #eee; }
.bor-md-b { border-bottom: 1px solid #eee; }
.bor-md-l { border-left: 1px solid #eee; }

/* Margin Medium */
.mar-md-t { margin-top: 1em;}
.mar-md-r { margin-right: 1em;}
.mar-md-b { margin-bottom: 1em;}
.mar-md-l { margin-left: 1em;}


/**********************************************************************************************************************
** GRID: Large devices
**/

@media all and (min-width: 1200px) {
	.show-md {
		display: none !important;
	}
	.show-lg {
		display: block !important;
	}
	.hide-md {
		display: block !important;
	}
	.hide-lg {
		display: none !important;
	}
	.grid {
		max-width: 1140px
	}
	[class*="col-lg-"] {
		float: left;
		width: 100%;
	}
	.right-lg {
		float: right;
	}
	.left-lg {
		float: left;
	}

	.text-lg-right {
		text-align: right;
	}
	.text-lg-left {
		text-align: left;
	}
	.text-lg-center {
		text-align: center;
	}

	/* Border Large */
	[class*="bor-md-"] { border: none; }
	.bor-lg-t { border-top: 1px solid #eee; }
	.bor-lg-r { border-right: 1px solid #eee; }
	.bor-lg-b { border-bottom: 1px solid #eee; }
	.bor-lg-l { border-left: 1px solid #eee; }

	/* Margin Medium */
	[class*="mar-md-"] { margin: 0; }
	.mar-lg-t { margin-top: 1em;}
	.mar-lg-r { margin-right: 1em;}
	.mar-lg-b { margin-bottom: 1em;}
	.mar-lg-l { margin-left: 1em;}

	.col-lg-1 { width: 8.333%; }
	.col-lg-2 { width: 16.666%; }
	.col-lg-3 { width: 25%; }
	.col-lg-4 { width: 33.333%; }
	.col-lg-5 { width: 41.665%; }
	.col-lg-6 { width: 50%; }
	.col-lg-7 { width: 58.333%; }
	.col-lg-8 { width: 66.666%; }
	.col-lg-9 { width: 75%; }
	.col-lg-10 { width: 83.333%; }
	.col-lg-11 { width: 91.666%; }
	.col-lg-12 { width: 100%;}

	.offset-lg-1 { margin-left: 8.333%; }
	.offset-lg-2 { margin-left: 16.666%; }
	.offset-lg-3 { margin-left: 25%; }
	.offset-lg-4 { margin-left: 33.333%; }
	.offset-lg-5 { margin-left: 41.665%; }
	.offset-lg-6 { margin-left: 50%; }
	.offset-lg-7 { margin-left: 58.333%; }
	.offset-lg-8 { margin-left: 66.666%; }
	.offset-lg-9 { margin-left: 75%; }
	.offset-lg-10 { margin-left: 83.333%; }
	.offset-lg-11 { margin-left: 91.666%; }

	.col-lg-prc-10 { width: 10%; }
	.col-lg-prc-20 { width: 20%; }
	.col-lg-prc-30 { width: 30%; }
	.col-lg-prc-40 { width: 40%; }
	.col-lg-prc-50 { width: 50%; }
	.col-lg-prc-60 { width: 60%; }
	.col-lg-prc-70 { width: 70%; }
	.col-lg-prc-80 { width: 80%; }
	.col-lg-prc-90 { width: 90%; }
	.col-lg-prc-100 { width: 100%; }

	.offset-lg-prc-10 { margin-left: 10%; }
	.offset-lg-prc-20 { margin-left: 20%; }
	.offset-lg-prc-30 { margin-left: 30%; }
	.offset-lg-prc-40 { margin-left: 40%; }
	.offset-lg-prc-50 { margin-left: 50%; }
	.offset-lg-prc-60 { margin-left: 60%; }
	.offset-lg-prc-70 { margin-left: 70%; }
	.offset-lg-prc-80 { margin-left: 80%; }
	.offset-lg-prc-90 { margin-left: 90%; }
	.offset-lg-prc-100 { margin-left: 100%; }
}

@media all and (min-width: 1340px) {
	.grid {
		max-width: 1320px;
	}
}
/**********************************************************************************************************************
** GRID: Medium devices
**/
@media all and (max-width: 992px) {
	.grid {
		max-width: 960px;
	}

	.text-md-right {
		text-align: right;
	}
	.text-md-left {
		text-align: left;
	}
	.text-md-center {
		text-align: center;
	}
	.show-md {
		display: block !important;
	}
	.hide-md {
		display: none !important;
	}
}
/**********************************************************************************************************************
** GRID: Small devices
**/
@media all and (max-width: 768px) {

	.show-md {
		display: none !important;
	}
	.show-sm {
		display: block !important;
	}
	.hide-md {
		display: block !important;
	}
	.hide-sm {
		display: none !important;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
	.text-sm-center {
		text-align: center;
	}

	/* Border Small */
	[class*="bor-md-"] { border: none; }
	.bor-sm-t { border-top: 1px solid #eee; }
	.bor-sm-r { border-right: 1px solid #eee; }
	.bor-sm-b { border-bottom: 1px solid #eee; }
	.bor-sm-l { border-left: 1px solid #eee; }

	/* Margin Medium */
	[class*="mar-md-"] { margin: 0; }
	.mar-sm-t { margin-top: 1em;}
	.mar-sm-r { margin-right: 1em;}
	.mar-sm-b { margin-bottom: 1em;}
	.mar-sm-l { margin-left: 1em;}

	.grid {
		width: 100%;
		max-width: 100%;
	}
	[class*="offset-md-"] {
		margin-left: 0;
	}
	[class*="col-"] {
		width: 100%;
		float: left;
	}
	.right-sm {
		float: right;
	}
	.left-sm {
		float: left;
	}
	.col-sm-1 { width: 8.333%; }
	.col-sm-2 { width: 16.666%; }
	.col-sm-3 { width: 25%; }
	.col-sm-4 { width: 33.333%; }
	.col-sm-5 { width: 41.665%; }
	.col-sm-6 { width: 50%; }
	.col-sm-7 { width: 58.333%; }
	.col-sm-8 { width: 66.666%; }
	.col-sm-9 { width: 75%; }
	.col-sm-10 { width: 83.333%; }
	.col-sm-11 { width: 91.666%; }
	.col-sm-12 { width: 100%;}

	.offset-sm-1 { margin-left: 8.333%; }
	.offset-sm-2 { margin-left: 16.666%; }
	.offset-sm-3 { margin-left: 25%; }
	.offset-sm-4 { margin-left: 33.333%; }
	.offset-sm-5 { margin-left: 41.665%; }
	.offset-sm-6 { margin-left: 50%; }
	.offset-sm-7 { margin-left: 58.333%; }
	.offset-sm-8 { margin-left: 66.666%; }
	.offset-sm-9 { margin-left: 75%; }
	.offset-sm-10 { margin-left: 83.333%; }
	.offset-sm-11 { margin-left: 91.666%; }

	.col-sm-prc-10 { width: 10%; }
	.col-sm-prc-20 { width: 20%; }
	.col-sm-prc-30 { width: 30%; }
	.col-sm-prc-40 { width: 40%; }
	.col-sm-prc-50 { width: 50%; }
	.col-sm-prc-60 { width: 60%; }
	.col-sm-prc-70 { width: 70%; }
	.col-sm-prc-80 { width: 80%; }
	.col-sm-prc-90 { width: 90%; }
	.col-sm-prc-100 { width: 100%; }

	.offset-sm-prc-10 { margin-left: 10%; }
	.offset-sm-prc-20 { margin-left: 20%; }
	.offset-sm-prc-30 { margin-left: 30%; }
	.offset-sm-prc-40 { margin-left: 40%; }
	.offset-sm-prc-50 { margin-left: 50%; }
	.offset-sm-prc-60 { margin-left: 60%; }
	.offset-sm-prc-70 { margin-left: 70%; }
	.offset-sm-prc-80 { margin-left: 80%; }
	.offset-sm-prc-90 { margin-left: 90%; }
	.offset-sm-prc-100 { margin-left: 100%; }

}
html,body {
	font-family: "Museo Cyrillic";
	/* font-weight: 100, 300, 500, 700, 900; */
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
}

/*
** Global
*/
canvas.edges,img.edges {
	image-rendering: optimizeSpeed;             /* Older versions of FF          */
	image-rendering: -moz-crisp-edges;          /* FF 6.0+                       */
	image-rendering: -webkit-optimize-contrast; /* Safari                        */
	image-rendering: -o-crisp-edges;            /* OS X & Windows Opera (12.02+) */
	image-rendering: optimize-contrast;
	image-rendering: pixelated;                 /* Awesome future-browsers       */
	-ms-interpolation-mode: nearest-neighbor;   /* IE                            */
}

a {
	color: #72a43c;
	text-decoration: none;
}
a:hover {
	color: #50732a;
}
a:active {
	color: #385d10;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	border: none;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 5;
	font-size: 16px;
	line-height: 1.5;
	padding: 6px 15px 4px;
	border-radius: 9px;
	cursor: pointer;
	transition: background .1s;
}
.btn:active {

}
.btn [class*="icon-"] {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 9px;
}
.btn span {
	display: inline-block;
	vertical-align: middle;
}
.btn-large {
	font-size: 18px;
	line-height: 1.5;
	padding: 9px 22px 7px;
	border-radius: 9px;
}
.btn-grey {
	background: #777;
	color: #fff;
	text-transform: uppercase;
	border: none;
	box-shadow: 0 2px 0 #555;
}
.btn-grey:hover {
	color: #fff;
	background: #555;
	box-shadow: 0 2px 0 #444;
}
.btn-grey:active {
	color: #fff;
	background: #444;
	box-shadow: 0 2px 0 #333;
}
.btn-default,
.btn-green {
	background: #72a43c;
	color: #fff;
	text-transform: uppercase;
	border: none;
	box-shadow: 0 2px 0 #4a6b27;
}
.btn-default:hover,
.btn-green:hover {
	color: #fff;
	background: #50732a;
	box-shadow: 0 2px 0 #344b1b;
}
.btn-default:active,
.btn-green:active {
	color: #fff;
	background: #385d10;
	box-shadow: 0 2px 0 #243d0a;
}
.input-radio {
	position: relative;
	white-space: nowrap;
}
.input-radio {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 1px 2px 1px 27px;
	height: 20px;
	font-size: 18px;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.input-radio input {
	position: absolute;
	display: block;
	opacity: 0;
	left: 0;
}
.input-radio span {
	position: relative;
	display: block;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
}
.input-radio span:before,
.input-radio span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -27px;
	border-radius: 50%;
	margin: 1px 0;
	width: 18px;
	height: 18px;
	border: 2px solid #a0a0a0;
	box-sizing: border-box;
	cursor: pointer;
}
.input-radio:hover span:after {
	border: 2px solid #50732a;
}
.input-radio input:checked + span:before {
	border: 2px solid #72a43c;
}
.input-radio input:checked + span:after {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	border: none;
	background: #72a43c;
}
.btn:disabled {
	background: #888;
	box-shadow: 0 2px 0 #666;
}
/*.block-outer*/
.block-outer {
	margin: 0;
	padding: 60px 0 40px;
	text-align: center;
}
.block-outer .block-title {
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	font-size: 36px;
	line-height: 36px;
	color: #444;
	font-weight: 500;
	text-transform: uppercase;
}
.block-outer .block-title:after {
	content: "";
	bottom: 0;
	margin-bottom: -6px;
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #72a43c;
}
.block-outer .block-inner {
	text-align: left;
}


/* owl nav */

.owl-theme {
	position: relative;
}
.owl-theme .owl-nav {
	position: absolute;
	height: 0;
	top: 50%;
	width: 100%;
	z-index: 50;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -36px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
	line-height: 200px;
	width: 36px;
	height: 72px;
	top: 50%;
	z-index: 50;
	background: rgba(0,0,0,.5);
	transition: margin-left .3s, margin-right .3s;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	border-radius: 10px 0 0 10px ;
	right: 0;
	opacity: 1;
}
.owl-theme .owl-nav .owl-prev.disabled {
	margin-left: -60px;
}
.owl-theme .owl-nav .owl-next.disabled {
	margin-right: -60px;
}
.owl-theme .owl-nav .owl-prev:before,
.owl-theme .owl-nav .owl-next:before {
	content: "";
	position: absolute;
	display: block;
	margin: 26px 14px 0 12px;
	width: 11px;
	height: 19px;
	background: url(../themes/chernovola/assets/img/icons.png) -12px 0;
}
.owl-theme .owl-nav .owl-next:before {
	margin: 26px 12px 0 14px;
	background: url(../themes/chernovola/assets/img/icons.png) -23px 0;
}
.owl-theme .owl-dots {
	margin: 30px 0 0;
	line-height: 14px;
	white-space: nowrap;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #72a43c;
}

/*.tabs*/
.tabs {
	text-align: center;
	padding: 2px 10px 2px;
	margin: 5px 10px 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	vertical-align: middle;
}
.tabs:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: -2;
	background: #72a43c;
}
.tabs._adapt:after {
	display: none;
}
.tabs .current {
	display: none;
}


.tabs .tab {
	display: inline-block;
	white-space: normal;
	position: relative;
	margin-left: -2px;
	vertical-align: middle;
	z-index: 1;
	height: 100%;
	background: #fff;
}
.tabs .tab .btn-tab {
	display: block;
	height: 100%;
	width: 180px;
	padding: 5px 13px 4px 12px;
	text-align: center;
	border: 2px solid #72a43c;
	position: relative;
	background: transparent;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	z-index: 10;
	transition: all .1s;
}
.tabs .tab:first-child .btn-tab {
	border-radius: 10px 0 0 10px;
	padding: 5px 9px 4px 11px;
	border: 2px solid #72a43c;
}
.tabs .tab:last-child .btn-tab {
	border-radius: 0 10px 10px 0;
	padding: 5px 10px 4px 10px;
	border: 2px solid #72a43c;
}
.tabs .tab .btn-tab:hover {
	background: #50732a;
	color: #fff;
	border: 2px solid #50732a;
	z-index: 15;
}

.tabs .tab .btn-tab:active,
.tabs .tab.active .btn-tab {
	background: #72a43c;
	color: #fff;
	cursor: default;
}
.tabs .tab .btn-tab:first-child:active,
.tabs .tab:first-child.active .btn-tab {
	background: #72a43c;
	border: 2px solid #72a43c;
	color: #fff;
	cursor: default;
}
.tabs .tab .btn-tab:active:hover,
.tabs .tab.active .btn-tab:hover {
	border: 2px solid #72a43c;
}
.tabs .tab:last-child.active .btn-tab:hover {
	border: 2px solid #72a43c;
}


/*.tags */
.tags {
	text-align: center;
	padding: 2px 10px 2px;
	margin: 25px 10px 20px;
	position: relative;
	white-space: nowrap;
	overflow-y: auto;
	z-index: 10;
}
.tags.noactive {
	display: none;
}
.tags .tag {
	display: inline-block;
	white-space: normal;
	margin: 0 18px;
	position: relative;
	z-index: 10;
}
.tags .tag:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: auto;
	right: 0;
	height: 4px;
	margin: -2px -100% auto auto;
	z-index: 1;
	background: url(../themes/chernovola/assets/img/separator-tags.png) repeat-x;
}
.tags .tag:last-child:after {
	display: none;
}
.tags .tag .btn-tag {
	display: block;
	white-space: normal;
	border-radius: 20px;
	padding: 5px 18px;
	background: #fff;
	color: #555;
	font-weight: 300;
	border: 2px solid #ccc;
	z-index: 30;
	cursor: pointer;
	outline: none;
	transition: all .2s;
}
.tags .tag .btn-tag:active,
.tags .tag.active .btn-tag {
	color: #fff;
	background: #72a43c;
	border: 2px solid #72a43c;
	cursor: default;
}

.tags .tag .btn-tag:hover {
	color: #fff;
	background: #50732a;
	border: 2px solid #50732a;
	cursor: pointer;
}


/*.fixed-box */
.fixed-box {
	position: fixed;
	z-index: 500;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fixed-box.active {
	display: block;
}
.fixed-box .fixed-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 10;
}
.fixed-box .fixed-outer {
	position: relative;
	text-align: center;
	margin: 0 auto;
	overflow-y: auto;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.fixed-box .fixed-outer:before {
	content: "";
	margin-left: -6px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.fixed-box .fixed-media {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	max-width: 640px;
	z-index: 20;
}
.fixed-box.news--box .fixed-media {
	width: 700px;
}
.fixed-box .fixed-media .fixed-close {
	position: absolute;
	right: 0;
	color: #fff;
	margin: 10px -42px 0 0;
	overflow: hidden;
	line-height: 60px;
	background: url(../themes/chernovola/assets/css/popup-icons.png) 0 -31px;
	border: none;
	text-decoration: none;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
.fixed-box .fixed-media .fixed-news,
.fixed-box .fixed-media .fixed-inform {
	position: relative;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.fixed-box .fixed-media .fixed-inform .fixed-bg {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.fixed-box .fixed-media .fixed-inform .fixed-content {
	position: relative;
	margin-left: 50%;
	padding: 25px 20px 30px;
	font-size: 18px;
}
.fixed-box .fixed-media .fixed-inform .fixed-content p {
	margin: 0;
	padding-top: 15px;
}
.fixed-box .fixed-media .fixed-inform .fixed-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	margin-top: 10px;
	text-align: center;
}
.fixed-box .fixed-media .fixed-inform .fixed-content form p {
	position: relative;
	margin: 0;
	height: 50px;
	padding-top: 15px;
}
.fixed-box .fixed-media .fixed-inform .fixed-content #success_callback {
	height: 1px;
	z-index: 60;
}
.fixed-box .fixed-media .fixed-inform .fixed-content #result_callback {
	position: relative;
	height: 1px;
	z-index: 60;
}
.fixed-box .fixed-media .fixed-inform .fixed-content #success_callback span.success-message {
    position: absolute;
    background: rgba(114, 164, 60, 0.94);
    display: flex;
    width: 100%;
    color: #fff;
    top: 0;
    left: 0;
    justify-content: center;
    text-align: center;
    height: 100%;
    align-items: center;
    z-index: 101;
}
.fixed-box .fixed-media .fixed-inform .fixed-content form span.error {
	position: absolute;
	display: inline-block;
	padding: 4px 8px;
	background: rgba(0,0,0,.8);
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	top: auto;
	bottom: 0;
	left: 0;
	opacity: 0;
	margin-top: -10px;
	font-weight: 300;
	z-index: -10;
	transition: all .35s;
	pointer-events: none;
}
.fixed-box .fixed-media .fixed-inform .fixed-content form span.error:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	margin-left: 10px;
	margin-bottom: -8px;
	border: 8px solid transparent;
	border-top: 8px solid rgba(0,0,0,.8);
	border-bottom: none;
}
.fixed-box .fixed-media .fixed-inform .fixed-content form span.error {
	opacity: 1;
	z-index: 10;
}
.fixed-box .fixed-media .fixed-inform .fixed-content form span.error {
	opacity: 0;
    animation-name: err-opacity;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(1,.0,0,1);
}
@keyframes err-opacity {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}
.fixed-box .fixed-media .fixed-inform .fixed-content input {
	display: block;
	width: 100%;
	border: 2px solid #aaa;
	border-radius: 10px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 18px;
}
.fixed-box .fixed-media .fixed-inform .fixed-content .btn {
	display: block;
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	text-align: center;
	border: 0;
}
.fixed-box .fixed-media .fixed-inform .fixed-content .success {
	position: absolute;
	display: block;
	width: 100%;
	padding: 50px 40px 50px 0px;
	background: rgba(255,255,255,.9);
	max-height: 0%;
	box-sizing: border-box;
	text-align: center;
	z-index: -10;
	transition: all .35s
}
.fixed-box .fixed-media .fixed-inform .fixed-content .success.active {
	z-index: 20;
	max-height: 100%;
}

/*
** Global
*/
html, body {
	position: relative;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	max-width: 2500px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#main {
	position: relative;
	padding-top: 72px;
	padding-top: 106px;
}
#footer {
  position: relative;
  opacity: 0;
  transition: opacity .3s 0s;
}
#wrapper.loaded #footer {
  opacity: 1;
  transition: opacity .3s .7s;
}


.top-other-projects {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #281c32;
    color: #979797;
    z-index: 605;
    height: 34px;
    font: 13px Tahoma, sans-serif;
    overflow: hidden;
}

.top-other-projects img {
    width: 106px;
    margin-top: 3px;
}

.top-other-projects .home {
    display: block;
    float: left;
    height: 34px;
    line-height: 33px;
}

.top-other-projects span {
    display: block;
    float: left;
    padding: 0 5px 0 20px;
    height: 34px;
    line-height: 33px;
}

.top-other-projects ul {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
.top-other-projects ul li {
    display: block;
    float: left;
    height: 34px;
    margin: 0;
    padding: 0;
}
.top-other-projects ul li:after {
    content: '|';
    display: inline-block;
}
.top-other-projects ul li:last-child:after {
    content: '|';
    display: none;
}
.top-other-projects ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #979797;
    height: 34px;
    line-height: 33px;
    transition: all .2s;
}
.top-other-projects ul li.active a,
.top-other-projects ul li a:hover {
    color: #fff;
}
.top-other-projects select {
    display: none;
    height: 34px;
    border: none;
    background: #281c32;
    color: #979797;
}

@media screen and (max-width:1200px){

    .top-other-projects {
        white-space: nowrap;
    }
    .top-other-projects .home {
        display: inline-block;
    }

    .top-other-projects span,
    .top-other-projects ul {
        display: none;
    }
    .top-other-projects select {
        display: inline-block;
        margin-left: 20px;
    }
}

@media screen and (max-width:768px){
    
    .top-other-projects .home {
        overflow: hidden;
        width: 30px;
    }
    .top-other-projects select {
        display: inline-block;
        margin-left: 5px;
    }
    
}

.nav-box {    
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 20;
	max-height: 72px;
	overflow: visible;
	background: #fff;
	box-shadow: 0 1px 15px rgba(0,0,0,.15);
	z-index: 500;
	
	position: fixed;
    width: 100%;
    top: 34px;
}
.nav-box:hover {
	overflow: visible;
}
.nav-box .main-nav {
}

#menu-status {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -50;
}
.nav-box .main-nav .menu-toggle {
	margin: 17px 10px 0 0;
	left: auto;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	border: none;
	background: none;
	line-height: 150px;
	cursor: pointer;
	z-index: 50;
	transition: left .5s;
}
.nav-box .main-nav .menu-toggle:before,
.nav-box .main-nav .menu-toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 5px;
	width: 30px;
	height: 2px;
	transform-origin: 50% 50%;
	background: #444;
	transition: all .2s .6s;
}
.nav-box .main-nav .menu-toggle:after {
	top: auto;
	bottom: 13px;
}
.nav-box .main-nav .brand-logo {
	display: block;
	position: relative;
	float: left;
	margin: 9px 0 0 0;
	width: 0;
	height: 51px;
	overflow: hidden;
	background: none;
	z-index: 100;
}
.nav-box .main-nav .brand-logo img {
	display: block;
	width: 100%;
}
.nav-box .main-nav .brand-logo.active {
	width: 63px;
	margin-right: 25px;
}
.nav-box .main-nav ul.list {
	list-style-type: none;
	display: block;
}
.nav-box .main-nav ul.list:after {
	content: "";
	display: block;
	clear: both;
}
.nav-box .main-nav ul.list {
	position: fixed;
	display: block;
	z-index: -500;
	overflow: hidden;
	background: rgba(255,255,255,1);
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	overflow-y: auto;
	padding: 0;
	white-space: normal;
	margin: 0;
	transition: background .5s, height .5s;
}
.nav-box .main-nav ul.list li {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	position: relative;
	margin-left: -1000px;
	opacity: 1;
	-webkit-transform: translate(10%,150%) scale(1.2);
	-ms-transform: translate(10%,150%) scale(1.2);
	-o-transform: translate(10%,150%) scale(1.2);
	transform: translate(10%,150%) scale(1.2);
	transition: transform .3s, opacity .3s
}

.nav-box .main-nav ul.list li:first-child {
	margin-top: 60px;
}
.nav-box .main-nav ul.list li:last-child {
	margin-bottom: 50px;
}
.nav-box .main-nav ul.list li.active a,
.nav-box .main-nav ul.list li a.active {
	border-left: 4px solid #72a43c;
}
.nav-box .main-nav ul.list li a {
	display: block;
	width: auto;
	border-left: 4px solid #fff;
	padding: 10px 20px;
}
.nav-box .main-nav ul.list li a:hover {
	background: #efefef;
}
.nav-box .main-nav ul.list li ul {
	padding: 0 0 0 20px;
}
.nav-box .main-nav ul.list li ul li {
	padding: 0;
	margin: 0;
	padding: 10px 0 0;
}
.nav-box .main-nav ul.list li ul li:first-child,
.nav-box .main-nav ul.list li ul li:last-child {
	margin: 0;
	padding: 10px 0 0;
}

/* activation menu */
.nav-box .main-nav #menu-status:checked ~ ul.list {
	z-index: 40;
	overflow-y: auto;
	height: 100%;
	background: rgba(255,255,255,1);
}
.nav-box .main-nav #menu-status:checked ~ ul.list li {
	opacity: 1;
	margin-left: auto;
	-webkit-transform: translate(0%,0%) scale(1);
	-ms-transform: translate(0%,0%) scale(1);
	-o-transform: translate(0%,0%) scale(1);
	transform: translate(0%,0%) scale(1);
}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(2) { transition: transform .3s .2s, opacity .3s .2s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(3) { transition: transform .3s .25s, opacity .3s .25s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(4) { transition: transform .3s .3s, opacity .3s .3s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(5) { transition: transform .3s .35s, opacity .3s .35s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(6) { transition: transform .3s .4s, opacity .3s .4s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(7) { transition: transform .3s .45s, opacity .3s .45s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(8) { transition: transform .3s .5s, opacity .3s .5s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(9) { transition: transform .3s .55s, opacity .3s .55s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(10) { transition: transform .3s .6s, opacity .3s .6s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(11) { transition: transform .3s .65s, opacity .3s .65s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(12) { transition: transform .3s .7s, opacity .3s .7s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(13) { transition: transform .3s .75s, opacity .3s .75s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(14) { transition: transform .3s .8s, opacity .3s .8s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(15) { transition: transform .3s .85s, opacity .3s .85s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(16) { transition: transform .3s .9s, opacity .3s .9s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(17) { transition: transform .3s .95s, opacity .3s .95s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(18) { transition: transform .3s 1.0s, opacity .3s 1.0s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(19) { transition: transform .3s 1.05s, opacity .3s 1.05s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(20) { transition: transform .3s 1.1s, opacity .3s 1.1s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(21) { transition: transform .3s 1.15s, opacity .3s 1.15s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(22) { transition: transform .3s 1.2s, opacity .3s 1.2s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(23) { transition: transform .3s 1.25s, opacity .3s 1.25s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(24) { transition: transform .3s 1.3s, opacity .3s 1.3s}
.nav-box .main-nav #menu-status:checked ~ ul.list li:nth-child(25) { transition: transform .3s 1.35s, opacity .3s 1.35s}

.nav-box .main-nav #menu-status:checked ~ .menu-toggle {
	position: fixed;
	z-index: 501;
	margin-left: -55px; 
	left: 100%;
	background: #fff;
}
.nav-box .main-nav #menu-status:checked ~ .menu-toggle:before {
	margin-top: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-box .main-nav #menu-status:checked ~ .menu-toggle:after {
	margin-bottom: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* .callback-box */
.callback-box {
	height: 100%;
	position: relative;
	white-space: nowrap;
	line-height: 72px;
	height: 72px;
}
.callback-box a {
	display: inline-block;
	color: #444;
	font-size: 19px;
	font-weight: 700;
	margin-right: 15px;
	vertical-align: middle;
}
.callback-box .btn {
	padding: 6px 5px 4px;
	background: #fff;
	box-shadow: none;
	margin-right: 40px;
}
.callback-box .btn .icon-phone {
	width: 18px;
	height: 30px;
	background: url(../themes/chernovola/assets/img/icons.png) -64px 0 no-repeat;
}
.callback-box .btn span {
	display: none;
}

/* .callback-box */

/*.nav-box */
/*.slideshow-box */
.slideshow-box {
	background: #eee;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	/*padding-top: 46.1%;*/
	padding-top: 45%;
	transition: padding .3s, height .3s
}
.slideshow-box .slideshow {
	position: absolute;
	background: #eee;
	background-size: cover;
	width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
} 
.slideshow-box .slideshow .owl-theme,
.slideshow-box .slideshow .owl-theme .owl-stage-outer,
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage,
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item,
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item {
	position: relative;
	height: 100%;
}
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item {
	background-color: #888;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	font-size: 40px;
	padding: 0 25px;
	color: #fff;
	text-align: center;
}
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item h2 {
	font-size: calc(1.5rem + 3vw);
	font-weight: 500;
	margin: 40px 0 0;
	margin-top: calc(1px + 4vh);
	line-height: calc(20px + 2vw);
	text-transform: uppercase;
}
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item span {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	display: block;
	padding: 10px 0;
	line-height: 24px;
}
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item p {
	font-weight: 500;
	margin: 0;
	margin-top: calc(20px + 1.5vh);
	line-height: 2vw;
}
.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item img {
	width: auto;
	display: inline-block;
}
/*.slideshow-box */

/*.flatpick-box*/
.flatpick-box {
	position: relative;
}
.flatpick-box .flatpick {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
} 
.flatpick-box .flatpick .selection-flat {
	background: rgba(255,255,255,0);
	padding: 25px 20px;
	border-radius: 20px 20px 0 0;
	max-width: 700px;
	margin: 0 auto;
	transition: all .2s
}
.flatpick-box .flatpick .selection-flat:after {
	content: "";
	display: block;
	clear: both;
}
.flatpick-box .flatpick .selection-flat h2 {
	color: #444;
	margin: 0;
	text-transform: uppercase;
}
.flatpick-box .flatpick .selection-flat .submit-box {
	margin: 0;
	display: block;
	padding: 0;
	line-height: 40px;
	position: relative;
}
.flatpick-box .flatpick .selection-flat .btn .icon-flat {
	width: 18px;
	height: 18px;
	background: url(../themes/chernovola/assets/img/icons.png) -34px 0;
}
.flatpick-box .flatpick .selection-flat p {
	font-size: 18px;
	margin: 10px 0;
}

.flatpick-box .flatpick .selection-flat label {
	margin-right: 10px;
}
#range_floors {
	margin: 20px 0 0;
}

/*.flatpick-box*/


/*.about-box*/
.about-box {}
.about-box img {
	display: inline-block;
}
.about-box h3 {
	font-size: 30px;
	font-weight: 500;
	padding: 0;
	margin: 5px 0 0;
}
.about-box h3 span,
.about-box h3 p {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.about-box h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0
}
.about-box .short-specification table {
	vertical-align: middle;
}
.about-box .short-specification table img {
	max-width: 64px;
}
.about-box .short-specification table tr td:nth-child(1) {
	padding: 10px 0;
	text-align: center;
}
.about-box .short-specification table tr td:nth-child(2) {
	padding: 10px 0 10px 20px;
}
.about-box .short-specification table tr td:nth-child(2) p {
	padding: 0;
	margin: 0;
}
.about-box .home-list-advantages {
	text-align: center;
	padding: 15px 0;
}
.about-box .home-list-advantages img {
	width: auto;
	margin: 0 auto;
}
.about-box .home-list-advantages h5 {
	font-size: 16px;
	padding: 0 30px;
	margin: 20px 0 5px;
	font-weight: 500;
}
.about-box .home-list-advantages .owl-theme {
	overflow: hidden;
}
.about-box .mini-map {
	margin: 20px 0 0;
	height: 260px;
}
.mini-map {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 10;
}
.mini-map.fixed {
	position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 600 !important;
	border-radius: 0 !important;
}
.mini-map .icon-mapzoom {
	position: absolute;
	display: block;
	outline: none;
	width: 48px;
	height: 48px;
	right: 10px;
	top: 10px;
	border: none;
	background: url(../themes/chernovola/assets/img/icons.png) 0 -195px no-repeat;
	z-index: 20;
	cursor: pointer;
}
.mini-map .icon-mapzoom:hover:after {
	content: "Увеличить карту";
	display: block;
	position: absolute;
	top: 0;
	padding: 3px 10px 3px;
	right: 0;
	margin-right: 58px;
	margin-top: 11px;
	border-radius: 3px;
	color: #fff;
	white-space: nowrap;
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
	z-index: 2;
	background: rgba(0,0,0,.6);
	pointer-events: none;
}
.mini-map .icon-mapzoom:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 50px;
	margin-top: 17px;
	border: 8px solid rgba(0,0,0,0);
	border-left: 8px solid rgba(0,0,0,.6);
	border-right: none;
	pointer-events: none;
}
.mini-map.fixed .icon-mapzoom {
	background: url(../themes/chernovola/assets/img/icons.png) -48px -195px no-repeat;
}
.mini-map.fixed .icon-mapzoom:hover:after {
	content: "Уменьшить карту";
}
.about-box .mini-map iframe {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1
}
/*.about-box*/

.gallery-box-video {
    overflow: hidden;
}

.gallery-box-video .item {
    margin: 0 10px;
}

.gallery-box-video a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #eee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-box-video a * {
    display: none;
}

.gallery-box-video a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgba(0,0,0,.7)'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    transform: translate(-50%, -50%);
    z-index: 2;
}
.gallery-box-video a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23f00'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}




/*.gallery-box-visual*/
.gallery-box-visual,
.gallery-box-progress {
	display: none;
	overflow: hidden;
}

.gallery-box-progress.active,
.gallery-box-visual.active {
	display: block;
}
.gallery-box-progress,
.gallery-box-visual {
	overflow: hidden;
	margin: 40px 0 0
}
.gallery-box-progress .owl-nav,
.gallery-box-visual .owl-nav {
	margin-top: -21px;
}
.gallery-box-progress .item,
.gallery-box-visual .item {
	display: block;
	height: 0;
	padding-top: 66.666%;
	width: 100%;
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff; 
	overflow: hidden;
	position: relative;
	background-color: #3cb878;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
}
.gallery-box-progress .item .title,
.gallery-box-visual .item .title {
	position: absolute;
	height: auto;
	padding: 10px 20px;
	width: 100%;
	bottom: 0;
	color: #fff;
	font-weight: 500;
	margin-bottom: -100px;
	background: rgba(0,0,0,.5);
	transition: all .3s .1s;
}
.gallery-box-progress .item:hover .title,
.gallery-box-visual .item:hover .title {
	margin-bottom: 0;
}
/*.gallery-box-visual*/

/*.docs-box*/
.docs-box {
}
.our-projects-box {
	background: #f5f5f5;
}
.our-projects-box .list,
.docs-box .docs-list {
	margin: 10px 0;
	overflow: hidden;
}
.our-projects-box .list {
	margin-top: 30px;
}
.docs-box .docs-list .item {
	text-align: center;
	padding: 0 20px;
}
.docs-box .docs-list .item a {
	display: none;
	padding: 20px 0 15px;
}
.docs-box .docs-list .item a:first-child {
	display: block;
}
.docs-box .docs-list .item .icon-docs {
	display: block;
	width: 46px;
	height: 60px;
	margin: 0 auto 20px;
	background: url(../themes/chernovola/assets/img/icons.png) 0 -19px ;
}
.docs-box .docs-list .item span {
	display: block;
}
/*.docs-box*/



/*#footer*/

/*.social-box*/
.social-box {
	text-align: center;
	background: #fafafa;
	padding: 15px 0
}
.social-box p {
	margin: 0;
}
.social-box a,
.social-box span {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	color: #666;
	font-weight: 700;
	margin: 0 10px;
}
.social-box a {
	border-radius: 12px;
	padding: 0;
	width: 47px;
	height: 47px;
}
.social-box a img {
	width: 100%;
}

/*.social-box*/
/*.rulers-box*/
.rulers-box {
	padding: 10px 0;
	background: #eee;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
}
.rulers-box p {
	margin: 0;
}
/*.rulers-box*/

/*#footer*/



/*
** #page-flats
*/
#wrapper.flats-wrapper {
	min-height: 100%;
	height: 100%;
}
#page-flats {
	position: relative;
	width: 100%;
	min-height: 650px;
	height: calc(100%);
	overflow: hidden;
	z-index: 10;
}
#page-flats .flats-image-blur {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4a6b27;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
	z-index: -1;
}

#page-flats .page-flats-outer {
	padding: 40px 0;
}
#page-flats .page-flats-outer > .grid > .row {
	background: #fff;
	margin: 0 .9375rem;
	min-height: 300px;
	border-radius: 20px;
	overflow: hidden;
}
#page-flats .page-flats-outer .grid .row {
	margin: 0 .9375rem;
}

#page-flats .page-flats-outer .flat-left-info {
	position: absolute;
	height: 0;
	width: 80%;
	z-index: 50;
}
#page-flats .page-flats-outer .flat-left-info p {
	position: absolute;
	padding: 12px 20px 12px 16px;
	margin: 0;
	bottom: 0;
	background: rgba(255,255,255,.95);
	border-radius: 0 20px 0 0;
	color: #444;
	white-space: nowrap;
	font-size: 18px;
}
#page-flats .page-flats-outer .flat-left-info p .icon-info {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 20px;
	height: 20px;
	background: url(../themes/chernovola/assets/img/icons.png) 0 -79px no-repeat;
}
#page-flats .page-flats-outer .flat-left-info p .icon-info + span {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	white-space: normal;
	z-index: -1000;
}
#page-flats .page-flats-outer .flat-left-info:hover p .icon-info + span {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 20;
}
#page-flats .page-flats-outer .flat-maps-house {
	position: relative;
	height: 570px;
	overflow: hidden;
	transition: height .3s;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-img {
	position: relative;
	border-radius: 19px 0 0 19px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-img img,
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg {
	width: auto;
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	height: 100%;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-img img.vert,
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg.vert {
	height: auto;
	width: 100%;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg .title {
	position: absolute;
	padding: 5px 10px 4px;
	display: block;
	font-size: 18px;
	color: #50732a;
	width: 180px;
	margin-left: -90px;
	text-align: center;
	background: rgba(255,255,255,.9);
	top: 40px;
	margin-top: 5px;
	opacity: 0;
	left: 30px;
	z-index: 20;
	border-radius: 10px;
	text-decoration: none;
	transition: margin .3s, opacity .3s;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg .title.active {
	margin-top: 0;
	opacity: 1;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg .title:after {
	content: "";
	display: block;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	bottom: 0;
	margin-bottom: -13px;
	border: 13px solid rgba(255,255,255,0);
	border-top: 13px solid rgba(255,255,255,.9);
	border-bottom: none;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg path {
	fill: rgba(114,164,60,0);
	transition: all .4s;
	cursor: pointer;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg path {
	content: "";
	position: absolute;
	width: 500px;
	height: 400px;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 500;
	background: #f44;
}
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg path:focus,
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg path.active,
#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg svg path:hover {
	fill: rgba(114,164,60,.4);
	stroke: rgba(255,255,255,1);
	stroke-width: 2px;
}
#page-flats .page-flats-outer .flatpick {
	position: relative;
	padding: 15px 25px;
}
#filter_header ~ .reset_form {
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: -60px;
	opacity: 0;
	cursor: pointer;
	background: none;
	color: #72a43c;
	font-size: 16px;
	border: none;
	transition: all .3s 0s;
} 
#filter_header.active ~ .reset_form {
	margin-right: 0 !important;
	opacity: 1 !important;
	transition: all .3s .70s;
}
#page-flats .page-flats-outer .flatpick h1,
#page-flats .page-flats-outer .flatpick h2 {
	font-size: 24px;
	margin: 0.67em 0;
	text-transform: uppercase;
}
#filter_header {
	perspective: 800px;
	height: 40px;
	overflow: hidden;
}
#filter_header .title_01,
#filter_header .title_02 {
	position: relative;
	display: block;
	z-index: 5;
	transition: transform .3s, opacity .3s, margin-left .1s .01s;
}
#filter_header.active .title_01 {
	transform-origin: 50% 0%;
	opacity: 0;
	margin-left: -100px;
	transform: rotateX(90deg);
	z-index: 10;
	transition: transform .3s .15s, opacity .3s .15s, margin-left .1s .45s;
}
#filter_header .title_02 {
	transform-origin: 50% 100%;
	margin-top: -36px;
	opacity: 0;
	transform: rotateX(-90deg);
	z-index: 10;
}
#filter_header.active .title_02 {
	opacity: 1;
	transform: rotateX(0deg);
}
#page-flats .page-flats-outer .flatpick table {
	width: 100%;
	font-size: 18px;
	border-spacing: 0;
}
#page-flats .page-flats-outer .flatpick table tr td {
	padding: 0;
	vertical-align: top;
	padding-bottom: 5px;
}
#page-flats .page-flats-outer .flatpick table tr td p {
	margin: 1px;
	padding: 0;
	display: block;
}
#page-flats .page-flats-outer .flatpick table tr td label {
	display: inline-block;
	margin: 0 5px 10px 20px;
}
#page-flats .page-flats-outer .flatpick table tr td .sbmt-pickflats {
	padding: 10px 0 20px;
}
#page-flats .page-flats-outer .flatpick table tr td .sbmt-pickflats .btn {
	display: block;
	width: 100%;
}
#page-flats .page-flats-outer .flatpick table tr td .btn-sbm {
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 10px;
}
#page-flats .page-flats-outer .flatpick table tr td .btn-reset {
	position: absolute;
	right: 20px;
	top: 25px;
	padding: 12px 0;
	background: rgba(255,255,255,.9);
	border-radius: 0;
	color: #72a43c;
}

#page-flats .page-flats-outer .flatpick table tr td .btn-reset:hover {
	color: #50732a;
}

#page-flats .page-flats-outer .left-outer {
	background: url(../themes/chernovola/assets/img/loading.gif) 50% 50% no-repeat;
}
#page-flats .page-flats-outer .flats-filter {
	position: relative;
	height: 430px;
	background: #fafafa;
	transition: height .3s;
}
#page-flats .page-flats-outer .flats-filter._flats .flats-filter-body .list-flats {
	white-space: nowrap;
}
#page-flats .page-flats-outer .flats-filter._flats .flats-filter-body .list-flats .item-flat {
	width: 260px;
	padding-bottom: 20px;
}

#page-flats .page-flats-outer .flats-filter._flat {
	height: 700px;
}
#page-flats .page-flats-outer .flats-filter .flats-filter-header {
	padding-top: 25px;
	padding-bottom: 25px;
}
#page-flats .page-flats-outer .flats-filter .flats-filter-header .row {
	background: none;
}
#page-flats .page-flats-outer .back-to-sections {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0;
	display: block;
	color: rgba(68,68,68,.6);
	vertical-align: middle;
	white-space: nowrap;
}
#page-flats .page-flats-outer .back-to-sections i.icon-arrow-back {
	width: 18px;
	height: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../themes/chernovola/assets/img/icons.png) -20px -79px no-repeat;
}
#page-flats .page-flats-outer .back-to-sections span {
	display: none;
	vertical-align: middle;
}
#page-flats .page-flats-outer .count {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
#page-flats .page-flats-outer .flats-filter .flat-body {
	height: calc(100% - 110px);
	position: relative;
	overflow: hidden;
	max-height: 500px;
    margin: 0px 20px 0 10px;
}
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .owl-theme,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .owl-stage-outer,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .owl-stage,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .owl-item,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .item,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .item .img-large,
#page-flats .page-flats-outer .flats-filter .flat-body .flat-body-images .slideshow .item .img-visual {
	height: 100%;
	position: relative;
}
#page-flats .page-flats-outer .flats-filter .flat-body .item .img-large,
#page-flats .page-flats-outer .flats-filter .flat-body .item .img-visual {
	display: block;
	text-decoration: none;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

#page-flats .page-flats-outer .flats-filter .flat-body .item .img-large:before,
#page-flats .page-flats-outer .flats-filter .flat-body .item .img-visual:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background:url(../themes/chernovola/assets/img/icons.png) -46px -30px no-repeat;
	opacity: 0;
	transition: all .3s;
}
#page-flats .page-flats-outer .flats-filter .flat-body .item .img-large:after,
#page-flats .page-flats-outer .flats-filter .flat-body .item .img-visual:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -24px;
	border-radius: 5px;
	width: 48px;
	height: 48px;
	z-index: 5;
	background: rgba(255,255,255,.8);
	opacity: 0;
	transition: all .3s;
}
#page-flats .page-flats-outer .flats-filter .flat-body .item:hover .img-large:before,
#page-flats .page-flats-outer .flats-filter .flat-body .item:hover .img-visual:before,
#page-flats .page-flats-outer .flats-filter .flat-body .item:hover .img-large:after,
#page-flats .page-flats-outer .flats-filter .flat-body .item:hover .img-visual:after {
	opacity: 1;
}
#page-flats .page-flats-outer .flats-filter .flat-body img {
	max-width: auto;
	height: 100px;
	opacity: 0;
}
#page-flats .page-flats-outer .flat-footer {
	margin-top: 50px;
	margin-bottom: 40px;
	height: 36px;
	position: relative;
	left: 50%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	z-index: 20;
	-webkit-transform: translate(-30%,0);
	-ms-transform: translate(-30%,0);
	-o-transform: translate(-30%,0);
	transform: translate(-30%,0);
}
#page-flats .page-flats-outer .flat-footer p strong {
	margin-right: 10px;
}
#page-flats .page-flats-outer .flat-footer p,
#page-flats .page-flats-outer .flat-footer .tabs {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
#page-flats .page-flats-outer .flat-footer .tabs .tab .btn-tab {
	width: auto;
}
#page-flats .page-flats-outer .flat-footer .tabs .tab:hover {
	z-index: 10;
	position: relative;
}

#page-flats .page-flats-outer .flat-footer .display_floor_plan {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
#page-flats .page-flats-outer .flat-footer .display_floor_plan span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#page-flats .page-flats-outer .flat-footer a i.icon-floor {
	display: inline-block;
	vertical-align: middle;
	width: 79px;
	height: 36px;
	background: url(../themes/chernovola/assets/img/icons.png) 0 -123px no-repeat;
}
#page-flats .page-flats-outer .flat-footer a:hover i.icon-floor {
	background: url(../themes/chernovola/assets/img/icons.png) 0 -159px no-repeat;
}


#page-flats .page-flats-outer .flats-filter .flats-filter-body {
	height: calc(100% - 100px);
	margin: 0 15px 0 30px;
}
#page-flats .page-flats-outer .flats-filter .flats-filter-body .list-flats {
	padding-right: 20px;
}
#page-flats .page-flats-outer .flats-filter .flats-filter-body .list-flats .item-flat {
	display: inline-block;
	width: 33%;
	padding: 0 15px 40px;
	box-sizing: border-box;
}
#page-flats .page-flats-outer .flats-filter .flats-filter-body .list-flats .item-flat a {
	color: #444;
}
#page-flats .page-flats-outer .flats-filter .flats-filter-body .list-flats .item-flat .thumb {
	background: #fff;
	position: relative;
	padding-bottom: 100%;
	box-shadow: 0 2px 10px rgba(0,0,0,.02);
}
#page-flats .page-flats-outer .flats-filter .flats-filter-body .list-flats .item-flat .thumb img {
	width: 100%;
	position: absolute;
	width: auto;
	height: auto;
	margin: 7% 0;
	left: 50%;
	max-width: 86%;
	max-height: 86%;
	-webkit-transform: translate( -50% , 0);
	-ms-transform: translate( -50% , 0);
	-o-transform: translate( -50% , 0);
	transform: translate( -50% , 0);
}
#page-flats .page-flats-outer .flats-filter .flats-filter-body .list-flats .item-flat .item-flat-header {
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0;
}
#page-flats .col-lg-prc-30 {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	position: relative;
	right: auto;
	top: 0;
}
#page-flats #filter_box {
	position: relative;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	top:0;
	opacity: 1;
	transition: transform .6s, opacity .6s;
}
#page-flats #filter_box.noactive {
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0px;
}
#page-flats .page-flats-outer .flat-info-body {
	position: absolute;
	float: none;
	opacity: 0;
	right: 0;
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
	transition: all .3s;
}
#page-flats .page-flats-outer .flat-info-body.active {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
#page-flats .page-flats-outer .flat-left-box {
	position: relative;
	z-index: 20;
}
#page-flats .page-flats-outer .flat-left-box .flats-filter {
	border-radius: 20px 0 0 20px;
}
#page-flats .page-flats-outer .flat-left-error.ng-hide {
	position: absolute;
	display: block !important;
	overflow: hidden;
	z-index: 1;
	visibility: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	width: 70%;
}
#page-flats .page-flats-outer .flat-left-error:not(.ng-hide) {
	visibility: visible;
	transition: all .25s;
	opacity: 1;
}
#page-flats .page-flats-outer .flat-left-error {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 70%;
}
#page-flats .page-flats-outer .flat-left-error .flats-filter-body {
	text-align: center;
	font-size: 24px;
}

#page-flats .page-flats-outer .flat-left-error {
	width: 100%;
}
#page-flats .page-flats-outer .flat-left-error .flats-filter {
	height: 420px;
}
#page-flats .page-flats-outer .anim_noshow {
	opacity: 0;
	transition: opacity .6s;
}
#page-flats .page-flats-outer .anim_show {
	opacity: 1;
	visibility: visible;
}

#page-flats .page-flats-outer .flat-info {
	padding: 30px 15px 0 20px; 
	vertical-align: middle;
}
#page-flats .page-flats-outer .flat-info a.zoom_flat {
}
#page-flats .page-flats-outer a.zoom_flat i.icon-zoom {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background: url(../themes/chernovola/assets/img/icons.png) -24px -99px no-repeat;
}

#page-flats .page-flats-outer a.zoom_flat span {
	display: none;
}
#page-flats .page-flats-outer .flat-info h3 {
	margin: 25px 0 0;
}
#page-flats .page-flats-outer .flat-info h3 span {
	display: block;
	font-size: 18px;
	font-weight: 500;
}
#page-flats .page-flats-outer .flat-info .flat-info-room {
	margin: 15px 0 0;
}
#page-flats .page-flats-outer .flat-info .flat-info-area {
	margin: 0 0 15px;
}
#page-flats .page-flats-outer .flat-info table {
	border-spacing: 0;
}
#page-flats .page-flats-outer .flat-info table tr td {
	padding: 0 10px 0;
}
#page-flats .page-flats-outer .flat-info table tr td:first-child {
	padding: 0 10px 0 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
#page-flats .page-flats-outer .flat-info table tr td br {
    display: none;
}
#page-flats .page-flats-outer .flat-info table tr td:first-child:after {
	content: "";
	display: inline-block;
	position: relative;
	bottom: 0;
	margin-bottom: -2px;
	width: 100%;
	border-top: 1px solid #ddd;
}
#page-flats .page-flats-outer .flat-info .flat-info-details {
	margin-bottom: 15px;
}
#page-flats .page-flats-outer .flat-info .btn-large {
	width: 100%;
	display: block;
	white-space: normal;
}


#page-flats .page-flats-outer .floor-box {
	height: 560px;
}
#page-flats .page-flats-outer .floor-box .floor-box-header {
	padding: 20px 0 10px;
	height: 60px;
	box-sizing: border-box;
}
#page-flats .page-flats-outer .floor-box .floor-box-body {
	height: calc(100% - 130px);
	padding: 15px 15px;
	position: relative;
	box-sizing: border-box;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map {
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-img {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 768px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 10;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-img:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
	margin-left: -4px;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-img img {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	transition: opacity .2s;
}

#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg {
	position: absolute;
	display: block;
	min-width: 768px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 20;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
	margin-left: -4px;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg .icons-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	pointer-events: none;
	z-index: 30;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg .icons-container .sold {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 84px;
	height: 37px;
	background: url(../themes/chernovola/assets/img/flat_sold.png) 0 0 no-repeat;
	z-index: 10;
	transform: translate(-42px,-18px);
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg svg {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	transition: opacity .2s;
}

#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg svg path {
	fill: rgba(114,164,60,0);
	stroke: rgba(114,164,60,0);
	transition: stroke .3s;
	shape-rendering: crispEdges;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg svg a:hover path {
	stroke: rgba(114,164,60,1);
	stroke-width: 15px;
	cursor: pointer;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg svg a.notactive {
	cursor: default;
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg svg a.notactive path {
	fill: rgba(0,0,0,0.6);
}
#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map .floor-svg svg a.notactive:hover path {
	stroke-width: 0;
	stroke: rgba(0,0,0,0);
	cursor: default;
}
.flats-paginator {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 25px 30px 0;
}
.flats-paginator ul {
	display: block;
	white-space: nowrap;
	background: rgba(0,0,0,.6);
	border-radius: 3px;
	list-style-type: none;
	padding: 0 5px;
	overflow: hidden;
	margin: 0;
	height: 32px;
}
.flats-paginator ul li {
	display: inline-block;
	margin: 0;
}
.flats-paginator ul li button {
	border: none;
	display: block;
	padding: 4px 9px 3px;
	cursor: pointer;
	background: none;
	font-weight: 300;
	color: #fff;
}
.flats-paginator ul li button:hover {
	font-weight: 500;
	background: rgba(0,0,0,.2);
}
.flats-paginator ul li.active button {
	font-weight: 500;
	background: rgba(0,0,0,.3);
}
.flats-paginator ul li button:focus {
	outline: none;
}

#floor_tooltip {
	display: none;
}
.svg_tooltip {
	background: #fff;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 10px;
	margin-top: -5px;
	margin-left: 15px;
	width: 240px;
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	font-size: 16px;
	color: #333;
	pointer-events: none;
	z-index: 50;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);

}
#floor_tooltip.active {
	display: block;
}
#floor_tooltip .triangle {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -14px;
	margin-left: -14px;
	border: 14px solid transparent;
	border-left: none;
	border-right: 14px solid #fff;
}
#floor_tooltip.left .triangle {
	left: 0;
}
#floor_tooltip.right .triangle {
	left: auto;
	margin-left: 0;
	margin-right: -10px;
	right: 0;
	border-right: none;
	border-left: 14px solid #fff;
}
#floor_tooltip.right {
	margin-left: -230px;
}
.svg_tooltip .svg_tooltip-body {
	padding: 20px 25px;
	font-size: 16px;
	line-height: 22px;
}
.svg_tooltip .svg_tooltip-body h2 {
	font-size: 24px;
	color: #444;
	margin: 0 0 15px;
}
.svg_tooltip .svg_tooltip-body strong {
	color: #444;
}
.svg_tooltip .svg_tooltip-body .svg_tooltip-basic {
	margin: 20px 0 25px;
}
.svg_tooltip .svg_tooltip-body .svg_tooltip-details p {
	margin: 0
}
.svg_tooltip .svg_tooltip-body .svg_tooltip-details table {
	padding: 0;
	border-spacing: 0;
}
.svg_tooltip .svg_tooltip-body .svg_tooltip-details td {
	padding: 0;
	border-spacing: 0;
}

.floor_outer {
	background: url(../themes/chernovola/assets/img/loading.gif) 50% 50% no-repeat;
}
#floor_map {
	position: relative;
	width: 100%;
	height: 100%;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer {
	height: 70px;
	padding-top: 15px;
	text-align: center;
	box-sizing: border-box;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer p,
#page-flats .page-flats-outer .floor-box .floor-box-footer .tabs {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .tabs .tab .btn-tab {
	width: auto;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .tabs .tab:hover {
	z-index: 10;
	position: relative;
}

#page-flats .page-flats-outer .floor-box .floor-box-footer strong {
	margin-right: 10px;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections {
	margin-right: 30px;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections a {
	display: inline-block;
	font-size: 20px;
	color: #444;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections a:hover,
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections a.active {
	color: #fff;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections a i.icon-section {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	line-height: 35px;
	width: 79px;
	height: 36px;
	background: url(../themes/chernovola/assets/img/icons.png) 0 -123px no-repeat;
}
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections a.active i.icon-section,
#page-flats .page-flats-outer .floor-box .floor-box-footer .floor-box-sections a:hover i.icon-section {
	background: url(../themes/chernovola/assets/img/icons.png) 0 -159px no-repeat;
}

/*
** /#page-flats
*/

/*
** /.about-wrapper
*/

.about-wrapper {
}
.about-wrapper .about-box {
	font-size: 18px;
}
.about-wrapper .about-box .about-content {
	font-size: 18px;
}
.about-wrapper .about-box .bg-about {
	height:260px;
	border-radius:20px;
	background-color: #ccc;
	background-position:  20% 100%;
	background-repeat: no-repeat;
	background-size:cover;
}
.about-wrapper .about-box .content-body .table-responsive {
	overflow-x: auto;
	display: block;
}

/*
** /.about-wrapper
*/


/*
** /.contacts-wrapper
*/

.contacts-wrapper {
	
}
.contacts-wrapper .contact-box .block-inner .grid {
	position: relative;
	z-index: 1;
}
.contacts-wrapper .contact-box .block-inner .grid .row {
	border-radius: 10px;
	position: relative;
	margin: 30px 10px 10px;
	overflow: hidden;
	z-index: -1;
	box-shadow: 0 6px 40px -5px rgba(0,0,0,0.2);
}
.contacts-wrapper .contact-box .bg-content {
	position:absolute;
	width:50%;
	height:100%;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: cover;
}
.contacts-wrapper .contact-box .block-inner .content-body {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	z-index: 10;
	font-size: 18px;
	padding: 10px 10px 20px 20px;
	background-image: url(/storage/app/media/contacts/bg-contact.jpg);
}
.contacts-wrapper .contact-box .block-inner .content-body a {
	display: inline-block;
	position: relative;
}
.contacts-wrapper .contact-box .block-inner .content-body a:after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	margin-bottom: 3px;
	position: absolute;
	width: 100%;
	border-top: 1px dotted #72a43c;
}
.contacts-wrapper .contact-box .block-inner .content-body h3 {
	margin: 0;
	padding: 20px 10px 20px;
	font-size: 24px;
	font-weight: 500;
}
.contacts-wrapper .contact-box .block-inner .content-body table tr td {
	padding: 7px 5px 7px 10px;
}
.contacts-wrapper .contact-box .block-inner .content-body table tr td:first-child {
	width: 40px;
	padding-left: 15px;
}
.contacts-wrapper .contacts-maps .mini-map {
	height: 430px;
	background: #ccc;
	margin-bottom: 60px;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body {
	vertical-align: middle;
	list-style-type: none;
	white-space: nowrap;
	margin: 0 0 30px;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: none;
	margin-left: 30px;
	width: calc(100% - 50px);
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body ul.active {
	display: block;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body ul li {
	padding: 10px 0;
	display: block;
	margin: 0 0 2px;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body .icon-bus {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../themes/chernovola/assets/img/icons.png) 0 -99px no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body .tab-body-inner {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body .bus,
.contacts-wrapper .contacts-maps .tabs-body .tab-body span {
	position: relative;
	display: inline;
	vertical-align: middle;
	background: none;
	border: none;
	padding: 0;
	margin-right: 5px;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body .bus {
	color: #72a43c;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	padding: 2px 6px 0;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body .bus.active {
	background: #72a43c;
	color: #fff;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body span {
	white-space: normal;
}
.contacts-wrapper .contacts-maps .tabs-body .tab-body .bus:after {
	content: "";
	position: absolute;
	margin-bottom: 1px;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px dotted #72a43c;
}




/* sales */
#page-sales .sales-apart {
	overflow: hidden;
	overflow-x: auto;
	padding: 0 0 10px;
}
#page-sales .filter-header {
	text-align: left;
}
#page-sales .sales-apart table {
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
#page-sales .sales-apart table tr td {
	padding: 3px 8px;
	color: #444;
	white-space: nowrap;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
#page-sales .sales-apart table tr:hover td {
	background: rgba(0,0,0,.03);
	color: #000;
}
#page-sales .sales-apart table thead tr:hover td,
#page-sales .sales-apart table thead tr td {
	background: rgba(0,0,0,.05);
	color: #000;
	border: 1px solid #ddd;
	border-right: none;
	padding: 6px 8px;
}
#page-sales .sales-apart table tr td:first-child {
	text-align: left;
}
#page-sales .sales-apart table tr td:nth-child(2) {
	text-align: left;
}
#page-sales .sales-apart table tr td.kind {
	position: relative;
	text-align: left;
}
#page-sales .sales-apart table tr td.kind span {
	max-width: 80px;
	overflow: hidden;
	position: relative;
	display: block;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
#page-sales .sales-apart table tr td:hover {
	background: rgba(0,0,0,.05);
}
#page-sales .sales-pagination {
	padding: 0;
	margin: 30px 0 0;
	display: block;
	list-style-type: none;
	padding: 0;
}
#page-sales .sales-pagination li {
	display: inline-block;
}
#page-sales .sales-pagination li button {
	display: block;
	padding: 6px 12px;
	margin: 0 2px 4px;
	border: none;
	color: #111;
	border-radius: 2px;
	background: #ddd;
	cursor: pointer;
}
#page-sales .sales-pagination li button:active,
#page-sales .sales-pagination li.active button {
	background: #72a43c;
	color: #fff;
	cursor: default;
}
#page-sales .sales-pagination li.disabled button:active,
#page-sales .sales-pagination li.disabled button {
	background: #eee;
	color: #999;
	outline: none;
}

#page-sales .filters-box h2 {
	margin-top: 0;
}
#page-sales .filter-item {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px 10px 0;
	text-align: left;
}

#page-sales .filter-item.filter-item-sbm {
	display: block; 
} 

#page-sales .filter-item h4 {
	margin: 10px 0 5px;
}
#page-sales .filter-item__body {
	white-space: nowrap;
}
#page-sales .filter-item span {
	display: inline-block; 
}

#page-sales .last-update {
	display: block;
	color: #777;
	text-transform: lowercase;
}
#page-sales .search-box {
	padding: 20px 0;
}
#page-sales .search-box,
#page-sales .search-box input {
	display: block;
	width: 100%;
}
#page-sales .search-box input {
	padding: 3px 10px;
	-webkit-appearance: searchfield;
	width: 96%;
	border: 1px solid #888;
	border-radius: 3px;
}
#page-sales .select-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 29px;
	overflow: hidden;
	margin: 21px 41px 0 0;
	padding: 0;
	background: #fefefe;
	border-left: 1px solid #ddd;
	z-index: 10;
	cursor: pointer;
}
#page-sales .select-box:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 10px;
	height: 6px;
	z-index: -1;
	background: url(../themes/chernovola/assets/img/icons.png) -38px -79px no-repeat;
}
#page-sales .select-box select {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: transparent;
	right: 0;
	opacity: 0;
    padding-top: 30px;
	display: block;
	height: 29px;
	cursor: pointer;
}
#page-sales .select-box select:focus {
	opacity: 1
}
#page-sales .select-box select option {
	padding: 3px 8px;
	background: #fff;
	display: block;
}
#page-sales .perpage-box {
	display: block; 
	position: absolute;
	top: 0;
	right: 0; 
	padding: 0 0 0;
	margin: -52px 15px 0 0;
}
#page-sales .perpage-box input {
	display: inline-block;
	padding: 3px 2px 3px 10px;
	border: 1px solid #888;
	border-radius: 3px;
}

#page-sales .perpage-box label {
	white-space: nowrap; 
}

#page-sales .checkbox-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#page-sales .checkbox-box .badge {
	position: relative;
	width: 0;
	margin-right: 30px;
}
#page-sales .checkbox-box .badge:before {
	content: attr(data-value);
	position: absolute;
	left: 0;
	text-align: center;
	min-width: 10px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	margin-top: -30px;
	display: block;
	opacity: .5;
	padding: 2px 4px 0px;
	border-radius: 20px;
	background: rgba(60,160,240,0.95); 
	transition: all .2s;
	pointer-events: none;
}
#page-sales .checkbox-box:hover .badge:before {
	opacity: .95;
}
#page-sales .checkbox-box input[type="checkbox"] {
	opacity: 0;
}
#page-sales .checkbox-box .checkbox-title {
	font-style: normal;
	vertical-align: middle;
	position: relative;
	margin-left: 5px;
}
#page-sales .checkbox-box .checkbox-title:before,
#page-sales .checkbox-box .checkbox-title:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	margin-left: -22px;
	border: 2px solid #888;
	z-index: 20;
}
#page-sales .checkbox-box .checkbox-title:after {
	display: none;
}
#page-sales .checkbox-box input[type="checkbox"]:checked + .checkbox-title:before {
	border-color: #72a43c;
	background: #72a43c;
}
#page-sales .checkbox-box input[type="checkbox"]:checked + .checkbox-title:after {
	display: block;
	width: 6px;
	height: 4px;
	top: 8px;
	left: 3px;
	border: none;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 30;
}
#page-sales .input-box {
	display: inline-block;
	width: 75px;
	position: relative;
} 
#page-sales .input-box input {
	display: block;
	padding: 3px 10px;
	width: 99%;
	border: 1px solid #888;
	border-radius: 3px;
	box-sizing: border-box;
}
.account-action .col-md-6 {
	padding-bottom: 40px;
}
.account-action .form-group {
	padding: 0 0 10px; 
}
.account-action .form-group label {
	width: 100px; 
	display: inline-block;
	text-align: right;
	padding: 3px 10px 0 0;
	vertical-align: middle;
	border-radius: 3px;
}
.account-action .form-group input {
	width: 200px; 
	display: inline-block;
	border: 1px solid #777;
	padding: 3px 10px;
	vertical-align: middle;
	border-radius: 3px;
}

/* Google maps */
#map {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
/* Google maps */

/*
** /.contacts-wrapper
*/


/*
** .news-box
*/

.news-box {

}
.news-box .post-list {
	padding-top: 20px;
}
.news-box .post-list .post-item img {
	max-width: 100%;
	background: #f71;
}
.news-box .post-list .post-item .post-thumb {
	width: 100%;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #badf93;
	background-size: cover;
	overflow: hidden;
}
.news-box .post-list .post-item .post-thumb img {
	display: none;
}

.news-box .post-list .post-item .post-date {
	font-size: 14px;
	color: #b1b1b1;
	margin: 18px 0 10px;
}
.news-box .post-list .post-item .post-header {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
}
.news-box .post-list .post-item .post-header a {
	color: #444;
}
.news-box .post-list .post-item .post-body {
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
}
#more-news {
	position: relative;
}

#more-news .icon-loader {
	position: absolute;
	width: 100%;
	left:0;
	height: 30px;
	opacity: 0;
	background: url(../themes/chernovola/assets/img/icon-loading-infinity.gif) 50% 50% no-repeat;
	z-index: 1;
	transition: all .1s;
}
#more-news:disabled {
	background: #72a43c;
	box-shadow: 0 2px 0 #4a6b27;
}
#more-news:disabled span {
	opacity: 0;
	transition: all .3s;
}
#more-news:disabled .icon-loader {
	opacity: 1;
}
.mfp-bg.mfp-news-view {
	background: #000;
	opacity: .5;
}
.mfp-news-view .mfp-content {
	max-width: 700px;
	background: #fff;
	margin: 100px 0;
	border-radius: 15px;
}
.mfp-news-view .mfp-content .mfp-close {
	margin-right: -30px;
	color: rgba(0,0,0,0);
	width: 20px;
	height: 20px;
	font-size: 30px;
	background: url(../themes/chernovola/assets/css/popup-icons.png) 0 -31px no-repeat;
}
.mfp-news-view .mfp-content .post-thumb {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #d0c1f8;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	border-radius: 15px 15px 0 0
}
.mfp-news-view .mfp-content .post-thumb img {
	display: none;
}
.mfp-news-view .mfp-content .post-body {
	padding: 35px;
}
.mfp-news-view .mfp-content .post-body .post-date {
	margin: 0;
	color: #b1b1b1;
	font-size: 14px;
}
.mfp-news-view .mfp-content .post-body .post-header {
	position: relative;
	margin: 20px 0;
}
a.edit-flat-admin,
.mfp-news-view .mfp-content .post-body .post-header a {
	display: block;
	right: -5px;
	top: -45px;
	position: absolute;
	width: 25px;
	height: 25px;
	color: #fff;
}
a.edit-flat-admin .icon-edit,
.mfp-news-view .mfp-content .post-body .post-header a .icon-edit {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	background: rgba(114,164,60,.6);
	border-radius: 50%;
	color: #fff
}
a.edit-flat-admin span,
.mfp-news-view .mfp-content .post-body .post-header a span {
	position: absolute;
	right: 0;
	margin-right: 30px;
	font-size: 12px;
	border-radius: 3px;
	padding: 4px 8px 4px;
	display: none;
	font-weight: 300;
	top: 1px;
	color: #fff;
	background: rgba(0,0,0,.7);
	z-index: 10;
	pointer-events: none;
}
a.edit-flat-admin span:after,
.mfp-news-view .mfp-content .post-body .post-header a span:after {
	content: "";
	top: 9px;
	right: -4px;
	position: absolute;
	display: block;
	border: 4px solid rgba(0,0,0,0);
	border-right: 0;
	border-left: 4px solid rgba(0,0,0,.7);
}
a.edit-flat-admin:hover span,
.mfp-news-view .mfp-content .post-body .post-header a:hover span {
	display: block;
}
a.edit-flat-admin:hover .icon-edit,
.mfp-news-view .mfp-content .post-body .post-header a:hover .icon-edit {
	background: rgba(114,164,60,1);
}
.mfp-news-view .mfp-content .post-body .post-content img {
	max-width: 100%;
}

/*
** /.news-box
*/

/*
** Popup Timer
*/

.popup-timer {
	display: none;
	overflow: hidden;
	border-radius: 12px;
	color: #fff;
}
.popup-timer [class*="col-"] {
	padding: 0;
}
.popup-timer img {
	max-width: 100%;
	display: block;
}
.popup-timer .popup-timer__clock {
	background: #fff;
}
.popup-timer a {
	display: block;
}
.popup-timer h3 {
	margin: 0;
	padding: 10px 20px;
	font-size: 18px;
	opacity: .8;
}
.popup-timer .popup-timer__phone, 
.popup-timer .popup-timer__clock {
	padding: 10px 10px 35px;
}
.popup-timer .popup-timer__clock h3 {
	text-align: center;
}
.popup-timer .popup-timer__phone-body {
	font-size: 52px;
	line-height: 60px;
	padding-left: 20px;
	color: #fff86a;
}
.popup-timer .popup-timer__phone h3,
.popup-timer .popup-timer__phone a {
	color: #fff86a;
}

.mfp-popup-view .mfp-container {
	white-space: nowrap;
}
.mfp-popup-view .mfp-container:before {
	margin-left: -5px;
}
.mfp-popup-view .mfp-content {
    min-width: 300px;
    width: auto;
    margin: 100px 0; 
    white-space: normal;
    border-radius: 15px;
}

.mfp-popup-view .mfp-content .popup-timer {
	display: block;
}

.mfp-popup-view .mfp-close {
	margin: -15px -15px 0 0;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 38px;
    width: 36px;
    line-height: 39px;
    height: 36px;
}

@media (max-width: 996px) {
    .popup-timer .popup-timer__counter {
        padding: 20px 0px;
        display: inline-block;
        width: auto;
    }
    .popup-timer .popup-timer__clock,
    .popup-timer .popup-timer__phone {
        padding: 20px 5px;
        height: auto;
    }
    .popup-timer .popup-timer__clock,
    .popup-timer .popup-timer__phone {
    	text-align: center;
    }
    .popup-timer .popup-timer__phone,
    .popup-timer .popup-timer__clock {
        zoom: .7;
    }
	.mfp-popup-view .mfp-close {
		margin-right: 2px;
	}
}



.target:target > div {
	background: rgba(204,202,58,0);
    animation-name: fade-bg;
    border-radius: 10px;
    animation-duration: 8s;
    animation-iteration-count: 1;
}
@keyframes fade-bg {
    0%   {background: rgba(204,202,58,.2);}
    100% {background: rgba(204,202,58,0);}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
	.slideshow-box {
		height: 888px;
		padding: 0;
	}
}
@media only screen and (min-width : 1200px) {
		
	#page-sales .checkbox-box {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		cursor: pointer;
	}
	.callback-box .btn {
		padding: 6px 15px 4px;
		background: #72a43c;
		color: #fff;
		text-transform: uppercase;
		border: none;
		margin-right: 0;
		box-shadow: 0 2px 0 #4a6b27;
	}
	.callback-box .btn:hover {
		background: #50732a;
		box-shadow: 0 2px 0 #344b1b;
	}
	.callback-box .btn:active {
		background: #385d10;
		box-shadow: 0 2px 0 #243d0a;
	}
	.callback-box .btn .icon-phone {
		width: 12px;
		height: 18px;
		background: url(../themes/chernovola/assets/img/icons.png) 0 0 no-repeat;
	}
	.callback-box .btn span {
		display: none;
	}
	.callback-box .btn span {
		display: inline-block;
	}
	.nav-box .main-nav ul.list {
		list-style-type: none;
		background: none;
		white-space: nowrap;
		overflow: hidden !important;
		display: block;
		width: auto;
		float: left;
		height: auto;
		z-index: 10;
		position: relative;
		margin: 0 0 0 0;
		padding: 0;
	}
	.nav-box .main-nav ul.list:hover {
		overflow: visible !important;
	}
	.nav-box .main-nav ul.list:after {
		content: "";
		display: block;
		clear: both;
	}
	.nav-box .main-nav ul.list li:first-child,
	.nav-box .main-nav ul.list li:last-child,
	.nav-box .main-nav ul.list li {
		display: inline-block;
		opacity: 1;
		position: relative;
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
		margin-right: 16px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.nav-box .main-nav ul.list li a {
		display: block;
		text-decoration: none;
		padding: 20px 0 24px;
		color: #444;
		font-size: 16px;
		font-weight: 700;
		border: none;
		margin: 0;
		border-top: 4px solid #fff;
	}
	.nav-box .main-nav ul.list li.active a,
	.nav-box .main-nav ul.list li.active a.active {
		border: none;
		border-top: 4px solid #72a43c;
	}
	.nav-box .main-nav ul.list li a:hover {
		background: #fff;
		color: #50732a;
	}
	.nav-box .main-nav ul.list li ul {
		display: none;
		position: absolute;
		overflow: hidden;
		margin: 0;
		margin-left: -20px;
		background: #fff;
		padding: 5px 0 10px;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,.2);
		border-radius: 0 0 10px 10px;
	}
	.nav-box .main-nav ul.list li:hover ul {
		display: block;
	}
	.nav-box .main-nav ul.list li ul li {
		display: block;
		margin: 0;
		padding: 0;
		background: #fff;
	}
	.nav-box .main-nav ul.list li ul li a {
		display: block;
		border: none;
		border-left: 4px solid #fff;
		width: 100%;
		min-width: 160px;
		padding: 10px 20px 10px 16px;
		box-sizing: border-box;
		margin: 0;
	}
	.nav-box .main-nav ul.list li.active ul li a {
		border: none;
		border-left: 4px solid #fff;
	}
	.nav-box .main-nav ul.list li.active ul li.active a,
	.nav-box .main-nav ul.list li ul li.active a,
	.nav-box .main-nav ul.list li ul li a.active {
		border: none;
		border-left: 4px solid #72a43c;
	}
	.nav-box .main-nav ul.list li ul li a:hover {
		border: none;
		border-left: 4px solid #fff;
		color: #50732a;
	}
	.nav-box .main-nav ul.list li ul li:first-child,
	.nav-box .main-nav ul.list li ul li:last-child {
		display: block;
		margin: 0;
		padding: 2px 0;
	}
	.flatpick-box .flatpick {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 100;
	} 
	.flatpick-box .flatpick .selection-flat {
		background: rgba(255,255,255,1);
		box-shadow: 0 -8px 25px -6px rgba(0,0,0,.15);
	}

	#page-flats .page-flats-outer .flat-left-info p {
		border-radius: 0 20px 0 20px;
	}

	#page-flats .page-flats-outer .flat-left-info p .icon-info + span {
		position: relative;
		overflow: visible;
		width: 100%;
		height: 100%;
		z-index: 20;
	}
	#page-flats .page-flats-outer .flat-maps-house {
		height: 780px;
	}

	#page-flats .page-flats-outer .flat-left-error {
		width: 70%;
	}
	#page-flats .page-flats-outer .flat-left-error .flats-filter,
	#page-flats .page-flats-outer .flats-filter {
		height: 780px;
	}
	#page-flats .page-flats-outer .flats-filter._flats .flats-filter-body .list-flats {
		white-space: normal;
	}
	#page-flats .page-flats-outer .flats-filter._flats .flats-filter-body .list-flats .item-flat {
		width: 33%;
		padding-bottom: 40px;
	}

	#page-flats .page-flats-outer .flats-filter._flat {
		height: 800px;
	}
	#page-flats .page-flats-outer .flatpick table tr td label {
		display: block;
	}
	#page-flats .page-flats-outer .back-to-sections span {
		display: inline-block;
	}
	.about-wrapper .about-box .about-content {
		font-size: 24px;
		font-weight: 300;
	}
	.about-wrapper .about-box .content-body .table-responsive {
		overflow: visible;
		display: table;
	}
	#page-flats .page-flats-outer .flats-filter .flat-body {
		max-height: 550px;
	    margin: 30px 20px 0 20px;
	}

	#page-flats .page-flats-outer a.zoom_flat span {
		display: inline-block;
	}

	#page-flats .page-flats-outer .flat-info h3 {
		margin: 50px 0 0;
	}

	#page-flats .page-flats-outer .flats-filter .flats-filter-body {
		height: calc(100% - 120px);
		margin: 0 15px 0 30px;
	}
	#page-flats .page-flats-outer .floor-box {
		height: 800px;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-header {
		padding: 20px 0 25px;
		height: 80px;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-body {
		height: calc(100% - 160px);
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer {
		height: 80px;
	}

	.tabs._adapt-lg .tab .btn-tab {
		padding: 5px 3px 4px 3px;
	}

}
@media only screen and (max-width : 1340px) {

	/*.slideshow-box */
	.slideshow-box {
		/*padding-top: 46.1%;*/
		padding-top: 50%;
	}

	


	.tabs._adapt-lg {
		height: 34px;
		overflow: hidden;
		z-index: 20;
		padding: 2px 0;
	}
	.tabs._adapt-lg:after {
	}
	.tabs._adapt-lg .tab {
		display: block;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.tabs._adapt-lg .tabs-inner {
		position: absolute;
		left: 50%;
		width: 40%;
		height: auto;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
		z-index: -300;
		opacity: 0;
		visibility: hidden;
		transition: all .35s
	}
	.tabs._adapt-lg._click.active {
		overflow: visible;
	}
	.tabs._adapt-lg._click.active .tabs-inner {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	.tabs._adapt-lg .tab {
		display: block;
		margin: 0;
		width: 100%;
		margin: 0 auto;
		white-space: nowrap;
	}
	.tabs._adapt-lg .tab.active .btn-tab,
	.tabs._adapt-lg .tab .btn-tab:active,
	.tabs._adapt-lg .tab .btn-tab {
		width: 100%;
		padding-left: 40px;
		padding-right: 80px;
		border-top: none;
		border-bottom: none;
		margin: 0;
	}
	.tabs._adapt-lg .tab:first-child .btn-tab {
		border-top: 2px solid #72a43c;
		border-radius: 0;
	}
	.tabs._adapt-lg .tab:last-child .btn-tab {
		border-radius: 0 0 10px 10px;
		border-bottom: 2px solid #72a43c;
	}
	.tabs._adapt-lg .tab:not(.active) .btn-tab:hover {
		background: #eee;
		color: #333;
	}
	.tabs._adapt-lg .current {
		height: 36px;
		z-index: 200;
		width: 40%;
		display: block;
		padding: 5px 35px 4px 12px;
		text-align: left;
		border: 2px solid #72a43c;
		position: relative;
		border-radius: 8px;
		background: #fff;
		cursor: pointer;
		outline: none;
		text-decoration: none;
		z-index: 30;
		box-sizing: border-box;
		transition: all .1s;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.tabs._adapt-lg._click.active .current {
		background: #72a43c;
		color: #fff;
	}
	.tabs._adapt-lg.bottom._click.active .current {
		background: #72a43c;
		border-radius:8px 8px 0 0 ;
		color: #fff;
	}
	.tabs._adapt-lg .current:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -3px;
		width: 10px;
		height: 6px;
		z-index: 1;
		background: url(../themes/chernovola/assets/img/icons.png) -38px -79px no-repeat;
	}
	.tabs._adapt-lg._click.active .current:after {
		background: url(../themes/chernovola/assets/img/icons.png) -38px -85px no-repeat;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.tabs._adapt-lg .tabs-inner,
	.tabs._adapt-lg .current  {
		width: 50%;
	}
	.slideshow-box {
		height: auto;
		padding: 0;
	}
	.slideshow-box .slideshow {
		position: relative;
	}
	.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item {
		font-size: 24px;
		min-height: 540px;
		padding-bottom: 20px;
	}
	.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item h2 {
		/*font-size: 30px;*/
	}
	.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item span {
		font-size: 18px;
	}
	.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item p {
	 
	}
	.selection-flat p {
		text-align: left
	}





	.tabs._adapt-md {
		height: 36px;
		overflow: visible;
		z-index: 20;
	}
	.tabs .tab,
	.tabs .tab .btn-tab {
		height: auto;
	}
	.tabs._adapt-md:after {
	}
	.tabs._adapt-md .tab {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.tabs._adapt-md .tabs-inner {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.tabs._adapt-md .tab {
		display: block;
		margin: 0;
		width: 100%;
		margin: 0 auto;
		white-space: nowrap;
	}
	.tabs._adapt-md .tab.active .btn-tab,
	.tabs._adapt-md .tab .btn-tab {
		width: 100%;
		border-top: none;
		margin: 0;
	}
	.tabs._adapt-md .tab:first-child .btn-tab {
		border-top: 2px solid #72a43c;
	}
	.tabs._adapt-md .tab:first-child .btn-tab {
		border-radius: 10px 10px 0 0;
	}
	.tabs._adapt-md .tab:last-child .btn-tab {
		border-radius: 0 0 10px 10px;
	}

	.nav-box .main-nav .brand-logo {
		display: block;
		width: 63px;
		margin-top: 10px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#page-sales .filter-item, 
	#page-sales .filter-item .checkbox-box {
		display: block; 
	}
	.nav-box .main-nav .brand-logo {
		display: block;
		width: 40px !important;
		margin-top: 20px;
		margin-right: 5px !important;
	}
	.callback-box a {
		margin-right: 5px;
	}
	.callback-box .btn {
		margin-top: -3px;
		margin-right: 35px;
	}
	.callback-box .btn .icon-phone {
		width: 12px;
		height: 18px;
		background: url(../themes/chernovola/assets/img/icons.png) -52px 0 no-repeat;
	}
	.tabs._adapt-lg .tabs-inner,
	.tabs._adapt-lg .current  {
		width: 100%;
	}
	.slideshow-box .slideshow .owl-theme .owl-stage-outer .owl-stage .owl-item .item {
		min-height: 480px;
	}
	.fixed-box .fixed-media .fixed-close {
		margin: 10px 10px 0 0;
		z-index: 25;
		background-color: rgba(0,0,0,.6);
	}
	.fixed-box .fixed-outer {
		padding: 0;
	}
	.fixed-box .fixed-media .fixed-inform {
		border-radius: 0;
		height: 100%;
	}
	.fixed-box .fixed-media .fixed-inform .fixed-bg {
		position: relative;
		height: 300px;
		width: 100%;
	}
	.fixed-box .fixed-media .fixed-inform .fixed-content {
		margin-left: 0;
	}

	.tabs:after {
		display: none;
	}
	.tabs .tab {
		display: block;
		margin: 0;
		width: 100%;
		margin: 0 auto;
	}
	.tabs .tab .btn-tab {
		width: 100%;
		margin: -1px 0 -2px;
	}
	.tabs .tab:first-child .btn-tab {
		border-radius: 10px 10px 0 0;
	}
	.tabs .tab:last-child .btn-tab {
		border-radius: 0 0 10px 10px;
	}

	.callback-box a {
		display: inline-block;
		font-size: 16px;
	}

	.social-box span {
		display: block;
		padding: 6px 0;
	}
	#page-flats .page-flats-outer .flat-maps-house {
		height: 360px;
	}
	#page-flats .page-flats-outer .flats-filter {
		height: 480px;
	}
	#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-svg .title {
		width: 100px;
		margin-left: -50px;
		-webkit-transform: translate(-25%,-40%);
		-ms-transform: translate(-25%,-40%);
		-o-transform: translate(-25%,-40%);
		transform: translate(-25%,-40%);
	}

	#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-img {
		border-radius: 19px 19px 0 0;
	}
	#page-flats .page-flats-outer .flats-filter .flat-body {

	}

	#page-flats .page-flats-outer .flat-info-body {
		position: relative;
		float: left;
		top: 0;
		right: auto;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
		transition: all .3s;
	}

	#page-flats .page-flats-outer .flats-filter .flats-filter-body {
		height: 320px;
		overflow: visible;
		margin: 0 25px 0 25px;
	}

	#page-flats .flats-image-blur {
		display: none;
	}
	#page-flats .page-flats-outer .flat-left-error {
		width: auto;
	}
	#page-flats .page-flats-outer .flat-left-error .flats-filter {
		height: 420px;
	}
	#page-flats .page-flats-outer .flats-filter._flats {
		height: 420px;
		padding-bottom: 20px;
		height: auto;
	}
	#page-flats .page-flats-outer {
		padding: 0;
	}
	#page-flats .page-flats-outer > .grid > .row {
		margin: 0;
		border-radius: 0;
	}
	#page-flats .page-flats-outer .flats-filter .flats-filter-header .back-to-sections {
		padding: 5px 0 0;
		display: block;
	}
	#page-flats .page-flats-outer .flat-maps-house .flats-maps-house-img {
		border-radius: 0;
	}
	#page-flats .page-flats-outer .flats-filter .flat-body {
		max-height: 390px;
	}

	#page-flats .page-flats-outer .floor-box .floor-box-body .floor-map {
		overflow: hidden;
		overflow-x: auto;
	}

	#page-flats .page-flats-outer .flat-footer {
		white-space: normal;
		margin: 20px;
		left: 0%;
		text-align: left;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	#page-flats .page-flats-outer > .grid > .row {
		overflow: visible;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer {
		text-align: left;
		margin: 20px;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer p {
		float: left;
		display: block;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer p  strong {
		padding: 5px 0 10px;
		display: block;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer p.floor-box-sections {
		text-align: center;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer p:nth-child(3) {
		position: relative;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer p:nth-child(3) strong {
		position: absolute;
		top: 0;
		margin-top: -38px;
	}
	#page-flats .page-flats-outer .floor-box .floor-box-footer p:first-child {
		float: none;
	}
	#page-flats .page-flats-outer .flat-footer p {
		display: block;
		padding: 5px 0 10px;
	}
	#page-flats .page-flats-outer .flat-footer .tabs {
		display: block;
		float: left;
	}
	#page-flats .page-flats-outer .flat-footer p:last-child {
		float: left;
		position: relative;
		padding: 0;
	}
	#page-flats .page-flats-outer .flat-footer p:last-child span {
		display: block;
		position: absolute;
		top: 0;
		white-space: nowrap;
		margin-left: -2px;
		margin-top: -34px;
	}

	.tabs._adapt {
		height: 36px;
		position: relative;
		z-index: 200;
		text-align: left;
	}
	.tabs._adapt .current {
		height: 36px;
		z-index: 200;
		display: block;
		padding: 5px 35px 4px 12px;
		text-align: left;
		border: 2px solid #72a43c;
		position: relative;
		border-radius: 8px;
		background: transparent;
		cursor: pointer;
		outline: none;
		text-decoration: none;
		z-index: 30;
		box-sizing: border-box;
		transition: all .1s;
	}
	.tabs._adapt:hover .current {
		background: #72a43c;
		color: #fff;
	}
	.tabs._adapt.top:hover .current {
		background: #72a43c;
		border-radius: 0 0 8px 8px;
		color: #fff;
	}
	.tabs._adapt .current:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -3px;
		width: 10px;
		height: 6px;
		z-index: 1;
		background: url(../themes/chernovola/assets/img/icons.png) -38px -79px no-repeat;
	}
	.tabs._adapt:hover .current:after {
		background: url(../themes/chernovola/assets/img/icons.png) -38px -85px no-repeat;
	}
	.tabs._adapt .tabs-inner {
		position: absolute;
		top: 2px;
		border-radius: 7px;
	}
	.tabs._adapt.top .tabs-inner {
		border-radius: 7px 7px 0 0;
	}
	.tabs._adapt.top .tabs-inner {
		top: auto;
		bottom: 2px;
		margin-bottom: 36px;
	}
	.tabs._adapt .tabs-inner .tab:first-child {
		border-radius: 8px 8px 0 0;
	}
	.tabs._adapt.top .tabs-inner .tab:last-child,
	.tabs._adapt.top .tabs-inner .tab:last-child .btn-tab {
		border-radius: 0;
	}
	.tabs._adapt.top .tabs-inner {
		display: none;
		width: 100%;
		text-align: left;
		z-index: 20;
	}
	.tabs._adapt:hover .tabs-inner {
		display: block;
	}
	.tabs._adapt .tab .btn-tab {
		color: #444;
		text-align: left;
		border-top: none;
		border-bottom: none;
		display: block;
	}
	.tabs._adapt .tabs-inner .tab:first-child .btn-tab {
		border-top: 2px solid #72a43c;
	}
	.tabs._adapt .tab.active .btn-tab,
	.tabs._adapt .tab .btn-tab:hover {
		color: #fff;
		border-top: none;
		border-bottom: none;
	}
	.tabs._adapt .tab .btn-tab:hover {
		background: #eee;
		color: #444;
	}

	#page-flats .page-flats-outer .flats-filter._flat {
		height: 500px;
		background: #d71;
	}
	#page-flats .page-flats-outer .flat-info {
		padding: 0 0 30px;
	}

	.contacts-wrapper .contact-box .block-inner .content-body {
		background-image: none;
	}
	.mfp-news-view .mfp-content .mfp-close {
		margin: 10px 10px 0 0;
		opacity: 1;
		z-index: 10;
	}
	.mfp-news-view .mfp-content .mfp-close:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 22px;
		background: inherit;
		background-color: #f43313;
		z-index: 5;
	}
	.mfp-news-view .mfp-content .mfp-close:before {
		content: "";
		position: absolute;
		top: -10px;
		left: -9px;
		width: 40px;
		height: 40px;
		border-radius: 0 14px 0 0;
		background-color: #f43313;
		z-index: 2;
	}
	.mfp-news-view .mfp-content {
		margin: 20px 0;
	}

	#page-sales .select-box {
		margin-right: 45px;
	}
	#page-sales .filter-item .checkbox-box {
		padding: 6px 0;
	}
}
/* Small Mobile */
@media only screen and (max-width : 560px) {

	#page-sales .select-box {
		margin-right: 32px;
	}
}

span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
    display: inline;
    line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
	background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}


.flat-print {
	color: #72a43c;
	margin: 30px 0 10px;
	background: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
}
.flat-print .icon-print {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 13px;
	vertical-align: middle;
	background: url(../themes/chernovola/assets/img/icons.png) -76px -30px no-repeat
}
.flat-print span {
	display: inline-block;
	vertical-align: middle;
}
#only_print {
	display: none !important;
}
@media print {
	html, body {
		max-height: 13000px;
		overflow: hidden;
	}
	#sh_button,
	#footer,
	.callback-box,
	.left-outer,
	.nav-box .main-nav ul.list,
	.flat-info-body {
		display: none !important;
	}
	.nav-box {
		overflow: hidden !important;
	}
	.nav-box .main-nav .brand-logo.active {
		position: absolute;
		left: 50%;
		margin-left: -34px;
	}
	.main-nav {
		width: 100% !important;
		position: relative !important;
		height: 70px;
		overflow: hidden;
		float: none !important;
	}
	#only_print {
		display: block !important;
	}
	#only_print .print-gal {
		padding: 20px;
		text-align: center;
	}
	#only_print .print-gal img {
		margin: 0 auto 30px;
		max-height: 400px;
	}
	#only_print img {
		max-width: 100%
	}
	#only_print .print-info .print-location {
		font-size: 16px;
		padding: 30px 0 0;
		color: #444;
		font-weight: 400;
	}
	#only_print .print-info .print-header {
		font-size: 36px;
		margin: 0 0 10px;
	}
	#only_print .print-info .print-header span {
		display: block;
		color: #666;
		font-size: 18px;
	}
	
	jdiv,
	.jivo-no-transition,
	.bingc-phone-button,
	.no-print {
		display: none !important;
	}
}

[data-tips-title]:not([data-tips-title=""]):before,
[data-tips-title]:not([data-tips-title=""]):after {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    z-index: -1000;
    pointer-events: none;
    transform: translate(-50%, 0);
    transition: all .25s
}
[data-tips-title]:not([data-tips-title=""]):before {
    content: attr(data-tips-title);
    padding: 3px 7px 2px;
    margin-top: -28px;
    border-radius: 3px;
    font-size: 10px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    white-space: nowrap
}
[data-tips-title]:not([data-tips-title=""]):after {
    content: '';
    margin-top: -9px;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, .9)
}
[data-tips-title]:not([data-tips-title=""]):hover:before,
[data-tips-title]:not([data-tips-title=""]):hover:after {
    z-index: 10;
    opacity: 1
}

.box-primary {
    border: 1px solid #eee;
    overflow: hidden;
    margin: 0 0 20px;
}

.box-primary__header {
    margin: 0 !important;
    background: #eee !important;
    padding: 5px 15px !important;
    font-size: 24px !important;
    border-bottom: 1px solid #eee !important;
}

.box-primary__body {
    padding: 10px 15px;
}

 .table-responsive--img-width img {
     max-width: 400px;
}


.post-content .fr-video {
    width: 100%;
    display: block;
    background: #badf93;
    padding-top: 56.25%;
    position: relative;
}

.post-content .fr-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}



