/**************************************************/
/* LIBRARIES                                      */
/**************************************************/
figure,
figcaption {
  display: block;
}
.transition {
  -webkit-transition: top 400ms linear;
  -moz-transition: top 400ms linear;
  -ms-transition: top 400ms linear;
  -o-transition: top 400ms linear;
  transition: top 400ms linear;
}
.timeTo {
  font-size: 28px;
  line-height: 108%;
  font-weight: bold;
  height: 32px;
}
.timeTo span {
  vertical-align: top;
  position: relative;
  top: 4px;
  color: #00000047;
}
.timeTo div {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: 1px;
  overflow: hidden;
  border-radius: 3px;
  border: 0;
  background: #ffffff1a;
}
.timeTo.timeTo-white div {
  background: #00000017;
}
.timeTo.timeTo-white .timeTo-alert {
  background: #a74444; /* Old browsers */
  background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a74444),
    color-stop(67%, #3f0000)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #a74444 0%,
    #3f0000 67%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #a74444 0%,
    #3f0000 67%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a74444 0%, #3f0000 67%); /* IE10+ */
  background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}
.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto !important;
  vertical-align: top;
  max-width: initial !important;
}
.timeTo figcaption {
  text-align: center;
  font-size: 12px;
  line-height: 80%;
  font-weight: normal;
  color: #00000085;
}
.timeTo.timeTo-black figcaption {
  color: #ffffff9e;
}
.timeTo.timeTo-black li,
.timeTo.timeTo-black span {
  color: #fff;
}
.timeTo div.first {
  margin-right: 2px;
}
.timeTo ul {
  font-size: 28px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px;
  line-height: 34px;
  left: 7px !important;
}
.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 28px;
}
.timeTo-white ul li {
  color: #00000047;
}
.countdown > .clock {
  margin: 10px auto 0;
  pointer-events: none;
}

/*magic popup*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9950;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.magpop {
  position: relative;
}
.magpop.img .magpop_mag {
  border-radius: 5px;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9950;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-wrap button,
.mfp-wrap a {
  outline: none !important;
}
.magpop_item {
  position: relative;
}
.magpop_mag {
  position: absolute;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magpop_mag:hover {
  background: #000000a3;
}
.magpop_mag:after {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "\f002";
  font-family: FontAwesome;
  background: #fff;
  width: 40px;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  color: #111;
  opacity: 0;
}
.magpop_mag:hover:after {
  opacity: 1;
}

/*Animate CSS */
/*!Version - 4.1.0 2020 Animate.css*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  20%,
  53%,
  from,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  20%,
  53%,
  from,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-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);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  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 {
  11.1%,
  from,
  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);
  }
}
.animate__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);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  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 {
  20%,
  40%,
  60%,
  80%,
  from,
  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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-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;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-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);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-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);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-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);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-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);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-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);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*owl-carousel*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  outline: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  touch-action: manipulation;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  /*max-height:0*/
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-crm-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.crm.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-crm-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-crming .owl-video-crm-icon,
.owl-carousel .owl-video-crming .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel {
  padding-bottom: 0px;
}
.owl-carousel .owl-nav i {
  color: #111;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  pointer-events: none;
}
.owl-dots {
  position: absolute;
  width: 100%;
  margin-top: 10px;
}
.owl-nav button {
  border-radius: 10px;
  touch-action: manipulation;
  outline: none !important;
  pointer-events: all;
  background: #fff !important;
  width: 30px;
  top: 50%;
  height: 30px;
  position: absolute;
  z-index: 999 !important;
  margin: -15px 0 0 !important;
  font-size: 20px !important;
  line-height: 0px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.owl-nav button:hover {
  color: #777 !important;
}
.owl-nav button:first-child {
  left: -10px;
}
.owl-nav button:last-child {
  right: -10px;
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  outline: none;
}
.owl-dot span {
  outline: none;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0 6px;
  border-radius: 100px;
}
.owl-dot.active span {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel:not(.navs) .owl-dot {
  display: none;
}
.owl-carousel.nonenav .owl-nav,
.owl-carousel.nonenav .owl-dot {
  display: none;
}
.owl-carousel .owl-nav button:before {
  display: block;
  width: 400%;
  height: 400%;
  content: "";
  position: absolute;
  left: -150%;
  top: -150%;
}
/*popup youtube*/
.grtyoutube-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.grtyoutube-popup-content {
  padding-top: 56.25%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.grtyoutube-popup_wrap {
  max-width: 850px;
  margin: 0 auto;
}
.grtyoutube-iframe {
  width: 100%;
  position: absolute;
  top: 0;
}
.grtyoutube-popup .close:before,
.grtyoutube-popup .close:after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .grtyoutube-iframe {
    width: 100%;
    height: 350px;
  }
}
.grtyoutube-dark-theme {
  background: rgba(0, 0, 0, 0.85);
}
.grtyoutube-light-theme {
  background: rgba(255, 255, 255, 0.85);
}
.grtyoutube-popup-content {
  background: #111;
}
iframe {
  width: 100%;
  display: block;
  border: none;
}
iframe[src*="vimeo"],
iframe[src*="youtube"] {
  background: #000;
}
/**************************************************/
/* DEFAULT                                        */
/**************************************************/
img {
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
}
img.img {
  border-radius: 5px;
  margin-bottom: 15px;
}
svg {
  max-height: 100%;
  width: 100%;
}
[data-evalnum] {
  display: none;
}
textarea::placeholder,
input::placeholder {
  color: #bbbbbb !important;
  line-height: 1.2;
}
textarea:not(.block_cbf),
input {
  line-height: 1.2 !important;
}
video {
  width: 100%;
  display: block;
}
body {
  font-family: "r", sans-serif;
  min-height: 100vh;
  background-color: #fff;
  color: #3e3e3e;
}
body.s_blk {
  color: #ffffff94;
}
body.s_blk a:not(.btn):not(.btnkoz):hover {
  color: #62adff;
}
.bg_blk p {
  color: #ffffff94;
}
body:not(.adminka) {
  overflow-x: hidden;
}
label {
  line-height: 1;
}
ul,
ol {
  padding-left: 20px;
}
.grand_cont_hold {
  padding-top: 20px;
}
.hidden {
  display: none;
}
.btn-r {
  border-radius: 200px;
}
.th_out {
  display: table;
  height: 100%;
  width: 100%;
}
.th_in {
  display: table-cell;
  vertical-align: middle;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}
.center {
  text-align: center;
}
.center .b_d {
  margin: 0 auto;
}
.card_tag {
  line-height: 1.2;
  border-radius: 3px;
  margin-right: 3px;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  padding: 0 5px;
}
.fa-hand-pointer-o.down {
  transform: scale(1, -1);
}
.fa-hand-pointer-o.right {
  transform: rotate(90deg);
}
.fa-hand-pointer-o.left {
  transform: rotate(90deg) scale(1, -1);
}
.colored {
  border: 0;
}
.button_builder.inline {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.tooltip[role="tooltip"]:not(.static) {
  pointer-events: none;
}
.tooltip-inner {
  font-size: 12px;
  line-height: 16px;
  pointer-events: none;
  text-align: left;
  line-height: 1;
}
.tooltip-inner .colored {
  color: #ffb850;
}
.tooltip.static {
  z-index: 0;
}
.flex_center {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.nomargin {
  margin: 0 !important;
}
.empty_area {
  line-height: 1;
  border: 1px dashed;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  opacity: 0.4;
}
.nopadding {
  padding: 0 !important;
}
.noselect,
br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.show_br br {
  user-select: all;
}
.green {
  color: #cde266;
}
.fio {
  background-color: #8b2ef5;
  color: #fff;
  font-weight: 600;
  padding: 0 0.3em;
  border-radius: 2px;
}
.copyme {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.i_font {
  line-height: 0.9;
  font-weight: 400 !important;
  font-family: "i";
  text-transform: uppercase;
}
.i_grot_w {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.i_grot {
  background: #111;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  font-family: i;
  position: relative;
  line-height: 0.9;
  font-weight: 300 !important;
}
.i_grot:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: inherit;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  margin-left: -10px;
  margin-top: -5px;
  border-radius: 5px;
}
.i_grot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 10px 10px black;
  z-index: 0;
}
.i_grot .i_grotz {
  position: relative;
  z-index: 2;
}
.alert {
  line-height: 1;
  font-size: 14px;
}
.col_name span,
.scene_tag,
.sc {
  display: inline-block;
  line-height: 1;
  cursor: default;
  padding: 2px 6px;
  margin: 1px 1px 1px 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #00000059;
  background: #0000000d;
  position: relative;
  top: -1px;
}
.widget_shadow {
  box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}

.alerter {
  animation: info 1s linear infinite;
  color: #fff !important;
  padding: 2px 6px;
  border-radius: 30px;
  display: inline-block;
}
@keyframes info {
  0% {
    background: #d0442d;
  }
  49% {
    background: #d0442d;
  }
  50% {
    background: #111;
  }
  100% {
    background: #111;
  }
}
.wlabel {
  margin-bottom: 30px;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
}

h1,
.title_h1 {
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
h2,
.title_h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 15px;
}
h3,
.title_h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 15px;
}
h4,
.title_h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 15px;
}
h5,
.title_h5 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
h6,
.title_h6 {
  font-weight: 600;
  line-height: 1;
}
.title {
  line-height: 1;
}
.desc {
  line-height: 1.2;
  margin-bottom: 40px;
  opacity: 0.6;
  font-size: 18px;
}
.desc.avg {
  position: relative;
  top: -20px;
  text-align: center;
}
.desc.avg .b_d {
  width: 400px;
  margin: 0 auto;
}
small {
  line-height: 1;
  display: inline-block;
}
small li {
  font-size: 80%;
  color: #00000073 !important;
  margin-bottom: 0 !important;
}
.p_short {
  font-size: 15px;
  line-height: 1.2;
  opacity: 0.6;
  margin-bottom: 20px;
}
/* p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.2;
  word-break: break-word;
} */
body.s_blk.lk p {
  color: #ffffff8f;
}
ul,
ol {
  margin-bottom: 25px;
  font-size: 18px;
}
body.s_blk.lk ul li,
body.s_blk.lk ol li {
  color: #ffffff70;
}
li {
  margin-bottom: 5px;
  color: #3e3e3e;
  line-height: 1.2;
}
blockquote {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin: 1rem 0;
  padding-left: 15px;
  border-left: 4px solid #3e3e3e;
}
.mywarn {
  background: #d0442d;
  display: inline-block;
  padding: 0 0.3em;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  top: 25px;
}
.mywarn.ic:before {
  content: "\f071";
  font-family: "FontAwesome";
  font-weight: 400;
  padding-right: 5px;
}
@media (max-width: 575px) and (min-width: 0px) {
  .p_short {
    font-size: 14px;
  }
  /* p,
  ul,
  ol {
    font-size: 18px;
  } */
}
@media (max-width: 767px) and (min-width: 0px) {
  .th_in_smnone {
    display: block;
  }
}

/**************************************************/
/* BLOCK DEFAULTS                                 */
/**************************************************/
.container {
  max-width: 960px;
}
.cont a {
  text-decoration: underline;
}
@media (max-width: 991px) and (min-width: 0px) {
  .container.fixed {
    max-width: 768px;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .container.fixed {
    max-width: 576px;
  }
}
@media (max-width: 575px) and (min-width: 0px) {
  .container.fixed {
    max-width: 330px;
  }
}
.block_wrap {
  color: #111;
}
.block_wrap .savearea {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.block_wrap .savearea.act {
  max-width: 73%;
  margin: 0 auto;
}
.block_inner {
  padding: 60px 0;
}
.block_inner .btn_name {
  line-height: 1;
  white-space: initial;
}
.cv100 .block_inner .button_builder {
  max-width: 300px;
}
.block_wrap[data-bl*="cv"] .block_inner {
  overflow: hidden;
}
.block_wrap[data-bl*="me"] .block_inner {
  padding: 0;
}
.website_wrapper {
  overflow: hidden;
}
.log_window {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  color: #111;
}
.block_wrap.bg_blk {
  color: #fff;
}
.bg_blk li {
  color: #ffffff9c;
}
.bg_blk p {
  color: #ffffff9c;
}
.editor_special_blocks.header_area {
  z-index: 99;
  position: relative;
}
.elem_wrap.elem_editor {
  position: relative;
  cursor: default;
}
.elem_wrap.elem_editor:before {
  opacity: 0;
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px dashed blue;
  pointer-events: none;
  left: -5px;
  top: -5px;
  border-radius: 5px;
}
.elem_wrap.elem_editor:hover:before {
  opacity: 1;
}
.elem_wrap.elem_editor:hover .elem_editor_label {
  position: absolute;
  background: blue;
  display: block !important;
  top: -21px;
  z-index: 9;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px 5px 0 0;
}
.elem_wrap.elem_editor .elem_editor_tags {
  position: absolute;
  z-index: 9;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  left: -5px;
  top: -5px;
  line-height: 1;
  overflow: hidden;
}
.elem_wrap.elem_editor .ee_tags {
  background: #9fcdff;
  padding: 5px;
  color: #111;
}
@media (max-width: 575px) and (min-width: 0px) {
  .cv100 .block_wrap:not(.nonresptxt) .b_d.txt {
    max-width: 300px;
  }
  .elem_wrap.picg .b_d.txt {
    max-width: initial;
  }
  body.editor .mobilehelp {
    position: fixed;
    pointer-events: none;
    max-width: 300px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0 auto;
    right: 0;
    border: 1px dashed #92929261;
    border-width: 0 1px;
    z-index: 999;
  }
}

.form-group.pass .show_pass {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.form-group.pass .show_pass i {
  display: none;
}
.form-group.pass input {
  padding-right: 35px;
}
.form-group.pass:not(.passshow) .show_pass .show {
  display: block;
}
.form-group.pass.passshow .show_pass .hide {
  display: block;
}
.form-group label .countchars {
  position: relative;
  top: -2px;
}

.form-group.btn_end:not(.radio) .btn_end_in {
  display: flex;
  flex: auto;
}
.form-group.btn_end .form-control {
  width: 100% !important;
  flex-basis: inherit;
  border-radius: 5px 0 0 5px;
  width: calc(100% - 100px);
  border-right: 0;
}
.form-group.btn_end.prefix .form-control {
  border-radius: 0;
}
.form-group.btn_end .button_builder {
  height: 38px;
  vertical-align: top;
}
.form-group.btn_end .button_builder a {
  padding: 10px 5px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  font-size: 12px;
  position: relative;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group.btn_end.textarea .btn_end_in {
  height: 80px;
  align-items: stretch;
}
.form-group.btn_end.textarea textarea {
  width: calc(100% - 120px);
  border-radius: 5px 0 0 5px;
  border-right: 0;
  overflow: hidden;
  resize: none;
  font-size: 14px;
  box-shadow: none !important;
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.1);
}
.form-group.btn_end.textarea .button_builder {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.form-group.btn_end.textarea a {
  margin: 0;
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding: 30px 0;
  width: 100%;
  font-size: 14px;
}
.form-group .form-img-hold .col {
  min-width: 33.333%;
  margin-bottom: 5px;
}

.cust_check.disabled {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(1);
}
.cust_check {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cust_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  pointer-events: none;
}
.form-group.checkbox .form-check {
  padding-left: 0;
}
.form-group.radio .custom-control-label {
  font-size: 14px;
  margin: 0;
}
.cust_check:hover input ~ .checkmark {
  background-color: #ccc;
}
.cust_check input:checked ~ .checkmark {
  background-color: #037bfe;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cust_check input:checked ~ .checkmark:after {
  display: block;
}
.cust_check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.zero_img_ph {
  width: 100%;
  height: 200px;
  background: #007bffcc;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  display: flex;
  margin: 0 auto;
}
.zero_img_ph svg {
  max-width: 50px;
  margin: 0 auto;
  display: block;
}
.zero_img_ph svg * {
  fill: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.zero_img_ph:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed #fff;
  border-radius: 5px;
}

/**************************************************/
/* DEFAULT KOZYON                                 */
/**************************************************/
/*buttons*/
.admin_note {
  background-color: #ffd04c;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.admin_note.center {
  margin: 20px auto 20px;
  max-width: 360px;
  text-align: center;
}
.admin_note.alert {
  background-color: #e64f4f;
  color: #ffffff;
}
.admin_note.alert a {
  color: #ffe7a4;
  text-decoration: underline;
}
.admin_note p {
  margin-bottom: 10px;
}
.admin_note p,
.admin_note li {
  font-size: 14px;
  color: #0000009e;
  line-height: 1;
}
.admin_note ul,
.admin_note ol {
  margin-bottom: 0;
}
.admin_note.topmes {
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin: 20px 20px 0 20px;
}
.admin_note.topmes > *:not(:first-child):last-child {
  padding-left: 20px;
}
.admin_note *:last-child {
  margin-bottom: 0;
}
.btn {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out,
    border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
.btn.disabled,
.btnkoz.disabled {
  pointer-events: none;
}
.btn_desc {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  left: 0;
  top: -4px;
  font-weight: 400;
  position: relative;
  opacity: 0.8;
}
.btn_name {
  position: relative;
  z-index: 4;
}
.btnkoz {
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-top: 0px;
  font-size: 16px;
  padding: 16px 24px;
  background: #111;
  color: #fff;
  font-weight: 600;
  width: auto;
  outline: none;
  margin-bottom: 20px;
}
.btnkoz.big .btn_name {
  font-size: 30px;
}
@media (max-width: 360px) and (min-width: 0px) {
  .btnkoz.big .btn_name {
    font-size: 25px;
  }
}
.btnkoz.big {
  border-radius: 6px;
}
.btnkoz.big .btn_desc {
  font-size: 16px;
}
.btnkoz.big .fa_btn_wrap {
  font-size: 30px;
}
.btnkoz.fw {
  width: 100%;
  display: block;
}
.fa_btn_wrap {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnkoz.big .fa_btn_wrap {
  width: 70px;
}
.btnkoz.fic.big .btn_name {
  padding-left: 35px;
}
.btn-light .fa_btn_wrap {
  border-right: 1px solid #00000012;
}
.button_builder.fic .btnkoz {
  padding-left: 65px;
}
.button_builder.fic a {
  position: relative;
  padding-left: 50px;
  padding-left: 65px;
}
.button_builder .shadow_wrap {
  margin-bottom: 20px;
  display: inline-block;
}
.shadow_wrap.tg:after {
  box-shadow: 0 10px 20px rgb(32 172 239) !important;
}

.success {
  color: #3a3a3a;
  background: #cde266;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  border-radius: 5px;
}
.success.center {
  margin: 20px auto 20px;
  max-width: 360px;
  text-align: center;
}
.success .sc {
  background: rgba(0, 0, 0, 0.38) !important;
  border-radius: 3px;
  display: inline-block;
  background: transparent;
  color: #fff;
  font-size: inherit !important;
}
.elem_wrap:not(.form) .button_wrap .success:not(.long) {
  background: #69696924;
  color: #7575755e;
  max-width: 120px;
  text-align: center;
  margin: 0 auto;
}
.button_builder .success,
.elem_wrap.form .success,
.button_wrap .success {
  display: none;
}
.ajax_form.successed .btn {
  display: none;
}
.button_builder .success {
  background: rgb(133 133 133 / 16%);
  color: #111 !important;
}
.button_builder .success .sc {
  background: transparent !important;
  color: rgb(125 125 125 / 60%);
}
.ajax_form.successed .success {
  display: block;
  margin-bottom: 0;
}
.elem_wrap.successed .success {
  display: block;
  margin-bottom: 0;
}
.elem_wrap.successed [data-eval] {
  display: none;
}
.elem_wrap.successed .wrap_shadow:after {
  display: none;
}
.ajax_form.successed .finished_qz {
  display: block;
}

.button_builder .success,
.elem_wrap.form .success,
.button_wrap .success {
  display: none;
}
.ajax_form.successed .btnkoz {
  display: none;
}
.ajax_form.successed .success {
  display: block;
  margin-bottom: 0;
}
.elem_wrap.successed .success {
  display: block;
  margin-bottom: 0;
}
.elem_wrap.successed [data-eval] {
  display: none;
}
.elem_wrap.successed .wrap_shadow:after {
  display: none;
}
.ajax_form.successed .finished_qz {
  display: block;
}

.modal_close {
  outline: none !important;
  font-size: 20px;
  height: 62px;
  width: 50px;
}
.modal_close {
  content: "&times;";
}
.modal-title {
  padding-top: 0 !important;
}
.close:not(.modal_close) {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
.close:not(.modal_close):hover {
  opacity: 1;
}
.close:not(.modal_close):before,
.close:not(.modal_close):after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #111;
}
.close:not(.modal_close):before {
  transform: rotate(45deg);
}
.close:not(.modal_close):after {
  transform: rotate(-45deg);
}
.modal-backdrop.show {
  opacity: 0.9;
}
body.modal-open .modal-backdrop {
  display: none;
}
body:not(.lk) .priwrap.mymetka {
  display: block !important;
}

.my_funnel,
.short_note {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.02);
  padding: 10px;
  margin-bottom: 10px;
}
.short_note p,
.short_note li {
  font-size: 14px;
}

/*hider*/
.field_hider:not(.new) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.field_hider.new:not(.open) {
  padding-bottom: 0;
}
.field_hider.new {
  margin-bottom: 10px;
  padding-top: 0;
}
.field_hider.nobt {
  border-bottom: none;
  margin-bottom: 0;
}
.field_hider.nobt .field_hider_body {
  padding-bottom: 0 !important;
}
.field_hider_name {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}
.field_hider.new .field_hider_name {
  padding: 10px 20px 10px 10px;
  margin: 0 -10px;
}
.field_hider.new.open > .field_hider_name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #11111130;
}
.field_hider_body {
  display: none;
}
.field_hider.open .field_hider_body {
  padding-bottom: 20px;
}
.field_hider.height {
  position: relative;
}
.field_hider.height .field_hider_body {
  display: block !important;
  overflow: hidden;
  position: relative;
}
.field_hider.height .field_hider_name {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  z-index: 96;
}
.field_hider.height .field_hider_name .hider_n {
  display: inline-block;
  border: 1px solid;
  padding: 5px 7px;
  border-radius: 5px;
}
.field_hider.height:not(.open) .fh_grad {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  z-index: 95;
}
.field_hider.height.open .field_hider_body {
  height: auto !important;
  padding-bottom: 30px;
}
.field_hider.height:not(.open) .fh_s {
  display: block !important;
}
.field_hider.height.open .fh_h {
  display: block !important;
}
.field_hider.open .togger:before {
  content: "\f106";
}
.field_hider .togger_wrap {
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0;
  z-index: 2;
}
.field_hider.new .togger_wrap {
  right: -10px;
  display: flex;
  align-items: center;
}
.field_hider.new .field_hider_body > *:last-child {
  margin-bottom: 0;
}
.field_hider.new.sm .field_hider_name {
  font-size: 14px;
  padding: 8px 20px 8px 8px;
}
.field_hider.new.b:not(.open) {
  display: inline-block;
}
.field_hider.menu.open {
  background: transparent !important;
  border-color: transparent !important;
}
.field_hider.menu.open > .field_hider_body {
  margin: 0 -10px;
}
.field_hider.menu.open > .field_hider_name {
  border: 0 !important;
}
body.s_blk .field_hider {
  border-bottom: 1px solid #ffffff24;
}
.hider_group .field_hider {
  margin-bottom: 0;
}
.hider_group {
  margin-bottom: 20px;
}
.hider_group > .field_hider.new {
  border-radius: 0;
  border-bottom: 0;
}
.hider_group:not(.embed) > .field_hider.new:first-child {
  border-radius: 5px 5px 0 0;
}
.hider_group:not(.embed) > .field_hider.new:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0 0 5px 5px;
}
.hider_group:not(.embed) > .field_hider.new:first-child:last-child {
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.hider_group.embed .field_hider {
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent;
  padding: 0 15px;
}
.hider_group.embed .field_hider_name {
  padding: 10px 20px 10px 15px;
  margin: 0 -15px;
}

/*shadows*/
.shadow_wrap {
  position: relative;
}
.shadow_wrap > *:first-child {
  z-index: 3;
  position: relative;
}
.shadow_wrap:not(.after):after {
  border-radius: 400px;
  content: "";
  width: 90%;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.shadow_wrap.hard:after {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
}
.shadow_wrap .btn,
.shadow_wrap .btnkoz {
  margin-bottom: 0;
}
.shadow_wrap.after .shadow_wrap_after {
  border-radius: 400px;
  width: 90%;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.shadow_wrap.after.hard .shadow_wrap_after {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
}

/*array*/
.array_box {
  padding: 10px;
  background: #ffeebe;
  box-shadow: 0 4px 5px rgb(243 216 142);
  border-radius: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #fff;
}
.array_one.array_box {
  padding: 10px 10px 0;
}
.array_group .array_btn {
  box-shadow: 0 4px 5px rgb(243 216 142);
  border-radius: 3px;
  padding: 15px;
  background: #ffe7a4;
  text-align: center;
  border-top: 1px solid #fffbef;
  position: relative;
  top: -2px;
}
.array_group .array_add i {
  display: none;
}
.array_group:not(.loading) .array_add .fa-plus {
  display: inline-block;
}
.array_group.loading .array_add .fa-spinner {
  display: inline-block;
}
.array_group .array_new_code {
  position: absolute;
  visibility: hidden;
}
.array_group .array_one {
  position: relative;
}
.array_group .array_remove {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
  padding-top: 6px;
  z-index: 9;
}
.array_group .array_group .array_one {
  border-left: 10px solid #037bfc;
}
.array_group .array_kladka {
  display: none;
}
.array_group .array_one .sslider:before {
  background-color: #ffeebd;
}
.array_group > .array_one:before {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  counter-increment: css-counters;
  font-weight: 600;
  line-height: 1;
}

/*my li*/
.my_li {
  padding: 0;
  margin: 0 !important;
}
.p_li {
  padding-bottom: 3px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
}
.p_line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted;
  opacity: 0.4;
  position: relative;
  bottom: 4px;
  flex: 1;
}
.p_name {
  white-space: nowrap;
  background: transparent;
  display: inline-block;
  font-size: 12px;
  z-index: 1;
  position: relative;
  padding-right: 5px;
  max-width: 80%;
}
.p_num {
  text-align: right;
  background: transparent;
  white-space: nowrap;
  display: inline-block;
  z-index: 3;
  position: relative;
  padding-left: 3px;
  font-size: 12px;
}
.p_li .fa-times {
  padding: 0 3px;
  color: red;
}

/*flasher*/
.flasher {
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.flasher:after {
  content: "";
  width: 50px;
  background: #fff;
  height: 200px;
  top: -50px;
  position: absolute;
  transform: rotate(45deg);
  animation-duration: 5s !important;
  animation-iteration-count: infinite;
  animation-name: flasher !important;
}
@keyframes flasher {
  0% {
    left: -50%;
  }
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

/*icon builder*/
.koz_icon_wrap {
  margin-bottom: 20px;
  display: flex;
}
.koz_icon_wrap:last-child {
  margin-bottom: 0;
}
.koz_icon_img {
  max-width: 140px;
  width: 100%;
}
.koz_icon_img .img {
  background-size: cover;
  background-position: center;
}
.koz_icon_img.round .res {
  background: #111;
  border-radius: 100px;
  z-index: 1;
  position: relative;
}
.koz_icon_img.round .first.relative:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 60%;
  left: 0;
  background: transparent;
  margin: 0 auto;
  right: 0;
  bottom: 1%;
  border-radius: 100%;
  box-shadow: 0 10px 20px black;
}
.koz_icon_img .img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.koz_icon_img.round img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.koz_icon_img img {
  border-radius: 100%;
}
.koz_icon_txt {
  padding-left: 10px;
  flex-grow: 1;
  align-items: stretch;
  line-height: 1;
}
.koz_icon_txt.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.koz_icon_txt .th_in > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) and (min-width: 0px) {
  .koz_icon_img {
    max-width: 100px;
  }
}
/*person*/
.preson_wrap {
  position: relative;
}
.preson_wrap:not(.t_namebt) {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-align-content: center;
  -webkit-align-items: center;
}
.preson_txt {
  position: relative;
  z-index: 10;
  left: 0px;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  -webkit-align-content: center;
  -webkit-align-content: center;
  padding-left: 10px;
  height: 100%;
}
.user_holder .preson_txt .preson_name {
  max-width: 200px;
}
.preson_img {
  position: relative;
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #fff;
  z-index: 9;
  background-color: #ececec;
}
.preson_img > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.preson_img .com_img_txt {
  position: absolute;
  width: 100%;
  height: 100% !important;
}
.preson_img_wrap {
  position: relative;
  border-radius: 100%;
}
.preson_img_wrap:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  opacity: 0.2;
  border-radius: 100%;
  z-index: 3;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  right: 0;
}
.preson_img .com_img_txt {
  height: auto;
  color: #fff;
  font-size: 20em;
  line-height: 1;
  font-weight: 400;
  font-family: i;
}
.preson_img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.preson_name {
  font-size: 30px;
  line-height: 0.9;
  font-weight: 900;
}
body.s_blk .user_holder .preson_name {
  color: #fff;
}

.preson_wrap.resp .preson_img_wrap {
  width: 100% !important;
}
.preson_wrap.resp .preson_img {
  width: 100% !important;
}

.crm_search_res {
  cursor: pointer;
}
.crm_search_res:hover {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.crm_search_res .preson_wrap {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  top: 0px;
  left: 0px;
}
.crm_search_res:hover .preson_wrap {
  top: 3px;
  left: 5px;
}

.preson_wrap.s1 .com_img_txt {
  font-size: 2.2em;
}

.preson_wrap.s2 .preson_img {
  width: 160px;
}
.preson_wrap.s2 .com_img_txt {
  color: #fff;
  font-size: 4em;
  line-height: 1;
  font-family: i;
  font-weight: 400;
  position: absolute;
  width: 100%;
  height: 100%;
}
.preson_wrap.s2 .preson_name {
  font-size: 2.2em;
}

.preson_wrap.s101 .preson_img {
  width: 50px;
}
.preson_wrap.s101 .com_img_txt {
  font-size: 20px;
}
.preson_wrap.s101 .preson_txt {
  height: 50px;
}
.preson_wrap.s101 .preson_name {
  font-size: 14px;
}

.preson_wrap.t_namebt .preson_txt {
  padding-left: 0px;
  height: auto;
  top: 86%;
}
.preson_wrap .i_grot {
  font-size: 0.7em;
}
.preson_wrap.t_namebt .preson_txt,
.preson_wrap.t_namebt .preson_txt_middle,
.preson_wrap.t_namebt .preson_name {
  width: 100%;
}
.preson_wrap.t_namebt .com_img_txt {
  font-size: 70px;
}

.preson_wrap.p2 {
  display: block;
  flex-direction: column-reverse;
  -webkiit-flex-direction: column-reverse;
  text-align: left;
}
.preson_wrap.p2 .preson_txt {
  position: absolute;
  width: 1300px;
  text-align: left;
  display: block;
  bottom: 100%;
  height: auto;
  top: auto;
  padding-bottom: 10px;
}
.preson_wrap.p2 .preson_img_wrap:after {
  opacity: 1;
}
/*poll*/
.poll_grand_wrap {
  color: #111;
}
.poll_wrap {
  background: #fff;
  padding: 15px 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.poll_wrap_title {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.poll_wrap_pers {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}
.poll_wrap .persons_wrap {
  margin-bottom: 10px !important;
}
.poll_wrap .persons_empty_in {
  font-size: 20px !important;
}

.poll_wrap .com_img_txt {
  font-size: 23px !important;
  font-weight: 600;
}
.poll_res_wr {
  margin-bottom: 10px;
}
.poll_res_t {
  line-height: 1;
}
.poll_res_p {
  position: absolute;
  top: 0;
  left: 0;
  color: #037bfd;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.poll_res_w {
  background: #037bfe;
  height: 8px;
  border-radius: 20px;
  margin-top: 5px;
}
.poll_res {
  position: relative;
  padding-left: 35px;
}
.poll_empty {
  padding: 10px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  max-width: 200px;
}

.elemexc {
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}
.elemexc *:last-child {
  margin-bottom: 0;
}

/*ulink*/
.usefullink {
  text-decoration: none !important;
  cursor: pointer;
  padding: 0px 20px 0px 60px;
  min-height: 65px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #0000000a;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 5px;
  color: #111 !important;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
.usefullink_i {
  position: absolute;
  left: 3px;
  width: 45px;
  top: 0;
  text-align: center;
  height: 100%;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.usefullink:hover {
  background-color: #00000017;
}
.usefullink span {
  display: block;
  font-size: 12px;
  opacity: 0.4;
  padding-top: 2px;
}

/*Конструктор персон*/
.persons_wrap {
  margin: 0 !important;
  padding-left: 1%;
  display: flex;
  display: -webkit-flex;
}
.persons_one {
  padding: 0;
}
.persons_in {
  line-height: 1;
  border-radius: 100%;
  margin-left: -7%;
  position: relative;
  background-size: cover;
  border: 2px solid #fff;
}
.persons_one:after {
  pointer-events: none;
  margin-left: -7%;
  opacity: 0.15;
  position: absolute;
  content: "";
  width: 107%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.persons_in:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.persons_empty_in {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: 10em;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  height: 100%;
  text-align: center;
  font-weight: 600;
}
.persons_in .resptxt {
  font-size: 16px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.persons_in .com_img_txt {
  height: 100%;
  color: #fff;
  font-size: 15em;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

/*number*/
.numer {
  background: #111;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 3;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  font-family: "r";
}
.numer span {
  position: relative;
  z-index: 1;
}
.numer:after {
  content: "";
  box-shadow: 0 2px 5px #111111;
  display: block;
  width: 20px;
  height: 14px;
  margin: 0 auto;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
}
@media (max-width: 575px) and (min-width: 0px) {
  .numer {
    width: 25px;
    height: 25px;
    left: 0;
    bottom: 0;
    padding-top: 6px;
  }
}

.finger_down {
  width: 25px;
  position: relative;
  display: inline-block;
  top: -2px;
  vertical-align: middle;
}
.finger_down:after {
  content: "";
  background-image: url(/crm/base/img/finger.png);
  position: relative;
  background-size: contain;
  vertical-align: top;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding-top: 100%;
}
.finger_down.large {
  left: -9px;
  width: 30px;
  height: 30px;
}
.finger_down.animated {
  animation: fingeranim 1s ease infinite;
}
.finger_down.up:after {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
@keyframes fingeranim {
  0% {
    top: -5px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs i {
  margin-right: 10px;
  display: inline-block;
  line-height: 0.4;
}
.breadcrumbs a {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}
.breadcrumbs span {
  opacity: 0.4;
  font-size: 14px;
}

/**************************************************/
/* LK AREA                                        */
/**************************************************/

body.hasmenu .temploadcontent {
  padding-top: 80px;
}
.menu_holder.lk {
  margin-bottom: 20px;
  height: 50px;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.menu_holder.lk .container,
.menu_holder.lk .row,
.menu_holder.lk [class*="col"] {
  height: 100%;
}
.menu_holder.lk .container,
.elem_size_wide {
  max-width: 760px;
}
.elem_size_wide {
  margin: 0 auto;
}
body.open_menu .menu_holder.lk {
  position: fixed;
}
.scroll-wrapper .menu_holder.lk {
  position: fixed;
}

#burger-menu {
  z-index: 9;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 25px 25px;
  float: right;
  position: relative;
  right: -25px;
  top: -8px;
}
#burger {
  cursor: pointer;
  display: block;
  position: relative;
  top: 1px;
}
#burger span {
  background: #fff;
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.2s;
}
#burger-menu.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#burger-menu.open span:nth-child(3) {
  transform: rotate(45deg);
  top: -6px;
}
#burger-menu.open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 6px;
}
#menu {
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  text-align: left;
  list-style: none;
  border: 1px solid white;
}
#menu ul {
  list-style: none;
  text-decoration: none;
}
#menu ul li {
  left: 0;
}
#menu ul li a {
  text-decoration: none;
  color: white;
}
.menu_wrap {
  position: fixed;
  height: 150vh;
  overflow: hidden;
  max-width: 740px;
  margin: 0 auto;
  left: 0;
  z-index: -1;
  right: 0;
}
body:not(.open_menu) .menu_wrap {
  pointer-events: none;
}
.menu_inner {
  position: absolute;
  height: 100%;
  width: 80%;
  background: #fff;
  right: -80%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  top: -50px;
}
body.open_menu .menu_inner {
  right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.18);
}
body.open_menu.s_blk .menu_inner {
  box-shadow: 0 0 50px rgb(0 0 0);
}
.menu_list {
  padding-top: 70px;
  padding-left: 20px;
}
.menu_list .menuitem.active {
  color: #0000002b;
}
body.s_blk .menu_list .menuitem.active {
  color: #ffffff40;
}
footer .menu_list {
  padding-left: 0;
}
.menu_list small {
  line-height: 1.3;
  display: inline-block;
  opacity: 0.4;
  font-size: 12px;
}
.menu_list ul {
  padding: 0;
}
.menu_list ul li {
  list-style: none !important;
}
.menu_list ul li a {
  font-size: 25px;
  font-weight: 600;
  color: #111;
  padding: 7px 0;
  display: inline-block;
  line-height: 0.8;
}
.menu_list small {
  font-size: 10px;
}
.menu_list.ft {
  list-style: none !important;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
}
.menu_list.ft li:first-child a {
  border-top: 1px solid #11111124;
}
.menu_list.ft li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #11111124;
  width: 100%;
}
body.s_blk .menu_list.ft li a {
  border-bottom: 1px solid #ffffff24;
}
body.s_blk .menu_list.ft li:first-child a {
  border-top: 1px solid #ffffff24;
}
.menu_list.ft .before {
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  letter-spacing: 15px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 300;
  left: 0;
  right: 0;
  text-align: center;
}
body.s_blk .menu_list ul li a {
  color: #ffffff;
}
section {
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media (max-width: 575px) and (min-width: 0px) {
  section {
    overflow: hidden;
  }
}

body.open_menu .elem_wrap {
  opacity: 0.2;
}
.menu_list.ft a.menuitem {
  font-size: 15px !important;
  padding: 10px 0 !important;
  text-align: center;
}

.whystar .koz_icon_img {
  max-width: 50px;
}
.whystar .why_w i {
  text-shadow: 0 1px #c95a07;
  color: #ffffff;
  text-shadow: 0 0 10px #ffffff;
}
.whystar .why_w {
  background: #ffb501;
  border-bottom: 1px solid #c05f01;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  color: #fffdf1;
  box-shadow: 0 5px 5px #ffb928ab;
}
.whystar .koz_icon_t {
  font-size: 16px;
  font-weight: 600;
  color: #676767;
}
.whystar .koz_icon_d {
  font-size: 14px;
  line-height: 1;
}
.whystar {
  border-bottom: 0;
  text-align: center;
  margin-top: 10px;
}
.whystar:not(.open) .field_hider_name {
  background: #fff;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
  opacity: 1;
}
.whystar .field_hider_body {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  text-align: left;
  padding: 10px;
}
.whystar .field_hider_name {
  display: inline-block;
  opacity: 0.5;
  font-size: 14px;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.whystar .togger_wrap {
  display: none;
}

.acho_wrap {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.acho_wrap .ach_grand_wrap {
  pointer-events: none;
}
.acho_wrap .ach_name_wrap {
  box-shadow: none;
}
.acho_wrap .field_hider_body {
  padding-top: 10px;
  border-top: 1px dashed rgba(17, 17, 17, 0.11);
  margin-top: 5px;
}
.acho_wrap .insta_widget:before {
  display: none;
}
.acho_wrap .insta_widget_in {
  padding-top: 0;
}
.acho_li {
  border-bottom: 1px solid #11111112;
  padding: 5px;
  position: relative;
  display: block;
}
.acho_wrap .field_hider {
  border-bottom: none;
}
.acho_li > .field_hider > .field_hider_name {
  display: flex;
  align-items: center;
  padding: 0;
}
.acho_img {
  width: 80px;
  min-width: 80px;
}
.acho_txt {
  padding-left: 17px;
  line-height: 1;
  padding-right: 23px;
}
.acho_get {
  font-weight: 600;
  font-size: 20px;
}
.acho_done {
  background: #ddd;
  color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 3px;
}
.acho_li.done .ach_round {
  filter: grayscale(100%);
  opacity: 0.2;
}
.acho_li.done .ach_grand_wrap.large.ui .star {
  background: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  animation: none;
}
.acho_li.done .ach_grand_wrap.large.ui .star .fa {
  color: #dddddd !important;
}
.acho_li.done .acho_desc,
.acho_li.done .togger_wrap,
.acho_li.done .ach_name,
.acho_li.done .acho_name {
  opacity: 0.3;
}
.acho_li:last-child {
  border-bottom: 0;
}
.acho_desc {
  padding: 0 10px;
}
.acho_wrap .field_hider_body {
  padding-bottom: 10px !important;
}
.acho_desc > *:last-child {
  margin-bottom: 0;
}

.elem_wrap.bread .breadcrumbs {
  margin-bottom: 5px;
  text-align: center;
}
.elem_wrap.bread h1 {
  font-size: 60px;
  line-height: 0.9;
  margin: 0 auto 15px;
  padding-top: 0;
}

.otch_task_rulewrap {
  max-width: 220px;
  margin: 0 auto 30px;
}
.otch_task {
  text-align: center;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 15px;
  border-left: 5px solid #8fbe00;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.otch_task .txt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.otch_task_rule {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  line-height: 0.9;
  margin-bottom: 10px;
}
.otch_task_ruleimg {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 10px;
}
.otch_task_select .form-group {
  padding: 0;
  display: flex;
  justify-content: center;
}
.otch_task_select .form-group label:before,
.otch_task_select .form-group label:after {
  display: none;
}
.otch_task_select .custom-control {
  padding: 0;
}
.otch_task_selectone {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
  margin-right: 5px;
  border-bottom: 1px solid #00000029;
  border-bottom: 1px solid #cecece29;
  border-left: 1px solid #cecece29;
  border-right: 1px solid #cecece29;
}
.otch_task_selectone .after {
  filter: grayscale(1);
  content: "";
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.otch_task_name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #9aba59;
  line-height: 1;
}

.footer_copy_right {
  line-height: 1;
}
.footer_content_holder .footer_copy_right {
  text-align: center;
  max-width: 300px;
  display: block;
  font-size: 12px;
  margin: 20px auto 0px;
  opacity: 0.6;
}
.footer_content_holder .footer_copy_right {
  padding-bottom: 100px;
}
.footer_content_holder .platform_copyright:before {
  content: "";
  width: 20px;
  display: block;
  margin: 40px auto 20px;
  opacity: 0.4;
}
.footer_content_holder .platform_copyright a {
  font-weight: 600;
  text-transform: none;
  text-decoration: underline;
  color: #111 !important;
}
.footer_content_holder .politerms {
  padding-top: 15px;
}
.footer_content_holder .politerms a {
  color: #111;
  text-decoration: underline;
  text-transform: none;
}
body.s_blk .footer_content_holder {
  color: #fff;
}
body.s_blk .footer_content_holder a {
  color: #fff !important;
}
body.s_blk .footer_content_holder path {
  fill: #fff;
}

.elem_wrap {
  max-width: 530px;
  margin: 0 auto;
}
.elem_wrap.wide {
  max-width: 730px;
}

.elem_fullwid {
  width: 100vw;
  position: relative;
  left: calc((530px / 2) - (100vw / 2));
}
@media (max-width: 575px) and (min-width: 0px) {
  .elem_fullwid {
    left: 0;
  }
}
.widecont {
  margin: 0 -100px;
}
@media (max-width: 860px) and (min-width: 0px) {
  .elem_wrap .widecont {
    margin: 0;
  }
  .widecont {
    margin: 0;
  }
  .art_body .elem_wrap.stats,
  .art_body .elem_wrap.curs,
  .elem_wrap.wide {
    margin-left: 0;
    margin-right: 0;
  }
  .elem_wrap.wm {
    margin: 0 -15px;
  }
}

.insta_widget {
  display: block;
  border-radius: 5px;
  position: relative;
  background: #fff;
}
.insta_widget_in {
  padding: 20px 10px 10px;
}
.insta_widget:before {
  height: 10px;
  content: "";
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  width: 100%;
  position: absolute;
  border-radius: 5px 5px 0 0;
}
.insta_widget .row {
  margin: 0 -1px;
}
.insta_widget [class*="col"] {
  padding: 0 1px !important;
  padding-bottom: 2px !important;
}
.insta_widget .im_img {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
.insta_widget .im_img:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.insta_widget .koz_icon_img {
  max-width: 120px;
  padding: 3px;
}
.insta_widget .koz_icon_img .first {
  border-radius: 100%;
}
.insta_widget .koz_icon_img .first:after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: radial-gradient(
    circle at 30% 107%,
    #ffe631 0%,
    #ffe578 5%,
    #ffab72 45%,
    #e92d58 60%,
    #d43376 90%
  );
  top: -4px;
  left: -4px;
  border-radius: 100%;
}
.insta_widget .koz_icon_txt {
  position: relative;
  padding-bottom: 1px;
  padding-left: 10px;
}
.insta_widget .koz_icon_wrap {
  margin-bottom: 20px;
  min-height: 120px;
}
.insta_widget .koz_icon_img img {
  border-radius: 100%;
}
.koz_icon_img .img {
  border: 4px solid #fff;
  border-radius: 100%;
}
.insta_widget .koz_icon_t {
  font-weight: 600;
  color: #111;
}
.insta_widget .insta_widget_inda {
  border-radius: 5px;
  overflow: hidden;
}
.insta_widget [class*="col"]:nth-last-child(1),
.insta_widget [class*="col"]:nth-last-child(2),
.insta_widget [class*="col"]:nth-last-child(3) {
  padding-bottom: 0;
}
.insta_widget .messchat_btn {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.insta_widget .btn_end .button_builder a {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  border: none !important;
  font-size: 14px !important;
  padding: 15px !important;
}
.insta_widget .btn_end_in > * {
  height: 55px !important;
  font-size: 16px !important;
}
.insta_widget .shadow_wrap.btn_area:after {
  box-shadow: 0 5px 15px rgb(132 58 178) !important;
  width: 80%;
}
.insta_widget .btn_area {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.insta_widget .koz_icon_d {
  padding-bottom: 45px;
  color: #111;
}
.insta_widget .messchat_cnt span {
  background: #bf3485;
  line-height: 1;
  color: #fff;
}
.insta_widget .igcol {
  margin-bottom: 0 !important;
}
.elem101.policy {
  margin-bottom: 70px;
}

.mess_wrap {
  position: relative;
  padding-bottom: 5px;
  max-width: 320px;
  margin: 0 auto;
}
.mess_wrap .name {
  left: 95px;
  bottom: 26px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  max-width: 80px;
}
.mess_wrap.r .name {
  text-align: right;
}
.mess_txt {
  position: relative;
}
.mess_txt > span {
  padding: 16px 20px;
  position: relative;
  background: #efefef;
  display: block;
  z-index: 9;
  border-radius: 20px;
  font-size: 17px;
  line-height: 1;
  color: #3a3a3a;
  font-weight: 500;
}
.mess_txt .bub {
  position: absolute;
  bottom: -11px;
  left: 30px;
  transform: rotate(294deg);
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.mess_wrap.r .mess_txt .bub {
  transform: rotate(235deg) scale(1, -1);
  left: auto;
  right: 35px;
}
.bub_w {
  width: 150px;
  position: absolute;
  bottom: 0;
}
.mess_txt svg * {
  fill: #efefef;
}
.mess_wrap .mess_w {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mess_wrap.r .mess_w {
  flex-direction: row-reverse;
}
.mess_img {
  width: 62px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  bottom: 0px;
  padding: 5px;
}
.mess_img img {
  border-radius: 100%;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  display: block;
  width: 100%;
  border: 1px solid #fff;
}
.mess_wrap.inst {
  padding-left: 40px;
}
.mess_wrap.inst .bub {
  display: none;
}
.mess_wrap.inst .mess_img {
  width: 35px;
  position: absolute;
  padding: 0;
  bottom: 4px;
}

.artlabel_wrap {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.artlabel_wrap:after {
  margin: 0 auto;
  content: "";
  position: absolute;
  height: 60%;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 10px;
}
.artlabel {
  z-index: 2;
  position: relative;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  font-weight: 400;
  font-family: i;
  text-transform: uppercase;
}
.artlabeldesc {
  font-size: 14px;
  max-width: 300px;
  line-height: 1;
  margin: 0 auto;
}
.artlabeldesc.course {
  padding: 0;
  margin-bottom: 20px;
}
.art_title {
  font-size: 80px;
  max-width: 700px;
  font-weight: 400;
  line-height: 0.93;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: i;
  text-transform: uppercase;
}
.art_title_long {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
/*.art_body h1,.art_body h2,.art_body h3,.art_body h4,.art_body h5,.art_body h6 {padding-top:20px;}*/
.art_body ul ul,
.art_body ul ol,
.art_body ol ul,
.art_body ol ol {
  margin-top: 5px;
}
.art_body blockquote > * {
  padding-top: 0;
}

/*STATS*/
.user_holder {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.ava {
  border: 4px solid #fff;
  width: 140px;
  background-size: cover;
  border-radius: 100%;
  box-shadow: 5px 5px 15px rgb(150 150 150 / 36%);
}
.ava.nerol:after {
  box-shadow: -10px -10px 20px rgb(255 245 217);
}
.ava .com_img_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 40px;
  color: #00000026;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ava:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.user_holder:not(.s) .ava {
  max-width: 80px;
  width: 100%;
  background-color: #fff;
  min-height: 80px;
  margin-top: -3px;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 5px 5px 5px rgb(154 154 154 / 16%);
}
.user_holder .com_img_txt {
  width: 100%;
  background: #efefef;
  height: 74px;
  border-radius: 100%;
  font-size: 40px;
  color: #c1c1c1;
  line-height: 64px;
  font-family: i;
}
.anyava_help {
  height: 100%;
}
.anyava_help .resptxt {
  height: 100%;
}

.account_name {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "i";
  color: #111;
  line-height: 18px;
  padding-left: 90px;
  font-size: 37px;
  margin-bottom: 20px;
  padding-top: 5px !important;
  line-height: 0.9;
}
.stat_hold {
  position: relative;
  width: 50%;
  float: left;
  padding: 0px 5px;
  z-index: 0;
  height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 600px) and (min-width: 0px) {
  .stat_hold.fw {
    width: 100%;
  }
}
.stat_hold.full .stat_hold_inn {
  padding: 10px 12px;
}
.stat_hold_inn {
  position: relative;
  border-radius: 5px;
  padding: 6px 12px;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 4px 5px 4px rgb(0 0 0 / 5%);
}
.stat_hold.full {
  width: 100%;
}
.stat_hold.full b {
  line-height: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.stat_hold.full span {
  display: block;
  font-size: 14px;
  color: #868686;
  line-height: 16px;
}
.wrap_stat {
  margin: 0 -5px;
}
.stat_txt {
  vertical-align: top;
  color: #696969;
  padding-left: 0px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 12px;
  top: -2px;
}
.stat_hold.starser .stat_txt {
  left: 45px;
  top: 0;
  width: 100px;
}
.stat_num {
  height: 25px;
  z-index: 1;
  position: relative;
  color: #d8d8d8;
}
.html_lives {
  display: flex;
  display: -webkit-flex;
}
.html_lives .hearts {
  margin-right: 1px;
  flex: 1;
}
.html_stars {
  display: flex;
}
.html_stars.bg {
  background: #000;
  border-radius: 100px;
}
.html_stars .star {
  width: 40%;
  position: relative;
}
.html_stars .star img {
  position: absolute;
}
.html_stars.bg .star img {
  width: 90%;
  top: 5%;
  left: 10%;
}
.html_stars .star:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.html_stars .txt {
  left: 42%;
  top: 30%;
  line-height: 1;
  padding: 0;
  position: absolute;
}
.html_stars.bg .txt {
  color: #ffba00;
  padding: 0 17px 0 5px;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.stat_num .progr {
  margin-top: 0px;
  width: 47px;
  height: 29px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
.stat_num .money {
  width: 29px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  position: absolute;
}
.stat_num .stars {
  margin-top: -14px;
  margin-left: -7px;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
.stat_num .i_font {
  font-size: 22px;
  line-height: 26px;
  padding-left: 45px;
}
.stat_hold.starser .i_font {
  color: #a9612359;
  font-size: 20px;
}
.stat_hold.starser span {
  font-size: 28px;
  line-height: 26px;
}
.stat_hold .gold {
  color: #eaa21a;
}

/*PRICING*/
.priwrap .txt2 ul {
  padding: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 15px !important;
}
.priwrap .txt2 h6 {
  margin-bottom: 10px;
}
.pri_row {
  margin: 0 -15px;
  box-sizing: border-box;
}
.pri_col {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pri_col .p_li {
  padding-right: 0px;
  max-width: 100%;
  list-style: none;
  line-height: 15px;
  margin-bottom: 7px;
}

.pri_col .p_li:before {
  top: 0;
  content: "•";
  font-size: 10px;
  position: absolute;
  margin-left: -14px;
  line-height: 16px;
}

.pri_col .p_li:after {
  border-bottom: 1px dotted #00000045;
  bottom: 3px;
}
.partpaydone {
  background: rgb(100, 164, 54);
  display: inline-block;
  padding: 1px 9px;
  border-radius: 4px;
  font-size: 14px;
  margin: 5px 0 4px;
  color: #fff;
}
.priwrap {
  position: relative;
  background: #272727;
  padding: 0px 20px 30px;
  border-radius: 10px;
  z-index: 1;
}
.priwrap .hdr {
  background: #333;
  margin: 0 -20px;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  margin-bottom: 20px;
  color: #888;
  font-size: 15px;
  letter-spacing: 20px;
  text-shadow: 0 0 5px #5f5f5ff2;
}
.priwrap .hdr span {
  position: relative;
  left: 10px;
  text-transform: uppercase;
}
.priwrap .wrap_shadow:after {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
.priname {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 37px;
  font-weight: 300;
  font-family: i;
  text-transform: uppercase;
}
.pripri {
  position: relative;
  display: inline-block;
  line-height: 0.9;
  text-align: center;
  color: #d0442d;
  margin-bottom: 10px;
  font-size: 64px;
  font-family: i;
  font-weight: 400;
}
.pri_col .lil_countdown {
  min-height: 14px;
}
.pripri .mon_crs:not(.usd) {
  font-size: 0.6em;
  font-family: r;
  font-weight: 600;
}
.pripri.full {
  color: #444;
}
.pripri.pripri_line:after {
  background: #ec563c;
}
.pripri.pripri_line.full:after {
  background: #545454;
}
.pripri.pripri_line.stars:after {
  background: #ffd453;
}
.pripri_line:after {
  content: "";
  background: #545454;
  height: 3px;
  position: absolute;
  width: 110%;
  left: 0;
  margin-left: -5%;
  top: 50%;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}
.pripri_full_timer {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #d0442c;
  position: relative;
  top: -5px;
  line-height: 0.95;
}
.pripri_full_timer.stars {
  color: #ffbf00;
}
.pripri.stars {
  text-shadow: 0 0 10px #ffbe0085;
  color: #ffbe00;
}
.pripri.blue {
  color: #3696ff;
  text-shadow: 0 0 10px #003dffcc;
}
.pripri.double {
  font-size: 2.5em;
}

.predo_choose .predo_choose_pri:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #111;
  opacity: 0.1;
  left: 10px;
  top: 17px;
}
.predo_choose .predo_choose_pri.active:after {
  background: #0072ff;
  opacity: 1;
}
.predo_choose_pri {
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  border-radius: 5px;
  padding: 10px;
  line-height: 1;
  padding-left: 50px;
}
.predo_choose_name {
  font-weight: 600;
  font-size: 16px;
}
.predo_choose_act {
  font-size: 16px;
  opacity: 0.4;
}
.pay_but_wrap.dis {
  pointer-events: none;
  opacity: 0.2;
  filter: grayscale(100%);
}
.pay_but_wrap.dis .flasher:after {
  display: none;
}

.priwrap .nerol:after {
  box-shadow: -3px -3px 5px rgb(53 53 53);
}
.priwrap .neros {
  box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
}
.pri_skid_star span {
  position: relative;
  width: 20px;
  height: 15px;
  display: inline-block;
}
.pri_skid_star span:after {
  -webkit-filter: drop-shadow(0px 0px 5px #ffb70a);
  content: "";
  background-image: url(/crm/base/img/star.png);
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.rassrochech {
  color: #fff;
  font-size: 16px;
  max-width: 200px;
  line-height: 1;
  margin: 20px auto 30px;
}
.rassrochech b {
  color: #ffbf00;
}
.priwrap .button_wrap {
  border-radius: 10px;
}
.pri_cool {
  border-top: 4px dotted #fff;
  margin: 20px -20px;
  position: relative;
}
.pri_cool:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  left: -12px;
  top: -15px;
}
.pri_cool:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  right: -12px;
  top: -15px;
}
.priwrap .txt {
  color: #717171;
  min-height: auto;
  max-width: 250px;
  margin: 5px auto 5px;
  line-height: 1;
}
.priwrap .txt2 {
  max-width: 300px;
  margin: 0 auto 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #8a8a8a;
}
.priwrap .txt2 *:not(.fa):not(.focus) {
  color: #8a8a8a;
  padding-top: 0;
}
.priwrap .txt2 .focus {
  font-size: 12px;
  position: relative;
  top: -1px;
  border-radius: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px #d0442c;
}
.prd_har .p_name {
  font-size: 14px;
  background: #272727;
  display: inline;
  white-space: initial;
}
.prd_har .p_line {
  position: absolute;
  bottom: 3px;
}
.prd_har .p_num {
  flex-basis: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #272727;
}
.prd_har .p_li {
  display: block;
}
.prd_har .p_li_wrap {
  max-width: 90%;
}
@media (max-width: 400px) and (min-width: 0px) {
  .priwrap .p_name {
    font-size: 12px !important;
  }
  .priwrap .txt2 *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 14px;
  }
}
.btn-p {
  background: #d0442c;
  color: #fff !important;
  cursor: pointer;
  padding: 25px;
  text-align: center;
  margin-top: 10px;
  border-radius: 10px;
  display: block;
  color: #fff;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.btn-p.closed {
  background: #3e3e3e;
}
.paypop {
  padding: 5px !important;
}
.pricing_pay_wrapper p {
  color: #111;
}
.pri_ways:not(.inside) {
  border-bottom: 1px dashed rgb(0 0 0 / 17%);
  margin-bottom: 10px;
}
.pri_ways:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.pri_ways .head {
  line-height: 1;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #0000000d;
  border-radius: 5px;
  padding-left: 70px;
  background-repeat: no-repeat;
  position: relative;
}
.pri_ways .head span {
  font-size: 30px;
  color: #111;
  font-weight: 900;
}
.pri_ways.active .head {
  border-radius: 5px 5px 0 0;
  color: #111;
}
.pri_ways.carder [data-eval],
.pri_ways.vnut1 [data-eval],
.pri_ways.vnut2 [data-eval],
.pri_ways.yapart [data-eval] {
  position: absolute;
  top: -5000px;
}
.pri_ways.carder .body {
  background: #ffffff;
}
.pri_ways .btn {
  width: 100%;
  padding: 20px;
}
.pri_ways .btnkoz {
  background-color: #007bff;
}
.pri_ways .shadow_wrap.hard:after {
  box-shadow: 0 10px 30px #007bff;
}
.pri_wrap {
  position: absolute !important;
  z-index: 9 !important;
  width: 80px;
  height: 79px;
  right: -3px;
  top: -3px;
  overflow: hidden;
}
.pri_ways .pay_pic {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 2px;
  top: 2px;
  background-size: contain;
  border-radius: 3px;
}
.pri_ways .pay_pic[style*="/avatars/"] {
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
}
.pri_rec {
  position: absolute;
  background: #d0442d;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  width: 120px;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 9;
  transform-origin: left top 0;
  -webkit-transform: left top 0;
  top: -11px;
  right: -47px;
  height: 15px;
  line-height: 15px;
  box-shadow: -2px 2px 2px #00000061;
}
.tarf_buttons .admin_note * {
  display: inline;
}
.tarf_buttons .admin_note *:not(a) {
  color: #111;
}

.pri_ways > .body {
  padding: 20px 10px;
  border-radius: 0 0 5px 5px;
}
.pri_ways.inside .pri_ways.inside .body {
  padding: 0;
}
.pri_ways .mess_wrap {
  max-width: initial;
  margin-top: 20px;
}
.pri_ways .mess_txt span {
  background: #ffe8a5;
  border: 2px solid #fff3d1;
}
.pri_ways.active .body {
  display: block;
}

.compare_plans {
  width: 100%;
  font-size: 14px;
  line-height: 1;
}
.compare_plans td {
  padding: 5px;
  border: 1px solid #2f2f2f1a;
}
.compare_plans tbody tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}
.compare_plans .har {
  text-align: center;
  font-weight: 600;
}
.compare_plans .har:nth-child(2) {
  border-left: 0;
}
.compare_plans .harname {
  font-size: 12px;
  border-right: 0;
}
.compare_plans thead th {
  text-align: center;
  padding: 10px;
}
.compare_plans tbody tr:last-child td.har {
  border-bottom: 0;
}
.compare_plans tbody tr td.har:last-child {
  border-right: 0;
}
.compare_plans tbody tr:first-child td.har {
  border-top: 0;
}
.compare_plans .price {
  font-weight: 400;
  opacity: 0.5;
  margin-top: 4px;
}
@media (max-width: 575px) and (min-width: 0px) {
  .compare_plans .table_pad {
    padding-right: 15px;
  }
  .compare_plans_scroll {
    overflow-y: scroll;
    margin: 0 -15px;
    padding: 0 15px 30px;
  }
}
.chb_label {
  position: absolute;
  text-align: center;
  width: 24px;
  height: 24px;
  right: 0;
  left: auto;
  font-size: 15px;
  line-height: 25px;
  bottom: 0;
  top: auto;
  border-radius: 100%;
  z-index: 1;
}
.chb_label.tg {
  font-size: 80%;
  line-height: 24px;
  padding-right: 2px;
}
.preson_wrap.s101 .chb_label {
  right: -8px;
  bottom: -3px !important;
}
/*------------------------------------------------------*/
/*                     BLACK INPUT                      */
/*------------------------------------------------------*/
body.cbfopen {
  overflow-y: hidden;
}
.black_input .custom-control-label::before {
  background-color: #ffffff;
  pointer-events: none;
}
.funnel_card_window.black_input {
  background: #ffe7a4;
  border-left: 1px solid rgb(241 213 142);
  box-shadow: none;
}
.funnel_card_window.black_input .funnel_card_window_inn {
  background-color: #ffe7a4;
}
.funnel_card_window_cbfcloser {
  background-color: rgba(0, 0, 0, 0.7);
}
.funnel_card_window.black_input .field_hider:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.funnel_card_window.black_input .field_hider_name {
  color: #525252;
  font-size: 20px;
}
.black_input {
  color: #525252;
}
.black_input .field_hider.little .field_hider_name {
  font-size: 14px;
  padding: 10px 0;
}
.black_input .form-group.tnmce .tox-tinymce {
  border: none;
  border-radius: 10px;
}
.black_input .form-group.cover {
  pointer-events: none;
}
.black_input .form-group.cover:before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  top: -3px;
  left: 5px;
  border-radius: 10px;
  z-index: 9;
  background-color: #fee6a3;
  opacity: 0.5;
  background-size: 4px 4px;
  background-image: repeating-linear-gradient(
    45deg,
    #cca437 0,
    #cca437 0.4px,
    #fee6a3 0,
    #fee6a3 50%
  );
}
.black_input input,
.black_input .form-control {
  border: transparent;
}
.black_input input:focus,
.black_input .form-control:focus {
  border: transparent;
}
.black_input label {
  color: #3a3a3a;
  margin-bottom: 2px;
  line-height: 1;
}
.black_input .form-group[class*="col-"]:not(.nohr),
.black_input .field_hider[class*="col-"]:not(.nohr):not(.new) {
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.form-group.bg .form-group:after {
  display: none !important;
}
.array_group .form-group:after {
  display: none !important;
}
.black_input .form-group[class*="col-6"]:nth-last-child(1):after,
.black_input .form-group[class*="col-6"]:nth-last-child(2):after,
.black_input .form-group[class*="col-12"]:nth-last-child(1):after {
  display: none;
}
.black_input hr {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  margin-top: 0;
}
.black_input .ajax_form > *:nth-last-child(2) {
  border-bottom: 0;
}
.black_input .title_card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.black_input .close:before,
.black_input .close:after {
  background-color: #000;
}
.black_input .input-group-text {
  background: #f1f1f1;
  border: 1px solid #1111111f !important;
  border-right: 2px solid #1111111f !important;
  color: #909090;
}
.black_input *::-moz-selection {
  /* Code for Firefox */
  color: #000000;
  background: #037bfe;
}
.black_input *::selection {
  color: #000000;
  background: #037bfe;
}
.black_input form.on .on,
form.off .off {
  display: block;
}
.black_input form.on .off,
form.off .on {
  display: none;
}
.black_input .sswitch {
  display: block;
  height: 34px;
  position: relative;
  width: 70px;
  margin-bottom: 0;
}
.black_input .sswitch input {
  display: none;
}
.form-group.toggle .form-check {
  padding-left: 0 !important;
}
.black_input .sslider {
  background-color: #d8c798;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
}
.black_input .sslider:before {
  background-color: #ffe7a4;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.2s;
  width: 26px;
}
.black_input input:checked + .sslider {
  background-color: #037bfd;
}
.black_input input:checked + .sslider:before {
  transform: translateX(35px);
  background: #fff;
}
.black_input input:not(:checked) + .sslider .sslider_w span:nth-child(1) {
  display: none;
}
.black_input input:checked + .sslider .sslider_w {
  left: 2px;
}
.black_input input:checked + .sslider .sslider_w span:nth-child(1) {
  color: #fff;
}
.black_input input:checked + .sslider .sslider_w span:nth-child(2) {
  display: none;
}
.black_input .sslider_w {
  position: absolute;
  z-index: 9;
  color: #0000005e;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  top: 12px;
  left: 30px;
  width: 38px;
  text-align: center;
}

.black_input .sslider.round {
  border-radius: 34px;
}
.black_input .sslider.round:before {
  border-radius: 50%;
}
.black_input .form-image-preview-wrap {
  height: 100%;
}
.black_input .form-image-preview {
  position: relative;
  height: 100%;
  margin-top: 10px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  box-shadow: 0 2px 3px #ceb67745;
  border: 1px solid #f4d98f;
}
.black_input .form-image-preview.onlymedia {
  margin-top: 0;
}
.black_input .form-image-preview .empty {
  position: absolute;
  width: 100%;
  height: 100%;
}
.black_input .form-image-preview .empty svg {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.black_input .form-image-preview .empty svg * {
  fill: #4c4c4c;
}
.black_input .row {
  margin: 0 -10px;
}
.black_input [class*="col-"] {
  padding: 0 10px;
}
.black_input label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.black_input .form-slider {
  max-width: calc(100% - 15px);
  margin: 0 auto;
}
.black_input .ui-widget.ui-widget-content {
  border: none;
}
.black_input .ui-slider-handle {
  background: #037bfe;
  border-color: transparent;
  outline: none;
}
.black_input .form-slider-values input {
  display: inline-block;
  width: 80px;
  height: 25px;
  margin-bottom: 10px;
  padding: 0 5px;
}
.black_input .form-group.slide label {
  margin-right: 10px;
}
.form-group.img .imgjoin {
  display: flex;
}
[data-showvalue]:not(.shown) {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
}
.black_input .field_hider_body > hr:last-child {
  display: none;
}

.black_white .tox-tinymce {
  border-radius: 10px;
}
/**************************************************/
/* ZERO AREA                                      */
/**************************************************/
.zero_area {
  height: 100%;
  width: 100%;
  position: relative;
}
.koz_arrow {
  position: relative;
}
.koz_arrow.x1 {
  padding-top: 89.13%;
}
.koz_arrow.x2 {
  padding-top: 29.81%;
}
.koz_arrow.x3 {
  padding-top: 21.81%;
}
.koz_arrow svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.koz_arrow.sl {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}

/**************************************************/
/* ELEMENTS DEFAULTS                              */
/**************************************************/
.triple_top {
  line-height: 1;
}
.triple_t {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px;
}

.numer_icons {
  position: relative;
  min-height: 45px;
  margin-bottom: 10px;
}
.numer_icons .numer_round {
  font-family: i;
  width: 45px;
  height: 45px;
  background: #111;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  position: absolute;
}
.numer_icons .numer_round .numer_z {
  position: relative;
  z-index: 1;
}
.numer_icons .numer_round:after {
  content: "";
  width: 80%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: 0 5px 10px #111;
}
.numer_icons .numer_txt {
  padding-left: 55px;
}

/**************************************************/
/* ZERO LAYER                                     */
/**************************************************/
.zero_layer {
  position: absolute !important;
}
.zero_layer img {
  pointer-events: none;
}
.noneditor .allsettings,
.noneditor .cleanedstyle,
.noneditor .b_d_savecss,
.noneditor .b_d_save,
.noneditor .zero_tools_wrap {
  display: none;
}
.noneditor .b_d {
  pointer-events: none;
}
.zero_layer.image {
  width: 100%;
}
/**************************************************/
/* UNIVERSAL ELEMENTS                             */
/**************************************************/
/*logo*/
.logo_wrapper {
  height: 60px;
  overflow: hidden;
  position: relative;
  transform-origin: left bottom 0;
  -webkit-transform-origin: left bottom 0;
  padding-right: 5px;
}
.logo_wrapper svg {
  height: 100%;
}
.logo_wrapper .aim {
  position: relative;
}
.menu_holder.lk .logo_wrapper {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: left center 0;
  -webkit-transform-origin: left center 0;
}
.menu_holder.lk .logo_wrapper .logo_desc {
  font-size: 14px;
  transform-origin: left center 0;
  -webkit-transform-origin: left center 0;
}

.logo_inside {
  pointer-events: none;
  position: relative;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.logo_holder {
  position: relative;
  height: 100%;
  line-height: 0.9;
  font-size: 24px;
  font-weight: 400;
  font-family: i;
  text-transform: uppercase;
}
.logo_desc {
  font-size: 12px;
  line-height: 0.9;
  left: 100%;
  padding-left: 10px;
  top: 0;
  height: 100%; /*width: 300px;*/
}
.logo_desc .aim {
  display: inline-block;
  padding-right: 20px;
}
.logo_wrapper.sepor .logo_holder .sepor {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #11111166;
}
.logo_wrapper.sepor .logo_holder .aim {
  padding-right: 10px;
}
.logo_wrapper.sepor.colorb .sepor {
  background: #111 !important;
  opacity: 0.4;
}
.logo_wrapper.sepor.colorw .sepor {
  background: #fff !important;
  opacity: 0.4;
}
.logo_wrapper.colorb .logo_desc {
  color: #111;
  opacity: 0.55;
}
.logo_wrapper.colorw .logo_desc {
  color: #fff;
  opacity: 0.55;
}
.logo_wrapper.colorb .logo_holder {
  color: #111;
}
.logo_wrapper.colorw .logo_holder {
  color: #fff;
}
.generated_pic .tmpr_logoholder {
  transform-origin: left bottom 0;
  -webkit-transform: left bottom 0;
}
/*.generated_pic .tl .tmpr_logoholder {transform-origin: left top 0;-webkit-transform: left top 0;}*/
@media (max-width: 575px) and (min-width: 0px) {
  .generated_pic .logo_inside {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 860px) and (min-width: 0px) {
  .generated_pic .tmpr_logoholder {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
@media (max-width: 400px) and (min-width: 0px) {
  .generated_pic .tmpr_logoholder {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/*socials*/
.social_areas {
  text-align: center;
}
.social_wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.social_one {
  text-decoration: none !important;
  vertical-align: top;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  margin: 0 2px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  padding-top: 5px;
  background-color: #111;
  color: #fff !important;
}
.social_wrap.w .social_one {
  background-color: #fff;
  color: #111 !important;
}
.social_one:not(.text):hover {
  font-size: 20px;
  padding-top: 8px;
}
.social_one:not(.text).t i {
  font-size: 0.9em;
  margin-left: -5%;
  margin-top: 7%;
}
.menu_holder .social_wrap {
  justify-content: flex-start;
}
footer .social_wrap {
  justify-content: center;
}

.zeroimg .img_hold {
  position: relative;
  z-index: 3;
}
.zeroimg.br .img_hold {
  overflow: hidden;
}
.zeroimg.o1 .img_hold {
  border: 7px solid #ffffff;
  background: #fff;
}
.zeroimg.dem .demens {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.zeroimg.dem img {
  position: absolute;
  top: 0;
  width: 100%;
}
.zeroimg .sphere {
  background: #111;
  width: 100%;
  border-radius: 100%;
}
.zeroimg .sphere:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 575px) and (min-width: 0px) {
  .zeroimg.o1 .img_hold {
    border: 3px solid #ffffff;
  }
}

.un100_wrap {
  text-align: right;
  padding: 10px;
}
.un100_plash {
  display: inline-block;
  padding: 3px 6px 2px;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: bottom;
  border-radius: 3px 3px 0 3px;
  margin-right: -2px;
}
.un100_name_hold {
  position: relative;
  padding: 0 10px;
}
.un100_name {
  z-index: 2;
  position: relative;
  white-space: nowrap;
  font-size: 16px;
}
.un100_para {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  border-radius: 3px 0 3px 3px;
}
.un100_para_shad {
  width: 90%;
  height: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.resptxt .un100_name {
  font-size: 0.9em;
}
.resptxt .un100_plash {
  font-size: 0.65em;
}
.un100_wrap.x2 .un100_name {
  font-size: 1.2em;
}
.un100_wrap.x2 .un100_plash {
  font-size: 0.85em;
}
@media (max-width: 575px) and (min-width: 0px) {
  .un100_wrap {
    transform: scale(0.7);
    transform-origin: right top 0;
    -webkit-transform: right top 0;
  }
}

.bub_wrap {
  position: relative;
}
.bub_wrap .bub_txt {
  background: #fff;
  padding: 15px;
  line-height: 1;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  color: #111;
}
.bub_wrap:after {
  content: "";
  width: 90%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 20px #111;
  opacity: 0.5;
  border-radius: 15px;
}
.bub_wrap .bub_arr {
  position: absolute;
  height: 20px;
  width: 20px;
}
.bub_wrap .bub_arr:before {
  content: "";
  position: absolute;
  z-index: 99;
}
.bub_wrap.pt .bub_arr {
  bottom: 100%;
  width: 100%;
  left: 0;
}
.bub_wrap.pd .bub_arr {
  top: 100%;
  width: 100%;
  left: 0;
}
.bub_wrap.pl .bub_arr {
  right: 100%;
  height: 100%;
  top: 0;
}
.bub_wrap.pr .bub_arr {
  left: 100%;
  height: 100%;
  top: 0;
}
.bub_wrap.sl .bub_arr:before {
  left: 15px;
}
.bub_wrap.sr .bub_arr:before {
  right: 15px;
}
.bub_wrap.st .bub_arr:before {
  top: 15px;
}
.bub_wrap.sd .bub_arr:before {
  bottom: 15px;
}
.bub_wrap.pt.rr .bub_arr:before {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}
.bub_wrap.pt.rl .bub_arr:before {
  border-bottom: 20px solid #fff;
  border-right: 20px solid transparent;
}
.bub_wrap.pr.rr .bub_arr:before {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
}
.bub_wrap.pr.rl .bub_arr:before {
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}
.bub_wrap.pd.rr .bub_arr:before {
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}
.bub_wrap.pd.rl .bub_arr:before {
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
}
.bub_wrap.pl.rr .bub_arr:before {
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
}
.bub_wrap.pl.rl .bub_arr:before {
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
}
@media (max-width: 575px) and (min-width: 0px) {
  .bub_wrap .bub_arr:before {
    transform: scale(0.7);
  }
  .bub_wrap.pt .bub_arr:before {
    transform-origin: bottom;
    -webkit-transform: bottom;
  }
  .bub_wrap.pd .bub_arr:before {
    transform-origin: top;
    -webkit-transform: top;
  }
  .bub_wrap.pr .bub_arr:before {
    transform-origin: left;
    -webkit-transform: left;
  }
  .bub_wrap.pl .bub_arr:before {
    transform-origin: right;
    -webkit-transform: right;
  }
}

.block_wrap .bub_wrap .bub_txt {
  padding: 5%;
}
@media (max-width: 575px) and (min-width: 0px) {
  .bub_wrap .bub_txt {
    font-size: 13px;
  }
}

/**************************************************/
/* ELEMENTS                                       */
/**************************************************/

/**************************************************/
/* ELEMENTS                                       */
/**************************************************/
/*MENU*/
.menu_row {
  align-items: center;
}
.menu_area_ul {
  display: flex;
}
.menu_area_a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
}
.menu_area_a.has_child {
  padding: 0 30px 0 15px;
}
.menu_area .d_arr {
  position: absolute;
  right: 10px;
}
.menu_area_ul .menu_area_ul {
  border-top: 1px solid rgb(255 255 255 / 14%);
  height: auto !important;
  display: flex;
  align-content: center;
  flex-direction: column;
  position: absolute;
  max-width: 240px;
  width: 100%;
}
.menu_area_ul .menu_area_ul .menu_area_a {
  padding: 5px 15px;
  background-color: #000;
  border-top: 1px solid rgb(255 255 255 / 14%);
}
.menu_area_ul .menu_area_ul {
  background-color: #000;
}
.menu_area_ul .menu_area_ul {
  right: 15px;
  height: auto !important;
  display: flex;
  align-content: center;
  flex-direction: column;
  position: absolute;
  max-width: 220px;
  width: 100%;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border-top: none;
}
.menu_area_li:not(:hover) .menu_area_ul {
  display: none;
}
.menu_block.grand_text_color_b .menu_area_ul .menu_area_ul .menu_area_a {
  border-top: 1px solid rgb(43 43 43 / 7%);
}
.menu_block.grand_text_color_b .menu_area_ul .menu_area_ul {
  border-color: rgb(43 43 43 / 7%) !important;
}
.menu_block.fix {
  position: fixed;
  width: 100%;
  left: 0;
  top: -60px;
  height: 60px;
  z-index: 999;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.menu_block.fix.activated {
  top: 0;
}

.block_inner_me100 {
  overflow: visible;
}
.block_inner_me100.nah {
  position: absolute;
  z-index: 9;
  width: 100%;
}
body.siteeditor .me100 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJ0lEQVQoU2Ps6en5z4AGxMXF0YUYGIeCwsWLF2N45uXLl5ieGQIKAZ+mKsITKIQ6AAAAAElFTkSuQmCC)
    repeat;
}
.me100 .container_area {
  display: flex;
  display: -webkit-flex;
}
.me100 .logo_area {
  height: 100%;
}
.me100 .logo_area a {
  text-decoration: none !important;
}
.me100 .social_areas {
  text-align: right;
}
.me100 .over_note {
  position: absolute;
  top: 100%;
  z-index: 99;
  background: #111;
  font-size: 14px;
  color: #fff;
  padding: 0 7px 3px;
  margin-left: -7px;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

/*ABOUT*/
.ab103_zero:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.block_inner_ab103 {
  overflow: hidden;
}
.ab103_desc {
  font-size: 14px;
}

.gd100_top {
  padding: 0 12px 20px;
}
.gd100 .i_grot_w {
  justify-content: left;
}

.ach_grand_wrap.simple {
  width: 40px;
  height: 40px;
}
.ach_grand_wrap.default {
  padding-left: 10px;
  height: 100%;
}
.ach_round {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.ach_grand_wrap .koz_icon_img {
  max-width: 100px;
  width: 100px;
  min-width: 100px;
  margin-left: 5px;
}
.ach_grand_wrap .koz_icon_img .img {
  border: 0;
}
.ach_grand_wrap .koz_icon_img img {
  border-radius: 0;
  width: 80px;
  margin: 0 auto;
}
.ach_grand_wrap .ach_wrap {
  height: 100%;
  border-radius: 10px;
  background: #fff;
  min-height: 100px;
  margin-bottom: 10px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 16%);
}
.ach_grand_wrap .koz_icon_d * {
  font-size: 12px;
}
.ach_grand_wrap .koz_icon_img .first {
  height: 100%;
}
.ach_grand_wrap .koz_icon_d *:last-child {
  margin-bottom: 0;
}
.ach_grand_wrap .koz_icon_t {
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 5px;
}
.ach_grand_wrap .p_short {
  margin-bottom: 0;
  padding-right: 10px;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
}
.ach_grand_wrap .p_short:not(.active) {
  max-height: 53px;
}
.ach_grand_wrap .p_short:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.ach_grand_wrap .koz_icon_wrap:after {
  content: "";
  position: absolute;
  background: #ffc800;
  height: 100%;
  width: 7px;
  border-radius: 10px 0 0 10px;
  left: 10px;
  top: 0;
}
.ach_grand_wrap .koz_icon_wrap {
  height: 100%;
}
.ach_grand_wrap .star {
  position: absolute;
  color: #eb9000;
  z-index: 9;
  font-size: 20px;
  background: #ffc800;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 30px;
  bottom: -10px;
  left: -4px;
  padding-left: 1px;
  padding-top: 1px;
  border-top: 1px solid #fff;
  line-height: 1;
  border-bottom: 2px solid #eb9000;
}
.ach_grand_wrap .cc-wrap {
  width: 15px;
  overflow: hidden;
  position: absolute;
  top: -24px;
  right: 5px;
  height: 90px;
}
.ach_grand_wrap .cc-bottomright,
.ach_grand_wrap .cc-topright {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.ach_grand_wrap .cc-bottomright:before,
.ach_grand_wrap .cc-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}
.ach_grand_wrap .cc-bottomright:before {
  bottom: 0;
  right: 0;
  box-shadow: 50px 50px 0 0 #111;
}
.ach_grand_wrap .cc-topright:before {
  top: 0;
  right: 0;
  box-shadow: 50px -50px 0 0 #111;
}
.ach_grand_wrap .cc-topright {
  top: 49px;
}
.ach_grand_wrap .star i {
  position: relative;
  z-index: 99;
  line-height: 1.5;
}
.ach_grand_wrap .koz_icon_txt {
  padding: 5px 10px 5px 0;
}
.ach_grand_wrap .arch_tro {
  position: absolute;
  right: 5px;
  font-size: 20px;
  color: #dcdcdc;
}
.ach_grand_wrap .arch_tro i {
  line-height: 1.5;
}
.ach_grand_wrap .koz_icon_t {
  color: #111;
  padding-right: 10px;
}
.ach_grand_wrap p {
  color: #111;
}

.ach_grand_wrap.large {
  padding-right: 15px;
}
.ach_grand_wrap.large:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ach_grand_wrap.large .ach_round:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ach_grand_wrap.large .ach_wrap {
  min-height: auto;
  position: absolute;
  height: 100%;
  width: calc(100% - 10px);
  border-bottom: 4px solid #eb9000;
  border-right: 3px solid #f5b043;
}
.ach_grand_wrap.large:not(.ui) .ach_wrap {
  box-shadow: 0 5px 30px rgb(235 144 0 / 24%);
}
.ach_grand_wrap.large .ach_round {
  width: 76%;
  background-size: contain;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3%;
  background-repeat: no-repeat;
  background-position: center;
}
.ach_grand_wrap.large .arch_n {
  background: transparent;
  color: #eb9000;
  border-bottom: 5px solid #ffc800;
  font-size: 1.2em;
  background-color: #ffc800;
  border-radius: 10px 10px 0 0;
  padding: 5px 7px 0;
}
.ach_grand_wrap.large:not(.ui) .ach_round {
  width: 71%;
  bottom: 4.5%;
}
.ach_grand_wrap.large .star {
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: auto;
  left: -15px;
  bottom: -15px;
  padding-left: 2px;
  padding-top: 2px;
  background: #ffc800;
  border-bottom: 2px solid #eb9000;
  border-top: 0;
}
.ach_grand_wrap.large .star i {
  color: #eb9000;
}
.ach_grand_wrap.large .arch_tro {
  top: 2px;
  line-height: 1;
}
.ach_grand_wrap.large .arch_tro i {
  line-height: 1.3;
  color: #eb9000;
  position: relative;
}

.ach_grand_wrap.large.ui .star {
  font-size: 20px;
  width: 26px;
  height: 26px;
  left: auto;
  right: -12px;
  bottom: -12px;
  padding-top: 4px;
  line-height: 1;
  background: #ffc800;
  color: #e6800d;
  border-bottom: 1px solid #e6800d;
}
.ach_grand_wrap.large.ui .ach_round {
  bottom: auto;
  top: 9%;
}
.ach_grand_wrap.large.ui .arch_n {
  display: none;
}
.ach_grand_wrap.large.ui .arch_tro {
  display: none;
}
.ach_grand_wrap.large.ui .ach_name_wrap {
  background: #fff;
  border-radius: 10px 10px 5px 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
  box-shadow: 2px 3px 5px rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 5%);
  border-left: 1px solid rgb(0 0 0 / 5%);
}
.ach_grand_wrap.large.ui .ach_name {
  font-size: 10px;
  line-height: 0.9;
  background: transparent;
  color: #000;
  top: 0;
  position: relative;
  padding: 5px;
  word-break: break-word;
  border-radius: 0 0 5px 5px;
  z-index: 9;
}
body.s_blk .ach_grand_wrap.large.ui .ach_name {
  color: #ffffff7a;
}
.ach_grand_wrap.large.ui .ach_wrap {
  position: absolute;
  height: auto;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  box-shadow: none;
  border-top: 1px solid rgb(0 0 0 / 5%);
  border-left: 1px solid rgb(0 0 0 / 5%);
  border-bottom: 1px solid rgb(0 0 0 / 5%);
}
.ach_grand_wrap.large.ui .ach_wrap:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.ach_grand_wrap.large.ui:after {
  display: none;
}
.ach_grand_wrap.large.ui {
  padding-right: 0;
  height: 100%;
  width: 100%;
  max-height: 150px;
}
.ach_grand_wrap.large.ui .ach_empty {
  display: block;
  content: "";
  padding-top: 100%;
}
.ach_grand_wrap.large.ui .star .fa {
  color: #eb9000 !important;
}
.ach_grand_wrap.large.ui .star i {
  line-height: 1;
}
.tooltip_ach b {
  color: #ffc800;
  margin-bottom: 5px !important;
  display: block;
}

.achieve_hol:not(.active)
  .colre:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(
    :nth-child(4)
  ):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(
    :nth-child(8)
  ) {
  display: none;
}

.achieve_holder {
  margin: 0 -10px 0 0;
}
.achieve_holder_grand:not(.active) .hide_all {
  display: none;
}
.achieve_holder_grand:not(.active) .ach_grand_wrap {
  pointer-events: none;
}
.achieve_holder_grand:not(.active) .admin_note {
  display: none;
}
.achieve_holder_grand:not(.active) .achieve_rew {
  display: none;
}
.achieve_rew {
  margin-bottom: 0px;
  text-align: center;
}
.achieve_rew .shadow_wrap_after {
  height: 30px !important;
  box-shadow: 0 5px 10px rgb(208 68 44) !important;
}
.achieve_holder_grand.active .show_all {
  display: none;
}
.achieve_holder .star {
  background: #212529;
}
.achieve_n {
  padding: 10px 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  line-height: 1;
}
.achieve_n .numser {
  color: #00000040;
}
.achieve_n .show_tgl {
  float: right;
}
.achieve_holder .col-sm-2 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding: 0;
  margin-bottom: 10px;
  padding-right: 10px;
  display: flex;
  align-items: stretch;
}
body.s_blk .achieve_n {
  color: #ffffff70;
}
body.s_blk .achieve_n .numser {
  color: #ffffff5c;
}

.ach_grand_wrap.nottaken .ach_round {
  filter: grayscale(100%);
  opacity: 0.2;
}
.ach_grand_wrap.nottaken .ach_name {
  opacity: 0.3;
}
.ach_grand_wrap.nottaken .star {
  background: #ffffff !important;
  border-bottom: 1px solid #0000001f !important;
  border-left: 1px solid #0000001f;
}
body.lk .ach_grand_wrap.nottaken .ach_wrap .star i {
  color: #dddddd !important;
}

@media (max-width: 991px) and (min-width: 0px) {
  .achieve_hol:not(.active)
    .colre:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(
      :nth-child(4)
    ):not(:nth-child(5)):not(:nth-child(6)) {
    display: none;
  }
  .achieve_holder .col-sm-2 {
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .achieve_hol:not(.active)
    .colre:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(
      :nth-child(4)
    ):not(:nth-child(5)) {
    display: none;
  }
  .achieve_holder .col-sm-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 575px) and (min-width: 0px) {
  .achieve_hol:not(.active)
    .colre:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(
      :nth-child(4)
    ) {
    display: none;
  }
  .achieve_holder .col-sm-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ach_grand_wrap .koz_icon_t {
    font-size: 14px;
  }
}

.overach_a {
  position: relative;
}
.overach_a:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: red;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 10px;
  box-shadow: 0 10px 20px #eb9000;
}
.overach_a .ach_grand_wrap {
  z-index: 9;
}
.overach_t {
  color: #c5c5c5;
  margin: 26px auto 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  max-width: 200px;
  line-height: 0.9;
}
.overach_e {
  display: flex;
  flex-direction: row;
  max-width: 260px;
  margin: 0 auto;
}
.overach_em {
  transform-origin: center;
  -webkit-transform: center;
  background-image: url(https://kozyon.com/crm/base/img/emoji/celebrate.png);
  width: 33.33333%;
  background-size: cover;
  background-repeat: no-repeat;
}
.overach_em:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.overach_n {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.9;
  margin: 10px;
}
.overach_c {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  color: #c5c5c5;
}
.overach_d {
  max-width: 300px;
  margin: 0 auto;
}
.overach_d p {
  font-size: 14px;
  color: #888;
}
.overach_b .fa_btn_wrap {
  border-right: 1px solid #eb9000;
}
.overach_b {
  max-width: 300px;
  margin: 0 auto;
}
.overach_b .shadow_wrap.after {
  width: 100%;
}
.overach_b .shadow_wrap_after {
  box-shadow: 0 10px 20px rgb(235 144 0) !important;
}

.bg_blk .diplom_let {
  color: #a8a4ff;
}
.bg_blk .diplom_p,
.bg_blk .diplom_m {
  opacity: 0.6;
}

.s_spis {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  color: #111;
}
.s_spis .s_spis_n {
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
  opacity: 0.2;
}
.s_spis .preson_img {
  width: 60px;
}
.s_spis .preson_name {
  font-size: 15px;
  font-family: r;
  text-transform: capitalize;
  line-height: 0.97;
  font-weight: 600;
  opacity: 0.4;
}
.r_pipr {
  padding-bottom: 100%;
}
.r_pipr .preson_wrap {
  width: 35%;
  position: absolute;
  left: 0;
  right: 0;
}
.r_pipr .preson_wrap:nth-child(1) {
  margin: 0 auto;
}
.r_pipr .preson_wrap:nth-child(2) {
  margin-top: 16%;
  left: -8%;
}
.r_pipr .preson_wrap:nth-child(3) {
  margin-top: 16%;
  right: -8%;
  left: auto;
}
.r_pipr .preson_wrap:nth-child(4) {
  margin-top: 60%;
  left: -2%;
}
.r_pipr .preson_wrap:nth-child(5) {
  margin-top: 60%;
  left: auto;
  right: -2%;
  left: auto;
}
.r_pipr .preson_name {
  display: none;
}
.r_pipr .i_grot_w {
  justify-content: center;
  -webkit-justify-content: center;
}

.ldmag_wrap h2 {
  padding-top: 17px;
}
.ldmag_book:not(.art) {
  margin-top: 20px;
}
.ldmag_book {
  z-index: 99;
  position: relative;
}
.ldmag_img {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.ldmag_img_obj:after {
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  top: 0;
  right: 100%;
  background: #000;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #ffffff52;
  background: linear-gradient(
    90deg,
    rgba(40, 40, 40, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.ldmag_img_obj {
  background-color: #000;
  z-index: 9;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  position: relative;
}
.ldmag_img_obj:before {
  z-index: 9;
  background-image: url(/crm/base/img/skrep.png);
  content: "";
  width: 17px;
  position: absolute;
  height: calc(100% - 10px);
  top: 5px;
  left: -9px;
  background-size: contain;
}
.ldmag_img:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -3px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  left: -6px;
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAAXNSR0IArs4c6QAAABhJREFUGFdjZGBg+M+ABhj///+PKUi0SgCxgwn759ZZJQAAAABJRU5ErkJggg==)
    repeat;
}
.ldmag_img:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 40px;
  bottom: -5px;
  background: #111;
  left: -3px;
  border-radius: 8px;
}
.ldmag_img_obj2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: 1px 2px;
}
.ldmag_img_obj2:after {
  content: "";
  width: 91%;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  box-shadow: 0 20px 20px #000;
}
.ldmag_img_obj2:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
  border-radius: 0 5px 5px 0;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
}
.ldmag_img_obj3 {
  background-image: url(/crm/base/img/pdf.svg);
  background-repeat: no-repeat;
  width: 40%;
  position: absolute;
  z-index: -2;
  left: 100%;
  top: 7%;
}
.ldmag_img_obj4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  z-index: 9;
  border-right: 1px solid #ffffff42;
}
.ldmag_img_obj4:after {
  top: 60%;
  content: "";
  position: absolute;
  width: 160%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  left: 40%;
  opacity: 0.3;
}
.ldmag_book:not(.animate__tada):not(.animate__bounceer) .ldmag_img_obj3 {
  animation: ldmagpdf 1s ease-in-out infinite;
}
.ldmag_img_obj3:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.ldmag_wrap .clock {
  margin-top: 0;
}
.ldmag_wrap .persons_empty_in {
  font-size: 20px;
}
.ldmag_wrap .com_img_txt {
  font-size: 20px;
  font-weight: 600;
}
@keyframes ldmagpdf {
  0% {
    left: 100%;
  }
  50% {
    left: 97%;
  }
  100% {
    left: 100%;
  }
}

@media (max-width: 575px) and (min-width: 0px) {
  .ldmag_img {
    max-width: 200px;
  }
}
