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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated[data-duration=".5s"] {
  animation-duration: .5s;
}

.animated[data-delay=".5s"] {
  animation-delay: .5s;
}

.animated[data-delay="1s"] {
  animation-delay: 1s;
}

.animated[data-delay="1.5s"] {
  animation-delay: 1.5s;
}

.animated2x {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDownMini {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownMini {
  animation-name: fadeInDownMini;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpMini {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpMini {
  animation-name: fadeInUpMini;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.12.1 - 2018-08-20
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* grid
** using global vars: 
** $global-grid-gutter-width
** $global-grid-columns
*/
/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'AdobeClean';
  src: url("../fonts/AdobeCleanLight.eot");
  src: url("../fonts/AdobeCleanLight.eot") format("embedded-opentype"), url("../fonts/AdobeCleanLight.woff2") format("woff2"), url("../fonts/AdobeCleanLight.woff") format("woff"), url("../fonts/AdobeCleanLight.ttf") format("truetype"), url("../fonts/AdobeCleanLight.svg#AdobeCleanLight") format("svg");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'AdobeCleanSemiLight';
  src: url("../fonts/AdobeCleanSemiLight.eot");
  src: url("../fonts/AdobeCleanSemiLight.eot") format("embedded-opentype"), url("../fonts/AdobeCleanSemiLight.woff2") format("woff2"), url("../fonts/AdobeCleanSemiLight.woff") format("woff"), url("../fonts/AdobeCleanSemiLight.ttf") format("truetype"), url("../fonts/AdobeCleanSemiLight.svg#AdobeCleanSemiLight") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'AdobeClean';
  src: url("../fonts/AdobeCleanRegular.eot");
  src: url("../fonts/AdobeCleanRegular.eot") format("embedded-opentype"), url("../fonts/AdobeCleanRegular.woff2") format("woff2"), url("../fonts/AdobeCleanRegular.woff") format("woff"), url("../fonts/AdobeCleanRegular.ttf") format("truetype"), url("../fonts/AdobeCleanRegular.svg#AdobeCleanRegular") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'AdobeClean';
  src: url("../fonts/AdobeCleanMedium.eot");
  src: url("../fonts/AdobeCleanMedium.eot") format("embedded-opentype"), url("../fonts/AdobeCleanMedium.woff2") format("woff2"), url("../fonts/AdobeCleanMedium.woff") format("woff"), url("../fonts/AdobeCleanMedium.ttf") format("truetype"), url("../fonts/AdobeCleanMedium.svg#AdobeCleanMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AdobeClean';
  src: url("../fonts/AdobeCleanBold.eot");
  src: url("../fonts/AdobeCleanBold.eot") format("embedded-opentype"), url("../fonts/AdobeCleanBold.woff2") format("woff2"), url("../fonts/AdobeCleanBold.woff") format("woff"), url("../fonts/AdobeCleanBold.ttf") format("truetype"), url("../fonts/AdobeCleanBold.svg#AdobeCleanBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansCyr';
  src: url("../fonts/NeoSansCyrLight.eot");
  src: url("../fonts/NeoSansCyrLight.eot") format("embedded-opentype"), url("../fonts/NeoSansCyrLight.woff2") format("woff2"), url("../fonts/NeoSansCyrLight.woff") format("woff"), url("../fonts/NeoSansCyrLight.ttf") format("truetype"), url("../fonts/NeoSansCyrLight.svg#NeoSansCyrLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansCyr';
  src: url("../fonts/NeoSansCyrRegular.eot");
  src: url("../fonts/NeoSansCyrRegular.eot") format("embedded-opentype"), url("../fonts/NeoSansCyrRegular.woff2") format("woff2"), url("../fonts/NeoSansCyrRegular.woff") format("woff"), url("../fonts/NeoSansCyrRegular.ttf") format("truetype"), url("../fonts/NeoSansCyrRegular.svg#NeoSansCyrRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansCyr';
  src: url("../fonts/NeoSansCyrMedium.eot");
  src: url("../fonts/NeoSansCyrMedium.eot") format("embedded-opentype"), url("../fonts/NeoSansCyrMedium.woff2") format("woff2"), url("../fonts/NeoSansCyrMedium.woff") format("woff"), url("../fonts/NeoSansCyrMedium.ttf") format("truetype"), url("../fonts/NeoSansCyrMedium.svg#NeoSansCyrMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  height: 70px;
  padding: 0.618em 1em;
  font-family: "AdobeClean", sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .5s ease, transform .33s;
}

.button:hover {
  
}

.button:active {
  
}

.button--responsive {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .button{
    min-width: 0;
  }
}


.b-drowdown__toogle-btn {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-align: initial;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
}

img, svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

img {
  height: auto;
}

svg {
  fill: currentColor;
}

svg .obj {
  fill: #dce0df;
}

svg .text {
  fill: #C5A47E;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a, img {
  border: none;
  outline: none;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0;
}

button {
  cursor: pointer;
}

body {
  padding-top: 1px;
}

.l-wraper,
.wraper {
  width: 1150px;
  max-width: 90%;
  max-width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) {
  .l-wraper,
  .wraper {
    max-width: 90%;
  }
}

.wraper-wide {
  width: 1660px;
  max-width: 90%;
  max-width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) {
  .wraper-wide {
    max-width: 90%;
  }
}

/* <TYPOGRAPHY> */
body {
  -webkit-font-smoothing: antialiased;
  font-family: "AdobeClean", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
}

h1, .h1 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  color: #131317;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  color: #131317;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  h2, .h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 48px;
  }
}

h3, .h3 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  h3, .h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h3 + p, .h3 + p {
  margin-top: 0;
}

h4, .h4 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
}

@media only screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 20px;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

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

b,
strong {
  font-weight: bold;
}

/* </TYPOGRAPHY> */
/* GRID
** using global vars: 
** $global-grid-gutter-width
** $global-grid-columns
** $breakpoints
**
** using mixin: 
** make-grid
** make-grid-col
*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

*[class^="col-"] {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

*[class^="col-"]:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  *[class^="col-"] {
    margin-top: 45px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  *[class^="col-"] {
    margin-top: 50px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  *[class^="col-"] {
    margin-top: 70px;
  }
  *[class^="col-"]:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-1 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-push-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-2 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-push-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-3 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-push-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-4 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-push-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-5 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-push-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-6 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-push-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-7 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-push-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-8 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-push-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-9 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-push-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-10 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-push-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-11 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-push-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .col-xs-12 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-push-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-push-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-2 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-push-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-3 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-push-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-4 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-push-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-5 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-push-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-push-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-7 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-push-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-8 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-push-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-9 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-push-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-10 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-push-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-11 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-push-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-12 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-push-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-1 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-push-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-2 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-push-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-3 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-push-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-4 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-push-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-5 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-push-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-6 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-push-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-7 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-push-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-8 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-push-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-9 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-push-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-10 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-push-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-11 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-push-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-12 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-push-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-push-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-2 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-push-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-3 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-push-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-4 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-push-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-5 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-push-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-6 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-push-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-7 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-push-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-8 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-push-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-9 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-push-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-10 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-push-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-11 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-push-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-12 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-push-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-1 {
    margin-top: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-push-1 {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-2 {
    margin-top: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-push-2 {
    margin-left: 16.66667%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-3 {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-push-3 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-4 {
    margin-top: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-push-4 {
    margin-left: 33.33333%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-5 {
    margin-top: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-push-5 {
    margin-left: 41.66667%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-6 {
    margin-top: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-push-6 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-7 {
    margin-top: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-push-7 {
    margin-left: 58.33333%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-8 {
    margin-top: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-push-8 {
    margin-left: 66.66667%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-9 {
    margin-top: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-push-9 {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-10 {
    margin-top: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-push-10 {
    margin-left: 83.33333%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-11 {
    margin-top: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-push-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1600px) {
  .col-xl-12 {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-push-12 {
    margin-left: 100%;
  }
}

.site--cat_detail {
  background: linear-gradient(to bottom, #f7f7fa 33vmax, #fff 33vmax);
}

@media only screen and (min-width: 992px) {
  .site--cat_detail {
    background: linear-gradient(to bottom, #f7f7fa 410px, #fff 410px);
  }
}

.site-main {
  padding-top: 2em;
}

.site--p404 .site-main,
.site--thank .site-main,
.site--catalog .site-main,
.site--main .site-main {
  padding-top: 0;
}

@media only screen and (min-width: 992px) {
  .site-main {
    padding-top: 55px;
  }
}

.page-title {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  color: #131317;
  margin: 0 0 0.8em;
  padding-top: 1em;
  text-align: center;
  /*&::after{
		@include pseudo($pos: static);
		@include size(35px, 2px);
		display: block;
		margin: 15px auto 0; 
		background-color: #000;
	}*/
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .page-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .page-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .page-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .page-title {
    /*&::after{
			margin-top: 15px;
		}*/
  }
}

.b-title {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .b-title {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-title {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .b-title {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .b-title {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-title {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .b-title {
    padding-bottom: 120px;
  }
}

.b-title + .section-about {
  padding-top: 0;
}

.b-title__inner {
  position: relative;
}

.b-title__caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  color: #131317;
  text-transform: uppercase;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-title__caption {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .b-title__caption {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .b-title__caption {
    font-size: 45px;
  }
}

.b-title__desc {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .b-title {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .b-title {
    font-size: 18px;
  }
  .b-title__inner {
    margin-left: calc(58.33333% - 12.5px + 30px);
  }
}

@media only screen and (min-width: 1600px) {
  .b-title {
    font-size: 24px;
  }
}

.b-main-slider {
  position: relative;
  z-index: 1;
}

.b-main-slider__caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
  z-index: 1;
}

.b-main-slider__item {
  position: relative;
  background-color: #c1c1c1;
}

.b-main-slider__item-wrpic {
  height: 68.125vw;
  background-color: #000;
}

.b-main-slider__item-wrpic img {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .b-main-slider__item-content {
    bottom: 30px;
  }
  .b-main-slider__item-wrpic {
    height: 56.25vw;
  }
  .b-main-slider__navigation {
    bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .b-main-slider__item-wrpic {
    height: 41.66667vw;
  }
  .b-main-slider__caption {
    right: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .b-main-slider__item-wrpic {
    height: 37.5vw;
    max-height: 65vh;
  }
  .b-main-slider__item-content, .b-main-slider__caption {
    bottom: 50px;
  }
  .b-main-slider__caption {
    right: 5%;
  }
}

@media only screen and (min-width: 1600px) {
  .b-main-slider__item-content, .b-main-slider__caption {
    bottom: 60px;
  }
  .b-main-slider__caption {
    right: 150px;
  }
}

/* <SECTIONS> */
.section {
  position: relative;
  padding: 35px 0;
}

.section--clear {
  padding: 0;
}

.section--contacts {
  padding: 0;
  overflow: hidden;
  background-color: #ccc;
}

.section--req {
  color: #fff;
  background: #2f3032 url(../img/general/bg_req_xs.jpg) no-repeat center;
  background-size: cover;
}

.section--emo {
  min-height: 57.73913vw;
  color: #000;
  background: #fff url(../img/general/bg_emo_sm.jpg) no-repeat center;
  background-size: cover;
}

.section--gallery {
  color: #fff;
  background: #000 url(../img/general/bg_gallery_full_xs.jpg) no-repeat center;
  background-size: cover;
}

.section--catalog {
  overflow: hidden;
}

.section--bg-gray {
  background-color: #f7f7fa;
}

.section--bg-dark {
  color: #fff;
  background-color: #000;
}

.section--bg-default + .section--bg-default,
.section--bg-gray + .section--bg-gray {
  padding-top: 0;
}

.section__header {
  margin: 0 0 35px;
}

.section__logo {
  display: block;
  margin: 0 auto 10px;
}

.section__title {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  color: #131317;
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .section__title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .section__title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__title {
    font-size: 48px;
  }
}

.section__lead {
  text-align: center;
}

.section--req .section__title,
.section--bg_dark .section__title {
  color: inherit;
}

@media only screen and (min-width: 568px) {
  .section--gallery {
    background-image: url(../img/general/bg_gallery_full_sm.jpg);
  }
  .section--req {
    background-image: url(../img/general/bg_req_sm.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .section--emo {
    background-image: url(../img/general/bg_emo_lg.jpg);
  }
  .section--gallery {
    background-image: url(../img/general/bg_gallery_full_md.jpg);
  }
  .section--req {
    background-image: url(../img/general/bg_req_md.jpg);
  }
}

@media only screen and (min-width: 1200px) {
  .section {
    padding: 75px 0;
  }
  .section--clear {
    padding: 0;
  }
  .section--contacts {
    padding: 0;
  }
  .section--emo {
    min-height: 33.59375vw;
    background-image: url(../img/general/bg_emo.jpg);
  }
  .section--gallery {
    background-image: url(../img/general/bg_gallery_full.jpg);
  }
  .section--req {
    background-image: url(../img/general/bg_req.jpg);
  }
  .section--req + .section--emo {
    margin-top: 75px;
  }
}

/* </SECTIONS> */
.section-hero {
  min-height: 53.125vw;
  padding: 25px 0 30%;
  background: #f3f7fa url(../img/general/bg_maintop_xs.jpg) no-repeat bottom;
  background-size: contain;
}

@media only screen and (min-width: 568px) {
  .section-hero {
    background-image: url(../img/general/bg_maintop_sm.jpg);
  }
}

@media only screen and (min-width: 992px) {
  .section-hero {
    padding-top: 85px;
    padding-bottom: 25%;
    background-image: url(../img/general/bg_maintop_lg.jpg);
  }
}

@media only screen and (min-width: 1200px) {
  .section-hero {
    background-image: url(../img/general/bg_maintop.jpg);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) and (min-aspect-ratio: 16 / 9) {
  .section-hero {
    padding-top: 85px;
    min-height: 50vw;
    background-size: cover;
  }
}

.b-add-service {
  position: relative;
}

.b-add-service__caption {
  padding: 0.75em 1.25em;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #000 url(../img/general/bg_textured01.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-add-service__caption {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .b-add-service__caption {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-add-service__caption {
    font-size: 30px;
  }
}

.b-add-service__caption + p {
  margin-top: 0;
}

.b-add-service__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.b-add-service__li {
  position: relative;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #e7e8ef;
}

.b-add-service__li-caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-add-service__li-caption {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .b-add-service__li-caption {
    font-size: 16px;
  }
}

.b-add-service__li-wricon {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 10px;
  background-color: #fff;
}

.b-add-service__li-icon {
  width: 25px;
  height: 25px;
  color: #000;
}

.b-add-service__pic1, .b-add-service__pic2 {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .b-add-service {
    padding-top: 180px;
  }
  .b-add-service__caption {
    margin-left: 55%;
    margin-bottom: 135px;
  }
  .b-add-service__list {
    position: relative;
    left: 10px;
    display: flex;
    margin-left: 50px;
  }
  .b-add-service__li {
    height: 105px;
    margin-left: 7px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .b-add-service__pic1 {
    position: absolute;
    top: 345px;
    right: 100%;
    object-fit: cover;
  }
  .b-add-service__pic2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 345px;
    object-fit: cover;
    z-index: -1;
  }
}

@media only screen and (min-width: 1600px) {
  .b-add-service__pic1 {
    display: block;
    max-width: calc(40vw - 40%);
  }
}

.req-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.req-list__item {
  margin-top: 1.5em;
  text-align: center;
}

.req-list__item:first-child {
  margin-top: 0;
}

.req-list__item-caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.req-list__item-icon {
  display: block;
  margin: 0 auto 1em;
  width: 75px;
  height: 70px;
  color: #C5A47E;
}

@media only screen and (min-width: 375px) {
  .req-list {
    display: flex;
    flex-wrap: wrap;
  }
  .req-list__item {
    flex: 1 1 50%;
  }
  .req-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .req-list {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
  }
  .req-list__item {
    flex: 1 1 auto;
    margin-top: 0;
    padding: 0 2em;
  }
  .req-list__item-caption {
    font-size: 18px;
  }
}

.b-question__caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  padding-bottom: .2em;
  margin-top: 15px;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (min-width: 992px) {
  .b-question__caption {
    font-size: 20px;
  }
}

.b-question--is_accordion .b-question__caption {
  cursor: pointer;
}

.b-question__body {
  padding: 15px;
  color: #525252;
}

@media only screen and (min-width: 992px) {
  .b-question__caption {
    margin-top: 20px;
  }
  .b-question__body {
    padding: 20px 15px;
  }
}

.accordion__key {
  position: relative;
}

.accordion__arrow {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 20px;
  height: 20px;
  color: #a8a8a8;
  transform: rotate(-90deg);
  transition: all .2s;
}

.accordion__key._active .accordion__arrow {
  transform: rotate(90deg);
}

.b-contacts__col-info {
  padding: 1em 15px;
  color: #fff;
  background: #000 url(../img/general/bg_contacts_xs.jpg) no-repeat center;
  background-size: cover;
}

.b-contacts__data {
  margin-top: 1.5em;
}

.b-contacts__btn-wraper {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .b-contacts__col-info {
    padding: 50px 5%;
    background-image: url(../img/general/bg_contacts.jpg);
  }
  .b-contacts__data {
    margin-top: 25px;
  }
  .b-contacts__btn-wraper {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .b-contacts {
    display: flex;
  }
  .b-contacts__col-info {
    flex: 0 0 460px;
    max-width: 50%;
  }
  .b-contacts__col-map {
    flex: 1 0 50%;
  }
  .b-contacts__data {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-contacts__col-info {
    padding-top: 75px;
    padding-bottom: 75px;
    flex-basis: calc(50% - 575px + 460px);
    padding-left: calc(50% - 575px);
  }
  .b-contacts__btn-wraper {
    margin-top: 75px;
  }
}

.contact-data {
  margin: 0 0 0 30px;
  padding: 0;
}

.contact-data__key {
  position: relative;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #C5A47E;
  text-transform: uppercase;
}

.contact-data__icon {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  width: 20px;
  height: 20px;
}

.contact-data__value {
  margin: 0;
  font-size: 1.25em;
  font-weight: 500;
}

.contact-data__value + .contact-data__key {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-data__value + .contact-data__key {
    margin-top: 50px;
  }
  .contact-data__value {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-data {
    margin: 0;
  }
}

.contact-data-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 0 0 0 30px;
  padding: 0;
}

.contact-data-list__item {
  margin-bottom: 20px;
}

.contact-data-list__item:last-child {
  margin-bottom: 0;
}

.contact-data-list__key {
  position: relative;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #C5A47E;
  text-transform: uppercase;
}

.contact-data-list__icon {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  width: 20px;
  height: 20px;
}

.contact-data-list__value {
  margin: 0;
  font-size: 1.25em;
  font-weight: 500;
}

@media only screen and (min-width: 568px) {
  .contact-data-list {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-data-list__item {
    flex: 1 1 50%;
  }
}

@media only screen and (min-width: 768px) {
  .contact-data-list__item {
    margin-bottom: 50px;
  }
  .contact-data-list__item:last-child {
    margin-bottom: 0;
  }
  .contact-data-list__value {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 992px) {
  .contact-data-list {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-data-list {
    margin: 0;
  }
}

.b-404 {
  padding: 175px 0 20vh;
  background: url(../img/general/bg_404_sm.jpg) no-repeat 0% -45px;
}

.b-404__inner {
  width: 1150px;
  max-width: 90%;
  max-width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) {
  .b-404__inner {
    max-width: 90%;
  }
}

.b-404__caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-404__caption {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .b-404__caption {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-404__caption {
    font-size: 30px;
  }
}

.b-404__caption + p {
  margin-top: 0;
}

.b-404__msg {
  margin: 0 0 1.5em;
  font-family: "NeoSansCyr", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
  .b-404 {
    height: calc(100vh - 136px);
    padding: 40% 0 20vh;
    background-position: 0% 0%;
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) {
  .b-404 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 33vh;
    background-image: url(../img/general/bg_404.jpg);
    background-position: top center;
  }
}

.b-thank {
  padding: 10vh 0 25vh;
  background: url(../img/general/bg_thank.jpg) no-repeat center left;
  background-size: cover;
}

.b-thank__inner {
  width: 1150px;
  max-width: 90%;
  max-width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) {
  .b-thank__inner {
    max-width: 90%;
  }
}

.b-thank__header {
  margin-bottom: 1.5em;
}

.b-thank__caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-thank__caption {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .b-thank__caption {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-thank__caption {
    font-size: 30px;
  }
}

.b-thank__caption + p {
  margin-top: 0;
}

.b-thank__subcaption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .b-thank__subcaption {
    font-size: 20px;
  }
}

.b-thank__msg {
  margin: 0 0 1.5em;
  font-family: "NeoSansCyr", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
  .b-thank {
    height: calc(100vh - 136px);
    padding: 10% 0 20vh;
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) {
  .b-thank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 15vh;
  }
  .b-thank__header {
    margin-bottom: 55px;
  }
  .b-thank__msg {
    font-size: 18px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(../img/plugins/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.breadcrumb {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-bottom: 1em;
}

.breadcrumb > li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb > li + li:before {
  content: "> ";
  font-size: .8em;
  padding: 0 5px;
}

.b-catalog__list {
  margin-top: 1.5em;
}

.b-catalog__card {
  position: relative;
  opacity: 1;
  transition: opacity .33s ease;
}

.b-catalog__card::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: -150px;
  top: 0;
  width: calc(100% + 300px);
  height: 100%;
  background: #fff url(../img/general/preloader.svg) no-repeat center;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all .33s ease;
}

.b-catalog__card._loading::before {
  opacity: 1;
}

.b-catalog__more {
  margin-top: 1em;
  text-align: center;
}

.b-catalog__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  height: 70px;
  padding: 0 1.25em;
  font-family: "AdobeClean", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #C5A47E;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .5s ease, transform .33s;
  font-size: 24px;
}

.b-catalog__more-link:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.b-catalog__more-link:active {
  transform: scale(0.97);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.b-catalog__brands {
  padding: 1em 0;
  margin-top: 1em;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  color: #C5A47E;
  background: #2a2b2d;
}

.b-catalog__brands-caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #C5A47E;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-catalog__brands-caption {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog__brands-caption {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog__brands-caption {
    font-size: 30px;
  }
}

.b-catalog__brands-caption + p {
  margin-top: 0;
}

.b-catalog__brands a {
  color: currentColor;
}

@media only screen and (max-width: 767px) {
  @supports (flex-direction: column) {
    .b-catalog {
      display: flex;
      flex-direction: column;
    }
    .b-catalog__list {
      order: -1;
      margin-top: 0;
      margin-bottom: 0.5em;
    }
  }
}

@media only screen and (min-width: 768px) {
  .b-catalog__more, .b-catalog__brands {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog__list {
    margin-top: 30px;
  }
  .b-catalog__more, .b-catalog__brands {
    margin-top: 55px;
  }
  .b-catalog__more-link {
    font-size: 30px;
    height: 80px;
    padding: 0 2em;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog__list {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .b-catalog__list {
    margin-top: 30px;
    margin-left: -10%;
    margin-right: -10%;
  }
}

.b-catalog-card__preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #fff;
}

.b-catalog-card__preloader > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-catalog-card__caption {
  position: relative;
  margin: 0 0 1em;
  padding: .85em 1.5em;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #000 url(../img/general/bg_textured01.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-catalog-card__caption {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog-card__caption {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-card__caption {
    font-size: 30px;
  }
}

.b-catalog-card__caption + p {
  margin-top: 0;
}

.b-catalog-card__content table td, .b-catalog-card__prop-table td {
  padding-right: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.b-catalog-card__prop-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.b-catalog-card__prop-li {
  margin: 1em 0;
}

.b-catalog-card__prop-key {
  padding-right: 1em;
  color: #787878;
}

.b-catalog-card__prop-val {
  font-weight: bold;
}

.b-catalog-card__price-old {
  margin-top: 15px;
  font-size: 1em;
  font-weight: 300;
  text-decoration: line-through;
}

.b-catalog-card__price {
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: bold;
}

.b-catalog-card__price-old + .b-catalog-card__price {
  margin-top: 0;
}

.b-catalog-card__price-val {
  font-size: 1.25em;
}

.b-catalog-card__btns {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.b-catalog-card__order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  height: 70px;
  padding: 0 1.25em;
  font-family: "AdobeClean", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #C5A47E;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .5s ease, transform .33s;
  min-width: 0;
  height: 52px;
  font-size: 16px;
  flex: 0 1 calc(50% - 5px);
}

.b-catalog-card__order-btn:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.b-catalog-card__order-btn:active {
  transform: scale(0.97);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.b-catalog-card__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  height: 70px;
  padding: 0 1.25em;
  font-family: "AdobeClean", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #cfcfcf;
  outline: none;
  cursor: pointer;
  transition: all .5s ease, transform .33s;
  min-width: 0;
  height: 52px;
  font-size: 16px;
  flex: 0 1 calc(50% - 5px);
}

.b-catalog-card__gallery:not(.slick-initialized):not(.slick-initialized) {
  overflow-x: auto;
  white-space: nowrap;
}

.b-catalog-card__gallery:not(.slick-initialized):not(.slick-initialized) > * {
  display: inline-block;
  vertical-align: middle;
}

.b-catalog-card__thumbs {
  display: none;
}

.b-catalog-card__gallery-wrpic {
  padding-top: 70.98093%;
}

.b-catalog-card__thumb-pic {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .b-catalog-card {
    position: relative;
    display: flex;
  }
  .b-catalog-card__col-gallery {
    flex: 0 1 calc(100% - 415px);
    max-width: calc(100% - 415px);
  }
  .b-catalog-card__col-info {
    flex: 0 0 415px;
    max-width: 415px;
  }
  .b-catalog-card__caption {
    margin-left: -35px;
    width: calc(100% + 35px);
  }
  .b-catalog-card__content {
    padding-left: 70px;
  }
  .b-catalog-card__price {
    margin-top: 25px;
    font-size: 18px;
  }
  .b-catalog-card__price-val {
    font-size: 30px;
  }
  .b-catalog-card__btns {
    margin-top: 25px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-card__col-info {
    padding-top: 40px;
  }
  .b-catalog-card__thumbs {
    display: block;
    position: absolute;
    top: 125px;
    left: -140px;
    width: 280px;
  }
  .b-catalog-card__thumbs:not(.slick-initialized):not(.slick-initialized) {
    overflow-x: auto;
    white-space: nowrap;
  }
  .b-catalog-card__thumbs:not(.slick-initialized):not(.slick-initialized) > * {
    display: inline-block;
    vertical-align: middle;
  }
}

.b-catalog-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  overflow-x: auto;
  white-space: nowrap;
}

.b-catalog-list__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 230px;
  padding: 0 1em;
}

.b-catalog-list__preview {
  position: relative;
  padding: 20px 0 0;
  opacity: .3;
  text-align: center;
  transition: all .33s ease;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
}

.b-catalog-list__preview a {
  text-decoration: none;
}

.b-catalog-list__preview._active, .b-catalog-list__preview:hover {
  opacity: 1;
  filter: none;
}

.b-catalog-list__preview::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: -1;
  opacity: 0;
}

.b-catalog-list__preview._active::before {
  opacity: 1;
}

.b-catalog-list__preview-caption {
  margin-top: .5em;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.b-catalog-list__preview-pic {
  display: block;
  margin: auto;
  max-width: 100%;
  height: 47px;
  object-fit: contain;
}

.b-catalog-list--order .b-catalog-list__preview {
  display: block;
  padding: 1em;
  color: #b9b9b9;
  opacity: 1;
}

.b-catalog-list--order .b-catalog-list__preview:hover {
  color: #000;
  background-color: rgba(197, 164, 126, 0.65);
}

.b-catalog-list--order .b-catalog-list__preview::before {
  display: none;
}

.b-catalog-list--order .b-catalog-list__preview-pic {
  height: 50px;
}

.b-catalog-list__item-check-input {
  position: absolute;
  left: -50px;
  top: -50px;
}

.b-catalog-list__item-check-input:checked + .b-catalog-list__preview {
  color: #000;
  background-color: #C5A47E;
  filter: none;
}

.b-catalog-list--order .b-catalog-list__item {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .b-catalog-list__item {
    width: 230px;
    padding: 0 25px;
  }
  .b-catalog-list--order .b-catalog-list__item {
    max-width: none;
    width: 240px;
    padding: 0;
  }
  .b-catalog-list--order .b-catalog-list__preview {
    padding: 30px 25px 20px;
  }
}

.b-catalog-marka-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.b-catalog-marka-grid__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  height: 145px;
  padding: 0 10px;
  color: #fff;
  background-color: #414040;
  cursor: pointer;
  transition: all .33s;
}

.b-catalog-marka-grid__item--detail {
  flex: 0 0 100%;
  max-width: 100%;
  height: 0px;
  margin: 0;
  color: inherit;
  background-color: transparent;
  cursor: default;
  overflow: hidden;
  transition: none;
}

.b-catalog-marka-grid__item:not(.b-catalog-marka-grid__item--detail):hover, .b-catalog-marka-grid__item:not(.b-catalog-marka-grid__item--detail)._active {
  color: #000;
  background-color: #C5A47E;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.b-catalog-marka-grid__item-icon {
  display: none;
}

@supports (filter: invert(100%)) {
  .b-catalog-marka-grid__item-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 8px;
    right: 8px;
    filter: invert(100%);
    object-fit: contain;
  }
  .b-catalog-marka-grid__item-icon--chevrolet, .b-catalog-marka-grid__item-icon--audi {
    width: 75px;
  }
  .b-catalog-marka-grid__item-icon--mini-cooper {
    width: 95px;
  }
}

.b-catalog-marka-grid__item:hover .b-catalog-marka-grid__item-icon,
.b-catalog-marka-grid__item._active .b-catalog-marka-grid__item-icon {
  filter: none;
}

.b-catalog-marka-grid__item-caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  position: absolute;
  bottom: 5px;
  right: 8px;
  margin: 0;
  text-align: right;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .b-catalog-marka-grid__item-caption {
    font-size: 36px;
  }
}

.b-catalog-marka-grid__models {
  position: relative;
  display: block;
  width: 100%;
}

.b-catalog-marka-grid__models-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
}

@media only screen and (min-width: 768px) {
  .b-catalog-marka-grid__item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
  .b-catalog-marka-grid__item--detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog-marka-grid__item {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .b-catalog-marka-grid__item--detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .b-catalog-marka-grid__item-icon {
    top: 10px;
    right: 10px;
  }
  .b-catalog-marka-grid__item-caption {
    bottom: 5px;
    right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-marka-grid__item {
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .b-catalog-marka-grid__item--detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.b-catalog-category-grid__item {
  margin-top: 30px;
}

.b-catalog-category-grid__item:nth-child(-n+1) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .b-catalog-category-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-catalog-category-grid__item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-catalog-category-grid__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-catalog-category-grid__item {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-catalog-category-grid__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.b-catalog-category-card {
  display: block;
  position: relative;
}

.b-catalog-category-card__wrpic {
  display: block;
  background-color: #000;
  overflow: hidden;
}

.b-catalog-category-card__wrpic:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}

.b-catalog-category-card__wrpic::before {
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.b-catalog-category-card__wrpic img[data-lazy] {
  opacity: 0;
}

.b-catalog-category-card__data {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
  z-index: 2;
  pointer-events: none;
}

.b-catalog-category-card__caption {
  margin: 0;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media (hover: hover) {
  .b-catalog-category-card__pic {
    transition: all .5s;
  }
  .b-catalog-category-card:hover .b-catalog-category-card__pic {
    transform: scale(1.05);
  }
}

.b-catalog-model-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.b-catalog-model-grid__item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 35px;
  padding: 0 10px;
}

.b-catalog-model-grid__item:nth-child(-n+2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .b-catalog-model-grid__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .b-catalog-model-grid__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog-model-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .b-catalog-model-grid__item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-model-grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .b-catalog-model-grid__item:nth-child(-n+5) {
    margin-top: 0;
  }
}

.b-model-card {
  display: block;
}

.b-model-card__pic {
  max-width: 90%;
  margin-bottom: 1em;
  height: 50px;
  opacity: 0;
  animation: m_card_fade_in 1s ease both;
}

.b-model-card__pic[data-lazy] {
  width: 100%;
  animation: none;
  opacity: 1;
}

.b-model-card__pic[data-lazy][src=""] {
  opacity: 0;
}

.b-model-card__caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .b-model-card__caption {
    font-size: 20px;
  }
}

.b-model-card__price-old {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0;
  font-weight: normal;
  text-decoration: line-through;
}

@media only screen and (min-width: 992px) {
  .b-model-card__price-old {
    font-size: 18px;
  }
}

.b-model-card__price {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .b-model-card__price {
    font-size: 18px;
  }
}

.b-model-card__link {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #444444;
}

@media only screen and (min-width: 992px) {
  .b-model-card__link {
    font-size: 18px;
  }
}

@keyframes m_card_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.b-cat-brands-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.b-cat-brands-grid__item {
  flex: 0 0 33%;
  padding: .5em;
  text-align: center;
}

.b-cat-brands-grid__item-pic {
  width: 80px;
  height: 60px;
  object-fit: contain;
  color: currentColor;
}

.b-catalog-previews-grid {
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .b-catalog-previews-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .b-catalog-previews-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog-previews-grid__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-previews-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.b-catalog-preview {
  position: relative;
  display: block;
  background-color: #000;
}

.b-catalog-preview__data {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  z-index: 2;
  pointer-events: none;
}

.b-catalog-preview__wrpic {
  background-color: #000;
}

.b-catalog-preview__wrpic:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66.71851%;
}

.b-catalog-preview__wrpic::before {
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.b-catalog-preview__wrpic img[data-lazy] {
  opacity: 0;
}

.b-catalog-preview__caption {
  margin: 0;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.b-catalog-preview__year {
  margin: 0;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.b-catalog-preview__price {
  position: absolute;
  bottom: 25px;
  left: 20px;
  margin: 0.5em 0 0;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #C5A47E;
  line-height: 1;
}

.b-catalog-preview__price-old {
  position: absolute;
  bottom: 45px;
  left: 20px;
  margin: 0.5em 0 0;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-decoration: line-through;
}

.b-catalog-detail--top_pad {
  padding-top: 35px;
}

.b-catalog-detail__info {
  margin-top: 1em;
}

.b-catalog-detail__thumbs {
  display: none;
  margin-top: 1em;
}

.b-catalog-detail__caption {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .b-catalog-detail__caption {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .b-catalog-detail__caption {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-detail__caption {
    font-size: 30px;
  }
}

.b-catalog-detail__caption + p {
  margin-top: 0;
}

.b-catalog-detail__gallery-wrpic {
  position: relative;
}

.b-catalog-detail__gallery-wrpic:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.b-catalog-detail__gallery-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-catalog-detail__thumb-pic {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.b-catalog-detail__info table, .b-catalog-detail__prop-table {
  margin-bottom: 1.5em;
  width: 100%;
}

.b-catalog-detail__info table td, .b-catalog-detail__prop-table td {
  padding-right: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}

.b-catalog-detail__prop-key {
  padding-right: 1em;
  color: #787878;
}

.b-catalog-detail__prop-val {
  font-weight: bold;
}

.b-catalog-detail__more-btn {
  background-color: transparent;
  border: none;
  outline: none;
  display: none;
  padding: 0 0 3px;
  color: #787878;
  font-size: 16px;
  border-bottom: 1px dashed #787878;
  cursor: pointer;
}

.b-catalog-detail__more-btn-icon {
  width: 10px;
  height: 15px;
  transform: rotate(-90deg);
  transition: all .5s;
}

.b-catalog-detail__more-btn._open .b-catalog-detail__more-btn-icon {
  transform: none;
}

.b-catalog-detail__content {
  padding: 1em 0;
  font-size: 1.1em;
  color: #3e3e3e;
}

.b-catalog-detail__price-table-wraper {
  overflow-x: auto;
}

.b-catalog-detail__price-table-wraper table, .b-catalog-detail__price-table {
  width: 100%;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  background-color: #f7f7fa;
  border-collapse: collapse;
}

.b-catalog-detail__price-table-wraper table tr:first-child, .b-catalog-detail__price-table tr:first-child {
  color: #fff;
  background: #000 url(../img/general/bg_textured02.jpg) repeat-x top;
  background-size: cover;
}

.b-catalog-detail__price-table-wraper table td, .b-catalog-detail__price-table td {
  padding: 1em;
}

.b-catalog-detail__price-table-wraper table tr:nth-child(1) td, .b-catalog-detail__price-table tr:nth-child(1) td {
  border: 1px solid #565656;
}

.b-catalog-detail__price-table-wraper table tr:nth-child(2) td, .b-catalog-detail__price-table tr:nth-child(2) td {
  border: 1px solid #e3e3e3;
}

.b-catalog-detail__btns {
  margin-top: 1.5em;
}

.b-catalog-detail__btns form.cart{
  display: flex; flex-wrap: wrap; align-items: center;
}

.b-catalog-detail__btns .quantity{
  margin-right: 10px;
}

.b-catalog-detail__btns input{
  height: 50px; width: 50px;
  text-align: center;
}

.b-catalog-detail__btns .button{
  height: 50px;  
  padding: 10px 15px;
  color: #fff;
  background-color: #000;
}


.b-catalog-detail__btn-wraper {
  margin-top: 1.5em;
  text-align: center;
}

.b-catalog-detail__order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  height: 70px;
  padding: 0 1.25em;
  font-family: "AdobeClean", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #C5A47E;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .5s ease, transform .33s;
  font-size: 1.25em;
}

.b-catalog-detail__order-btn:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.b-catalog-detail__order-btn:active {
  transform: scale(0.97);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.b-catalog-detail__video-iframe-wraper iframe {
  width: 100%;
  height: 65vmin;
}

@media only screen and (min-width: 992px) {
  .b-catalog-detail--top_pad {
    padding-top: 45px;
  }
  .b-catalog-detail__top {
    display: flex;
  }
  .b-catalog-detail__gallery {
    position: relative;
    width: calc(100% - 375px);
    max-width: calc(100% - 375px);
    flex: 0 0 calc(100% - 375px);
  }
  .b-catalog-detail__info {
    width: 375px;
    max-width: 375px;
    flex: 0 0 375px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 35px;
  }
  .b-catalog-detail__btns {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .b-catalog-detail__thumbs {
    display: block;
    width: 100%;
  }
  .b-catalog-detail__thumb-item{
    border-right: 1px solid #fff;
    cursor: pointer;
  }
  .b-catalog-detail__thumb-item:hover{
    opacity: .75;
  }
  .b-catalog-detail__content {
    padding: 60px 10%;
    font-size: 18px;
    line-height: 1.44444;
    text-align: center;
  }
  .b-catalog-detail__price-table-wraper table, .b-catalog-detail__price-table {
    font-size: 18px;
  }
  .b-catalog-detail__price-table-wraper table td, .b-catalog-detail__price-table td {
    height: 90px;
  }
  .b-catalog-detail__btn-wraper {
    margin-top: 55px;
  }
  .b-catalog-detail__order-btn {
    font-size: 24px;
    width: 375px;
  }
  .b-catalog-detail__video-iframe-wraper iframe {
    height: 560px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-catalog-detail__content {
    padding: 60px 15%;
  }
  .b-catalog-detail__gallery {
    width: 50%;
    max-width: 800px;
    flex: 0 0 50%;
    padding-right: 50px;
  }
  .b-catalog-detail__info {
    width: 485px;
    max-width: 485px;
    flex: 0 0 485px;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .b-catalog-detail__gallery-wrpic {
    max-height: calc(100vh - 275px);
  }
  .b-catalog-detail__gallery-wrpic:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 70%;
  }
  .b-catalog-detail__gallery-pic {
    object-fit: cover;
  }
  .b-catalog-detail__thumbs {
    display: block;
  }
}

.b-video {
  position: relative;
  width: 100%;
  height: 65vmin;
}

.b-video__iframe, .b-video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-video__iframe {
  z-index: 1;
  border: none;
}

.b-video__cover {
  object-fit: cover;
  z-index: 2;
  transition: all .5s;
}

.b-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: .85;
  transition: all .5s;
  z-index: 3;
}

.b-video__play:hover {
  opacity: 1;
}

.b-video._active .b-video__cover {
  opacity: 0;
  pointer-events: none;
}

.b-video._active .b-video__play {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .b-video {
    padding-top: 56.25%;
  }
}

.sk-wandering-cubes {
  width: 4em;
  height: 4em;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #337ab7;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube-2 {
  animation-delay: -0.9s;
}

@keyframes sk-wandering-cubes {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(2em) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(2em) translateY(2em) rotate(-179deg);
  }
  50.1% {
    transform: translateX(2em) translateY(2em) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.b-drowdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 1em;
  text-align: initial;
}

.b-drowdown__label {
  font-weight: normal;
}

.b-drowdown__toogle-btn {
  height: 65px;
  padding: 0 25px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.b-drowdown__wricon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 0;
}

.b-drowdown__icon {
  transform: rotate(90deg);
  transition: all .2s;
}

.b-drowdown__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  opacity: 0;
  background-color: #fff;
  box-shadow: 1px 1px 5px gray;
  z-index: 2;
  transition: all .2s;
  visibility: hidden;
}

.b-drowdown__list > li {
  margin: 0;
  padding: 0;
  color: #000;
  border: 1px solid #a0a0a0;
  border-width: 1px 0 0;
  transition: all .2s ease;
}

.b-drowdown__list > li:first-child {
  border-width: 0;
}

.b-drowdown__list > li > a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 3px 15px;
}

.b-drowdown__list > li._active, .b-drowdown__list > li:hover {
  color: #fff;
  background-color: #c5a47e;
}

.b-drowdown--state_opened .b-drowdown__icon {
  transform: rotate(270deg);
}

.b-drowdown--state_opened .b-drowdown__list {
  opacity: 1;
  visibility: visible;
}

.b-drowdown--apartment .b-drowdown__list {
  max-height: 9.6em;
  max-height: calc(1.6*6em + 6px);
  overflow: auto;
}

.b-features {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.b-features__item {
  position: relative;
  margin-top: 1.5em;
  padding: 40vmin 0 0;
}

.b-features__item:first-child {
  margin-top: 0;
}

.b-features__item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-features__item-caption {
  position: relative;
  padding: 1em;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: rgba(44, 47, 50, 0.8);
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .b-features__item-caption {
    font-size: 18px;
  }
}

.b-features__item-body {
  position: relative;
  padding: 1em;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #C5A47E;
  z-index: 2;
}

@media only screen and (min-width: 568px) {
  .b-features {
    display: flex;
    flex-wrap: wrap;
  }
  .b-features__item {
    flex: 0 0 calc(50% - 10px);
  }
  .b-features__item:nth-child(2n+1) {
    margin-right: 20px;
  }
  .b-features__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .b-features__item {
    padding-top: 25vmin;
  }
  .b-features__item-caption {
    margin-bottom: 5vmin;
  }
}

@media only screen and (min-width: 992px) {
  .b-features__item {
    flex: 0 0 calc(33% - 10px);
  }
  .b-features__item:nth-child(2n+1) {
    margin-right: 0px;
  }
  .b-features__item:nth-child(3n+1) {
    margin-right: 15px;
  }
  .b-features__item:nth-child(3n+2) {
    margin-right: 15px;
  }
  .b-features__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-features {
    flex-wrap: nowrap;
  }
  .b-features__item {
    position: relative;
    flex: 1 1 20%;
    margin-top: 0;
    margin-right: 0;
    padding: 245px 0 60px;
    border: 1px solid #fff;
    border-width: 0 1px;
    z-index: 1;
    transform: skew(-16deg);
  }
  .b-features__item:nth-child(3n+1) {
    margin-right: 0;
  }
  .b-features__item:nth-child(3n+2) {
    margin-right: 0;
  }
  .b-features__item-caption {
    margin: 0;
    padding: 25px 20px;
  }
  .b-features__item-body {
    position: absolute;
    bottom: -35px;
    left: -35px;
    right: -35px;
    padding: 50px 75px;
    opacity: 0;
    transform: scale(0.75);
    transition: all .33s ease;
  }
  .b-features__item:hover {
    z-index: 2;
  }
  .b-features__item:hover .b-features__item-body {
    opacity: 1;
    transform: scale(1);
  }
  .b-features__item-pic, .b-features__item-caption-inner, .b-features__item-body-inner {
    transform: skew(16deg);
  }
  .b-features__item-wrpic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .b-features__item-pic {
    left: -25%;
    width: 150%;
    max-width: none;
  }
}

.footer {
  font-size: 14px;
  color: #868689;
  background-color: #f7f7fa;
}

.footer a {
  color: inherit;
}

.footer--fixed, .footer._bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__inner {
  width: 1660px;
  max-width: 90%;
  max-width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 1em 0;
}

@media only screen and (min-width: 768px) {
  .footer__inner {
    max-width: 90%;
  }
}

.footer__col {
  margin-bottom: 1em;
}

.footer__col:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 375px) {
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .footer__inner {
    align-items: center;
  }
  .footer__col {
    margin-bottom: 0;
  }
}

.b-dev {
  display: flex;
  align-items: center;
}

.b-dev__pic {
  flex: 0 0 auto;
  margin-right: 10px;
}

.form {
  max-width: 525px;
}

.form__scaption {
  margin-bottom: 8px;
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.form__section + .form__section {
  margin-top: 25px;
}

.form__item {
  margin-bottom: 10px;
}

.form__item--btn {
  margin-top: 1em;
}

.form__item--date_range {
  display: flex;
  justify-content: space-between;
}

.form__label {
  margin: .5em 0;
  font-size: 15px;
  font-weight: normal;
  user-select: none;
  cursor: pointer;
}

.form__input-wraper {
  position: relative;
}

.form__select, .form__input, .form__input-date, .form__textarea {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background: #fff;
  border: none;
  border-bottom: 1px solid #000;
  outline-color: none;
}

.form__input-date {
  width: 48%;
}

.form__input-date, .form__select, .form__input {
  height: 60px;
}

.form__input--has_icon {
  padding-left: 45px;
}

.form__input-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  color: #c7c7c7;
}

.form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 100%;
  height: 70px;
  padding: 0 1.25em;
  font-family: "AdobeClean", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .5s ease, transform .33s;
  font-size: 24px;
  display: block;
  width: 230px;
  max-width: 100%;
}

.form__button:hover {
  background-color: #1a1a1a;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.form__button:active {
  transform: scale(0.97);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.form--modal .form__button {
  width: 100%;
}

.form--modal .form__select,
.form--modal .form__input,
.form--modal .form__input-date,
.form--modal .form__textarea {
  border: none;
  padding-left: 1.25em;
  padding-right: 1em;
}

.form__textarea{
  padding-top: 0.75em;
  resize: none;
}

.form .m-danger {
  border-color: red;
  background: rgba(255, 0, 0, 0.05);
}

.form--modal .m-danger {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.05);
  box-shadow: 0px 0px 1px red;
}

.b-gallery-section {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(19, 19, 23, 0.2);
}

@media only screen and (min-width: 768px) {
  .b-gallery-section {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-gallery-section {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  .b-gallery-section {
    padding-bottom: 70px;
  }
}

.b-gallery {
  padding-bottom: 50px;
  /* Grid */
  /* Masonry */
}

@media only screen and (min-width: 768px) {
  .b-gallery {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-gallery {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .b-gallery {
    padding-bottom: 120px;
  }
}

.b-gallery__top-line {
  margin-bottom: 25px;
}

.b-gallery__top-line:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .b-gallery__top-line {
    margin-bottom: 35px;
  }
  .b-gallery__top-line:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-gallery__top-line {
    margin-bottom: 40px;
  }
  .b-gallery__top-line:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .b-gallery__top-line {
    margin-bottom: 50px;
  }
  .b-gallery__top-line:last-child {
    margin-bottom: 0;
  }
}

.b-gallery__filters-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: flex;
  align-items: center;
}

.b-gallery__filters-list-item {
  margin-right: 30px;
  color: inherit;
  text-decoration: none;
  font-family: "AdobeClean", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #a0a0a0;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .2s;
  cursor: pointer;
}

.b-gallery__filters-list-item:hover {
  color: #000;
}

.b-gallery__filters-list-item._active {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .b-gallery__filters-list-item {
    font-size: 1.25em;
  }
}

.b-gallery__grid-item {
  margin-top: 25px;
  color: #a0a0a0;
}

.b-gallery__grid-item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .b-gallery__grid-item {
    margin-top: 35px;
  }
  .b-gallery__grid-item:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-gallery__grid-item {
    margin-top: 40px;
  }
  .b-gallery__grid-item:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .b-gallery__grid-item {
    margin-top: 50px;
  }
  .b-gallery__grid-item:first-child {
    margin-top: 0;
  }
}

.b-gallery__grid-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  transition: filter .5s;
  z-index: 9;
}

.b-gallery__grid-item-wrpic:hover .play-icon {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

.b-gallery__grid-item-caption {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: 10px 0 0;
}

.b-gallery__grid-item-wrpic {
  padding-top: 56.25%;
  display: block;
  background-color: #f1f1f1;
  overflow: hidden;
}

.b-gallery__grid-item-wrpic img {
  transition: transform 2s;
}

.b-gallery__grid-item-wrpic:hover img {
  transform: scale(1.1);
}

.b-gallery__grid--ar-16-10 .b-gallery__grid-item-wrpic {
  padding-top: 62.5%;
}

.b-gallery__grid--ar-4-3 .b-gallery__grid-item-wrpic {
  padding-top: 75%;
}

@media only screen and (min-width: 768px) {
  .b-gallery__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-gallery__grid-item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-gallery__grid-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .b-gallery__grid-item {
    color: #a0a0a0;
  }
  .b-gallery__grid-item:first-child {
    margin-top: 0;
  }
  .b-gallery__grid-item-wrpic {
    position: relative;
    margin-bottom: 10px;
  }
  .b-gallery__grid--wr_gray .b-gallery__grid-item-wrpic {
    background-color: rgba(19, 19, 23, 0.1);
  }
}

@media only screen and (min-width: 992px) {
  .b-gallery__grid-item {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-gallery__grid-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-gallery__grid-item-caption {
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 1600px) {
  .b-gallery__grid--cols-4 .b-gallery__grid-item {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-gallery__grid--cols-4 .b-gallery__grid-item:nth-child(-n+4) {
    margin-top: 0;
  }
}

.b-gallery__masonry-item {
  margin-top: 30px;
  width: 100%;
  color: #a0a0a0;
}

.b-gallery__masonry-item:first-child {
  margin-top: 0;
}

.b-gallery__masonry-item-wrpic {
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}

.b-gallery__masonry-item-wrpic img {
  transition: transform 2s;
}

.b-gallery__masonry-item-wrpic:hover img {
  transform: scale(1.1);
}

.b-gallery__masonry-item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-gallery__masonry-item-caption {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: 5px 0;
  line-height: 1.2;
}

.b-gallery__masonry-item-date {
  opacity: .5;
  font-size: 10px;
}

.b-gallery__masonry-item-footer {
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.b-gallery__masonry-item-more-txt {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.b-gallery__masonry-item-more-txt:hover {
  color: #C5A47E;
}

.b-gallery__masonry-item-more-wricon {
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 8px;
  color: #fff;
  border-radius: 50%;
  background-color: #C5A47E;
  transition: all .2s;
}

.b-gallery__masonry-item-more-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .b-gallery__masonry {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-gallery__masonry-item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .b-gallery__masonry-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .b-gallery__masonry-item-wrpic {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .b-gallery__masonry-item {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
  }
  .b-gallery__masonry-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .b-gallery__masonry-item {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }
  .b-gallery__masonry-item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media (hover: hover) {
  .b-gallery__masonry-item-pic {
    transition: transform .5s;
  }
  .b-gallery__masonry-item-caption {
    transition: color .33s;
  }
  .b-gallery__masonry-item:hover .b-gallery__masonry-item-pic {
    transform: scale(1.05);
  }
  .b-gallery__masonry-item:hover .b-gallery__masonry-item-caption {
    color: #C5A47E;
  }
  .b-gallery__masonry-item-wrpic {
    overflow: hidden;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  transition: box-shadow .33s;
  /* MEDIA */
}

.header._scroll {
  box-shadow: 0 21px 23px 0 rgba(0, 0, 0, 0.05);
}

.header__row-inner {
  width: 1660px;
  max-width: 90%;
  max-width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  align-items: center;
  height: 66px;
}

.header__col--nav{
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__row-inner {
    max-width: 90%;
  }
}

.header__col--nested {
  display: flex;
  align-items: center;
}


.header__col--toggle {
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .header__col--nav{
    display: block;
  }

  .header__col--toggle {
    display: none;
  }
}

.header__col--pos_right {
  margin-left: auto;
}

.header__col--info {
  display: none;
}

.header__col--lang {
  margin-left: auto;
}

.header__col-node--m {
  display: block;
}

.header__col-node--d {
  display: none;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.header__logo-pic {
  display: block;
}

.header__logo-pic--m {
  display: block;
}

.header__logo-pic--d {
  display: none;
}

.header__phone, .header__phone_s {
  color: inherit;
  text-decoration: none;
  margin-right: 10px;
  font-size: 15px;
  transition: all .33s;
}

.header__phone:last-child, .header__phone_s:last-child {
  margin-right: 0;
}

.header__phone:hover, .header__phone_s:hover {
  color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 1600px) {
  .header__phone {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__phone_s {
    font-size: 18px;
  }
}

.header__email_s {
  font-size: 17px;
  transition: all .33s;
}

.header__email_s:hover {
  color: rgba(0, 0, 0, 0.7);
}

.header ~ .site__body,
.header ~ .site-main {
  padding-top: 66px;
}

.header__col--logo{
  margin-right: 25px;
}

@media only screen and (min-width: 768px) {
  .header__logo-pic--m {
    display: none;
  }
  .header__logo-pic--d {
    display: block;
  }
  .header__col--info {
    display: block;
    margin-left: auto;
  }
  .header__col--lang {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .header__col--logo {
    margin-right: 50px;
  }
  .header__col--info {
    padding-left: 30px;
  }
  .header__col--lang {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .header__logo-pic--d {
    width: 250px;
    height: 23px;
  }
  .header__col-node {
    margin-left: 30px;
  }
  .header__col-node:first-child {
    margin-left: 0;
  }
  .header__col-node--m {
    display: none;
  }
  .header__col-node--d {
    display: block;
  }
  .header__col--pos_right {
    margin-left: initial;
  }
}

@media only screen and (min-width: 1600px) {
  .header__row-inner {
    height: 80px;
  }
  .header ~ .site__body,
  .header ~ .site-main {
    padding-top: 80px;
  }
  .header__logo-pic--d {
    width: 300px;
    height: 27px;
  }
}

.toggle-menu-btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .33s;
}

.toggle-menu-btn:hover {
  color: rgba(19, 19, 23, 0.7);
}

.b-side-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 201;
  pointer-events: none;
  /*.site--bg_dark &__body{ color: get-color(base); background-color: get-color(caption); }
	.site--bg_dark &__contacts a:hover,
	.site--bg_dark &__data a:hover{ color: #fff; }*/
}

.site._menu_opened .b-side-navigation {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.15);
}

.b-side-navigation__close {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  z-index: 1;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
}

.b-side-navigation__close::before, .b-side-navigation__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  background-color: #000;
}

.site--bg_dark .b-side-navigation__close::before, .site--bg_dark .b-side-navigation__close::after {
  background-color: #000;
}

.b-side-navigation__close::before {
  transform: rotate(45deg);
}

.b-side-navigation__close::after {
  transform: rotate(-45deg);
}

.b-side-navigation__body {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  color: #000;
  background-color: #fff;
  overflow-y: auto;
  transition: transform 0.5s ease;
  transform: translateX(103vw);
}

.site._menu_opened .b-side-navigation__body {
  transform: none;
}

.b-side-navigation__body-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 4.6875vw 2em;
  text-align: right;
  font-size: 1em;
}

.b-side-navigation__contacts, .b-side-navigation__data {
  margin-top: 2em;
  line-height: 1.5;
}

.b-side-navigation__contacts a, .b-side-navigation__data a {
  text-decoration: none;
}

.b-side-navigation__contacts {
  margin-top: auto;
}

.site--bg_dark .b-side-navigation__body {
  color: #000;
  background-color: #fff;
}

.site--bg_dark .b-side-navigation__contacts a:hover,
.site--bg_dark .b-side-navigation__data a:hover {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .b-side-navigation__close {
    top: 30px;
    right: 30px;
  }
  .b-side-navigation__body {
    width: 50vw;
    transform: translateX(53vw);
  }
  .b-side-navigation__body-inner {
    padding: 100px 30px 2em;
    font-size: 1em;
  }
}

@media only screen and (min-width: 992px) {
  .b-side-navigation__body-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-side-navigation__close {
    top: 4vh;
    right: 65px;
  }
  .b-side-navigation__body-inner {
    padding: 12vh 65px 50px;
  }
}

@media (hover: hover) {
  .b-side-navigation__contacts, .b-side-navigation__data {
    will-change: transform;
    opacity: 0;
    transform: translateX(-3%);
    transition: transform .4s ease .25s,opacity .4s ease .25s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(1), .site._menu_opened .b-side-navigation__data:nth-child(1) {
    transition-delay: 0.85s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(2), .site._menu_opened .b-side-navigation__data:nth-child(2) {
    transition-delay: 1.05s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(3), .site._menu_opened .b-side-navigation__data:nth-child(3) {
    transition-delay: 1.25s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(4), .site._menu_opened .b-side-navigation__data:nth-child(4) {
    transition-delay: 1.45s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(5), .site._menu_opened .b-side-navigation__data:nth-child(5) {
    transition-delay: 1.65s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(6), .site._menu_opened .b-side-navigation__data:nth-child(6) {
    transition-delay: 1.85s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(7), .site._menu_opened .b-side-navigation__data:nth-child(7) {
    transition-delay: 2.05s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(8), .site._menu_opened .b-side-navigation__data:nth-child(8) {
    transition-delay: 2.25s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(9), .site._menu_opened .b-side-navigation__data:nth-child(9) {
    transition-delay: 2.45s;
  }
  .site._menu_opened .b-side-navigation__contacts:nth-child(10), .site._menu_opened .b-side-navigation__data:nth-child(10) {
    transition-delay: 2.65s;
  }
  .site._menu_opened .b-side-navigation__contacts, .site._menu_opened .b-side-navigation__data {
    opacity: 1;
    transform: none;
  }
}

.b-pay-list,
.b-social-list,
.b-msgs-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: flex;
  align-items: center;
}

.b-pay-list--align_right,
.b-social-list--align_right,
.b-msgs-list--align_right {
  justify-content: flex-end;
}

.b-pay-list__item,
.b-social-list__item,
.b-msgs-list__item {
  margin-right: 8px;
}

.b-pay-list__item:last-child,
.b-social-list__item:last-child,
.b-msgs-list__item:last-child {
  margin-right: 0;
}

.b-social-list__item-link {
  display: block;
  color: #c0c0c0;
  transition: color .2s;
}

.b-social-list__item-link:hover {
  color: #000;
}

.b-social-list__item-wricon {
  width: 25px;
  height: 25px;
  position: relative;
  /*background: #53555E;			
			border-radius: 50%;*/
  /*&--vk{
				width: 26px;
				color: #fff;
				background-color: #4c75a3;
				border-radius: 4px;
			}
			&--facebook{
				color: #fff;
				background-color: #3c5a9a;
				border-radius: 50%;
			}*/
}

.b-social-list__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.menu-list a {
  text-decoration: none;
}

.menu-list--main {
  
}

.menu-list--main a {
  color: #000;
}

.menu-list--main a:hover {
  color: #000;
}

.menu-list--main > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}

.menu-list--mainside .menu-list__li {
  margin-bottom: 20px;
}

.menu-list--mainside .menu-list__item {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.menu-list--mainside .menu-list__item-icon {
  display: none;
}

.menu-list--mainside .menu-list__item--active {
  color: #C5A47E;
}

.menu-list--mainside .menu-list__item:hover {
  color: #000;
}

.site--bg_dark .menu-list--mainside .menu-list__item {
  color: #000;
}

.site--bg_dark .menu-list--mainside .menu-list__item:hover {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .menu-list--mainside .menu-list__li {
    margin-bottom: 10px;
  }
  .menu-list--mainside .menu-list__item {
    font-size: 24px;
  }

  .menu-list--main{
    font-size: 21px;
  }

  .menu-list--main > li {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {

  .menu-list--main > li {
    margin-right: 30px;
  }
  .menu-list--mainside .menu-list__li {
    margin-bottom: 20px;
  }
  .menu-list--mainside .menu-list__li {
    will-change: transform;
    opacity: 0;
    transform: translateX(-5%);
    transition: transform .4s ease .25s, opacity .4s ease .25s;
  }
  .site._menu_opened .menu-list--mainside .menu-list__li:nth-child(1) {
    transition-delay: 0.45s;
  }
  .site._menu_opened .menu-list--mainside .menu-list__li:nth-child(2) {
    transition-delay: 0.5s;
  }
  .site._menu_opened .menu-list--mainside .menu-list__li:nth-child(3) {
    transition-delay: 0.55s;
  }
  .site._menu_opened .menu-list--mainside .menu-list__li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .site._menu_opened .menu-list--mainside .menu-list__li:nth-child(5) {
    transition-delay: 0.65s;
  }
  .site._menu_opened .menu-list--mainside .menu-list__li {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (min-width: 1600px) {
  .menu-list--mainside .menu-list__li {
    margin-bottom: 30px;
  }
}

@media (hover: hover) {
  .menu-list--mainside .menu-list__item._gray {
    color: #000;
  }
  .menu-list--mainside .menu-list__item {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    transition: all .5s;
  }
  .menu-list--mainside .menu-list__item:hover {
    color: #000;
  }
  .menu-list--mainside .menu-list__item-icon {
    display: block;
    position: absolute;
    top: 0.45em;
    right: 0;
    color: #fff;
    width: .5em;
    height: .5em;
    opacity: 0;
    transition: opacity .33s;
  }
}

@media only screen and (min-width: 1600px) {
  .menu-list--mainside .menu-list__item {
    font-size: 32px;
  }
  .menu-list--mainside .menu-list__item-icon {
    display: block;
    position: absolute;
    top: 0.45em;
    right: 0;
    color: #fff;
    width: .5em;
    height: .5em;
    opacity: 0;
    transition: opacity .33s;
  }
}

.modal {
  width: 415px;
  max-width: 100%;
  padding: 30px 25px;
  background-color: #f7f7fa;
}

.modal__header {
  margin-bottom: 20px;
}

.modal__caption {
  font-size: 24px;
}

.modal--popup {
  max-width: 480px;
}

.modal--offer {
  width: 625px;
  max-width: calc(100% - 30px);
  text-align: center;
  background: #fff url(../img/general/bg_emo.jpg) no-repeat center bottom;
  background-size: contain;
}

.modal--offer .modal__body {
  max-width: 465px;
  margin: 0 auto;
  padding: 1em;
  background-color: rgba(197, 164, 126, 0.77);
}

.modal--offer .modal__txt1 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .modal--offer .modal__txt1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {

  .modal{
    padding-left: 35px; padding-right: 35px;
  }

  .modal--offer .modal__txt1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal--offer .modal__txt1 {
    font-size: 30px;
  }
}

.modal--offer .modal__txt1 + p {
  margin-top: 0;
}

.modal--offer .modal__hr {
  max-width: 235px;
  margin: 1em auto;
  border-color: #000;
}

.modal--offer .modal__txt2 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
}

@media only screen and (min-width: 992px) {
  .modal--offer .modal__txt2 {
    font-size: 18px;
  }
}

.modal--offer .modal__txt3 {
  font-family: "NeoSansCyr", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #131317;
}

@media only screen and (min-width: 992px) {
  .modal--offer .modal__txt3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .modal--offer {
    height: 385px;
    padding: 45px 0 75px;
  }
  .modal--offer .modal__body {
    padding: 1.25em 1em;
  }
}

.slick-slider.slick-thumbs {
  padding: 0 90px;
}

@media only screen and (min-width: 1200px) {
  .slick-slider.slick-thumbs {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .slick-slider.slick-thumbs {
    padding: 0 80px;
  }
}

.slick-slide {
  outline: none;
}

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

.slick-cat-detail-thumbs .slick-slide img {
  width: 100%;
}

.slick-has_focus .slick-slide {
  cursor: pointer;
}

.slick-thumbs .slick-slide {
  position: relative;
}

.slick-thumbs .slick-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all .2s ease;
}

.slick-thumbs .slick-slide:hover::before,
.slick-thumbs .slick-slide.slick-center::before {
  background-color: #C5A47E;
}

.slick-arrow {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #000;
  background: #fff;
  border: 1px solid #4d4d4d;
  outline: none;
  z-index: 11;
  transition: color .5s ease, background .5s ease;
  cursor: pointer;
}

.slick-arrow:hover {
  color: #fff;
  background-color: #000;
}

.slick-arrow .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-cat-thumbs .slick-arrow {
  top: calc(100% + 10px);
  margin-top: 0;
}

.slick-thumbs .slick-arrow {
  top: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  color: #52585c;
  border-color: #52585c;
}

.slick-thumbs .slick-arrow .icon {
  width: 25px;
  height: 25px;
}

.slick-thumbs .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(82, 88, 92, 0.33);
}

@media only screen and (min-width: 1200px) {
  .slick-thumbs .slick-arrow {
    width: 100px;
    height: 100px;
  }
}

.slick-cat-detail-thumbs .slick-arrow {
  top: 0;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-height: 800px) {
  .slick-thumbs .slick-arrow {
    width: 80px;
    height: 80px;
  }
}

.slick-prev {
  left: 0;
}

.slick-cat-thumbs .slick-prev {
  left: calc(50% - 10px - 30px);
}

.slick-cat-detail-thumbs .slick-prev {
  left: calc(100% + 20px);
}

.slick-next {
  right: 0;
}

.slick-cat-thumbs .slick-next {
  right: calc(50% + 10px);
  top: calc(100% + 15px + 30px);
}

.slick-cat-detail-thumbs .slick-next {
  left: calc(100% + 20px);
  top: 35px;
}

@media screen and (min-width: 1200px) {
  .slick-prev{
    left: 10px;
  }
  .slick-next{
    right: 10px;
  }
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  text-align: center;
}

.slick-dots > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 0;
}

.slick-dots > li > button {
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 100%;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.slick-bg_dark .slick-dots > li > button {
  background-color: rgba(255, 255, 255, 0.3);
}

.slick-dots > li:hover > button,
.slick-dots > li.slick-active > button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.slick-bg_dark .slick-dots > li:hover > button, .slick-bg_dark
.slick-dots > li.slick-active > button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}

.b-social {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}

.b-social__item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px 0 0;
  padding: 0;
}

.b-social__link {
  font-size: 30px;
  color: #000;
  text-decoration: none;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .b-social__item {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .b-social__item {
    margin-right: 25px;
  }
}

.ymap-wide {
  width: 100%;
  height: 100%;
  min-height: 50vh;
}

[class^="ymaps-2"][class*="ground-pane"] {
  filter: grayscale(100%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.lt-ie8 .clearfix {
  zoom: 1;
}

.colored,
.marked {
  color: #C5A47E;
}

.img-responsive {
  width: 100%;
}

.img-circle {
  border-radius: 50%;
}

.responsive-wrpic, .b-main-slider__item-wrpic {
  position: relative;
}

.responsive-wrpic img, .b-main-slider__item-wrpic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsive-img, .b-catalog-card__gallery-wrpic, .b-catalog-category-card__wrpic, .b-catalog-preview__wrpic, .b-gallery__grid-item-wrpic, .b-gallery__masonry-item-wrpic, .responsive-img-16-9, .responsive-img-16-10, .responsive-img-4-3 {
  position: relative;
}

.responsive-img img, .b-catalog-card__gallery-wrpic img, .b-catalog-category-card__wrpic img, .b-catalog-preview__wrpic img, .b-gallery__grid-item-wrpic img, .b-gallery__masonry-item-wrpic img, .responsive-img-16-9 img, .responsive-img-16-10 img, .responsive-img-4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsive-img-16-9 {
  padding-top: 56.25%;
}

.responsive-img-16-10 {
  padding-top: 62.5%;
}

.responsive-img-4-3 {
  padding-top: 75%;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-preline {
  white-space: pre-line;
}

@media only screen and (min-width: 568px) {
  .txt-xs-center {
    text-align: center;
  }
  .txt-xs-left {
    text-align: left;
  }
  .txt-xs-right {
    text-align: right;
  }
  .txt-xs-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 768px) {
  .txt-sm-center {
    text-align: center;
  }
  .txt-sm-left {
    text-align: left;
  }
  .txt-sm-right {
    text-align: right;
  }
  .txt-sm-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 992px) {
  .txt-md-center {
    text-align: center;
  }
  .txt-md-left {
    text-align: left;
  }
  .txt-md-right {
    text-align: right;
  }
  .txt-md-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 1200px) {
  .txt-lg-center {
    text-align: center;
  }
  .txt-lg-left {
    text-align: left;
  }
  .txt-lg-right {
    text-align: right;
  }
  .txt-lg-preline {
    white-space: pre-line;
  }
}

@media only screen and (min-width: 1600px) {
  .txt-xl-center {
    text-align: center;
  }
  .txt-xl-left {
    text-align: left;
  }
  .txt-xl-right {
    text-align: right;
  }
  .txt-xl-preline {
    white-space: pre-line;
  }
}

.icon-play {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 81px;
  height: 81px;
  background-size: 337px, 250px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/*.icon-fb{ @include sprite-icon($fb); }
.icon-in{ @include sprite-icon($insta); }
.icon-gl{ @include sprite-icon($gplus); }
.icon-tw{ @include sprite-icon($twitter); }

.icon-play{ @include sprite-icon($play); }

.icon-favorite{ @include sprite-icon($favorite); }
.icon-share{ @include sprite-icon($share); }*/
.hidden {
  display: none !important;
}

@media only screen and (min-width: 568px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-table {
    display: table !important;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-table {
    display: table !important;
  }
}

@media only screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-table {
    display: table !important;
  }
}

.fancybox-close-small {
  top: 20px;
  right: 20px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -283px -57px;
  width: 23px;
  height: 23px;
  background-size: 337px, 250px;
  background-repeat: no-repeat;
}

.fancybox-close-small::after, .fancybox-close-small:focus::after {
  content: "";
  display: block;
  position: absolute;
  display: none;
}

.ui-datepicker {
  width: auto;
  max-width: 100%;
  padding: 1em;
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 15px;
  font-size: 18px;
  text-align: left;
}

.ui-datepicker-month {
  color: #55555a;
  font-weight: bold;
}

.ui-datepicker-year {
  color: #78787e;
}

.ui-datepicker td {
  height: 45px;
  width: 50px;
  padding: 0;
  font-size: 14px;
  border-top: 1px solid rgba(242, 242, 242, 0.5);
}

.ui-datepicker td a {
  padding: 0;
  color: #000;
  text-align: center;
  text-align: center;
  line-height: 30px;
}

.ui-datepicker th {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #4c4c52;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: #fffc00;
  font-weight: normal;
  color: #000;
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #000;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -330px -84px;
  width: 7px;
  height: 12px;
  background-size: 337px, 250px;
  background-repeat: no-repeat;
  left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  order: 2;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -130px;
  width: 7px;
  height: 12px;
  background-size: 337px, 250px;
  background-repeat: no-repeat;
}

.selected-start .ui-state-active {
  border-radius: 20px 0 0 20px;
}

.selected-end .ui-state-active {
  border-radius: 0 20px 20px 0;
}

.selected-start.selected-end .ui-state-active {
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .ui-datepicker {
    padding: 25px;
  }
}

.mCSB_outside {
  margin-bottom: 26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 5px;
  bottom: 5px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 30px;
}

.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background: url(../img/plugins/left-arrow_black.svg) no-repeat center;
  background-size: 100% 100%;
}

.mCS-light.mCSB_scrollTools .mCSB_buttonLeft {
  background: url(../img/plugins/left-arrow_white.svg) no-repeat center;
  background-size: 100% 100%;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background: url(../img/plugins/right-arrow_black.svg) no-repeat center;
  background-size: 100% 100%;
}

.mCS-light.mCSB_scrollTools .mCSB_buttonRight {
  background: url(../img/plugins/right-arrow_white.svg) no-repeat center;
  background-size: 100% 100%;
}

@media only screen and (min-width: 1200px) {
  .mCustomScrollbar {
    margin: 0 -40px;
  }
  .mCustomScrollBox {
    margin: 0 40px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 40px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    width: 32px;
    height: 90px;
  }
  ._mCS_2 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
  ._mCS_2 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    height: 125px;
  }
  .mCSB_scrollTools .mCSB_buttonLeft {
    bottom: calc(100% + 4px);
    left: 0;
  }
  .mCSB_scrollTools .mCSB_buttonRight {
    bottom: calc(100% + 4px);
    right: 0;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background: url(../img/plugins/left-arrow_black.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background: url(../img/plugins/right-arrow_black.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .mCS-light.mCSB_scrollTools .mCSB_buttonLeft {
    background: url(../img/plugins/left-arrow_white.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .mCS-light.mCSB_scrollTools .mCSB_buttonRight {
    background: url(../img/plugins/right-arrow_white.svg) no-repeat center;
    background-size: 100% 100%;
  }
}



