@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */
.wrap-img-button{
    text-align: center;
}
.wrap-img-button-item{
    position: absolute;
    top: 300px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

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

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

/* Slider */

/* .slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
} */

/* Icons */

/* @if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */

/* Arrows */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

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

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

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

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

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

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

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

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/* @media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
} */

@font-face {
  font-family: 'IBM Plex Serif';
  src: url("assets/fonts/IBMPlexSerif-Bold.eot");
  src: url("assets/fonts/IBMPlexSerif-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/IBMPlexSerif-Bold.woff2") format("woff2"), url("assets/fonts/IBMPlexSerif-Bold.woff") format("woff"), url("assets/fonts/IBMPlexSerif-Bold.ttf") format("truetype"), url("assets/fonts/IBMPlexSerif-Bold.svg#IBMPlexSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url("assets/fonts/fonts/IBMPlexSerif.eot");
  src: url("assets/fonts/IBMPlexSerif.eot?#iefix") format("embedded-opentype"), url("assets/fonts/IBMPlexSerif.woff2") format("woff2"), url("assets/fonts/IBMPlexSerif.woff") format("woff"), url("assets/fonts/IBMPlexSerif.ttf") format("truetype"), url("assets/fonts/IBMPlexSerif.svg#IBMPlexSerif") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("assets/fonts/ProximaNova-Semibold.eot");
  src: url("assets/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("assets/fonts/ProximaNova-Semibold.woff") format("woff"), url("assets/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("assets/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("assets/fonts/ProximaNova-Regular.eot");
  src: url("assets/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Regular.woff2") format("woff2"), url("assets/fonts/ProximaNova-Regular.woff") format("woff"), url("assets/fonts/ProximaNova-Regular.ttf") format("truetype"), url("assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Semi Bold';
  src: url("assets/fonts/Montserrat-SemiBold.eot");
  src: url("assets/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype"), url("assets/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

.tel img,
.email img {
  margin-right: 16px;
}

.tel a,
.email a {
  color: white;
}

@-webkit-keyframes arrows {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrows {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aie {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ais {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jce {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jcs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colorGold {
  color: #bb9a63 !important;
}

.colorWhite {
  color: white;
}

.col-five {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Proxima Nova Semibold";
  line-height: 1;
}

.wrapper {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.title-main {
  font-family: "IBM Plex Serif";
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 56px;
}

.container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

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

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #bb9a63 !important !important;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

.about .header {
  position: absolute;
}

.header {
  position: fixed !important;
  top: 0;
  background-color: rgba(48, 37, 38, 0.9);
  position: absolute;
  width: 100%;
  z-index: 900;
}

.header-no-abs {
  position: initial;
}

.header__inner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 21px 0px;
}
@media(min-width: 380px){
.header__inner {
  padding: 21px 35px;
}
}

@media(max-width: 992px){
.feedback-btn-footer{
 margin-top: 30px;
}
}

.header__inner::before {
  content: "";
  position: absolute;
  top: 21px;
  display: block;
  width: 1145px;
  left: 640px;
  height: 1px;
  background-color: #d8d8d8;
  opacity: 0.2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__logo {
  width: calc(100%/12*3);
  padding: 0 20px;
}

.header__logo-img {
  margin-right: 20px;
  min-width: 43px;
}

.header__logo .logo-m {
  display: none;
}

.header__logo-title p {
  margin-bottom: 4px;
}

.header__logo-title p:last-child {
  margin-bottom: 0;
}

.header__nav {
  width: calc(100%/12*6);
  padding: 0 20px;
}

.header__list {
  width: 100%;
  padding: 0 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__item {
  position: relative;
}

.header__item:last-child {
  margin-right: 0;
}

.header__item img {
  margin-left: 4px;
}

.header__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.header__sublist {
  display: none;
  position: absolute;
  width: 400px;
  padding: 40px;
  -webkit-box-shadow: 0 8px 16px rgba(48, 37, 38, 0.2);
  box-shadow: 0 8px 16px rgba(48, 37, 38, 0.2);
  background-color: #302526;
  top: 25px;
  left: 0;
  z-index: 10;
}

.header__sublist::before {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
}

.header__subitem {
  line-height: 30px;
  margin-bottom: 25px;
}

.header__subitem:last-child {
  margin-bottom: 0;
}

.header__subitem a {
  color: #ffffff;
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__subitem a:hover {
  color: #bb9a63 !important;
}

.header__contacts {
  padding: 0 20px;
  width: calc(100%/12*3);
}

.header__tel {
  padding: 0 5px;
  margin-right: 20px;
}

.header__tel img {
  min-width: 26px;
  margin-right: 16px;
}

.header__tel a {
  color: white;
}

.header__lang {
  padding: 0 5px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.header__lang img {
  margin-top: 5px;
}

.header__lang-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background: white;
  width: 80px;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 10px -3px;
  box-shadow: 0px 1px 10px -3px;
}

.header__lang-item {
  width: 100%;
}

.header__lang-link {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
}

.header__burger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.header__burger .span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #bb9a63 !important;
  position: absolute;
}

.header__burger .span1 {
  top: 0;
}

.header__burger .span2 {
  top: 9px;
}

.header__burger .span3 {
  bottom: 0;
}

.slider-main {
  position: relative;
}

.slider-main-video {
  position: relative;
}

.slider-main-video video {
  width: 100%;
}

.slider-main-video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000096;
}

.slider-main-content-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider-main-content-title {
  text-align: center;
  font-family: "IBM Plex Serif";
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 64px;
}

.slider-main-content-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 179px;
  height: 64px;
  margin: 43px auto 0;
  font-weight: 600;
  letter-spacing: 1.5px;
  background-color: #bb9a63;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-main-content-btn:hover {
  color: black !important;
}

.slider-main-content-btn .span {
  -webkit-animation: arrows 3s infinite;
  animation: arrows 3s infinite;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47px;
  height: 2px;
  background: white;
  top: 50%;
  right: -23px;
}

.slider-main-content-btn .span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background: white;
  right: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
}

.slider-main-content-btn .span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background: white;
  right: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 3px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-initialized .slick-slide {
  outline: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 51px;
  width: 438px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}

.slick-dots .slick-active {
  background-color: #bb9a63;
  position: relative;
}

.slick-dots .slick-active span {
  position: absolute;
  width: 0;
  height: 100%;
  background: #bb9a63;
  top: 0;
  left: 0;
}

.slick-dots li button {
  display: none !important;
}

.arrow-left {
  position: absolute;
  left: -100px;
  cursor: pointer;
}

.arrow-right {
  position: absolute;
  right: -100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

.arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: white;
  right: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
}

.arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: white;
  right: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -3px;
}

.progressBarContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progressBarContainer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
}

.progressBarContainer div {
  margin-right: 20px;
}

.progressBarContainer div :last-child {
  margin-right: 0;
}

.progressBarContainer div span {
  cursor: pointer;
  width: 20px;
  height: 4px;
  background-color: white;
  display: block;
}

.progressBarContainer div span .inProgress {
  background-color: #bb9a63;
  width: 0%;
  height: 4px;
}

.slick-vertical .slick-slide {
  height: 200px;
}

@font-face {
  font-family: 'lg';
  src: url("assets/fonts/lg.eot");
  src: url("assets/fonts/lg.eot") format("embedded-opentype"), url("assets/fonts/lg.woff") format("woff"), url("assets/fonts/lg.ttf") format("truetype"), url("assets/fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("assets/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.we {
  color: #191412;
  padding: 105px 0 80px;
}

.we__top {
  margin-bottom: 105px;
}

.we__left {
  z-index: 1;
  width: calc(100%/12 * 2 - 40px);
  margin-right: 40px;
}

.we__left h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.05px;
  line-height: 28px;
}

.we__left h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  margin-bottom: 23px;
}

.we__right {
  width: calc(100%/12 * 10);
}

.we__title {
  font-family: "IBM Plex Serif";
  max-width: 800px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 56px;
  padding-left: 20px;
}

.we__item {
  color: #191412;
  border: 2px solid rgba(187, 154, 99, 0.2);
  background-color: #ffffff;
  width: calc(100%/10 * 2 - 40px);
  margin: 0 20px 20px 20px;
  padding: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.we__item:hover {
  -webkit-box-shadow: 0 8px 16px rgba(178, 146, 98, 0.6);
  box-shadow: 0 8px 16px rgba(178, 146, 98, 0.6);
}

.we__item img {
  max-width: 32px;
  margin-bottom: 24px;
}

.we__item-title {
  font-family: "IBM Plex Serif";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.quest {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(222, 226, 230, 0.3)), color-stop(50%, #302526));
  background: linear-gradient(to right, rgba(222, 226, 230, 0.3) 50%, #302526 50%);
  padding: 48px 0 96px;
}

.quest__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #000000;
}

.quest__item-right {
  padding-left: 7.5%;
  color: white;
}

.quest__item-right .quest__item-desc {
  color: #ffffff;
}

.quest__item-top {
  position: relative;
  height: 200px;
}

.quest__item-top img {
  position: absolute;
  top: 20px;
  left: 0;
}

.quest__item-bottom::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #bb9a63;
  opacity: 0.8;
  margin: 10px 0 32px;
}

.quest__item-title {
  font-family: "IBM Plex Serif";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.89px;
  line-height: 48px;
  max-width: 559px;
  z-index: 1;
}

.quest__item-desc {
  max-width: 559px;
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 25px;
}

.stage {
  padding: 120px 0 56px;
}

.stage__title {
  color: #191412;
  font-family: "IBM Plex Serif";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.34px;
  line-height: 56px;
  width: calc(100%/12 * 10);
  margin-left: auto;
  margin-bottom: 127px;
  padding-left: 20px;
}

.stage__title p {
  max-width: 900px;
}

.stage__right {
  width: calc(100%/12 *10);
  padding-left: 20px;
}

.stage__item {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  margin-right: 30px;
}

.stage__item:last-child {
  margin-right: 0;
}

.stage__item-top {
  margin-bottom: 34px;
}

.stage__item-top img.arrow:last-child {
  margin-left: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.stage__item-bottom-title {
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 28px;
}

.stage__item-bottom-desc {
  margin-top: 3px;
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 26px;
}

.feedback {
  background-color: rgba(232, 230, 227, 0.3);
  padding: 90px 0;
  overflow: hidden;
}

.feedback__inner {
  position: relative;
}

.feedback-title {
  z-index: 2;
  color: #191412;
  font-family: "IBM Plex Serif";
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 56px;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}

.feedback-title p {
  max-width: 560px;
}

.feedback-btn {
  margin-top: 40px;
}

.btn-feedback-new{
    margin-top: 0 !important;
}
.btn-feedback-new a img {
width:49px;
}
.btn-feedback-new a{
    width: 204px !important;
    height: 34px !important;
}
.feedback-btn a {
  position: relative;
  width: 320px;
  height: 64px;
  color: white;
  background-color: #bb9a63 !important;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feedback-btn a:hover {
  color: black !important;
}

.feedback-btn a img {
  position: absolute;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.feedback__logo {
  position: absolute;
  max-width: 493px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.footer {
  background-color: #302526;
  padding: 43px 0 27px;
  position: relative;
}

.footer__content {
  position: relative;
  z-index: 9;
}

.footer__content-top {
  margin-bottom: 23px;
}

.footer__logo {
  width: 16.66667%;
}

.footer__logo-copy {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
}

.footer__contacts {
  width: 41.66667%;
}

.footer__tel {
  margin-right: 46px;
}

.footer__nav {
  width: 41.66667%;
}

.footer__list {
  margin-right: 0;
}

.footer__item {
  margin-right: 37px;
}

.footer__item:last-child {
  margin-right: 0;
}

.footer__link {
  color: white;
}

.footer__dev {
  margin-left: auto;
  color: #ffffff;
}

.footer__dev span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
  margin-right: 16px;
}

.footer__back-image {
  position: absolute;
  top: 0;
  width: 160px;
  opacity: .1;
  left: auto;
}

/* experts list */

@media(max-width: 992px){
.experts-top{
    padding-top: calc(1392/1920 * 100%) !important;
}

}
@media (max-width: 860px){
.contact_page .contacts__info {
    margin-top: 25px;
}
}
.experts-top {
  background: url("assets/img/experts-back.png") no-repeat center/cover;
  position: relative;
  padding-top: calc(492/1920 * 100%);
}

.experts-top.weDo-top {
  background: url("assets/img/projects_back.png") no-repeat center/cover;
}

.experts-top.projects-top {
  padding-top: calc(586px/1920 * 100%);
  background: url("assets/img/projects_back1.png") no-repeat center/cover;
}

.experts-top img {
  position: absolute;
  bottom: -45px;
  width: 23%;
  left: auto;
}

.experts-top h1 {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  color: #ffffff;
  font-family: "IBM Plex Serif";
  font-size: 4vmax;
  font-weight: 700;
  letter-spacing: 2.01px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.experts-top h1::before {
  content: "";
  display: block;
  margin-right: 40px;
  width: 80px;
  height: 2px;
  background-color: #191412;
}
@media screen and (max-width:768px){
  .experts-top h1::before {
    display: none;
  }
#button-up{
   right:0px !important;
}
}

.experts-content {
  margin-bottom: -100px;
}

.experts__list {
  position: relative;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  margin: 0 -15px 0 -15px;
}

.experts__item {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: calc(100%/4);
  margin-bottom: 20px;
  padding: 0 20px;
}

.experts__item img {
  /* width: 100%;
  height: auto; */
  display: flex;
  align-items: center;
}

.experts__item:hover .experts__item-top-desc {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.experts__item-top {
  
  overflow: hidden;
  position: relative;
}

.experts__item-top-desc {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px 32px 32px 64px;
  background-color: rgba(48, 37, 38, 0.75);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.63px;
  line-height: 18px;
}

.experts__item-info {
  padding-left: 64px;
  margin-top: 30px;
  font-family: "Proxima Nova Semibold";
}

.experts__item-info-second-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 24px;
  text-transform: uppercase;
}

.experts__item-info-second-name::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: -77px;
  width: 2px;
  height: 96px;
  background-color: #191412;
}

.experts__item-info-first-name {
  color: #bb9a63;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 24px;
}

.back-btn {
  margin: 35px 0;
}

.back-btn__arrow {
  position: relative;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
}

.back-btn__arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 1px;
  height: 2px;
  background: #bb9a63;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back-btn__arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 3px;
  height: 2px;
  background: #bb9a63;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.back-btn__inner span {
  color: #bb9a63 !important;
}

.expert_detail {
  margin-bottom: 100px;
}

.expert_detail__top {
  margin-bottom: 70px;
}

.expert_detail__top-left {
  padding: 0 20px;
  width: calc(100%/12 * 5 - 20px);
}

.expert_detail__top-left span {
  display: block;
  color: #bb9a63 !important;
  font-family: "Proxima Nova Rg";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.05px;
  margin-bottom: 15px;
}

.expert_detail__top-title {
  color: #191412;
  font-family: "IBM Plex Serif";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.34px;
  line-height: 64px;
}

.expert_detail__top-right {
  position: relative;
  padding: 0 20px;
  width: calc(100%/12 * 6 - 20px);
}

.expert_detail__top-right::before {
  content: "";
  display: inline-block;
  width: 320px;
  height: 2px;
  background-color: #191412;
  position: absolute;
  top: 37%;
  left: -200px;
}

.expert_detail__middle {
  margin-bottom: 70px;
}

.expert_detail__middle-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 42px;
}

.expert_detail__middle-item:last-child {
  margin-bottom: 0;
}

.expert_detail__middle-item-left {
  width: calc(100%/12 * 2 - 20px);
  padding: 0 20px;
}

.expert_detail__middle-item-left span {
  position: relative;
  color: #bb9a63 !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.05px;
  line-height: 28px;
}

.expert_detail__middle-item-left span::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  position: absolute;
  top: -23px;
}

.expert_detail__middle-item-right {
  width: calc(100%/12 * 8 - 20px);
  padding: 0 20px;
}

.expert_detail__middle-item-right p {
  color: #000000;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.95px;
  line-height: 28px;
  margin-bottom: 10px;
}

.expert_detail__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.expert_detail__bottom-inner {
  position: relative;
  background-color: #dee2e64d;
  padding: 120px;
  width: calc(100%/12 * 10);
}

.expert_detail__bottom-inner::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #191412;
  position: absolute;
  top: 133px;
  left: -100px;
}

.expert_detail__bottom-inner span {
  display: block;
  color: #bb9a63 !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.05px;
  line-height: 28px;
  margin-bottom: 32px;
  /* @include media(1140){
                    text-align: center;
                } */
}

.expert_detail__bottom-list {
  margin: 0 -20px 0 -20px;
}

.expert_detail__bottom-item {
  width: 200px;
  padding: 0 20px;
  height: 100px;
  width: calc(100%/12 * 3);
  margin-bottom: 20px;
}

.expert_detail__bottom-item:last-child {
  margin-right: 0;
}

.expert_detail__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff80;
  height: 100%;
}

.expert_detail__bottom-link:hover img {
  -webkit-filter: none;
  filter: none;
}

.expert_detail__bottom-link img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.weDo {
  margin-bottom: 80px;
}

.weDo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100%/12 * 8);
  margin: 0 auto;
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  margin-bottom: -130px;
}

.weDo__list::after {
  content: "";
  display: block;
  clear: both;
}

.weDo__item {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
  width: calc(100%/12 * 6 - 20px);
}

.weDo__item:nth-child(2n) {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.weDo__item-link {
  color: #191412;
  border: 2px solid rgba(187, 154, 99, 0.2);
  background-color: #ffffff;
  padding: 032px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.weDo__item-link:hover {
  color: white !important;
  background-color: #302526;
  -webkit-box-shadow: 0 8px 16px 0 rgba(178, 146, 98, 0.6);
  box-shadow: 0 8px 16px 0 rgba(178, 146, 98, 0.6);
}

.weDo__item-link:hover .weDo__item-top-img {
  border: 2px solid #ffffff;
  background-color: #d8d8d8;
}

.weDo__item-link:hover .weDo__item-top-img img {
  width: 18px;
}

.weDo__item-top {
  margin-bottom: 36px;
}

.weDo__item-top-img {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
}

.weDo__item-top span {
  margin-left: 32px;
  display: block;
  width: 312px;
  height: 2px;
  background-color: #f4f3f2;
  position: relative;
}

.weDo__item-top span::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: white;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  position: absolute;
  right: -20px;
  top: -6px;
}

.weDo__item-top span::after {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: white;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  right: -20px;
  bottom: -6px;
}

.weDo__item-title {
  font-family: "IBM Plex Serif";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.63px;
  line-height: 28px;
  margin-bottom: 50px;
}

.weDo__item-desc {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 24px;
}

.projects__list {
  width: calc(100%/12 * 10);
  margin: 0 auto;
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  margin-bottom: -130px;
}

.projects__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 70px;
}

.projects__item:nth-child(even) {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.projects__item-img {
  width: 100%;
}

.projects__item-quest {
  position: relative;
  background: #e8e6e34d;
  padding: 40px 40px 40px 80px;
  overflow: hidden;
}

.projects__item-quest img {
  opacity: .9;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.projects__item-quest .title-top {
  color: #bb9a63 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
  margin-bottom: 20px;
}

.projects__item-quest .title-middle {
  color: #191412;
  font-family: "IBM Plex Serif";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.34px;
  line-height: 56px;
  max-width: 440px;
}

.projects__item-quest .title-bottom {
  margin-top: 29px;
  text-align: center;
  color: #191412;
  font-family: "Proxima Nova Rg";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}

.projects__item-quest-btn {
  margin-top: 28px;
}

.projects__item-quest-btn a {
  max-width: 320px;
  height: 64px;
  background-color: #bb9a63 !important;
 /*  margin: 0 auto; */
  color: white;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.projects__item-quest-btn a:hover {
  color: black !important;
}

/* .projects__item-quest-btn a::before {
  content: "";
  display: block;
  width: 2px;
  height: 120px;
  background-color: #191412;
  position: absolute;
  bottom: 0;
  left: -30px;
} */

.projects__item-quest-btn a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: -25px;
}

.projects__item-title {
  color: #bb9a63 !important;
  font-size: 20px;
  max-width: 438px;
  margin-left: 20%;
  letter-spacing: 1.05px;
  line-height: 24px;
  position: relative;
  margin-top: 38px;
}

.projects__item-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  width: 2px;
  height: 160px;
  background-color: #191412;
}

.projects__item-top {
  position: relative;
}

.projects__item-top-content {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  font-family: "Montserrat Semi Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  padding: 60px 0 40px;
  padding-left: 20%;
  background-color: #302526;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.projects__item-top-content-top-item {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  margin-bottom: 24px;
}

.projects__item-top-content-top-item:last-child {
  margin-bottom: 0;
}

.projects__item-top-content-top-item img {
  margin-right: 24px;
  max-width: 32px;
}

.projects__item-top-content-top-item span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.68px;
  line-height: 28px;
}

.projects__item-top-content-top-item.active {
  opacity: 1;
}

.projects__item-top-content-bottom {
  margin-top: auto;
}

.projects__item-top-content-bottom span {
  font-family: "Montserrat Semi Bold";
  font-size: 13px;
  letter-spacing: 0.68px;
  line-height: 28px;
}

.projects__item-top-content-bottom-arrow {
  position: relative;
  margin-left: 15px;
  display: block;
  height: 2px;
  max-width: 278px;
  width: 100%;
  background: #bb9a63 !important;
}

.projects__item-top-content-bottom-arrow::before {
  position: absolute;
  right: -4px;
  top: -7px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  background: #bb9a63 !important;
}

.projects__item-top-content-bottom-arrow::after {
  position: absolute;
  right: -4px;
  bottom: -7px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background: #bb9a63 !important;
}

.projects__link:hover .projects__item-top-content {
  opacity: 1;
}

.content-detail__top {
  background: url("assets/img/projects-detail.png") no-repeat center/cover;
  padding-top: 31.66%;
  position: relative;
}

.content-detail__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  height: calc(100% - 114px);
  padding-right: 24px;
}

.content-detail__nav {
  margin-top: 5%;
  margin-bottom: 5%;
}
@media(max-width:900px){
.content-detail__nav {
  margin-bottom: 10% !important;
}
}

.content-detail__nav a {
  color: #bb9a63 !important;
  font-size: 14px;
  letter-spacing: 0.74px;
  line-height: 28px;
  text-transform: uppercase;
}

.content-detail__nav span {
  width: 16px;
  height: 16px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.content-detail__nav span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #bb9a63 !important;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: 2px;
}

.content-detail__nav span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #bb9a63 !important;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  bottom: 1px;
}

.content-detail__title {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.content-detail__title::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: white;
  margin-right: 40px;
}
.content-detail__title::before {
  display: none !important;
}
.content-detail__title-inner img {
  position: absolute;
  bottom: -40px;
  left: 0;
}

.content-detail__title-cat {
  font-family: "Proxima Nova Rg";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.content-detail__title h1 {
  z-index: 1;
  font-family: "IBM Plex Serif";
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 64px;
  position: relative;
  max-width: 1160px;
}

.content-detail__main {
  margin: 80px 0 120px;
}

.content-detail__main-inner {
  max-width: 920px;
  margin: 0 auto;
}

.content-detail__main-inner img {
  margin-bottom: 48px;
}

.content-detail__main-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bb9a63 !important;
  font-family: "Proxima Nova Rg";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 28px;
  margin-bottom: 24px;
}

.content-detail__main-inner h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #191412;
  margin-left: 80px;
}

.content-detail__main-inner h2.h2-not-line {
  color: #191412 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
  font-family: "Proxima Nova Semibold";
}

.content-detail__main-inner h2.h2-not-line::after {
  display: none;
}

.content-detail__main-inner h2.h2-gold {
  color: #bb9a63 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
}

.content-detail__main-inner h2.h2-gold::after {
  display: none;
}

.content-detail__main-inner h2.h2-gold-with-line::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #191412;
  margin-right: 40px;
}

.content-detail__main-inner p {
  color: #000000;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 26px;
  margin-bottom: 24px;
  max-width: 920px;
}

.content-detail__main-inner h3 {
  color: #bb9a63 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
  max-width: 920px;
  margin-bottom: 24px;
}

.content-detail__main-inner h3.h3-not-line {
  color: #191412;
  font-size: 18px;
  letter-spacing: 0.95px;
  line-height: 28px;
}

.content-detail__main-list {
  margin-bottom: 32px;
}

.content-detail__main-list-title {
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
}

.content-detail__main-list-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000000;
  left: -40px;
}

.content-detail__main-list li {
  color: #000000;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.95px;
  line-height: 28px;
  margin-bottom: 16px;
}

.content-detail__main-list li::before {
  content: "";
  display: inline-block;
  min-width: 4px;
  height: 4px;
  background-color: #000000;
  margin-right: 14px;
  margin-bottom: 5px;
}

.content-detail__main-list li.item-with-line::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  vertical-align: middle;
}

.content-detail__main-list li ul {
  padding-left: 30px;
  margin-top: 16px;
}

.content-detail__main-list li ul li {
  font-size: 16px;
}

.list-with-line {
  margin-bottom: 24px;
}

.list-with-line li {
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 26px;
  margin-bottom: 16px;
}

.list-with-line li::before {
  content: "";
  display: inline-block;
  min-width: 16px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  margin-right: 24px;
  margin-bottom: 5px;
}

.list-with-line li ul {
  padding-left: 40px;
  margin-top: 14px;
}

.list-with-line li ul li::before {
  display: none;
}

.content-detail__page-navigation-links {
  border-top: 2px solid #e8e6e3;
  padding: 30px 0;
}

.content-detail__page-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100%/12 * 4);
  color: #000000;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
}

.content-detail__page-navigation-link-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 30px;
}

.content-detail__page-navigation-link-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-detail__page-navigation-link-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-detail__page-navigation-link-next img {
  margin-left: 30px;
}

.content-detail__main-inner .block-content-poster {
  width: 100%;
}

.block-content-poster {
  background-color: #f4f3f280;
  padding: 64px 120px;
  width: calc(100%/12 * 10);
  position: relative;
  margin: 50px auto;
}

.block-content-poster::before {
  content: "";
  position: absolute;
  top: 77px;
  left: -120px;
  width: 200px;
  height: 2px;
  background-color: #191412;
}

.block-content-poster h3 {
  color: #bb9a63 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
  margin-bottom: 24px;
}

.block-content-poster p {
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 24px;
  max-width: 680px;
}

.block-content-poster p strong {
  font-size: 18px;
}

.block-content-poster ul li {
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 26px;
  margin-bottom: 16px;
}

.block-content-poster ul li::before {
  content: "";
  display: inline-block;
  margin-top: 12px;
  min-width: 16px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  margin-right: 24px;
  margin-bottom: 5px;
}

.block-content-poster ul li ul {
  padding-left: 40px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 16px;
}

.block-content-poster ul li ul li::before {
  display: none;
}

.block-content-advance {
  width: calc(100%/12 * 10);
  margin: 50px auto;
}
.block-content-advance ul li a img{
  /* width: 130px;
  filter: grayscale(1);
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%; */
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.block-content-advance ul li a:hover img{
  filter: grayscale(0);
}
.block-content-advance ul li a:hover{
  box-shadow: 0 8px 16px rgba(178, 146, 98, 0.6);
}
.block-content-advance h3 {
  color: #bb9a63 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.block-content-advance h3::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -120px;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #191412;
}

.block-content-advance ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 0 -20px;
}

.block-content-advance ul li {
  padding: 0 20px;
  display: block;
  width: 240px;
  height: 100px;
  text-decoration: none;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}

.block-content-advance ul li a {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: #f3f2f180;
  /* text-align: center; */
  height: 100px;
  /* position: relative; */
}

.block-content-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px -20px 120px -20px;
}

.block-content-help--left {
  width: calc(100%/12 * 2);
  padding: 0 20px;
}

.block-content-help--left span {
  color: #bb9a63 !important;
  font-size: 20px;
  letter-spacing: 1.05px;
  line-height: 28px;
  position: relative;
  line-height: 48px;
}

.block-content-help--left span::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  position: absolute;
  top: -23px;
}

.block-content-help--right {
  width: calc(100%/12 * 10);
  padding: 0 20px;
}

.block-content-help--right-title {
  color: #191412;
  font-family: "IBM Plex Serif";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.89px;
  line-height: 48px;
  max-width: 920px;
  margin-bottom: 24px;
}

.block-content-help--right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 925px;
  margin: 0 -20px 0 -20px;
}

.block-content-help--right-item {
  width: calc(100%/12 * 3);
  padding: 0 20px;
}

.block-content-help--right-item span {
  color: #bb9a63 !important;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 56px;
  margin-bottom: 8px;
}

.block-content-help--right-item p {
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 26px;
}

.block-content-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 120px -20px 40px -20px;
}

.block-content-num--left {
  width: calc(100%/12 * 2);
  padding: 0 20px;
}

.block-content-num--left span {
  color: #bb9a63 !important;
  font-family: "IBM Plex Serif";
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 2.23px;
  line-height: 56px;
  position: relative;
}

.block-content-num--left span::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #191412;
  opacity: 0.8;
  position: absolute;
  top: 0;
}

.block-content-num--right {
  width: calc(100%/12 * 10);
  padding: 0 20px;
}

.block-content-num--right-title {
  color: #191412;
  font-family: "Proxima Nova Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.95px;
  line-height: 28px;
  margin-bottom: 24px;
}

.block-content-num--right-list {
  max-width: 920px;
  list-style: disc;
  list-style-position: inside;
}

.block-content-num--right-item {
  color: #302526;
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin-bottom: 10px;
}

.block-content-num--right-item:last-child {
  margin-bottom: 0;
}

.m-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  left: 100vw;
  top: 0;
  background-color: #302526;
}

.m-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  height: 96px;
  background-color: #221a1b;
}

.m-menu__top span {
  color: #bb9a63 !important;
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.m-menu__top .close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.m-menu__top .close span {
  width: 100%;
  height: 3px;
  background-color: #bb9a63 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-menu__top .close span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #bb9a63 !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-menu__list {
  padding: 32px;
}

.m-menu__item-bordered {
  border-top: 1px solid rgba(216, 216, 216, 0.2);
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  padding-bottom: 17px;
}

.m-menu__item-bordered a img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 17px 0px;
}

.m-menu__link.active {
  color: #bb9a63 !important;
}

.m-menu__link img {
  margin-left: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.m-menu__sublist {
  display: none;
}

.m-menu__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-menu__subitem::before {
  content: "";
  display: block;
  min-width: 8px;
  height: 2px;
  background-color: #ffffff;
}

.m-menu__sublink {
  color: #ffffff;
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 24px;
  padding: 17px 0;
  margin-left: 24px;
}

.m-menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px;
  margin: 50px 0;
}

.m-menu__lang-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.m-menu__lang-link.active {
  color: #bb9a63 !important;
}

.m-menu__lang-link:last-child::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #ffffff;
  margin: 0 25px;
}

@media screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}

@media (max-width: 350px) {
    .content-detail__top_new {
    padding-top: 125.66% !important;
}
}
@media (max-width: 1025px) and (min-width: 350px) {
.content-detail__top_new{
padding-top: 100.66% !important;
}
}
@media (max-width: 1025px) {
    .js-import-button{
    display:none;
}
.btn-feedback-new{
  display:none;
}

#button-up{
   right: 6px;
    top: 117px;
}
.btn-feedback-new-mobile{
 z-index: 2;
}
}
@media (min-width: 1025px) {
.btn-feedback-new-mobile{
 display:none;
 z-index: 2;
}
.mobile-left-btn{
  margin:0px;
}
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media screen and (max-width: 1600px) {
  .content-detail__title-cat {
    font-size: 16px;
  }

  .content-detail__title h1 {
    font-size: 36px;
    max-width: 800px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1439px) {
  .header__inner::before {
    display: none;
  }
}

@media screen and (max-width: 1430px) {
  .slider-main-content-btn {
    top: 55%;
  }
}

@media screen and (max-width: 1400px) {
  .we__item {
    width: calc(100%/12 * 3 - 40px);
  }

  .content-detail__title-inner img {
    width: 300px;
  }

  .block-content-advance h3::before {
    right: -120px;
    left: auto;
  }
}

@media screen and (max-width: 1367px) {
  .footer__content-top {
    margin-bottom: 0;
  }

  .footer__contacts {
    width: calc(100%/12*10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__nav {
    width: 100%;
    margin: 30px 0 45px;
  }

  .footer__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__back-image {
    width: 230px;
  }
}

@media screen and (max-width: 1300px) {
  .weDo__list {
    width: 100%;
  }

  .projects__list {
    width: calc(100%/12 * 6);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    margin-bottom: -80px;
  }

  .projects__item-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .projects__item {
    width: 100%;
  }

  .projects__item:nth-child(even) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .content-detail__nav {
    margin-bottom: 20px;
  }

  .content-detail__title h1 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .we__item {
    width: calc(100%/12 * 4 - 40px);
  }

  .feedback-btn a {
    width: 250px;
  }

  .experts__item {
    width: calc(100%/3);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1190px) {
  .content-detail__title-inner img {
    width: 250px;
  }
}

@media screen and (max-width: 1115px) {
  .header__tel span {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .header__logo {
    width: calc(100%/12*1);
  }

  .header__logo .logo-pc {
    display: none;
  }

  .header__logo .logo-m {
    display: block;
  }

  .header__logo-title {
    display: none;
  }

  .header__nav {
    width: calc(100%/12*9);
  }

  .header__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100%/12*2);
  }

  .header__tel img {
    margin-right: 0;
  }

  .content-detail__top-content {
    height: calc(100% - 220px);
  }
}

@media screen and (max-width: 1105px) {
  .we__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .we__item {
    margin: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .expert_detail__middle-item {
    margin-bottom: 60px;
  }

  .expert_detail__middle-item-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .expert_detail__middle-item-right {
    width: 100%;
  }

  .expert_detail__bottom-inner {
    width: calc(100%/12 * 12);
  }

  .expert_detail__bottom-inner::before {
    display: none;
  }

  .projects__list {
    width: calc(100%/12 * 8);
  }

  .block-content-poster {
    padding: 32px 80px;
  }

  .block-content-poster::before {
    width: 100px;
    left: -50px;
  }

  .block-content-poster h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .block-content-poster p {
    font-size: 13px;
    line-height: normal;
  }

  .block-content-poster p strong {
    font-size: 13px;
    line-height: normal;
  }

  .block-content-poster ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .block-content-help--left {
    width: 100%;
  }

  .block-content-help--right {
    width: 100%;
  }
}

@media screen and (max-width: 1040px) {
  .expert_detail__top-right::before {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .we__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .we__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .we__left {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

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

  .we__left h2::before {
    display: none;
  }

  .we__right {
    width: 100%;
  }

  .we__title {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }

  .quest {
    background: rgba(222, 226, 230, 0.3);
  }

  .quest__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quest__item-right {
    color: black;
    padding-left: 0;
    margin-top: 50px;
  }

  .quest__item-right .quest__item-desc {
    color: black;
  }

  .stage {
    padding: 50px 0;
  }

  .stage__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stage__title p {
    max-width: 100%;
  }

  .stage__title {
    width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }

  .stage__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stage__right {
    width: calc(100%/12 *6);
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .stage__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 0 40px 0;
  }

  .stage__item-top {
    margin-bottom: 20px;
  }

  .stage__item-top img {
    margin: auto;
  }

  .stage__item-top img.arrow:last-child {
    display: none;
  }

  .stage__item-bottom {
    text-align: center;
  }

  .feedback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedback-title p {
    margin: 0 auto;
    text-align: center;
  }

  .feedback-btn a {
    margin: 0 auto;
  }

  .feedback__logo {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 992px) {
  .header {
    position: relative;
  }

  .experts-top img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .experts-content {
    margin: 0;
  }

  .experts__list {
    width: 80%;
    margin: 0 auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 50px 0;
  }

  .experts__item {
    width: calc(100%/2);
  }

  .content-detail__top-content {
    margin-top: 130px;
    top: 0;
  }
}

@media screen and (max-width: 940px) {
  .content-detail__title-inner img {
    width: 200px;
  }
}

@media screen and (max-width: 900px) {
  .footer__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .weDo__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateY(10px);
  }

  .weDo__item {
    width: calc(100%/12 * 8);
  }

  .weDo__item:nth-child(2n) {
    -webkit-transform: none;
    transform: none;
  }

  .weDo__item-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 853px) {
  .content-detail__page-navigation-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .projects__list {
    width: calc(100%/12 * 12);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 24px;
  }

  h2 {
    font-size: 18px;
  }

  .header__logo {
    width: auto;
    padding: 0;
  }

  .header__logo-img {
    margin: 0;
  }

  .header__nav {
    position: absolute;
    bottom: -100px;
  }

  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
  }

  .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    width: auto;
    padding: 0;
  }

  .header__tel span {
    display: block;
  }

  .header__tel img {
    margin-right: 16px;
  }

  .header__lang {
    display: none;
  }

  .slider-main {
    display: none;
  }

  .slider-main-content-title {
    font-size: 30px;
    line-height: 30px;
  }

  .slick-dots {
    display: none !important;
  }

  .we {
    padding: 140px 0 30px 0;
  }

  .we__top {
    margin-bottom: 50px;
  }

  .we__title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .we__item {
    width: calc(100%/12 * 6 - 40px);
  }

  .stage__title {
    font-size: 30px;
    line-height: 30px;
  }

  .stage__right {
    width: calc(100%/12 *10);
  }

  .feedback-title p {
    font-size: 30px;
    line-height: normal;
  }

  .experts__item {
    width: calc(100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .expert_detail__bottom-inner {
    padding: 50px;
  }

  .expert_detail__bottom-item {
    width: calc(100%/12 * 6);
  }

  .weDo__item {
    width: 100%;
  }

  .projects__item-quest {
    padding: 80px 40px;
  }

  .projects__item-quest {
    padding: 80px 20px;
  }

  .projects__item-quest .title-middle {
    font-size: 30px;
    line-height: normal;
  }

  .projects__item-quest .title-bottom {
    text-align: left;
  }

  .projects__item-quest-btn {
    margin-top: 10px;
  }

  .projects__item-title::before {
    top: -15px;
    height: 100px;
  }

  .projects__item-top-content {
    display: none;
  }

  .content-detail__top {
    padding-top: 50%;
  }

  .content-detail__nav {
    margin-bottom: 50px;
  }

  .content-detail__title::before {
    display: none;
  }

  .content-detail__main {
    margin: 50px 0px;
  }

  .content-detail__main-inner h2 {
    font-size: 18px;
  }

  .content-detail__main-inner h2::after {
    margin-left: 20px;
    width: 40px;
  }

  .content-detail__main-inner h2.h2-not-line {
    font-size: 18px;
  }

  .content-detail__main-inner h2.h2-gold {
    font-size: 18px;
  }

  .content-detail__main-inner p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
  }

  .content-detail__main-inner h3 {
    font-size: 18px;
  }

  .content-detail__main-list-title {
    font-size: 18px;
  }

  .content-detail__main-list li {
    font-size: 13px;
    line-height: normal;
  }

  .content-detail__main-list li::before {
    margin-bottom: 2px;
  }

  .content-detail__main-list li ul li {
    font-size: 13px;
    line-height: normal;
  }

  .list-with-line li {
    font-size: 13px;
    line-height: normal;
  }

  .content-detail__page-navigation-link-prev span {
    display: none;
  }

  .content-detail__page-navigation-link-next span {
    display: none;
  }

  .block-content-poster {
    width: 100%;
    padding: 15px;
  }

  .block-content-poster::before {
    display: none;
  }

  .block-content-poster ul li::before {
    min-width: 8px;
    margin-right: 10px;
  }

  .block-content-advance {
    width: 100%;
  }

  .block-content-advance h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .block-content-advance h3::before {
    display: none;
  }

  .block-content-advance ul li {
    width: calc(100%/12 * 6);
  }

  .block-content-help {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .block-content-help--right-title {
    font-size: 18px;
    line-height: normal;
  }

  .block-content-help--right-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .block-content-help--right-item span {
    font-size: 30px;
    line-height: normal;
  }

  .block-content-help--right-item p {
    font-size: 14px;
    line-height: normal;
  }

  .block-content-num {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .block-content-num--left {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-content-num--left span {
    font-size: 60px;
    line-height: normal;
  }

  .block-content-num--right {
    width: 100%;
  }

  .block-content-num--right-title {
    font-size: 16px;
    line-height: normal;
  }

  .block-content-num--right-item {
    font-size: 13px;
    line-height: normal;
  }
}

@media screen and (max-width: 710px) {
  .expert_detail__top-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .expert_detail__top-right {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .slider-main-content-btn {
    width: 120px;
    height: 40px;
    margin-top: 20px;
  }

  .footer__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__contacts {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 36px 0 44px;
  }

  .footer__tel {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer__nav {
    margin-top: 0;
  }

  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__dev {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer__back-image {
    left: 0;
    width: 100%;
  }

  .expert_detail__middle-item-right p {
    font-size: 16px;
  }
}

@media screen and (max-width: 570px) {
  .stage__right {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .expert_detail__bottom-item {
    width: 100%;
  }

  .projects__item-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .we__title {
    font-size: 20px;
    line-height: 20px;
  }

  .quest {
    padding: 48px 0;
  }

  .quest__item-title {
    font-size: 20px;
    line-height: 35px;
  }

  .quest__item-desc {
    font-size: 16px;
  }

  .stage__title {
    font-size: 20px;
    line-height: 20px;
  }

  .experts__list {
    width: 100%;
  }

  .experts__item-top-desc {
    padding: 20px;
  }

  .expert_detail__bottom-inner {
    padding: 20px;
  }

  .projects__item {
    margin-bottom: 30px;
  }

  .projects__item-quest .title-middle {
    font-size: 20px;
    line-height: normal;
  }

  .projects__item-quest-btn a::before {
    left: 30px;
  }

  .content-detail__top {
    padding-top: 60%;
  }

  .content-detail__title h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .block-content-advance ul li a {
    padding: 20px;
  }
}

@media screen and (max-width: 469px) {
  .we__item {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media screen and (max-width: 450px) {
  .arrow-left {
    display: none;
  }

  .arrow-right {
    display: none;
  }

  .experts-top h1 {
    font-size: 3vmax;
    line-height: 30px;
  }

  .experts__item {
    margin-bottom: 40px;
  }

  .experts__item-info {
    /* padding: 0; */
    margin-top: 10px;
  }

  .experts__item-info-second-name {
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }

  /* .experts__item-info-second-name::before {
    display: none;
  } */

  .experts__item-info-first-name {
    /* text-align: center; */
  }

  .projects__item-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .weDo__item {
    padding: 0;
  }

  .weDo__item-link {
    padding: 15px;
  }

  .content-detail__top {
    padding-top: 90%;
  }

  .content-detail__title h1 {
    font-size: 18px;
  }

  .block-content-advance ul li {
    padding: 0 5px;
  }

  .block-content-advance ul li a {
    padding: 5px;
  }

  .block-content-help--right-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .content-detail__page-navigation-link {
    font-size: 14px;
  }
}

/*
бред
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.fancybox-opened {
  z-index: 8030; }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner {
  position: relative; }
.fancybox-inner {
  overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }
.fancybox-prev {
  left: 0; }
.fancybox-next {
  right: 0; }
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }
.fancybox-nav:hover span {
  visibility: visible; }
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
.fancybox-lock body {
  overflow: hidden !important; }
.fancybox-lock-test {
  overflow-y: hidden !important; }
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }
.fancybox-opened .fancybox-title {
  visibility: visible; }
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }
.fancybox-title-inside-wrap {
  padding-top: 10px; }
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/**
modal
*/
.modal {
  display: none;
  padding: 40px;
  background-color: #bb9a63; }
.modal .simple-inputs {
  padding-top: 25px; }
.modal .custom-tabs .ui.menu:not(.vertical) .item {
  background-color: #bb9a63;
  margin-right: 0;
  margin-bottom: 3px; }
.modal .custom-tabs .ui.menu:not(.vertical) .item:first-child {
  margin-right: 15px; }
.modal .custom-tabs .ui.menu {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 0; }
.modal * {
  color: #fff !important; }
.modal .btn {
  color: #bb9a63 !important; }
.fancybox-close {
  top: 12px;
  right: 12px;
  background: transparent url(../images/icons/close_modal.svg) center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain; }
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999999999; }





.tt_top { padding-top: 140px; margin-bottom: 40px; }
.tt_top h1 { color: #000; font-family: "IBM Plex Serif"; font-size: 56px; font-weight: 700; letter-spacing: 1.56px; line-height: 1; }

.pub_page { font-family: 'Proxima Nova Rg'; }
.pub_page ~ br { display: none; }
.pub_page__list { border: 1px solid #E6E6DB; border-top: none; margin-bottom: 75px; }
.pub_page__list .blog-item { border: none; border-top: 1px solid #E6E6DB; width: 100%; text-decoration: none; color: #555; font-weight: 400; display: -webkit-box; display: -webkit-flex; display: -moz-flex;
    display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between;
    -webkit-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; -moz-align-items: stretch; align-items: stretch; }
.pub_page__list .blog-item__header { width: 22%; padding: 30px 0 30px 8%; }
.pub_page__list .blog-item__header .date { color: #bb9a63; font-size: 1.2em; margin-bottom: 35px; display: block; }
.pub_page__list .blog-item__text { width: 56%; padding: 30px 5% 30px; }
.pub_page__list .blog-item__text .blog-title { transition: all 0.3s ease-out; color: #35323d; font-size: 1.66em; margin-bottom: 1.2em; letter-spacing: .025em; }
.pub_page__list .blog-item__text .blog-text { line-height: 1.4; font-size: 1em; color: #555; }
.pub_page__list .blog-item__arrow { width: 22%; background-color: transparent; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center;
    -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;
    -moz-align-items: center; align-items: center; }
.pub_page__list .blog-item .blog-item__arrow svg * { transition: all 0.3s ease-out; }
.pub_page__list .blog-item:hover .blog-title { color: #bb9a63; }
.pub_page__list .blog-item:hover .blog-item__arrow { transition: all 0.3s ease-out; background-color: #bb9a63; }
.pub_page__list .blog-item:hover .blog-item__arrow svg * { stroke: #fff !important; }

.pb_detail .blog { margin-bottom: 0; border-bottom: 1px solid #E6E6DB; max-width: 1920px; margin-right: auto; margin-left: auto; }
.pb_detail .blog-detail-info .date { width: 36%; color: #bb9a63; font-size: 18px; margin-bottom: 35px; display: block; }
.pb_detail h1 { font-size: 96px; margin: 56px 0; font-weight: normal; color: #000; line-height: 1.1; font-family: "IBM Plex Serif"; }
.pb_detail .blog-detail {  }
.pb_detail .blog-detail img { width: auto; height: auto; max-width: 100%; }
.pb_detail .social-share { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; 
  -moz-align-items: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; }
.pb_detail .social-share__title { margin-right: 40px; }
.pb_detail .header-with-link { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal;
    -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between;
    -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start;
    align-items: flex-start; }
.pb_detail .header-with-link .h2 { padding: 10px 0; padding-right: 25px; line-height: 1; font-size: 42px; margin-bottom: 20px; font-family: "IBM Plex Serif"; }
.pb_detail .link { color: #bb9a63; text-decoration: none; font-weight: 400; font-size: 1.2em; padding: 10px 75px 10px 0; text-shadow: none; display: inline-block; position: relative;
    border: none; white-space: nowrap; }
.pb_detail .link:after { position: absolute; content: ''; transition: all 0.3s ease-out; right: 0; top: 41%; width: 55px; height: 8px;
    background: url('assets/img/arr-long.svg') right center no-repeat; background-size: cover; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.pb_detail .link:hover::after,
.pb_detail .link:focus::after { right: -11px; -webkit-transform: scale(1.4, 1.1); -moz-transform: scale(1.4, 1.1); -ms-transform: scale(1.4, 1.1); -o-transform: scale(1.4, 1.1); transform: scale(1.4, 1.1); }

.pub_page .gold-form { background-color: #bb9a63; color: #fff; padding: 2.6vw 6.25vw 3vw; font-family: 'Proxima Nova Rg'; }
.pub_page .gold-form > .container { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between;
  justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.pub_page .gold-form .big-title,
.pub_page .gold-form p,
.pub_page .gold-form li,
.pub_page .gold-form a { color: #fff; }
.pub_page .gold-form a { display: inline-block; }
.pub_page .gold-form .big-title { margin-bottom: 20px; font-size: 3.5vw; line-height: 0.95; font-family: "IBM Plex Serif"; }
.pub_page .gold-form__text { width: 67%; padding-right: 5%; }
.pub_page .gold-form__form { width: 33%; }
.pub_page .gold-form--cite { position: relative; z-index: 1; padding-bottom: 1.3vw; padding-top: 1.4vw; }
.pub_page .gold-form--cite:before { position: absolute; content: ''; background: url('assets/img/embrion-gold.svg') no-repeat; left: 3.3vw; bottom: 1.3vw; width: 8.5vw; 
    height: 11.7vw; z-index: -1; }
.pub_page .gold-form .simple-inputs { position: relative; padding-top: 30px; }
.pub_page .gold-form .simple-inputs--select { padding-top: 15px; }
.pub_page .gold-form .simple-text { border: none; border-bottom: 1px solid #fff; color: #fff; background-color: transparent; width: 100%; box-shadow: 0 1px 0 0 transparent; transition: all .2s ease-out;
    padding: 0 3px 2px; font-size: .93em; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; outline: none; }
.pub_page .gold-form .simple-label { position: absolute; transition: all .2s ease-out; top: 23px; left: 0; cursor: text; font-size: 1em; }
.pub_page .gold-form .btn { background-color: transparent; box-shadow: none; border: none; display: inline-block; text-transform: uppercase; text-align: center; padding: 14px 45px; font-size: 15px;
    border-radius: 0; transition: all 0.3s ease-out; -webkit-appearance: button; cursor: pointer; }
.pub_page .gold-form .btn--white { color: #bb9a63; background-color: #fff; border: 1px solid transparent; }
.pub_page .gold-form .btn--white:hover { color: #fff; background-color: transparent; border-color: #fff; }
.pub_page .gold-form .link--pn { border-bottom: 1px solid #fff; }
.pub_page .gold-form .simple-text:focus + .simple-label,
.pub_page .gold-form .simple-text.filled + .simple-label { top: 10px; font-size: .8em; color: #e6e6db; }

.contact_page { padding-top: 140px; margin-bottom: 40px; font-family: 'Proxima Nova Rg'; }
.contact_page .contacts { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch;
    -webkit-align-items: stretch; -moz-align-items: stretch; align-items: stretch; position: relative; }
.contact_page .contacts h1 { font-size: 56px; margin: 56px 0; font-weight: 700; color: #000; line-height: 1.1; font-family: "IBM Plex Serif"; margin-top: 0; letter-spacing: 1.56px; margin-bottom: 60px; }
.contact_page .contacts__info { width: 35%; padding-top: 2em; padding-right: 2vw; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;
    -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap; -ms-flex-wrap: none; flex-wrap: nowrap; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column;
    -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.contact_page .contacts__info-block { width: 100%; margin-right: 40px; }
.contact_page .contacts__map { width: 65%; display: block; position: relative; overflow: hidden; }
.contact_page .contacts__map-block { width: 100%; min-height: 1px; height: 100%; position: absolute !important; }
.contact_page .contacts__block { margin-bottom: 1.6em; color: #555; }
.contact_page .h3 { font-size: 1.2em; margin: 5px 0; color: #000; font-weight: normal; line-height: 1.2; }
.contact_page a { color: #bb9a63; text-decoration: none; border-bottom: 1px solid transparent; transition: border .5s ease-out; display: inline; }
.contact_page .btn { background-color: transparent; box-shadow: none; border: none; display: inline-block; text-transform: uppercase; text-align: center; padding: 14px 45px; font-size: 15px;
    border-radius: 0; transition: all 0.3s ease-out; position: relative; }
.contact_page .btn--gold { color: #fff; background-color: #bb9a63; border: 1px solid transparent; }
.contact_page .btn--gold:hover { color: #bb9a63; background-color: #fff; border-color: #bb9a63; }
.contact_page .inner-link { outline: none; vertical-align: baseline; padding: 0; border: none; border-bottom: 1px dashed; background: transparent; transition: border-bottom-color .3s ease-out; }
.contact_page .show-map { display: none; }
.contact_page .show-map.active .show { display: none;}
.contact_page .show-map.active .hide { display: inline;}



@media (max-width: 1620px) {
    .contact_page .contacts h1 { font-size: 57px; letter-spacing: 0px; }
}
@media (max-width: 1450px) {
    .pb_detail .blog { margin-top: 0; }    
}
@media (max-width: 1370px) {
    .tt_top h1 { letter-spacing: 2.46px; }
    .pb_detail h1 { font-size: 58px; }
    .contact_page .contacts h1 { font-size: 58px; }
    .pb_detail .header-with-link .h2 { width: 60%; }
    .pub_page .gold-form__text { width: 45%; }
    .pub_page .gold-form__form { width: 55%; }
    .contact_page .contacts__info { width: 40%; }
    .contact_page .contacts__map { width: 60%; }
}
@media (max-width: 1200px) {
    .contact_page .contacts h1 { margin-bottom: 30px; }
    .pb_detail .header-with-link { display: block; }
    .pb_detail .header-with-link .h2 { margin: 4px 0; width: 100%; padding-right: 0; }
}
@media (max-width: 1100px) {
    .tt_top h1 { font-size: 45px; line-height: 1.4; }
    .pb_detail h1 { font-size: 52px; margin: 5px 0 20px; }
    .contact_page .contacts h1 { font-size: 52px; }
    .pub_page__list { border-left: none; border-right: none; margin-bottom: 30px; }
    .pub_page__list .blog-item__header { width: 30%; }
    .pub_page__list .blog-item__text { width: 70%; }
    .pub_page__list .blog-item__text .blog-title { font-size: 1.7em; }
    .pub_page__list .blog-item__arrow { display: none; }
    .pub_page:not(.pb_detail) .inner_container { padding-left: 0; padding-right: 0; }
    .contact_page .contacts__info-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal;
        -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start;
        -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
    .contact_page .contacts__info { width: 100%; padding: 0; }
    .contact_page .contacts__map { width: 100%; display: none; margin-top: 5vw; }
    .contact_page .contacts__map-block { height: 45vw; }
    .contact_page .contacts__block { width: 40%; }
    .contact_page .contacts__info-block .contacts__block--addr,
    .contact_page .contacts__info-block .contacts__block--feedback { padding-right: 5%; width: 60%; }
    .contact_page .contacts__info-block .contacts__block--addr { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; }
    .contact_page .contacts__info-block .contacts__block--phone { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; }
    .contact_page .contacts__info-block .contacts__block--email { -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-order: 4; -ms-flex-order: 4; order: 4; }
    .contact_page .contacts__info-block .contacts__block--feedback { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-order: 3; -ms-flex-order: 3; order: 3; }
    .contact_page .btn { position: static; }
    .contact_page .show-map { display: inline-block; color: #bb9a63; border-bottom-color: #bb9a63; margin-top: 1em; }
    .contact_page .show-map .hide { display: none; }
    .contact_page .contacts__map-block { position: static!important; }
}
@media (max-width: 1023px) {
    .ya-share2__container_size_m .ya-share2__item { margin-right: 10px !important; }
    .ya-share2__container_size_m .ya-share2__item:last-child { margin-right: 0 !important; }
}
@media (max-width: 992px) {
    .contact_page { padding-top: 100px; }
}
@media (max-width: 890px) {
    .contact_page .contacts__map-block { position: relative !important; }
}
@media (max-width: 767px) {
    .pb_detail h1 { font-size: 26px; line-height: 1.2; }
    .contact_page .contacts h1 { font-size: 26px; line-height: 1.2; }
    .tt_top { padding-top: 110px; }
    .pub_page__list .blog-item { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0 6.25vw; }
    .pub_page__list .blog-item__header { padding: 5vw 0 1.5vw; }
    .pub_page__list .blog-item__text .blog-title { margin-bottom: 1.53em; }
    .pub_page__list .blog-item__header,
    .pub_page__list .blog-item__text { width: 100%; }
    .pub_page__list .blog-item__text { padding: 1em 0 2em; }
    .pub_page__list .blog-item__header .date { font-size: 13px; margin-bottom: 20px; }
    .pb_detail .blog-detail-info .date { margin-bottom: 20px; font-size: 13px; }
    .pb_detail .blog { margin-bottom: 10vw; border-bottom: none; }
    .pb_detail .header-with-link .h2 { font-size: 22px; }
    .pub_page .gold-form { padding: 20px 0 30px; }
    .pub_page .gold-form .simple-label { bottom: 8px; }
    .pub_page .gold-form__text { width: 100%; }
    .pub_page .gold-form__form { width: 100%; }
    .pub_page .gold-form .big-title { font-size: 30px; }
    .pb_detail .link.mobile-hide { display: none; }
    .contact_page .h3 { font-size: 1.2em; }
}
@media (max-width: 560px) {
    .tt_top h1 { font-size: 26px; margin-bottom: 24px; overflow: hidden; word-wrap: break-word; }
    .pub_page__list { margin-bottom: 50px; }
    .pub_page__list .blog-item { position: relative; transition: none; }
    .blog-item::after { position: absolute; content: ''; right: 15px; bottom: 10px; width: 100px; height: 20px; background: url('assets/img/arr-long.svg') center center no-repeat; }
    .pub_page .gold-form .btn { width: 100%; }
    .pb_detail .social-share__title { margin-right: 10px; }
    .contact_page .contacts__info-block { display: block; width: 100%; }
    .contact_page .contacts__info { margin-bottom: 30px; display: block; }
    .contact_page .contacts__map { display: none !important; }
    .contact_page .contacts__block { width: 100%!important; padding-right: 0!important; }
    .contact_page .contacts__block--feedback { width: 100%!important; padding-right: 0!important; }
    .contact_page .btn { width: 100%; }
    .contact_page .show-map { display: none; }
}



.ya-share2__list_direction_horizontal > .ya-share2__item { padding: 0; }
.ya-share2__list_direction_horizontal > .ya-share2__item:before { content: normal; }
.ya-share2__badge { background-color: #fff !important; transition: all 0.3s ease-out; border: 1px solid #bb9a63; border-radius: 0 !important; width: 40px; height: 40px; }
.ya-share2__badge:hover { background-color: #bb9a63 !important; }
.ya-share2__link { border: none; }
.ya-share2__icon { width: 38px !important; height: 38px !important; background: none !important; background-position: center center !important; background-repeat: no-repeat !important; }
.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAArCAMAAADluJ77AAAAM1BMVEX///+7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmOkgk+SAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAVxJREFUeAGtldsSoyAQRJtLEHCE+f+v3YetJCvQs2WK80jpoWmHBJzc9YYE/I+Y5UtN+FB05BzerPIv5QXonYI3XSfuLh05oAMeb8JpykRHCi4aDaiGzOvEgTSsdIcPzpAVnfBAm/xfhMrcXKkAOIa1xrfHl0Mn4mqPhA+ZytoyGJB5NCpLOtI9YEeLROaaKqk60w/KZJkcchUtExn/lN3zjbwtqzryMoZG1gNAb2UBwKMdy3XW/gVY89w9l1VSGJ8bWV2nMDw6FcYmOgPAPIB2YbTUNC9eQOisMPu37jymF6WQCRvw+hsJK7L+gmCJa/uCAXGnDGXfMX88aMXOg1Jb2Wq7dtp832mLutOW1OR6ZivK6QGxPbJVe97dOlx+mq0B3PZ62FuFYesea0IzjxL6s2t66oII0xbBiBd5mtsyOEl0IMC0ZVj4ctH/IS8sOMfFXOQvxQ1FFLlx4A/yFoC6qWM9XgAAAABJRU5ErkJggg==) !important;
    background-size: 16px 9px !important; }
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABCCAMAAAAIc4TtAAAAM1BMVEX///+7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmOkgk+SAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAIJJREFUeNrt07EOgCAMRVFBq4hW3/9/rZOkWEk7ucgdywkMpMNLYd4OiGZNYsYzdcsK3dMwXlLGRgwbJdgowoGyA4XTgQitPK+dAu0tMwqEuo3KSRPtGmhEHjT9CE13NVrKPDa/td472KWOPkdsIxpCukNVLnPq29JRR79CLA0HcXIBF5pTldUc9bwAAAAASUVORK5CYII=) !important;
    background-size: 6px 12px; background-size: 7px 13px !important; }
.ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA1CAMAAADBGsOLAAAAM1BMVEX///+7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmOkgk+SAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAVZJREFUeAGl1t2O6yAMBOBxGn4ggOf9n/Zso23RSUtIvN8l0hgbS1Fwifjc+FTCgtskKru8vI/p8RQCzjwa/xf206xkwo91PxnyyqPiYuXT3spG0mNk5VjexyBPCohySPfrHc8KbBxzLlcgcsd0t3tVkkDiryL4kHkuAaUXXHGkPFUPV2S50H5XBX3+nUZBBz+Pw5PDCnEex8IDzeuVfHvdU/mhZSezvJ8M2UoMG8fw1mhx3JI1HzSmv+QLTeof86Xv2CTil6NFX7/QZMFLpoHibaFBRpds43eVtwk6SLW3byuw4iDyjoaDymZ8vZ3QdH23mZdn+IRUfErGxzdsMOEbaZzr331zB/rASLS9fbdktQ3fOZ7K8z9Fe3yJSnP8ETZOhK+5+CMX5Yyu+EZ5TZH5D+KYOoz4Nk9HwQnfbOluzcqBzeMSlyqPWvaC62QNsbzEuF7J/gMAXIczU6JttgAAAABJRU5ErkJggg==) !important;
    background-size: 13px 11px !important; }
.ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAMAAACfBSJ0AAAAM1BMVEX///+7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmO7mmOkgk+SAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAATFJREFUeAG91kGOxSAIBmDqqPUpCvc/7SyaTN8/oS1h0W9PRFGBLLmNqYfJLZNL6aJIeqEndall7Zs7Cq1KVxLrHU5kKqL35IcMTZ9Ma49dn0gKhWkJJakf60iMc+fRBp91YasAoohrokOqfGzOOhNW0PEAUldV65JWTDDTf3ntZFiQ4kZOsFwnL1iOyQtqsNxJ4k3J5CehzVHWUyK/FjkUvCuV0Iev0bxOk/UafRWBYnEcjBvBuPbyekxvnGesfpOG/74s/TP89xPWb+R/DwkfqhiVMH3tSPzvHRLr/v9lE2gx7v9s6mn5/0/oc9X7X28TOoG/P9gNlBUMrGMaCtjb/5Ck234rzI1ZHtp8U6/dP0/c1qkHwtyp7rH5rATnwdD8WULzbg3N15k8YJ4fzQz6BWGmXym8WXLNAAAAAElFTkSuQmCC) !important;
    background-size: 13px 14px !important; }
.ya-share2__item_service_vkontakte .ya-share2__badge:hover .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAArCAMAAADluJ77AAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAVxJREFUeAGtldsSoyAQRJtLEHCE+f+v3YetJCvQs2WK80jpoWmHBJzc9YYE/I+Y5UtN+FB05BzerPIv5QXonYI3XSfuLh05oAMeb8JpykRHCi4aDaiGzOvEgTSsdIcPzpAVnfBAm/xfhMrcXKkAOIa1xrfHl0Mn4mqPhA+ZytoyGJB5NCpLOtI9YEeLROaaKqk60w/KZJkcchUtExn/lN3zjbwtqzryMoZG1gNAb2UBwKMdy3XW/gVY89w9l1VSGJ8bWV2nMDw6FcYmOgPAPIB2YbTUNC9eQOisMPu37jymF6WQCRvw+hsJK7L+gmCJa/uCAXGnDGXfMX88aMXOg1Jb2Wq7dtp832mLutOW1OR6ZivK6QGxPbJVe97dOlx+mq0B3PZ62FuFYesea0IzjxL6s2t66oII0xbBiBd5mtsyOEl0IMC0ZVj4ctH/IS8sOMfFXOQvxQ1FFLlx4A/yFoC6qWM9XgAAAABJRU5ErkJggg==) !important;
    background-size: 16px 9px !important; }
.ya-share2__item_service_facebook .ya-share2__badge:hover .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABCCAMAAAAIc4TtAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAIJJREFUeNrt07EOgCAMRVFBq4hW3/9/rZOkWEk7ucgdywkMpMNLYd4OiGZNYsYzdcsK3dMwXlLGRgwbJdgowoGyA4XTgQitPK+dAu0tMwqEuo3KSRPtGmhEHjT9CE13NVrKPDa/td472KWOPkdsIxpCukNVLnPq29JRR79CLA0HcXIBF5pTldUc9bwAAAAASUVORK5CYII=) !important;
    background-size: 7px 13px !important; }
.ya-share2__item_service_twitter .ya-share2__badge:hover .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA1CAMAAADBGsOLAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAVZJREFUeAGl1t2O6yAMBOBxGn4ggOf9n/Zso23RSUtIvN8l0hgbS1Fwifjc+FTCgtskKru8vI/p8RQCzjwa/xf206xkwo91PxnyyqPiYuXT3spG0mNk5VjexyBPCohySPfrHc8KbBxzLlcgcsd0t3tVkkDiryL4kHkuAaUXXHGkPFUPV2S50H5XBX3+nUZBBz+Pw5PDCnEex8IDzeuVfHvdU/mhZSezvJ8M2UoMG8fw1mhx3JI1HzSmv+QLTeof86Xv2CTil6NFX7/QZMFLpoHibaFBRpds43eVtwk6SLW3byuw4iDyjoaDymZ8vZ3QdH23mZdn+IRUfErGxzdsMOEbaZzr331zB/rASLS9fbdktQ3fOZ7K8z9Fe3yJSnP8ETZOhK+5+CMX5Yyu+EZ5TZH5D+KYOoz4Nk9HwQnfbOluzcqBzeMSlyqPWvaC62QNsbzEuF7J/gMAXIczU6JttgAAAABJRU5ErkJggg==) !important;
    background-size: 13px 11px !important; }
.ya-share2__item_service_gplus .ya-share2__badge:hover .ya-share2__icon { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAMAAACfBSJ0AAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAATFJREFUeAG91kGOxSAIBmDqqPUpCvc/7SyaTN8/oS1h0W9PRFGBLLmNqYfJLZNL6aJIeqEndall7Zs7Cq1KVxLrHU5kKqL35IcMTZ9Ma49dn0gKhWkJJakf60iMc+fRBp91YasAoohrokOqfGzOOhNW0PEAUldV65JWTDDTf3ntZFiQ4kZOsFwnL1iOyQtqsNxJ4k3J5CehzVHWUyK/FjkUvCuV0Iev0bxOk/UafRWBYnEcjBvBuPbyekxvnGesfpOG/74s/TP89xPWb+R/DwkfqhiVMH3tSPzvHRLr/v9lE2gx7v9s6mn5/0/oc9X7X28TOoG/P9gNlBUMrGMaCtjb/5Ck234rzI1ZHtp8U6/dP0/c1qkHwtyp7rH5rATnwdD8WULzbg3N15k8YJ4fzQz6BWGmXym8WXLNAAAAAElFTkSuQmCC) !important;
    background-size: 13px 14px !important; }
.ya-share2__container_size_m .ya-share2__item { margin-right: 20px !important; }
@media (max-width: 1023px) {
    .ya-share2__container_size_m .ya-share2__item { margin-right: 10px !important; }
}



.modal {  }
.modal .ui.menu .item { position: relative; vertical-align: middle; line-height: 1; text-decoration: none; -webkit-tap-highlight-color: transparent; -webkit-box-flex: 0; -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: none; padding: 0.92857143em 1.14285714em;
    text-transform: none; color: rgba(0, 0, 0, 0.87); font-weight: normal; -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease; }
.modal .ui.menu > .item:first-child { border-radius: 0.28571429rem 0px 0px 0.28571429rem; }
.modal .ui.menu .active.item { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.95); font-weight: normal; box-shadow: none; }
.modal .ui.menu:not(.vertical) .item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center;
    align-items: center; }
.modal .ui.tabular.menu .item { background: transparent; border-bottom: none; border-left: 1px solid transparent; border-right: 1px solid transparent; border-top: 2px solid transparent; padding: 0.92857143em 1.42857143em;
    color: rgba(0, 0, 0, 0.87); }
.modal .ui.tabular.menu .active.item { background: none #FFFFFF; color: rgba(0, 0, 0, 0.95); border-top-width: 1px; border-color: #D4D4D5; font-weight: bold; margin-bottom: -1px; box-shadow: none; 
    border-radius: 0.28571429rem 0.28571429rem 0px 0px !important; }
.modal .custom-tabs .ui.tabular.menu .item { border: none; border-bottom: 1px dashed; padding: 0 0 5px 0; margin-right: 3.125vw; text-transform: uppercase; border-radius: 0 !important; font-size: 1em;
    font-weight: 400; color: #bb9a63; cursor: pointer; margin-bottom: 1.3em; transition: all 0.3s ease-out; display: inline-block; }
.modal .custom-tabs .ui.tabular.menu .active.item { font-weight: 400; color: #000; border-bottom-color: transparent; }
.modal .custom-tabs .ui.menu:not(.vertical) .item { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.modal .custom-tabs .ui.menu:not(.vertical) .item { background-color: #bb9a63; margin-right: 0; margin-bottom: 3px; }
.modal .custom-tabs .ui.menu:not(.vertical) .item:first-child { margin-right: 15px; }
.modal .ui.tab { display: none; }
.modal .ui.tab.active,
.modal .ui.tab.open { display: block; }

.modal .ui.tab .simple-inputs { position: relative; padding-top: 30px; }
.modal .ui.tab .simple-inputs--select { padding-top: 15px; }
.modal .ui.tab .simple-text { border: none; border-bottom: 1px solid #fff; color: #fff; background-color: transparent; width: 100%; box-shadow: 0 1px 0 0 transparent; transition: all .2s ease-out;
    padding: 0 3px 2px; font-size: .93em; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; outline: none; }
.modal .ui.tab .simple-label { position: absolute; transition: all .2s ease-out; top: 23px; left: 0; cursor: text; font-size: 1em; }
.modal .ui.tab .btn { background-color: transparent; box-shadow: none; border: none; display: inline-block; text-transform: uppercase; text-align: center; padding: 14px 45px; font-size: 15px;
    border-radius: 0; transition: all 0.3s ease-out; -webkit-appearance: button; cursor: pointer; }
.modal .ui.tab .btn--white { color: #bb9a63; background-color: #fff; border: 1px solid transparent; }
.modal .ui.tab .btn--white:hover { color: #fff!important; background-color: transparent; border-color: #fff; }
.modal .ui.tab .link--pn { border-bottom: 1px solid #fff; }
.modal .ui.tab .simple-text:focus + .simple-label,
.modal .ui.tab .simple-text.filled + .simple-label { top: 10px; font-size: .8em; color: #e6e6db; }
.modal .ui.tab a { display: inline; }
@media (max-width: 560px) {
    .modal .custom-tabs .ui.menu { display: block; }
    .modal .custom-tabs .ui.menu .item { margin-bottom: 10px; }
    .modal .btn { width: 100%; }
}





/* стили для типовой */
.wysiwyg { font-family: 'Proxima Nova Rg'; color: #555; line-height: 1.5; }
.wysiwyg p { margin-bottom: 13px; }
.wysiwyg a { display: inline-block; color: #bb9a63; text-decoration: none; border-bottom: 1px solid transparent; transition: border .5s ease-out; }
@media (max-width: 1450px) {
    .wysiwyg p { margin-bottom: 5px; }
}
/* ------- */


/* edits 06.09.2019 */

@media screen and (max-width:846px){
  .expert_detail__top-title{
    font-size: 28px;
    line-height: normal;
  }
}
@media screen and (max-width:710px){
  .expert_detail__top-left, .expert_detail__top-right, .expert_detail__middle-item-left, .expert_detail__middle-item-right{
    padding: 0;
  }
}

.content-detail__top::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .6;
}

.content-detail__nav {
    margin-top: 5%;
    margin-bottom: 5%;
    z-index: 1;
}

.fancybox-overlay{
z-index:9;
}
.fancybox-opened{
z-index:999999999999999999999999999;
}