@charset "UTF-8";
.bold {font-weight:bold;}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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 (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 767px) {

    .btn_showmodal3{
        font-size: 22px!important;
    }
    .login_title{
        font-size: 22px!important;
    }
    .chat_container{
        margin-top: 100px;
    }

}
body {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  background: #FCFBF2;
  height: 100% !important;
  min-height: 100%;
}
img {
  width: 100%;
}
h1 {
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
}
h2 {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
}
p {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
input[placeholder] {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
input::-moz-placeholder {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
input:-moz-placeholder {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
input:-ms-input-placeholder {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.form-control::-webkit-input-placeholder {
  color: #AAAAAA;
}
.form-control:-moz-placeholder {
  color: #AAAAAA;
}
.form-control::-moz-placeholder {
  color: #AAAAAA;
}
.form-control:-ms-input-placeholder {
  color: #AAAAAA;
}
.form-control.error::-webkit-input-placeholder {
  color: #FF0000;
}
.form-control.error:-moz-placeholder {
  color: #FF0000;
}
.form-control.error::-moz-placeholder {
  color: #FF0000;
}
.form-control.error:-ms-input-placeholder {
  color: #FF0000;
}
button {
  outline: none;
}
button span {
  cursor: pointer;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.color__w {
  color: #fff;
}
.color__b {
  color: #333;
}
.color__s {
  color: #F3F3F3;
}
.wow {
  visibility: hidden;
}
a{
  text-decoration: none;
}
/*--- style btn ------*/
.buttonSubmit {
  background: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  width: 150px;
}
button {
  background: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 270px;
}
.btn {
  display: block;
  border-bottom: solid 5px #ef3c22;
  padding: 16px 0 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  width: 270px;
  letter-spacing: 4px;
  position: relative;
}
.btn span {
  position: relative;
  z-index: 100;
}
.btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ef3c22;
  height: 0;
  width: 100%;
}
.btn:hover::after {
  -moz-transition: background 0.2s ease, height 0.2s ease-out 0.1s;
  -o-transition: background 0.2s ease, height 0.2s ease-out 0.1s;
  -webkit-transition: background 0.2s ease, height 0.1s ease-out;
  -webkit-transition-delay: 0.2s, 0.1s;
  transition: background 0.2s ease, height 0.2s ease-out 0.1s;
  height: 100%;
}
@media (min-width: 992px) {
  .block_about_img {
    position: absolute;
    right: 10%;
    width: 370px;
    top: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    width: 216px;
  }
  .btn.about-company {
    width: 200px;
  }
  .block_about_img {
    position: absolute;
    right: 10%;
    width: 216px;
    top: 48%;
  }
}
@media (max-width: 767px) {
  .btn {
    position: relative;
  }
  .block_about_img {
    display: none;
  }
}
.btn.inview:hover {
  -moz-transition: background 0.5s ease, height 0.5s ease-out 0.7s;
  -o-transition: background 0.5s ease, height 0.5s ease-out 0.7s;
  -webkit-transition: background 0.5s ease, height 0.5s ease-out;
  -webkit-transition-delay: 0s, 0.7s;
  transition: background 0.5s ease, height 0.5s ease-out 0.7s;
  height: 100%;
}
/*--------*/
.sidebar-collapse {
  background: #1F1E1E;
  width: 775px;
  height: 100%;
}
.sidebar-collapse .sidebar-content {
  width: 400px;
  padding-top: 100px;
  box-sizing: border-box;
  padding-right: 30px;
  float: right;
}
.sidebar-collapse .logo {
  margin-bottom: 40px;
}
.sidebar-collapse img {
  width: 170px;
}
.sidebar-collapse h3 {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 20px;
}
.sidebar-collapse .title-sidber {
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
  color: #ef3c22;
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 11px;
  margin-bottom: 100px;
  position: relative;
}
.sidebar-collapse p {
  color: #fff;
  margin-bottom: 37px;
}
.sidebar-collapse .btn {
  color: #fff;
}
.sidebar-collapse .btn:hover {
  color: #333;
}
.sldr {
  max-width: 825px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  clear: both;
  display: block;
}
.sldr > ul.animate {
  -webkit-transition: margin 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: margin 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: margin 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  transition: margin 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  /* ease-in-out */
}
.sldr > ul > li {
  float: left;
  display: block;
  width: 825px;
}
/*---------*/
.baner-block {
  position: relative;
  width: 100%;
  /*height: 600px;*/
  height:100vh;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .baner-block {
    /*height: 800px;*/
    height:100vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .baner-block {
    /*height: 600px;*/
    height:100vh;
  }
}
@media (max-width: 767px) {
  .baner-block {
    /*height: 480px;*/
    height:100vh;
  }
}
.baner-block:after {
  content: '';
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.baner-block .block-img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
header {
  position: absolute;
  padding-top: 100px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .menu-box {
  display: inline-block;
  vertical-align: middle;
}
header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo {
    width: 65px;
    padding-left: 73px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 65px;
    padding-left: 73px;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 65px;
    padding-left: 73px;
  }
}
header .logo.main {
  width: 270px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo.main {
    width: 165px;
    padding-left: 73px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo.main {
    width: 65px;
    padding-left: 73px;
  }
}
@media (max-width: 767px) {
  header .logo.main {
    width: 65px;
    padding-left: 73px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    padding-top: 37px;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 17px;
  }
}
.video-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video-block video {
  min-width: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background 200ms linear;
}
.section_heading {
  position: absolute;
  padding-bottom: 100px;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_heading {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section_heading {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
.section_heading h1 {
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_heading h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .section_heading h1 {
    font-size: 36px;
    letter-spacing: 10px;
  }
}
@media (max-width: 420px) {
  .section_heading h1 {
    letter-spacing: 5px;
  }
}
.section_heading .subtitle a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section_heading .subtitle a {
    font-size: 14px;
  }
}
.section_heading .subtitle a:first-child {
  /*color: #ef3c22;*/
  margin-right: 30px;
}

.section_heading .subtitle a {
  color: #888;
}

.section_heading .subtitle a.active {
  color: #ef3c22;
}

.section_heading .subtitle a:focus,
.section_heading .subtitle a:hover {
  color: #ef3c22;
}

.container {
  width: 1170px;
  margin: 0 auto;
  /*padding-left: 15px;
	padding-right: 15px;*/
  /*------ col-3 ----*/
  /*------ col-2 ----*/
  /*-----------------*/
  /*----- style block_quotes ----*/
  /*----------------------------*/
  /*--- box shadow light/darck --*/
  /*--- about company ---*/
  /*--------*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.container .section-content {
  padding: 120px 0 200px;
  position: relative;
}
.container .block-partners.four-section-about {
  padding: 50px 0 50px 0;
}
.container .block-partners.four-section-about .four-section-about-text-block {
  background: #ef3c22;
  padding: 50px;
}
.container .block-partners.four-section-about .four-section-about-text-block p {
  margin-bottom: 15px;
}
.container .block-partners.four-section-about .four-section-about-text-block p:last-child {
  margin-bottom: 0;
}
.container .five-section-about {
  padding: 50px 0 50px 0;
}
.container .five-section-about p {
  margin-bottom: 15px;
}
.container .five-section-about p:last-child {
  margin-bottom: 0;
}
.container .section-content.six-section-about {
  padding: 70px 0 100px 0;
}
.container .section-content.six-section-about .about-us .col_m {
  width: 30%;
}
.container .section-content.six-section-about .block-team .block_quotes .line-2 p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.container .section-content.six-section-about .block-team .block_quotes .line-2 p:last-child {
  margin-bottom: 0;
}
.container .seven-section-about {
  padding: 80px 0 100px;
}
.container .seven-section-about .articlesArea .article-block_text p {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .container .section-content.first-section-about {
    padding: 110px 0 140px 0;
  }
  .container .section-content.last-section-about {
    padding: 130px 0 120px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px){
  .container .section-content {
    padding: 60px 0 100px;
    position: relative;
  }
  .container .section-content.services-page {
    padding: 60px 0 235px;
  }
  .container .section-content.first-section-about {
    padding: 60px 0 135px;
  }
  .container .section-content.last-section-about {
    padding: 20px 0 50px;
  }
  .container .section-content.six-section-about {
    padding-top: 40px;
  }
  .container .section-content.six-section-about .block_quotes.width__b {
    font-size: 24px;
  }
  .container .section-content.six-section-about .block-team .block_quotes.width__b {
    width: 700px;
  }
  .container .section-content.six-section-about .block-team .block_quotes .line-2 p {
    font-size: 20px;
  }
  .container .seven-section-about {
    padding: 100px 0 50px;
  }
  .container .seven-section-about .articlesArea .block_quotes.width__b {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container .section-content {
    padding: 40px 20px 40px;
  }
  .container .block-partners.four-section-about .four-section-about-text-block {
    width: auto;
    padding: 80px 20px 35px;
  }
  .container .block-partners.four-section-about {
    padding-top: 0;
  }
  .container .five-section-about {
    padding: 0px 20px 50px;
  }
  .container .section-content.six-section-about {
    padding: 10px 20px 30px;
  }
  .container .section-content.six-section-about .about-us {
    margin: 30px 0 40px;
  }
  .container .section-content.six-section-about .about-us .col_m {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .container .section-content.six-section-about .block-team .block_quotes .line-2 p {
    font-size: 18px;
    line-height: normal;
  }
  .container .seven-section-about {
    padding: 40px 20px 60px;
  }
  .container .seven-section-about .single-title {
    width: 250px!important;
    height: auto!important;
  }
}
.container .p_1 {
  padding-right: 399px;
  background: url("../assets/img/logo_bg.png") no-repeat top right 102px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .container .p_1 {
    padding-right: 0;
    margin-bottom: 20px;
    background: none;
  }
}
.container .p_2 {
  margin-left: 449px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .p_1 {
    padding-right: 236px;
  }
  .container .p_2 {
    width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container .p_2 {
    margin-left: 0;
  }
}
.container .single-title {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  color: #ef3c22;
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px 130px 20px 0;
}
.container .single-title:after {
  content: '';
  position: absolute;
  background: #1a1a1a;
  left: -1000%;
  width: 0;
  height: 100%;
  top: 0;
}
.container .single-title span {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .single-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .container .single-title {
    font-size: 24px;
    padding-right: 20px;
    display: block;
    margin-bottom: 30px;
  }
    .single-title{
        width: 159px!important;
        height: 41px!important;
    }
    .single-title-sign{
        width: 230px!important;
        height: 41px!important;
    }
}
.container .single-title.title-main {
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 5px;
    width: 290px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .container .single-title.title-main {
        font-size: 36px;
        width:290px;
    }
    .container .single-title {
        padding: 20px 120px 20px 0;
    }
}
@media (max-width: 767px) {
    .container .single-title.title-main {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 42px;
    }
    .container .single-title.title-main {
        width: auto;
    }
}
.container .single-title.inview:after {
  -moz-transition: background 1s ease, width 1s ease-out 0.5s;
  -o-transition: background 1s ease, width 1s ease-out 0.5s;
  -webkit-transition: background 1s ease, width 1s ease-out;
  -webkit-transition-delay: 0s,0.5s;
  transition: background 1s ease, width 1s ease-out 0.5s;
  width: 1100%;
}
.container .articlesArea {
  position: relative;
}
.container .articlesArea .article-block_text {
  position: relative;
  width: 570px;
  top: 0;
  left: 0;
  margin-bottom: 70px;
}
@media (max-width: 992px) and (min-width: 1300px) {
  .container .articlesArea .article-block_text {
    width: 407px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .articlesArea .article-block_text {
    width: 334px;
    margin-bottom: 20px;
  }
  .container .articlesArea .article-block_text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
    .container .articlesArea .article-block_text {
        width: 100%;
        margin-bottom: 15px;
    }
}
.container .articlesArea .article-block_img {
  position: absolute;
  top: 10px;
  right: 0;
  width: 570px;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .container .articlesArea .article-block_img {
    width: 342px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .articlesArea .article-block_img {
    width: 334px;
    height: auto;
    top: 55px;
  }
}
@media (max-width: 767px) {
  .container .articlesArea .article-block_img {
    position: relative;
    width: 100%;
    height: auto;
    right: unset;
    left: 0;
  }
}
.container .articlesArea .block_quotes {
  position: relative;
  z-index: 3;
  bottom: 0;
  width: 770px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .articlesArea .block_quotes {
    width: 452px;
    font-size: 18px;
    padding: 20px;
    /* страничка сервис черный блок */
    padding-left:0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .container .articlesArea .block_quotes {
    margin-top: 40px;
    width: 100%;
    font-size: 18px;
  }
}
.container .articlesArea_2 {
  margin-top: 70px;
  position: relative;
  height: 455px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container .articlesArea_2 {
    margin-top: 30px;
    height: 100%;
  }
}
.container .articlesArea_2 .article-block_img_2 {
  position: absolute;
  top: 49px;
  left: 0;
  width: 570px;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container .articlesArea_2 .article-block_img_2 {
        width: 330px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .articlesArea_2 {
    margin-top: 25px;
  }
  .container .articlesArea_2 .article-block_img_2 {
    width: 334px;
    height: auto;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .container .articlesArea_2 .article-block_img_2 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
  }
}
.container .articlesArea_2 .article-block_text_2 {
  position: absolute;
  width: 570px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .articlesArea_2 .article-block_text_2 {
    width: 334px;
  }
  .container .articlesArea_2 .article-block_text_2 p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .container .articlesArea_2 .article-block_text_2 {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
}
.container .articlesArea_2 .block_quotes {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .articlesArea_2 .block_quotes {
    font-size: 18px;
    padding: 20px;
    /* на страничке услуги */
    margin-top: 65px;
    top:371px;
  }
}
@media (max-width: 767px) {
  .container .articlesArea_2 .block_quotes {
    position: relative;
    margin-top: 30px;
    font-size: 18px;
  }
}
.container .article-block_img_3 {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .article-block_img_3 {
    width: 334px;
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .container .article-block_img_3 {
    float: none;
    width: 100%;
  }
}
.container .col_m {
  width: 31.333333%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .container .col_m {
    width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .col_m {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .container .col_m {
    width: 100%;
    float: none;
  }
}
.container .col-lg {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .container .col-lg {
    float: none;
    width: 100%;
  }
}
.container .title-descr {
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
  font-size: 100px;
  line-height: 120%;
  display: inline-block;
  color: #ef3c22;
  letter-spacing: 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .title-descr {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .container .title-descr {
    font-size: 64px;
  }
}
.container .descr {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  display: block;
  padding-right: 40px;
  line-height: 21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .descr {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .container .descr {
    font-size: 14px;
  }
}
.container .m-r {
  margin-right: 30px;
}
.container .m-t-b {
  margin-top: 118px;
}
@media (max-width: 767px) {
  .container .m-t-b {
    margin-top: 20px;
  }
}
.container .m-t-m {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .container .m-t-m {
    margin-top: 20px;
  }
}
.container .block_quotes {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 154%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block_quotes {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .container .block_quotes {
    font-size: 18px;
  }
}
.container .p-l {
  padding: 30px;
}
.container .p-l.p20 {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .p-l {
    padding: 20px;
  }
}
.container .p-m {
  padding: 20px;
}
.container .display {
  display: inline-block;
}
@media (max-width: 767px) {
  .container .display {
    display: block;
  }
}
.container .width__b {
  width: 770px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .width__b {
    width: 452px;
  }
}
@media (max-width: 767px) {
  .container .width__b {
    width: 100%;
  }
}
.container .closest-events_i {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container .closest-events_i .line-1::before {
  content: '';
  height: 5px;
  width: 0;
  background: #ef3c22;
  position: absolute;
  top: 0;
  left: 0;
}
.container .closest-events_i .line-1::after {
  content: '';
  height: 5px;
  width: 0;
  background: #ef3c22;
  position: absolute;
  bottom: 0;
  right: 0;
}
.container .closest-events_i .line-2::before {
  content: '';
  height: 0;
  width: 5px;
  background: #ef3c22;
  position: absolute;
  top: 0;
  right: 0;
}
.container .closest-events_i .line-2::after {
  content: '';
  height: 0;
  width: 5px;
  background: #ef3c22;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .container .closest-events_i.p-l {
    padding: 20px;
  }
}
.container .closest-events_i.inview .line-1::before {
  -moz-transition: background 0.5s ease, width 1s ease-out 1.5s;
  -o-transition: background 0.5s ease, width 1s ease-out 1.5s;
  -webkit-transition: background 0.5s ease, width 1s ease-out;
  -webkit-transition-delay: 0s,1.5s;
  transition: background 0.5s ease, width 1s ease-out 1.5s;
  width: 100%;
}
.container .closest-events_i.inview .line-1::after {
  -moz-transition: background 0.5s ease, width 0.5s ease-out 0.5s;
  -o-transition: background 0.5s ease, width 0.5s ease-out 0.5s;
  -webkit-transition: background 0.5s ease, width 0.5s ease-out;
  -webkit-transition-delay: 0s,.5s;
  transition: background 0.5s ease, width 0.5s ease-out 0.5s;
  width: 100%;
}
.container .closest-events_i.inview .line-2::before {
  -moz-transition: background 0.5s ease, height 0.5s ease-out;
  -o-transition: background 0.5s ease, height 0.5s ease-out;
  -webkit-transition: background 0.5s ease, height 0.5s ease-out;
  transition: background 0.5s ease, height 0.5s ease-out;
  height: 100%;
}
.container .closest-events_i.inview .line-2::after {
  -moz-transition: background 0.5s ease, height 0.5s ease-out 1s;
  -o-transition: background 0.5s ease, height 0.5s ease-out 1s;
  -webkit-transition: background 0.5s ease, height 0.5s ease-out;
  -webkit-transition-delay: 0s,1.0s;
  transition: background 0.5s ease, height 0.5s ease-out 1s;
  height: 100%;
}
.container .box-shadow-light {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.container .box-shadow-darck {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.container .about-us {
  margin: 40px 0 26px 0;
}
.container .about-us .about-us_text {
  margin-right: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){
    .container .about-us {
        margin-top:0px;
    }
    .container .about-us .about-us_text {
        margin-right: 20px;

    }
    .container .about-us .about-us_img {
        float: right;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
  .container .about-us .block_quotes {
    margin-bottom: 40px;
  }
  .container .about-us .about-us_img {
    display: none;
  }
}
.container .block-team {
  position: relative;
}
.container .block-team .block_img {
  position: relative;
  top: 0;
  left: 0;
  width: 570px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block-team .block_img {
    width: 334px;
  }
}
@media (max-width: 767px) {
  .container .block-team .block_img {
    width: 100%;
  }
}
.container .block-team .block_quotes {
  position: absolute;
  z-index: 2;
  top: 69px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block-team .block_quotes {
    padding: 20px;
    font-size: 18px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .container .block-team .block_quotes {
    position: relative;
    top: 30px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.container .block-team_1 {
  position: relative;
}
.container .block-team_1 .block_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 570px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block-team_1 .block_img {
    width: 334px;
    top:85px;
  }
}
@media (max-width: 767px) {
  .container .block-team_1 .block_img {
    position: relative;
    width: 100%;
  }
}
.container .block-team_1 .block_quotes {
  position: relative;
  z-index: 2;
  top: -22px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block-team_1 .block_quotes {
    padding: 20px;
    font-size: 18px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .container .block-team_1 .block_quotes {
    position: relative;
    top: 30px;
    width: 100%;
    /* Страница о компании */
    margin-bottom: 30px;
  }
}
.container .contact-content {
  position: relative;
  padding: 90px 0 0;
  margin-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .contact-content {
    padding: 50px 0 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .container .contact-content {
    padding: 40px 0 0 0;
    margin-bottom: 0;
  }
}
.container .contact-content .block-contact > span {
  margin-bottom: 30px;
}
.container .contact-content .block-contact {
  float: left;
  width: 271px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
}
.container .contact-content .block-contact h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .contact-content .block-contact h4 {
    font-size: 16px;
  }
    .container .contact-content .block-contact {
        width: 216px;
    }
}
@media (max-width: 767px) {
  .container .contact-content .block-contact h4 {
    font-size: 16px;
  }
}
.container .contact-content .block-contact span {
  font-size: 16px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .contact-content .block-contact span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container .contact-content .block-contact span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container .contact-content .block-contact {
    float: none;
    width: auto;
    padding: 0 20px 40px 20px;
  }
}
.container .contact-content .map {
  float: right;
  width: 770px;
  height: 330px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container .contact-content .map {
    width: 597px;
  }
  .container .contact-content .map img {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .contact-content .map {
    width: 440px;
  }
  .container .contact-content .map img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .container .contact-content .map {
    float: none;
    width: 100%;
  }
}
.container .contact-content .btn {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .container .contact-content .btn {
    position: relative;
    width: 100%;
  }
}
.container .list-header {
  width: 371px;
}
.container .list-header li {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  margin-top: 20px;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .container .list-header li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container .list-header {
    width: 280px;
  }
}
.container .our-services {
  position: relative;
  min-height: 800px;
  margin-top: 50px;
  margin-bottom: 86px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services {
    min-height: 524px;
  }
  .container .our-services .p-l {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .container .our-services {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: auto;
  }
}
.container .our-services .block_quotes {
  width: 32%;
  z-index: 20;
}
.container .our-services .block_quotes .title-descr {
  color: #333;
}
@media (max-width: 767px) {
  .container .our-services .block_quotes {
    width: 100%;
  }
}
.container .our-services .p_img-1 {
  position: absolute;
  top: 0;
  left: 29%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services .p_img-1 {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .container .our-services .p_img-1 {
    display: none;
  }
}
.container .our-services .p_img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services .p_img-2 {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .container .our-services .p_img-2 {
    display: none;
  }
}
.container .our-services .p_img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services .p_img-3 {
    width: 334px;
  }
}
@media (max-width: 767px) {
  .container .our-services .p_img-3 {
    display: none;
  }
}
.container .our-services .block_quotes.color-block {
  background: #ef3c22;
}
.container .our-services .block_quotes.p-a-1 {
  position: absolute;
  top: 70px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services .block_quotes.p-a-1 {
    top: 15px;
    left: 13px;
  }
}
@media (max-width: 767px) {
  .container .our-services .block_quotes.p-a-1 {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }
}
.container .our-services .block_quotes.p-a-2 {
  position: absolute;
  top: 119px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services .block_quotes.p-a-2 {
    top: 75px;
  }
}
@media (max-width: 767px) {
  .container .our-services .block_quotes.p-a-2 {
    position: relative;
    top: 0;
  }
}
.container .our-services .block_quotes.p-a-3 {
  position: absolute;
  bottom: 44px;
  right: 34%;
}
.container .our-services .block_quotes.p-a-3 span {
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .our-services .block_quotes.p-a-3 {
    bottom: 14px;
    right: 32%;
  }
}
@media (max-width: 767px) {
  .container .our-services .block_quotes.p-a-3 {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    bottom: 0;
    right: 0;
  }
}
.container .our-services .block_quotes.p-a-3 .closest-events_i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #ef3c22;
}
.container .our-services .block_quotes.p-a-3 .closest-events_i.inview::after {
  -moz-transition: background 2s ease, width 2s ease-out 2.5s;
  -o-transition: background 2s ease, width 2s ease-out 2.5s;
  -webkit-transition: background 2s ease, width 2s ease-out;
  -webkit-transition-delay: 0s,2.5s;
  transition: background 2s ease, width 2s ease-out 2.5s;
  width: 100%;
}
.container .section-body {
  position: relative;
  height: 380px;
  padding-bottom: 73px;
  margin-bottom: 67px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .section-body {
    height: 100%;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .container .section-body {
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.container .section-body .float-item-left {
  float: left;
  width: 23%;
  margin-right: 30px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .section-body .float-item-left {
    width: 30%;
  }
  .container .section-body .float-item-left p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .container .section-body .float-item-left {
    float: none;
    width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.container .section-body .float-item-right {
  float: right;
  width: 23%;
  margin-left: 30px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container .section-body .float-item-right {
    width: 30%;
    margin-left: 0;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .container .section-body .float-item-right {
    float: none;
    width: auto;
    padding-top: 17px;
    margin: 0 0 0 0;
  }
  .container .section-body .float-item-right .btn {
    width: 100%;
  }
}
.container .section-body .position-img {
  position: absolute;
  top: -22px;
  right: 210px;
}
.container .section-body .position-img img{
    width:370px;
    height:450px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container .section-body .position-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .container .section-body .position-img {
    display: none;
  }
}
/*.container .section-body:after {*/
  /*content: '';*/
  /*position: absolute;*/
  /*width: 170px;*/
  /*height: 1px;*/
  /*background: #EDEDED;*/
  /*bottom: 0;*/
  /*left: 50%;*/
  /*margin-left: -85px;*/
/*}*/
.container .block_gallery {
  position: relative;
  height: 500px;
}
@media (min-width: 1400px) {
    .container .block_gallery {
        position: relative;
        height: 580px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block_gallery {
    height: 324px;
  }
}
.container .block_gallery .single-title {
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 5px;
  color: #333;
  padding-right: 200px;
    width: 215px;
}
.container .block_gallery .single-title:after {
  background: #ef3c22;
}
.container .block_gallery .single-title.inview:after {
  -moz-transition: background 1s ease, width 1s ease-out 1.5s;
  -o-transition: background 1s ease, width 1s ease-out 1.5s;
  -webkit-transition: background 1s ease, width 1s ease-out;
  -webkit-transition-delay: 0s,1.5s;
  transition: background 1s ease, width 1s ease-out 1.5s;
  width: 1100%;
}
.container .block_gallery .block_bg_main {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block_gallery .block_bg_main {
    width: 216px;
  }
  .container .block_gallery .single-title {
    font-size: 36px;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .container .block_gallery .block_bg_main {
    display: none;
  }
    .container .block_gallery .single-title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 5px;
        width: auto;
    }
}
.container .block_gallery .block_slider {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  width: 870px;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .container .block_gallery .block_slider {
    width: 910px;
    height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container .block_gallery .block_slider {
        width: 670px;
        height: 308px;
    }
    .container .block_gallery {
      height: 425px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .block_gallery .block_slider {
    width: 511px;
    height: 235px;
  }
}
@media (max-width: 767px) {
  .container .block_gallery .block_slider {
    position: relative;
    top: 0;
    margin-bottom: 47px;
    width: auto;
    height: auto;
  }
  .container .block_gallery .block_slider .slick-slide img {
    height: 400px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .container .block_gallery {
    height: auto;
  }
  .container .block_gallery .btn {
    position: relative;
    width: 100%;
  }
}
.container .btn-all-works {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .container .btn-all-works {
    position: relative;
    left: 0;
  }
}
.slick-dots {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.slick-dots li {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-next,
.slick-prev {
  display: none !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: solid 2px #ef3c22;
  padding: 4px;
  box-sizing: border-box;
}
.slick-dots li.slick-active button:before {
  background: #ef3c22;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background: transparent;
  border: solid 2px #ef3c22;
  padding: 1px;
}
.gallery-page-info {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  position: absolute;
  z-index: 101;
  color: #fff;
  font-size: 14px;
  bottom: 15px;
  left: 15px;
}
@media (max-width: 767px) {
  .gallery-page-info {
    bottom: 10px;
    left: 10px;
  }
}
.gallery-page-info span {
  color: #ef3c22;
}
.list-socialLink li {
  display: inline-block;
}
.list-socialLink li a {
  display: block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.list-socialLink li a:hover {
  opacity: 0.8;
}
.list-socialLink li .icon-f {
  background: url(../img/fb.svg) center no-repeat;
}
.list-socialLink li .icon-vk {
  background: url(../img/vk.svg) center no-repeat;
}
.list-socialLink li .icon-tw {
  background: url(../img/tw.svg) center no-repeat;
}
.list-socialLink li .icon-ok {
  background: url(../img/ok.svg) center no-repeat;
}
.list-socialLink li .icon-g {
  background: url(../img/gp.svg) center no-repeat;
}
@media (max-width: 767px) {
  .list-socialLink {
    text-align: left;
    display: block;
    float: none;
  }
}
#nav-icon1 {
  position: fixed;
  top: 79px;
  left: 9%;
  width: 24px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 2000;
}
#gamburger-bg {
  width: 38px;
  height: 34px;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -1;
}
.gamburger-scroll-position {
    background: #ef3c22;
}

@media (min-width: 1460px) and (max-width: 1600px) {
  #nav-icon1 {left: 6%;}
}
@media (min-width: 1306px) and (max-width: 1459px) {
  #nav-icon1 { left: 3%;}
}
@media (min-width: 1200px) and (max-width: 1305px) {
  #nav-icon1 { top:42px;left:72px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #nav-icon1 {top:103px;left:40px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-icon1 {
    top: 42px;
    left:40px;
  }
}
@media (max-width: 767px) {
  #nav-icon1 {
    top: 22px;
    left: 20px;
  }
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /*box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.75);*/
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 8px;
}
#nav-icon1 span:nth-child(3) {
  top: 16px;
}
#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  padding-top: 60px;
  width: 704px;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    width: 320px;
    padding-top: 124px;
  }
}
@media (max-width: 767px) {
  .main-menu {
    width: 320px;
    padding-top: 74px;
  }
}
.main-menu .position-menu {
  float: right;
}
@media (min-width: 992px) and (max-width: 1504px) {
  .main-menu .position-menu {
    float: none;
    margin-left: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .position-menu {
    float: none;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .main-menu .position-menu {
    float: none;
    margin-left: 20px;
  }
}
.main-menu .menu_list {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .menu_list {
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .main-menu .menu_list {
    margin-bottom: 43px;
  }
}
.main-menu .menu_list li {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .main-menu .menu_list li {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .main-menu .menu_list li {
    margin-bottom: 0;
  }
}
.main-menu .menu_list li a {
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-style: normal;
  display: block;
  padding: 10px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}
.main-menu .menu_list li a:hover {
  color: #ef3c22;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .menu_list li a {
    font-size: 18px;
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .main-menu .menu_list li a {
    font-size: 18px;
    padding: 10px 10px 10px 0;
  }
}
.main-menu .menu_list li a.active {
  color: #ef3c22;
}
.main-menu .title_menu {
  color: #fff;
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
  font-size: 100px;
  line-height: 110%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main-menu .title_menu {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .title_menu {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-menu .title_menu {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

/* menu landscape */
@media (max-height:450px) {
    .main-menu .title_menu {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .main-menu .menu_list li {
        margin-bottom: 0;
    }
    .main-menu .menu_list {
        margin-bottom: 20px;
    }
    .main-menu {
        padding-top: 80px;
    }
    .main-menu .menu_list li a {
        padding: 7px 10px 7px 0;
    }
}
@media (max-height:320px) {
    .main-menu .title_menu {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .main-menu .menu_list li {
        margin-bottom: 0;
    }
    .main-menu .menu_list {
        margin-bottom: 10px;
    }
    .main-menu {
        padding-top: 55px;
    }
    .main-menu .menu_list li a {
        font-size: 16px;
        padding: 5px 10px 5px 0;
    }
}
/* end menu landscape */

.main-menu .list-socialLink li {
  margin-right: 20px;
}
.main-menu .block_lng {
  margin-bottom: 50px;
}
.main-menu .block_lng a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px;
  margin-right: 30px;
}
.main-menu .block_lng a:hover {
  color: #ef3c22;
}
.main-menu .block_lng a.active_lng {
  color: #ef3c22;
}
/*------------*/
.flex-container {
  position: relative;
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
}
/*@media screen and (max-width: 768px) {*/
  /*.flex-container {*/
    /*flex-direction: column;*/
  /*}*/
/*}*/
.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/*@media screen and (max-width: 768px) {*/
  /*.flex-slide {*/
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
  /*}*/
/*}*/
@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .flex-slide ul li {
    font-size: 2em;
  }
}
.flex-slide:hover {
  flex: 5;
}
.flex-slide.active {
  flex: 5;
}

.flex-slide.main-b {
  -webkit-flex-grow: 1.5;
  flex-grow: 1.5;
}
.flex-slide.main-b:hover {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.main-b {
  height: 100vh;
}
.g-item1 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .home {
    @include animation-properties((animation: aboutFlexSlide, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
  }
}
@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    @include animation-properties((animation: homeFlextitle, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
  }
}
@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .flex-about-home {
    @include animation-properties((animation: flexAboutHome, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
  }
}
@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.g-item2 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.contact-form {
  width: 100%;
}
input {
  width: 100%;
}
textarea {
  width: 100%;
}
.g-item3 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.g-item4 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
/*------------*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.78);
  display: none;
}
.blur-in {
  -webkit-animation: blur 2s forwards;
  -moz-animation: blur 2s forwards;
  -o-animation: blur 2s forwards;
  animation: blur 2s forwards;
}
.blur-out {
  -webkit-animation: blur-out 2s forwards;
  -moz-animation: blur-out 2s forwards;
  -o-animation: blur-out 2s forwards;
  animation: blur-out 2s forwards;
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
}
@-moz-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
}
@-o-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
}
@-webkit-keyframes blur-out {
  0% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@-moz-keyframes blur-out {
  0% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@-o-keyframes blur-out {
  0% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blur-out {
  0% {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.modal {
  position: absolute;
  top: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  display: none;
  outline: 0;
}
@media (max-width: 767px) {
  .modal {
    top: 78%;
  }
}
.modal .modal-dialog {
  position: relative;
  width: auto;
}
.modal .modal-content {
  position: relative;
  width: 770px;
  margin: 0 auto;
  background: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 30px 30px 40px 30px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal .modal-content {
    width: 688px;
  }
}
@media (max-width: 767px) {
  .modal .modal-content {
    padding: 20px 20px 40px 20px;
    width: auto;
  }
}
.modal .modal-content .single-title {
  font-size: 48px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 60px 20px 173px;
}
.modal .modal-content .single-title:after {
  content: '';
  position: absolute;
  background: #ef3c22;
  left: -1000%;
  width: 0;
  height: 100%;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal .modal-content .single-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .modal .modal-content .single-title {
    font-size: 36px;
    padding: 20px 60px 20px 0;
    width: 216px;
  }
}
.modal .modal-content .single-title span {
  position: relative;
  width: 100%;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
}
.modal .modal-content .single-title.inview:after {
  -moz-transition: background 1s ease, width 1s ease-out 0.5s;
  -o-transition: background 1s ease, width 1s ease-out 0.5s;
  -webkit-transition: background 1s ease, width 1s ease-out;
  -webkit-transition-delay: 0s,0.5s;
  transition: background 1s ease, width 1s ease-out 0.5s;
  width: 1100%;
}
.modal .modal-content .btn {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
    .modal .modal-content .btn {
        margin: 0;
    }
    #submit{
        width: 100%;
    }
}
.modal .modal-content .close_modal {
  float: right;
  background: url('../img/icon_close.png') no-repeat;
  width: 24px;
  height: 24px;
}
@media (max-width: 344px) {
    .modal .modal-content .close_modal {
        position: absolute;
        float: none;
        top: 34px;
        left: 256px;
    }
}
.modal .modal-content .form-group {
  margin-bottom: 30px;
}
.modal .modal-content .input-group {
  width: 50%;
  float: left;
}
.modal .modal-content .input-group input {
  width: 96%;
  outline: none;
}
.modal .modal-content .input-group input[type=email] {
  float: right;
}
@media (max-width: 767px) {
  .modal .modal-content .input-group input[type=email] {
    margin-top: 30px;
    float: none;
  }
    .modal .modal-content .input-group input {
        width: 100%;
    }
}
@media (max-width: 767px) {
  .modal .modal-content .input-group {
    width: 100%;
    float: none;
  }
}
.modal .modal-content .form-group textarea {
  width: 100%;
}
.modal .modal-content .form-group .form-text {
  margin-top: 10px;
  display: block;
}
.modal .modal-content .input-group input[type=email] + span {
  margin-left: 3%;
  display: inline-block;
}
@media (max-width: 767px) {
  .modal .modal-content .input-group input[type=email] + span {
    display: block;
    margin-left: 0;
  }
}
.modal .modal-content .form-control {
  background: #F3F3F3;
  padding: 14px 20px;
  border: 0;
  font-size: 18px;
  box-sizing: border-box;
  color: #333;
  outline: none;
}
.modal .modal-content .has-error .form-control{
  background: #FFEEEE;
  color: #FF0000;
}
.modal .modal-content .help-block-error {
  color: #FF0000;
  font-size: 10px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
}
.modal_sign {
  position: absolute;
  top: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  display: none;
  outline: 0;
}
@media (max-width: 767px) {
  .modal_sign {
    top: 78%;
  }
}
.modal_sign .modal-dialog {
  position: relative;
  width: auto;
}
.modal_sign .modal-content {
  position: relative;
  width: 770px;
  margin: 0 auto;
  background: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 30px 30px 40px 30px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal_sign .modal-content {
    width: 688px;
  }
}
@media (max-width: 767px) {
  .modal_sign .modal-content {
    padding: 20px 20px 40px 20px;
    width: auto;
  }
}
.modal_sign .modal-content .single-title {
  font-size: 48px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 60px 20px 173px;
}
.modal_sign .modal-content .single-title:after {
  content: '';
  position: absolute;
  background: white;
  left: -1000%;
  width: 0;
  height: 100%;
  top: 0;
  color:  #F3F3F3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal_sign .modal-content .single-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .modal_sign .modal-content .single-title {
    font-size: 36px;
    padding: 20px 60px 20px 0;
    width: 216px;
  }
}
.modal_sign .modal-content .single-title span {
  position: relative;
  width: 100%;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
}
.modal_sign .modal-content .single-title.inview:after {
  -moz-transition: background 1s ease, width 1s ease-out 0.5s;
  -o-transition: background 1s ease, width 1s ease-out 0.5s;
  -webkit-transition: background 1s ease, width 1s ease-out;
  -webkit-transition-delay: 0s,0.5s;
  transition: background 1s ease, width 1s ease-out 0.5s;
  width: 1100%;
}
.modal_sign .modal-content .btn {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
    .modal_sign .modal-content .btn {
        margin: 0;
    }
    #submit{
        width: 100%;
    }
}
.modal_sign .modal-content .close_modal {
  float: right;
  background: url('../img/icon_close.png') no-repeat;
  width: 24px;
  height: 24px;
}
@media (max-width: 344px) {
    .modal_sign .modal-content .close_modal {
        position: absolute;
        float: none;
        top: 34px;
        left: 256px;
    }
}
.modal_sign .modal-content .close_modalsign {
  float: right;
  background: url('../img/icon_close.png') no-repeat;
  width: 24px;
  height: 24px;
}
@media (max-width: 344px) {
    .modal_sign .modal-content .close_modalsign {
        position: absolute;
        float: none;
        top: 34px;
        left: 256px;
    }
}
.signup-form .form-group {
  margin-bottom: 30px;
}
.user-form .positions [type="checkbox"] {width:auto;}

.signup-form .subtitle {margin-bottom:5px; color: #888;}
.signup-form .positions {display: flex; flex-wrap: wrap; font-size: 14px; color: #888;}
.signup-form .positions > div {width:100%;}
.signup-form .form-group .radio {display:inline-block; margin-left:20px;}
.signup-form [type="checkbox"], .signup-form [type="radio"] {width:auto;}
.signup-form .field-signupform-provider, .signup-form .field-signupform-contractor {
    display:flex;  font-size:18px; color:#888;
}
.signup-form .input-group {
  width: 50%;
  float: left;
}
.signup-form .input-group input {
  width: 96%;
  outline: none;
}
.signup-form .input-group input[type=email] {
  float: right;
}
@media (max-width: 767px) {
  .signup-form .input-group input[type=email] {
    margin-top: 30px;
    float: none;
  }
    .signup-form .input-group input {
        width: 100%;
    }
}
@media (max-width: 767px) {
  .signup-form .input-group {
    width: 100%;
    float: none;
  }
}
.signup-form .form-group textarea {
  width: 100%;
}
.signup-form .form-group .form-text,
.modal .modal-content .form-group .form-text {
  margin-top: 10px;
  display: block;
}
.signup-form .input-group input[type=email] + span {
  margin-left: 3%;
  display: inline-block;
}
@media (max-width: 767px) {
  .signup-form .input-group input[type=email] + span {
    display: block;
    margin-left: 0;
  }
}
.signup-form .form-control {
  background: #F3F3F3;
  padding: 14px 20px;
  border: 0;
  font-size: 18px;
  box-sizing: border-box;
  color: #333;
  outline: none;
}
.signup-form .has-error .form-control{
  background: #FFEEEE;
  color: #FF0000;
}
.signup-form .help-block-error {
  color: #FF0000;
  font-size: 11px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.darck_arcticle {
  background: #1F1E1E;
  background-image: linear-gradient(#000000, #1a1a1a);
  padding: 140px 0 160px 0;
}
.darck_arcticle.home-page{
  padding: 140px 0 110px 0;
}
@media (min-width: 992px) {
    .darck_arcticle.middle-section-about {
        padding: 100px 0 110px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .darck_arcticle{
        padding: 60px 0 100px 0;
    }
    .darck_arcticle.home-page{
        padding: 60px 0 100px 0;
    }
    .darck_arcticle.middle-section-about {
        padding: 60px 0 70px 0;
    }
}
@media (max-width: 767px) {
    .darck_arcticle.home-page {
        padding: 30px 20px;
    }
}
.darck_arcticle .btn:hover::after {
  color: red;
}
.darck_arcticle h2 {
  font-size: 36px;
  color: #ef3c22;
  margin-bottom: 60px;
  width: 570px;
  line-height: 150%;
}
/* затрагивает страничку сервис черный блок */
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle h2 {
      font-size: 24px;
      color: #ef3c22;
      margin-bottom: 60px;
      width: 334px;
      line-height: 31px;
  }
}

@media (max-width: 767px) {
  .darck_arcticle h2 {
    font-size: 24px;
    width: 201px;
    margin-bottom: 30px;
  }
}
.darck_arcticle .article-block_text p {
  color: #eee;
}
@media (max-width: 767px) {
  .darck_arcticle .article-block_text {
    margin-bottom: 20px;
  }
}
.darck_arcticle .articlesArea {
  margin-bottom: 54px;
}
.darck_arcticle .articlesArea .article-block_img {
  top: 0;
}
.darck_arcticle .articlesArea .block_quotes {
  margin-top: 95px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* затрагивает страничку сервис черный блок */
  .darck_arcticle .articlesArea {
      margin-bottom: 25px;
  }
  /* затрагивает страничку сервис черный блок */
  .darck_arcticle .articlesArea .block_quotes {
      margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .articlesArea .block_quotes {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .articlesArea {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle {
    padding: 30px 20px;
  }
}
.darck_arcticle .boxFeature {
  margin-bottom: 30px;
}
.darck_arcticle .boxFeature .block_quotes {
  margin-top: 26px;
}
.darck_arcticle .boxFeature .m-l-1 {
  margin-left: 111px;
}
/* страница сервис черный блок */
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .boxFeature .m-l-1 {
    margin-left: 58px;
  }
}

@media (max-width: 767px) {
  .darck_arcticle .boxFeature .m-l-1 {
    margin-left: 0;
  }
}
.darck_arcticle .boxFeature .m-l-2 {
  margin-left: 177px;
}
/* страница сервис черный блок */
@media (min-width: 768px) and (max-width: 991px) {
    .darck_arcticle .boxFeature .m-l-2 {
        margin-left: 120px;
    }
}
@media (max-width: 767px) {
  .darck_arcticle .boxFeature .m-l-2 {
    margin-left: 0;
  }
}
.darck_arcticle .boxFeature .m-l-3 {
  margin-left: 111px;
}
/* страница сервис черный блок */
@media (min-width: 768px) and (max-width: 991px) {
    .darck_arcticle .boxFeature .m-l-3 {
        margin-left: 97px;
    }
}
@media (max-width: 767px) {
  .darck_arcticle .boxFeature .m-l-3 {
    margin-left: 0;
  }
}
.darck_arcticle .container .article-block_text_3 p:first-child {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .container .article-block_text_3 p:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .container .article-block_text_3 p:first-child {
    padding-top: 30px;
  }
}
.darck_arcticle .container .article-block_text_3 p {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .container .article-block_text_3 {
    float: left;
    width: 334px;
  }
  .darck_arcticle .container .article-block_text_3 p{
      font-size: 16px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .container .article-block_text_3 {
    float: none;
    width: 100%;
  }
}
.darck_arcticle .articlesArea_4 {
  position: relative;
}
.darck_arcticle .articlesArea_4 .article-block_img_4 {
  position: relative;
  width: 570px;
  left: 0;
  top: 50px;;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .articlesArea_4 .article-block_img_4 {
      width: 334px;
      /* страница сервис черный блок */
      top: 15px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .articlesArea_4 .article-block_img_4 {
    display: none;
  }
}
.darck_arcticle .articlesArea_4 .block_quotes {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 20px;
  width: 770px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .articlesArea_4 .block_quotes {
    font-size: 18px;
    width: 452px;
    bottom: -23px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .articlesArea_4 .block_quotes {
    position: relative;
    width: 100%;
    top: 0;
  }
}
/* partners*/
.block-partners {
  display: flex;
  flex-flow: row nowrap;
  align-items:center;
  padding-top: 140px;
}
.block-partners strong{
  font-weight: bold;
}
.darck_arcticle .block-partners p {
  margin-bottom: 20px;
}
.logo_partners{
  display: flex;
  flex-flow: row wrap;
  justify-content:space-evenly;
  align-items:center;
}
.logo_partners img{
  margin-bottom: 45px;
}
.logo_partners .style_img-1 {width: 98px;}
.logo_partners .style_img-2 {width: 226px;}
.logo_partners .style_img-3 {width: 120px;}
.logo_partners .style_img-4 {width: 164px;}
.logo_partners .style_img-5 {width: 132px;}
.logo_partners .style_img-6 {width: 144px;}
.logo_partners .style_img-7 {width: 219px;}
@media (min-width: 768px) and (max-width: 1050px) {
  .logo_partners img{
      margin: 5px;
      margin-bottom: 45px;
  }
  .logo_partners .style_img-1 {width: 98px;}
  .logo_partners .style_img-2 {width: 150px;}
  .logo_partners .style_img-3 {width: 80px;}
  .logo_partners .style_img-4 {width: 109px;}
  .logo_partners .style_img-5 {width: 88px;}
  .logo_partners .style_img-6 {width: 96px;}
  .logo_partners .style_img-7 {width: 146px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-partners {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .block-partners{
        display: block;
        padding-top: 30px;
    }
    .logo_partners {
      display: none;
    }
    .darck_arcticle .block-partners p:last-child {
      margin-bottom: 0px;
    }
}
.darck_arcticle .block_company-principles {
  position: relative;
  height: 360px;
  margin-bottom: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block_company-principles {
      height: 305px;
      margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles {
    height: auto;
    margin-bottom: 0;
  }
}
.darck_arcticle .block_company-principles .title-principles {
  display: inline-block;
  color: #ef3c22;
  font-size: 48px;
  font-family: 'Proxima Nova Cn Rg';
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
  width: 370px;
  letter-spacing: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block_company-principles .title-principles {
    display: block;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles .title-principles {
    display: block;
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.darck_arcticle .block_company-principles .principles_img {
  position: absolute;
  top: 0;
  width: 270px;
  margin-left: 52%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .darck_arcticle .block_company-principles .principles_img {
        top: 40px;
        width: 157px;
    }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles .principles_img {
    display: none;
  }
}
.darck_arcticle .block_company-principles .block_quotes.p-p-1 {
  position: absolute;
  z-index: 1;
  top: 122px;
  left: 34%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-1 {
    left: 29%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-1 {
      left: 33%;
      top: 48px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-1 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
.darck_arcticle .block_company-principles .block_quotes.p-p-2 {
  position: absolute;
  z-index: 1;
  top: 222px;
  left: 34%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-2 {
    left: 29%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-2 {
      left: 33%;
      top:154px;
      width: 216px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-2 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
.darck_arcticle .block_company-principles .block_quotes.p-p-3 {
  position: absolute;
  z-index: 1;
  top: 122px;
  right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-3 {
    right: 6%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-3 {
    right: 0;
      top: 48px;
      width: 216px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-3 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
.darck_arcticle .block_company-principles .block_quotes.p-p-4 {
  position: absolute;
  z-index: 1;
  top: 222px;
  right: 3%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-4 {
      top: 154px;
      width: 216px;
      right: 0;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block_company-principles .block_quotes.p-p-4 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 30px;
  }
}
.darck_arcticle .col_s {
  float: left;
  width: 23%;
  box-sizing: border-box;
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .col_s {
    width: 216px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .col_s {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
.darck_arcticle .col_sr {
  float: right;
  width: 23%;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
    .darck_arcticle .col_sr {
        width: 200px;
    }
}

.darck_arcticle .col_sr .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .darck_arcticle .col_sr .btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .col_sr {
    float: none;
    width: auto;
  }
}
.darck_arcticle .block-notifications {
  position: relative;
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .darck_arcticle .block-notifications {
    margin-top: 40px;
  }
}
.darck_arcticle .block-notifications .block_quotes {
  text-align: left;
}
.darck_arcticle .block-notifications .block_quotes.pp-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 570px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block-notifications {
    margin-top: 70px;
  }
  .darck_arcticle .block-notifications .block_quotes.pp-l {
    width: 334px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block-notifications .block_quotes.pp-l {
    position: relative;
    width: auto;
    margin-bottom: 20px;
  }
}
.darck_arcticle .block-notifications .block_quotes.pp-r {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 570px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block-notifications .block_quotes.pp-r {
    width: 334px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block-notifications .block_quotes.pp-r {
    position: relative;
    width: auto;
  }
}
.darck_arcticle .block-notifications img {
  width: 570px;
  margin-top: 138px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .darck_arcticle .block-notifications img {
    width: 334px;
    margin-top: 89px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .darck_arcticle .block-notifications img {
    width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 0;
    margin-left: -140px;
    top: 50%;
    margin-top: -72px;
  }
}
.m-t-l {
  margin-top: 80px;
}
footer {
  padding: 30px 0;
  background: #222;
  width: 100%;
}
footer .list-socialLink {
  float: right;
}
footer .list-socialLink li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  footer .list-socialLink {
    float: none;
    text-align: center;
  }
}
footer .footer-menu {
  margin-bottom: 20px;
}
footer .footer-menu li {
  display: inline-block;
  margin-right: 30px;
}
footer .footer-menu li a {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-style: normal;
  color: #CCCCCC;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 5px 5px 0;
}
@media (max-width: 767px) {
  footer .footer-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-menu li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
footer .container p {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 10px;
  color: #AAAAAA;
}
@media (max-width: 767px) {
  footer .container p {
    text-align: center;
    font-size: 12px;
  }
}
footer .copyRightWrapper {
  padding-top: 20px;
}
footer .copyRightWrapper:after {
  clear: both;
}
footer .copyRightWrapper span {
  color: #AAA;
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .copyRightWrapper span {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  img.box-shadow-light {
    width: 110%;
  }
}
/* gallery */
.hide-gallery-block {
  display: none;
}
.flex-slide.main-b {
  cursor: default;
}
.zindex20 {
    z-index:20;
}
/* index */
.list-header a {
  text-decoration: none;
  color:#fff;
}


@-moz-document url-prefix()
{
    foote p {
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        margin-bottom: 10px;
        color: #AAAAAA;
    }
    .block-contact span {
        color:#333333;
    }
}
.table {
   border-collapse: collapse !important
 }

.table td, .table th {
  background-color: #fff !important
}

.table-bordered td, .table-bordered th {
  border: 1px solid #ddd !important
}
table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}
.table {
  border-collapse: collapse !important
}

.table_black th {
  background-color: #181818 !important;
  border-bottom: 10px solid #fcfbf2!important;
  height: 40px;
  line-height: 26px;
  font-size: 18px;
  color: white;
}
.table_w th {
  background-color: #ef3c22 !important;
  border-bottom: 10px solid #fcfbf2!important;
  height: 40px;
  line-height: 26px;
  font-size: 18px;
  color: #333333;
}
.table td {
  background-color: #fff !important;

}
@media (min-width: 700px) {
  .table td {
    background-color: #fff !important;
    border-bottom: 10px solid #fcfbf2!important;

  }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    padding-top: 27px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 10px solid #fcfbf2!important;

    /*border: 2px solid #ef3c22;*/
  }
}
.table-bordered td, .table-bordered th {
  border: 1px solid #ddd !important
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  padding-top: 27px;
  line-height: 1.42857143;
  vertical-align: top;

  /*border: 2px solid #ef3c22;*/
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0
}

.table > tbody + tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}
.table-hidden{
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}
.table-hidden td{
  padding:30px;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}
.table-bordered {
  border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}




.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.login{
  text-decoration: none;
  color: white;
  float:right!important;
  margin-top: -100px;
}
.login:hover{
  text-decoration: none;
  color: white;
  text-shadow: 0 0 10px white;
}
@media (min-width: 767px) {
  .login{
    float:right!important;
    padding:20px!important;
    text-decoration: none;
    color: white;
    margin-top: 0px;

  }

}
.submit:hover{
  color: black!important;
  cursor: pointer;
}
.submit::after{
  background: none!important;;
}
.title_login{
 font-size: 32px;
  padding: 15px;
}
.input_login{
  font-size: 16px;
  border: none;
  margin-bottom: 30px;
  background: #F3F3F3;
  width: 470px;
  height: 50px;
  padding-left: 15px;
color: #AAAAAA;
}

.title_signup{
  color: #F3F3F3;
  float: right;
  cursor: pointer;
  margin-right: 50px;
  line-height: normal;
  font-size: 36px;
}
.title_ligin2{
  font-size: 36px;
  margin-bottom: 40px;
  color: #333333
}

@media (min-width: 767px) {
  .title_signup{
    color: #F3F3F3;
    float: right;
    cursor: pointer;
    line-height: normal;
    font-size: 36px;
    margin-right: 10px;
    margin-left: 50px;
  }
  .input_login{
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
    background: #F3F3F3;
    width: 470px;
    height: 50px;
    padding-left: 15px;
    color: #AAAAAA;
  }

}
@media (min-width: 400px) {
  .title_signup{
    color: #F3F3F3;
    float: right;
    cursor: pointer;
    line-height: normal;
    font-size: 36px;
    margin-right: 5px;
    margin-left: 20px;
  }
  .input_login{
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
    background: #F3F3F3;
    width: 470px;
    height: 50px;
    padding-left: 15px;
    color: #AAAAAA;
  }

}
@media only screen and (max-width: 500px) {
  .title_signup{
    color: #F3F3F3;
    float: right;
    cursor: pointer;
    line-height: normal;
    font-size: 36px;
    margin-right: 5px;
    margin-left: 20px;
  }
  .input_login{
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
    background: #F3F3F3;
    width: 280px;
    height: 50px;
    padding-left: 15px;
    color: #AAAAAA;
  }

}
@media only screen and (max-width: 780px) {
  .title_signup{
    color: #F3F3F3;
    float: right;
    cursor: pointer;
    line-height: normal;
    font-size: 36px;
    margin-right: 5px;
    margin-left: 20px;
  }
  .input_login{
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
    background: #F3F3F3;
    width: 280px;
    height: 50px;
    padding-left: 15px;
    color: #AAAAAA;
  }

}
.input_login:focus{
  font-size: 16px;
  padding-left: 15px;
}
.center_row{
  margin-left: 30%;
  margin-right: 30%;
}

@media (min-width: 320px) {
  .login{
    float:right!important;
    padding:20px!important;
    text-decoration: none;
    color: white;
    margin-top: 0px;

  }

}
@media screen and (max-width:400px){
    #response tr td{
    display: block;
    }
}
.btn_succes:after{
  content: "";
  bottom: 0;
  left: 0;
  background: #83d05b;
  height: 0;
  width: 100%;
}
.btn_succes{
  display: block;
  border-bottom: solid 5px #83d05b;
  padding: 16px 0 12px;
  background: #83d05b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  width: 270px;
  letter-spacing: 4px;
  position: relative;
}
.date_title{
  line-height: 26px;font-size: 18px;color: #333333; font-weight: bold; margin-bottom: 5px;
}

.hidden{
  display: none;
}


/*t*/
.table_black {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}
.table_black {
  border-collapse: collapse !important
}

.table_black td {
  background-color: #fff !important;

}
@media (min-width: 700px) {
  .table_black td {
    background-color: #fff !important;
    border-bottom: 10px solid #fcfbf2!important;

  }
  .table_black > tbody > tr > td, .table_black > tbody > tr > th, .table_black > tfoot > tr > td, .table_black > tfoot > tr > th, .table > thead > tr > td, .table_black > thead > tr > th {
    padding: 8px;
    padding-top: 27px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 10px solid #fcfbf2!important;

    /*border: 2px solid #ef3c22;*/
  }
}
.table_black {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table_black > tbody > tr > td, .table_black > tbody > tr > th, .table_black > tfoot > tr > td, .table_black > tfoot > tr > th, .table_black > thead > tr > td, .table_black > thead > tr > th {
  padding: 8px;
  padding-top: 27px;
  line-height: 1.42857143;
  vertical-align: top;

  /*border: 2px solid #ef3c22;*/
}

.table_black > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table_black > caption + thead > tr:first-child > td, .table_black > caption + thead > tr:first-child > th, .table_black > colgroup + thead > tr:first-child > td, .table_black > colgroup + thead > tr:first-child > th, .table_black > thead:first-child > tr:first-child > td, .table_black > thead:first-child > tr:first-child > th {
  border-top: 0
}

.table_black > tbody + tbody {
  border-top: 2px solid #ddd
}

.table_black .table_black {
  background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}
.table-hidden{
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}
.table-hidden td{
  padding:30px;
}
.table_black > tbody > tr.active > td, .table_black > tbody > tr.active > th, .table_black > tbody > tr > td.active, .table_black > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8
}

.table_black > tbody > tr.success > td, .table_black > tbody > tr.success > th, .table_black > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6
}

.table_black > tbody > tr.info > td, .table_black > tbody > tr.info > th, .table_black > tbody > tr > td.info, .table_black > tbody > tr > th.info, .table_black > tfoot > tr.info > td, .table_black > tfoot > tr.info > th, .table_black > tfoot > tr > td.info, .table_black > tfoot > tr > th.info, .table_black > thead > tr.info > td, .table_black > thead > tr.info > th, .table_black > thead > tr > td.info, .table_black > thead > tr > th.info {
  background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3
}

.table_black > tbody > tr.warning > td, .table_black > tbody > tr.warning > th, .table_black > tbody > tr > td.warning, .table_black > tbody > tr > th.warning, .table_black > tfoot > tr.warning > td, .table_black > tfoot > tr.warning > th, .table_black > tfoot > tr > td.warning, .table_black > tfoot > tr > th.warning, .table_black > thead > tr.warning > td, .table_black > thead > tr.warning > th, .table_black > thead > tr > td.warning, .table_black > thead > tr > th.warning {
  background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table_black > tbody > tr > th.danger, .table_black > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table_black > tfoot > tr > td.danger, .table_black > tfoot > tr > th.danger, .table_black > thead > tr.danger > td, .table_black > thead > tr.danger > th, .table_black > thead > tr > td.danger, .table_black > thead > tr > th.danger {
  background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .menu_list {
    margin-top:-80px;
  }
}
@media (min-width: 2080px) and (max-width: 3880px) {
  .menu_list {
    margin-top:-100px;
  }
}
