@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format('embedded-opentype'), 
  url(../fonts/slick.woff) format('woff'), 
  url(../fonts/slick.ttf) format('truetype'), 
  url(../fonts/slick.svg#slick) format('svg')
}

@font-face {
  font-family: "Formular";
  font-display: swap;
  src: url(../fonts/formular-black.eot);
  src: url(../fonts/formular-black.eot?#iefix) format("embedded-opentype"), 
  url(../fonts/formular-black.woff) format("woff"), 
  url(../fonts/formular-black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900
}

@font-face {
  font-family: "Formular-Regular";
  font-display: swap;
  src: url(../fonts/formular-regular.eot);
  src: url(../fonts/formular-regular.eot?#iefix) format("embedded-opentype"), 
  url(../fonts/formular-regular.woff) format("woff"), 
  url(../fonts/formular-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: Open\ Sans;
  font-display: swap;
  src: url(../fonts/opensans-regular.eot);
  src: url(../fonts/opensans-regular.eot?#iefix) format("embedded-opentype"), 
  url(../fonts/opensans-regular.woff) format("woff"), 
  url(../fonts/opensans-regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: Open\ Sans;
  font-display: swap;
  src: url(../fonts/opensans-light.eot);
  src: url(../fonts/opensans-light.eot?#iefix) format("embedded-opentype"), 
  url(../fonts/opensans-light.woff) format("woff"), 
  url(../fonts/opensans-light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable="true"] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

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

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}


.slick-prev:before {
  content: '←'
}


.slick-next {
  right: -25px
}

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

.slick-next:before {
  content: '→'
}

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.ba-slider {
  position: relative;
  overflow: hidden
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden
}

.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, .5);
  cursor: ew-resize
}

.ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  border: 1px solid #e6a600;
  border-radius: 50%;
  transition: all .3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3), inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 60px 50px -30px #ffd466
}

.ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 50px;
  font-size: 30px
}

@-webkit-keyframes bounce {

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

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

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

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

@keyframes bounce {

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

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

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

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

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

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

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

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {

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

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

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

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

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

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

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

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

@keyframes jello {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {

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

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

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

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

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

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

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

@keyframes bounceIn {

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {

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

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

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

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

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

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

@keyframes bounceInDown {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {

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

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

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

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

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

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

@keyframes bounceInLeft {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {

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

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

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

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

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

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

@keyframes bounceInRight {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {

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

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

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

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

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

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

@keyframes bounceInUp {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (print),
(prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important
  }
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1
}

*:-moz-placeholder {
  color: #666;
  opacity: 1
}

*::-moz-placeholder {
  color: #666;
  opacity: 1
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

html.js .loader {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999
}

html.js .loader_inner {
  background-image: url(img/preloader.gif.pagespeed.ce.FRtJyD7ZNP.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute
}

img {
  vertical-align: bottom
}

ul,
li {
  padding: 0;
  margin: 0
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  background: #f8f8f8
}

.hidden {
  display: none
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 1180px
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8000
}

.section_header {
  width: 100%;
  padding: 0 40px;
  height: 62px;
  box-shadow: 0 20px 60px rgba(7, 7, 13, .02);
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.logo_top {
  font-family: Formular;
  line-height: normal;
  font-size: 23px;
  letter-spacing: .57em;
  text-transform: uppercase;
  color: #161e4c;
  cursor: pointer;
  display: block;
  width: 150px;
}
.logo_top img{
  max-width: 100%;
}

.logo_bottom {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #161e4c
}

.header_menu ul {
  display: flex
}

.header_contact_soc {
  display: flex;
  align-items: center
}

.header_soc {
  margin-left: 20px
}

.header_menu li {
  list-style-type: none;
  padding: 20px 25px
}

.header_menu li:hover {
  background-color: #0dc143;
}

.header_menu li:last-child {
  margin-right: 0
}

.header_menu a {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding: 20px 25px;
   display: flex
}

.header_fhone {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  font-size: 14px;
  text-align: right;
  letter-spacing: .1em;
  color: #000
}

.header_time {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-size: 10px;
  text-align: right;
  letter-spacing: .1em;
  color: #ccc
}

.viber {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 100%;
  background-color: #6f3faa;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAELSURBVHgBjVLREcFAEL3L+JcOKCElUIF0IB3QASqgA+kgUYFRASoQFaCC8x7vzLrxYWfe5Hb37e2+vXgnCyHk+MyAAhgCuVIdcAcOQOu9p++8ikjci3QGTu7bmJ/qPI7FLLwAS8vkBMAoiW3EzemUdGJnoAEK+Utgq4li8Q2oMmk6K14KjdF3BSrTeMeaTPN3CtZaRPtagPe19N7jFMr3e1YDiCSscJyYWGtHjYVZPBjihuOBvOZyqFnxThRe8sg0ZpF0rph07yei5qNJD141WntIV0/TlmtgLr8UdxgJcwUW+oNsMS8ulAvpe5NQ6XEH6nQJ37Znx4+ctFiaR05PwuWZxfw2aWjcH/YEP2DnzOZJpskAAAAASUVORK5CYII=);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px
}

.facebook {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 100%;
  background-color: #3b5998;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAMAAABs8jdaAAAAh1BMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8s+2B1AAAALHRSTlMAAgMHCAkLDQ4PMjxESE5PV15pcImdn6uxucDO4ePm5+rs7vDz9fb3+fr7/or3zzgAAAB0SURBVBgZBcFJCsJAEADAmp4Omqgogmf//yH/EIh4EXFJMlYVYrffbINbMlwByQHLjNRV3D+NFBXPF7JrDaXjl6e6xXFhzEvAGWO+uyzMzSIfceqZVmvJh6FngtAXgNAABAACAAGAoAAk0QBpfX8BhVqY4Q8fcB5Gg2S1/QAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  width: 24px;
  height: 24px
}

.facebook:hover {
  background-color: #0060ff
}

.viber:hover {
  background-color: #7707ff
}

.inst {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 100%;
  background-image: url(../images/inst.png.pagespeed.ce.uW1lGjdQIc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px
}

.teleg {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 100%;
  background-color: #23a7dc;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEkSURBVHgBlVJRSsNAFHxJtbWKmoIo+qWf/ukNkhN4BY/gEbyBZ/EEiScwCopfEgmlSoNJSiJx0+zr25Jtt20W2oEh4e3ODG9YgA2BiDbxgRgTrXVFFvGO6OIc8aZpWHGOWVFKA1fc2WpKo88t8YZoy3mUM2DjCk4OduToacFApNUiIZ7tVlYcwriAbtuEs8OumuVL4fnSbjMMs398G4zwZ1Q0HV8JvVm7fREDNfUz+oNBWsDRXhuO9zuwhMQwDB+aSvvNmPvaT1Ewzhlq4ErNQonk6j2HMbRM0+60DLB2t0GDF/ljrhyNp+UkYZTDez/VGXhag+uL3nQ/Rj0Ew8z/+E4cUPqpEWgNBDivHpGjz6B0Lk97Ho0cJbW5wHVA5d2LJ63OJqeR9lV8TGI6AAAAAElFTkSuQmCC);
  background-position: left 3px top 6px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 10px
}

.teleg:hover {
  background-color: #42c9ff
}

.section_video {
  width: 100%;
  overflow: hidden;
  position: relative
}

.section_video_videowrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: url(../images/bg_video.jpg.pagespeed.ce.Qoi_iNtCAn.jpg);
  height: 100%;
  background-size: cover;
  background-position: center
}

.section_video_contentwrap {
  width: 615px;
  margin: 0 auto;
  padding-top: 125px;
  padding-bottom: 20px
}

.video_contentwrap_text {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 75%;
  margin: 0 auto;
  margin-top: 20px
}

.section_video_contentwrap_forbg {
  padding-top: 62px;
  position: relative;
  z-index: 2;
  width: 100%;
  background: linear-gradient(0deg, rgba(4, 12, 58, .8), rgba(4, 12, 58, .8))
}

.video_contentwrap_title {
  font-family: Formular;
  font-size: 58px;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin: 0
}

.video_contentwrap_btn {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 80px
}

.video_contentwrap_btnscroll {
  text-indent: -99999px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABKCAYAAABQOs+JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHgSURBVHgB7VndccIwDFY6QbpBugHdIBuUETICG3QEsgFZoROEAbgLG8ATr/zc8axKQS7UBVtJXA7u/N19OLalL44jYjkBcAARc+KUuCJu8YyGOON+6AoRZcGaOCGOiKn0pVKfyEnYrtAKm5HmSvux2E99hjySyoxSC7ka9mvAMeIKBkBOMLUbC7m0TiO+Ip7+mVJpGEMAmGC4rDQeh0wix4Rh5rGv29FLvE48xs1ms8HFYoFcsrPHnsO0fKHjEXEOboxItD2QMvfYz4kfRnwNYbEmpiwOSZLsICBE7yT+X3hecQ4b1NgcDoc2yI/HI2p9kvaH4DO02zQ+DzHnc6u+BA2U85fJMwXluZGpdDXiffAwcx7Fo/gdxHdD8xUbRq8VJ2YQFhlxyeJf4F/NuyJncZMU1RAQ8pDLTWWFfRL568Ljn3ROGvLAiWhhd5Sc2sEASGpY3uo0e50+yf/MTmh//YlozX2nYk9stCm13CsW3Yu/18FsBhp0b7jq3sEgN7q6WD8ZWxEsQ0VYRERExHOi60Yh5opRPIpH8SiuEpcXOJ/gAJ7euaedxSnXXlPxdmu3Ie2vrrepzmkhx4IL+wRST6T/tj8ogKfPDbwKFcRKI8xQ3VBzBeeqX7gzUPs9SPANqP4dD2MfmaMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  width: 25px;
  height: 80px;
  background-size: 100%;
  background-position: center;
  margin: 0 auto;
  cursor: pointer
}

.section_slide_forbg {
  position: absolute;
  left: -1500px;
  top: -700px;
  width: 3000px;
  height: 2000px;
  background-color: #f8f8f8;
  transform: rotate(160deg);
  z-index: -1
}

canvas {
  display: block;
  width: 100%;
  height: 1500px;
  position: relative;
  z-index: 10
}

.section_slide {
  width: 100%
}

.section_slide_left_title {
  width: 558px;
  height: 117px;
  font-family: Formular;
  line-height: 64px;
  font-size: 56px;
  color: #000;
  margin-bottom: 30px
}

.section_slide_left_mintext {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000;
  margin-bottom: 50px;
  width: 413px;
  height: 99px
}

.section_slide_left_btn {
  text-decoration: none;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #161e4c;
  width: 250px;
  height: 60px;
  display: inline-block;
  line-height: 60px
}

.section_slide_left_btn:hover {
  color: #000;
  background-color: #0dc143;;
  transition: .3s
}

.img_down {
  position: absolute;
  left: 60px;
  top: 642px;
  text-indent: -999999px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABKCAYAAABQOs+JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHgSURBVHgB7ZlBcoIwFIZ/bd3TG9CNazqu3OUGtbvuyhG8QY+gN5CeoK0X0J3d6Q3KDdS1C/oiL8IwQALEhdN8Mz9DyMufhIH4gkA9gjQj/ZL2pIS1JS24vjGCDVekKSkgeVzncXnKnci4EIaokQrD+AnHz3SBciQRslGa4nG7bVXAjAO6EKFkBiHSqTUdcREPJbdUXpjADoL9cM+FA+mrKnqz2fiDwUA9ervT6fQyHo/jivA1SdaJPh3eSB+ogYw/kU014I7q+CZNpHnAvdURFMpCE78mPSvzGHaJSV6fCwfY5ZA3vwq3ay5JdAHL5TIZjUbn5XY4HCayDD3J5VCHNES2lquOtOY9btDTBZZc07YxvefrQnkHQ0ym6CNdq2XsistGvibmbUjcS+TM/4v5+VcDdvHy5j7s4pN2d3R45J5+YI9XdSKQLkY22SKXfjRJmXWolPqCgN1ENCxWzJFuRbqwYJ9S1F6nTfK/QCH5L75ET6QjB5mm1ILjj9xeS4j03slGdRuuFTo8DALZXkelFns2nMPeE+ZwOBy3SaONgssVnbkzd+bO3NTcJ72jHvmt3GtjHiPd6VXtNuT1B3T8mhrlOkhyxpGuoe4LW74DaRzyeQ8N/mFp0kGEKxE2Cf4D5Od/OFs2yNEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  width: 23px;
  height: 73px
}

.abs {
  position: absolute
}

.top_block {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 80px;
  justify-content: center
}

.section_slide_parentcontent {
  width: 55%
}

.section_slide_left {
  position: relative;
  margin-right: -110px;
  margin-top: 70px
}

.section_slide_right_someslide {
  width: 530px
}

.section_slide_right_someslide img {
  width: 100%
}

.section_slide_right_someslide_min img {
  width: 208px;
  border: 10px solid #fff
}

.section_slide_right_someslide_min.slick-initialized.slick-slider.slick-dotted {
  margin-top: -97px;
  margin-left: 361px;
  width: 640px
}

.section_how_work_title {
  font-family: Formular;
  line-height: 40px;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 60px
}

.section_how_work_wrapcontant {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center
}

.section_how_work_box {
  width: 30%;
  margin-bottom: 70px
}

.section_how_work_box_top {
  background: #0dc143;;
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 12px 37px 60px rgba(7, 7, 13, .04)
}

.section_how_work_box_bottom {
  height: 318px;
  margin-top: 15px;
  padding: 0 50px;
  box-shadow: 12px 37px 60px rgba(7, 7, 13, .04);
  background-color: #fff
}

.section_how_work_box_bottom_bottomtext {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #000
}

.section_how_work_box_bottom_bottomtext {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #000
}

.texnolagy_more a {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #161e4c;
  text-decoration: none
}

div.section_how_work {
  position: relative;
  z-index: 11;
  padding-top: 90px
}

.section_how_work_box_bottom_toptext {
  font-family: Formular-Regular;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  font-size: 19px;
  text-align: center;
  color: #000;
  padding: 35px 0
}

.texno_wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 61%
}

.texnolagy_more {
  width: 100%
}

.section_servicesandprice {
  padding-bottom: 70px;
  padding-top: 90px
}

.section_servicesandprice iframe {
  text-align: center
}

.title_over {
  font-family: Formular;
  line-height: 40px;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 40px
}

.section_servicesandprice_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.section_servicesandprice_wrap_left {
  width: 45%
}

.content_wrap_left {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  align-items: center
}

.material {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  width: 70%
}

.price {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  color: #000
}

.content_wrap_left_info {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000
}

.material span {
  display: block;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  font-size: 10px;
  color: #7e7e7e
}

.content_wrap_right_top {
  width: 90%;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 25px
}

.content_wrap_right_bottom {
  padding: 30px;
  background: #fff
}

.content_wrap_right_top span {
  font-weight: bold
}

.section_servicesandprice_wrap_right {
  width: 45%
}

.content_wrap_right_bottom_title {
  font-family: Formular;
  line-height: 21px;
  font-size: 21px;
  color: #000;
  margin-bottom: 30px
}

.additional_services_name {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 5px
}

.additional_services_price {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000
}

.additional_services span {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 11px;
  font-size: 10px;
  color: #000
}

.additional_services {
  margin-bottom: 20px
}

.section_servicesandprice_btn a {
  text-decoration: none;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  padding: 0 15px
}

.section_servicesandprice_btn {
  text-align: center;
  margin-top: 90px
}

.ba-slider {
  width: 75%;
  margin: 0 auto
}

.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -2px;
  background: #161e4c;
  cursor: ew-resize
}

.section_before_after .ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin: -32px 0 0 -20px;
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAASCAYAAACw50UTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADeSURBVHgBxZSBDYIwEEUP4gC4ASMwgm4gG7iBMoEjOIJuwAi4gW4gI9QJzl8oWiyJ1xbjSz5H2rt/NLQl+gfMvBLmbcgHFOygRpjbQHtJrk4uuMfHnKdWmn4k5ggi0wlqU++aW8YZhaHrGrtBaoy7CSinOHLqV5C9zMGJ4o0HCuioXxbockD0207f2cJX6S9f0m94dE90ObOL71a0qe2EDLrOZH4f/dAkSRRCCbUURwutjd97n2Ogm4AUhaGMcTsMjE6omSgpjJGxY24aXBAq8qNC3U2cLb1KWXg1z84TJrG8KpIFo+MAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  background-color: #161e4c;
  box-shadow: none;
  border: none
}

.section_control_work {
  padding-top: 100px;
  padding-bottom: 50px
}

.section_control_work_wrap {
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.section_control_work_wrap_right {
  width: 50%;
  box-shadow: 12px 37px 60px rgba(7, 7, 13, .15)
}

.section_control_work_wrap_right img {
  width: 100%
}

.section_control_work_wrap_left {
  width: 50%;
  position: relative;
  margin-right: -185px
}

.control_work_title {
  font-family: Formular;
  line-height: 64px;
  font-size: 58px;
  color: #000;
  margin-bottom: 40px
}

.control_work_news {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000;
  width: 60%;
  margin-bottom: 50px
}

.control_work_name {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #000
}

.stock {
  padding-top: 100px
}

.stock_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0dc143;
}

.stock_left {
  width: 55%;
  padding: 0 20px
}

.stock_right {
  width: 45%;
  padding: 10px
}

.stock_right_title {
  font-family: Formular;
  line-height: 34px;
  font-size: 29px;
  color: #000
}

.stock_right_text {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 15px;
  width: 90%
}

.stock_right_btn {
  margin-top: 40px
}

.stock_right_btn a {
  text-decoration: none;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  padding: 0 25px
}

.stock_left img {
  width: 100%
}

.our_work_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.our_work_content {
  width: 33%;
  padding: 20px
}

.our_work_content img {
  width: 100%
}

.proffesional_team {
  width: 100%;
  display: flex;
  padding: 120px 0
}

.proffesional_team_left {
  display: flex;
  justify-content: space-between
}

.proffesional_team_right {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 20px #ddd
}

hr {
  border-color: #fff;
  border-bottom: 0;
  width: 80%;
  float: left;
  display: block;
  margin-left: 0
}

.content_number {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 10px
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
h6, .h6 {
  font-size: 1rem;
}
.color-2 {
  color: #084A7A !important;
}
.proffesional_team_left_content {
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between
}

.cont_box {
  display: flex;
  align-items: center;
  width: 100%;
}

.proffesional_team_left_img img {
  width: 100%
}

.proffesional_team_toptext {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ccc
}

.proffesional_team_midletext {
  font-family: Formular;
  line-height: 1.2;
  font-size: 40px;
  color: #000;
  margin: 15px 0
}

.proffesional_team_bottomtext {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000
}

.proffesional_team_content:last-child {
  border-bottom: none
}

div#our_work {
  padding-top: 70px
}

.ellow_bg {
  background-color: #0dc143;
}

.reviews_slide {
  padding-top: 80px
}

.ellow_bg_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.ellow_bg_contentwrap {
  width: 40%;
  text-align: center;
  padding: 20px
}

.ellow_bg_contentwrap img {
  margin-bottom: 20px
}

.ellow_bg_text {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #000
}

.reviews_slide_content_top {
  display: flex;
  align-items: center;
  margin-bottom: 25px
}

.reviews_slide_content_top img {
  margin-right: 25px
}

* {
  outline: none
}

.reviews_slide_content {
  width: 535px;
  box-shadow: 1px 1px 7px #ddd;
  padding: 40px;
  margin: 50px auto;
  background: #fff
}

.reviews_slide_content_top img {
  width: 80px
}

.reviews_nameclient {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px
}

.reviews_source {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #000
}

.reviews_slide_content_buttom {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000
}

.reviews_source {
  display: flex;
  align-items: center
}

.reviews_source:before {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE0SURBVHgB7VS/S0JRFP7u41JQTyKy9BX0Y9DhUUMODQlRCEFLW0T/QLhE0FhDS/gHNLm0NlVDQ0tGULQlLoKgDjo5qJPiIOr1etGnjyfP+3T1g8v97rnnfnz3cDgkeBF9AxDEJCAsRgHGRcgKJgFTQtRJPqUKttYWoc7P8MdAIlXo38mKBPRVRG6Ooc7NGrGz62cUihXBFRkRz5KK2/ChScTiFhLwb7rhdbsEz+bLeHr5R7VWN9xIC4madPH6mcRvPGfJkfraIJqN1tC4raPL8z2sawvQll1G7DSkYz+wIfj9YwzNFhsttOPzYlfXTLFtn0fsnRr1RDpw/LUeMvmS6Wzr6OrhXewnB37chY8Ej0S/8fGTtuSO7Wgq5ByUj4M/PphsBxvvF4Uv0uW8eZi5vQn7agN39k5lIYlTSgAAAABJRU5ErkJggg==);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  margin-right: 10px
}

.reviews_slide_wrap .slick-prev:before,
.reviews_slide_wrap .slick-next:before {
  content: ''
}

.reviews_slide_wrap .slick-prev:before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACBSURBVHgBxZDBDYAgDEUL8cbFETgSuHQkV3AURnACR2AEHYERvHED28TEhJiAXnwJtIf+tr8AFVrr0TkXOEIDWQuVUqGUssQYD+jlmrhZayd4w1eh4I89UkB6e68w5+wHTsjjLIRYpZSe8i6vKaV7EK2MvAEiNq/8yP8NjDG6p+4ERAwqSP6AYbQAAAAASUVORK5CYII=);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.reviews_slide_wrap .slick-next:before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBxdHBDQAQEETRkShACUqgMiWgEqUoQXSgFOMukXVgkre3f1rgvEIOF7PU/seKqjA25DVPFoSBOg1Bg0gJwr2L1rYvmIrWCyAzBKv9AAAAAElFTkSuQmCC);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.slick-dots li button::before {
  content: ""
}

.slick-dots .slick-active button:before {
  background-color: #161e4c;
  width: 12px;
  height: 12px;
  content: ''
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  background-color: #ddd;
  width: 35px;
  height: 35px;
  z-index: 999999
}

.reviews_slide_wrap button:hover {
  background: #0dc143;
}

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

.section_questions {
  padding-top: 100px;
  margin-bottom: 130px
}

ul.questions_now>li {
  font-family: "Formular-Regular";
  list-style-type: none;
  line-height: 31px;
  font-size: 21px;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
  cursor: pointer
}

ul.questions_now>li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAqSURBVHgB7dGhDQAACAPBh/13hg0gpAbRs03Vw6ymMRH4fBQsORTu/ObcC+YDFx6NXuoAAAAASUVORK5CYII=);
  width: 35px;
  height: 35px;
  background-size: 50%;
  margin-right: 35px;
  cursor: pointer;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center
}

ul.questions_now>li.active:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAABCAYAAAAB3PQ6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVHgBncABAQAAAAGg/B/NBwV1GjlBAQF3ChpIAAAAAElFTkSuQmCC);
  width: 35px;
  height: 35px;
  background-size: 50%;
  margin-right: 35px;
  cursor: pointer;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center
}

ul.questions_now>li:hover:before {
  background-color: #0dc143;
}

ul.questions_show {
  display: none
}

ul.questions_show.active {
  display: block
}

.questions_show {
  list-style-type: none
}

.questions_show li {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #000;
  margin-top: 25px
}

.section_order {
  background-color: #161e4c
}

.section_order_content_wrap {
  padding: 65px 0
}

.section_order_title {
  text-align: center;
  font-family: Formular;
  line-height: 64px;
  font-size: 50px;
  color: #fff
}

.section_order_title {
  text-align: center;
  font-family: "Formular-Regular";
  line-height: 64px;
  font-size: 58px;
  color: #fff
}

.section_order_text {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 30px
}

.form_section_order {
  width: 384px;
  margin: 0 auto
}

.form_section_order input.info_in {
  outline: none;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  color: #ffff;
  display: block;
  width: 100%;
  font-family: Open\ Sans;
  font-size: 14px
}

.box_input {
  margin: 65px 0;
  position: relative
}

form.form_section_order input::-webkit-input-placeholder {
  color: #ffff
}

form.form_section_order input::-moz-placeholder {
  color: #ffff
}

.section_order_btn {
  background: #0dc143;;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #161e4c;
  padding: 20px 0;
  cursor: pointer;
  width: 100%;
  border: none
}

.info_show {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  color: #ff4949;
  display: none;
  position: absolute;
  right: 0
}

.section_contact_wrap {
  display: flex;
  justify-content: space-between;
  padding: 80px 0
}

.section_contact_left {
  width: 60%
}

.section_contact_right {
  width: 30%
}

.title_over.title_contact {
  font-family: Formular;
  line-height: 40px;
  font-size: 36px;
  color: #000;
  text-align: left
}

.right_opacity_text {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 10px
}

.right_text {
  font-family: "Formular-Regular";
  line-height: 31px;
  font-size: 16px;
  color: #000;
  margin-bottom: 45px
}

.section_contact_soc li {
  list-style-type: none;
  margin-right: 15px
}

.section_contact_soc li:last-child {
  margin-right: 0
}

.section_contact_soc ul {
  display: flex
}

.fancybox-skin {
  padding: 0 !important
}

.fancybox-close {
  top: 30px !important;
  right: 30px !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEJSURBVHgB7dXdDYIwEAfws8C7IzCCJIRnncARxAl0BEdwA3QCR/CRhI+AE6gbsADgNcGEECl31SfTf9KUlpJfSHsAYGJi8qvEcexmWXbHtqE+g2ujPM8j1Rqhuuk4zgU7F9uJAksQu7Bt2zBN04MW2jTNFruqGyrhN9gNS9u2j2NrZzCRJEkWQogrXs67qdD3/bMKtCxr5XlepY1OwVyQjI7B2JbABFnoCAxckI324KI39UDQo4IyAphBcDeYcuu6XgMjLHR4aIBYTtrop1OKdbzSgUl7qioLSh2zUUodcuHZt6AOrNxT/HA/KaBMEARlb48rvL6BbvBvsS+KYk5dL99YNjAx+cu8APlepqFdfhf3AAAAAElFTkSuQmCC) !important
}

.form_wrap {
  display: none
}

#form_order {
  width: 850px;
  background: #161e4c;
  box-shadow: 7px 11px 28px rgba(13, 16, 35, .6);
  padding: 50px 0
}

#form_order_sale {
  width: 850px;
  background: #161e4c;
  box-shadow: 7px 11px 28px rgba(13, 16, 35, .6);
  padding: 50px 0
}

#form_texnology {
  width: 850px;
  background: #161e4c;
  box-shadow: 7px 11px 28px rgba(13, 16, 35, .6);
  padding: 50px 90px
}

#form_request {
  width: 850px;
  background: #161e4c;
  box-shadow: 7px 11px 28px rgba(13, 16, 35, .6);
  padding: 50px 0
}

.section_showorder_title {
  width: 100%;
  text-align: center;
  font-family: Formular;
  line-height: 1.2;
  font-size: 45px;
  color: #fff
}

.section_showorder_text {
  margin: 0 auto;
  margin-top: 15px;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #fff
}

form.form_showsection_order input::-webkit-input-placeholder {
  color: #fff
}

form.form_showsection_order input::-moz-placeholder {
  color: #fff
}

.section_showorder_btn {
  margin: 0 auto;
  background: #0dc143;;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #161e4c;
  padding: 15px 0;
  cursor: pointer;
  width: 100%;
  border: none
}

.form_texnology_title {
  font-family: Formular;
  line-height: 23px;
  font-size: 21px;
  color: #fff;
  margin-bottom: 65px
}

.form_texnology_title:before {
  content: 'i';
  border-radius: 46%;
  padding: 8px;
  font-size: 18px;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  margin-right: 20px
}

.form_texnology_text {
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 35px
}

.form_texnology_text span {
  font-weight: bold
}

.form_request_title {
  font-family: Formular;
  line-height: 64px;
  font-size: 58px;
  text-align: center;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px
}

.form_request_text {
  width: 70%;
  margin: 0 auto;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 70px
}

.form_request_btn {
  width: 50%;
  margin: 0 auto;
  background-color: #0dc143;;
  padding: 20px 0;
  font-family: Open\ Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #161e4c;
  cursor: pointer
}

.fancybox-nav.fancybox-prev span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACBSURBVHgBxZDBDYAgDEUL8cbFETgSuHQkV3AURnACR2AEHYERvHED28TEhJiAXnwJtIf+tr8AFVrr0TkXOEIDWQuVUqGUssQYD+jlmrhZayd4w1eh4I89UkB6e68w5+wHTsjjLIRYpZSe8i6vKaV7EK2MvAEiNq/8yP8NjDG6p+4ERAwqSP6AYbQAAAAASUVORK5CYII=);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-color: #ffff;
  background-position: center;
  opacity: 1;
  box-shadow: 12px 37px 60px rgba(7, 7, 13, .04)
}

.fancybox-nav.fancybox-next span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBxdHBDQAQEETRkShACUqgMiWgEqUoQXSgFOMukXVgkre3f1rgvEIOF7PU/seKqjA25DVPFoSBOg1Bg0gJwr2L1rYvmIrWCyAzBKv9AAAAAElFTkSuQmCC);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-color: #ffff;
  background-position: center;
  opacity: 1;
  box-shadow: 12px 37px 60px rgba(7, 7, 13, .04)
}

.fancybox-overlay {
  background: rgba(0, 0, 0, .85)
}

.list {
  padding-left: 15px;
  display: block
}

.right_text span {
  display: block
}

.right_text a {
  text-decoration: none;
  color: #000
}

.header_fhone a {
  text-decoration: none;
  color: #000;
  line-height: 1.4
}

.wrap_info_show_two {
  position: relative
}

.section_showorder_content_wrap {
  width: 50%;
  margin: auto
}

div#form_request {
  display: none
}

div#form_texnology {
  display: none
}

.section_before_after {
  padding-top: 70px
}

.only_mob {
  display: none
}

.menu_min {
  display: none
}

.wrap_for_show_min {
  display: flex
}

.menu_min_phone,
.menu_min_menu {
  text-indent: -999999px
}

.menu_min_phone {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACfSURBVHgBnZILDQIxEEQnKKiESkBCJSBhHYCDwwFBweHkcHA4AAdIgGk6JE1Dct2+5KXdpLv9bIFCoIZBVvqmJzgxeqeRPjV2sdPiB33RK53hINGlivPuBzhYVWTWPHiSDeXB3Ik/8tHPGCSi3HePQQz/23WkF3RgzQkmxTd0/oOkhUuTYIqnrQKx2s2qAjkxd6arK0lFPio09KgBzX2/4NYkNY1/Mg8AAAAASUVORK5CYII=);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center
}

.menu_min_menu {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAoSURBVHgB7dGhDQAACAPBdv+hISgcCtEmPfvyiVUIDzxaLqqaay93GtUsAwGMvuAcAAAAAElFTkSuQmCC);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center
}

.menu_min_menu.active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABeSURBVHgBnVOJCQAgCLwRHMERGqnNG6WiB6II9Q6kkLuzR4EJQQx6bkqP5BSmxZc7YRl8eZaBWeBH8J7sIbqFt0GOCjdyj7rWEOjK9J3p16b/me4wAdfbuhOKGMZQNGhTH6i/GbzGAAAAAElFTkSuQmCC)
}

.section_our_work .slick-prev:before,
.slick-next:before {
  content: ''
}

.section_our_work button.slick-prev:hover,
.section_our_work button.slick-next:hover {
  background-color: #0dc143;
}

.section_our_work .slick-next:before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBxdHBDQAQEETRkShACUqgMiWgEqUoQXSgFOMukXVgkre3f1rgvEIOF7PU/seKqjA25DVPFoSBOg1Bg0gJwr2L1rYvmIrWCyAzBKv9AAAAAElFTkSuQmCC);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.section_our_work .slick-prev:before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACBSURBVHgBxZDBDYAgDEUL8cbFETgSuHQkV3AURnACR2AEHYERvHED28TEhJiAXnwJtIf+tr8AFVrr0TkXOEIDWQuVUqGUssQYD+jlmrhZayd4w1eh4I89UkB6e68w5+wHTsjjLIRYpZSe8i6vKaV7EK2MvAEiNq/8yP8NjDG6p+4ERAwqSP6AYbQAAAAASUVORK5CYII=);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.section_our_work .slick-prev:before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACBSURBVHgBxZDBDYAgDEUL8cbFETgSuHQkV3AURnACR2AEHYERvHED28TEhJiAXnwJtIf+tr8AFVrr0TkXOEIDWQuVUqGUssQYD+jlmrhZayd4w1eh4I89UkB6e68w5+wHTsjjLIRYpZSe8i6vKaV7EK2MvAEiNq/8yP8NjDG6p+4ERAwqSP6AYbQAAAAASUVORK5CYII=);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.section_how_work_wrapcontant .slick-prev:before,
.slick-next:before {
  content: ''
}

.section_how_work_wrapcontant .slick-prev:before {
  content:'';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACBSURBVHgBxZDBDYAgDEUL8cbFETgSuHQkV3AURnACR2AEHYERvHED28TEhJiAXnwJtIf+tr8AFVrr0TkXOEIDWQuVUqGUssQYD+jlmrhZayd4w1eh4I89UkB6e68w5+wHTsjjLIRYpZSe8i6vKaV7EK2MvAEiNq/8yP8NjDG6p+4ERAwqSP6AYbQAAAAASUVORK5CYII=);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.section_how_work_wrapcontant .slick-next:before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABJSURBVHgBxdHBDQAQEETRkShACUqgMiWgEqUoQXSgFOMukXVgkre3f1rgvEIOF7PU/seKqjA25DVPFoSBOg1Bg0gJwr2L1rYvmIrWCyAzBKv9AAAAAElFTkSuQmCC);
  width: 100%;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat
}

.section_how_work_wrapcontant button.slick-prev:hover,
.section_how_work_wrapcontant button.slick-next:hover {
  background-color: #0dc143;
}

.form_texnology_title:before {
  font-size: 16px;
  padding: 0;
  display: block;
  line-height: 30px;
  text-align: center;
  float: left;
  width: 30px;
  height: 30px
}

.slide_item {
  display: none
}

.slide_item:first-child {
  display: block
}

.review__item {
  width: 535px;
  height: 310px;
  margin: auto;
  max-width: 100%
}

.review__item img {
  width: 100%
}

#background-wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }

  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }

  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }

  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 50px;
  }
}

.x1 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  -webkit-transform: scale(.6);
  -moz-transform: scale(.6);
  transform: scale(.6)
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(.4);
  -moz-transform: scale(.4);
  transform: scale(.4)
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  transform: scale(.7)
}

.x4 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  transform: scale(.3)
}

.x5 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5)
}

.x6 {
  -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  transform: scale(.8)
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  -webkit-transform: scale(.4);
  -moz-transform: scale(.4);
  transform: scale(.4)
}

.x8 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  transform: scale(.3)
}

.x9 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  -webkit-transform: scale(.6);
  -moz-transform: scale(.6);
  transform: scale(.6)
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  transform: scale(.3)
}

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .2), inset 0 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, .2), inset 0 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, .2), inset 0 10px 30px 5px #eafcff;
  height: 200px;
  position: absolute;
  width: 200px;
  background: #eff9fb
}

.bubble:after {
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(70%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 70%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, .3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, .3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, .3);
  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px
}

* {
  box-sizing: border-box
}

div.knop {
  display: block;
  height: 100%;
  -webkit-animation: hue-rotate 10s linear infinite;
  animation: hue-rotate 10s linear infinite
}

.button {
  -webkit-font-smoothing: antialiased;
  background-color: #222;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  color: #fff;
  padding: 20px 40px;
  text-transform: uppercase;
  transition: all .1s ease-out
}

.button:hover {
  background-color: #90feb5;
  color: #fff
}

.button:active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}

.button--bubble {
  position: relative;
  z-index: 2;
  color: #fff;
  background: none
}

.button--bubble:hover {
  background: none
}

.button--bubble:hover+.button--bubble__effect-container .circle {
  background: #44fd82
}

.button--bubble:hover+.button--bubble__effect-container .button {
  background: #44fd82
}

.button--bubble:active+.button--bubble__effect-container {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}

.button--bubble__container {
  position: relative;
  display: inline-block
}

.button--bubble__container .effect-button {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
  transition: background .1s ease-out
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  -webkit-filter: url(../css/main.css#goo);
  filter: url(../css/main.css#goo);
  transition: all .1s ease-out;
  pointer-events: none
}

.button--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #222;
  transition: background .1s ease-out
}

.button--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%
}

.button--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%
}

.phones {
  display: none
}

.phones {
  position: absolute;
  background: #fff;
  padding: 20px;
  width: 230px;
  right: 10px;
  top: 50px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #c5c4c4
}

a.phone-min {
  display: block;
  font-size: 20px;
  text-decoration: none;
  color: #161e4c;
  padding-left: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACfSURBVHgBnZILDQIxEEQnKKiESkBCJSBhHYCDwwFBweHkcHA4AAdIgGk6JE1Dct2+5KXdpLv9bIFCoIZBVvqmJzgxeqeRPjV2sdPiB33RK53hINGlivPuBzhYVWTWPHiSDeXB3Ik/8tHPGCSi3HePQQz/23WkF3RgzQkmxTd0/oOkhUuTYIqnrQKx2s2qAjkxd6arK0lFPio09KgBzX2/4NYkNY1/Mg8AAAAASUVORK5CYII=);
  background-position: left center;
  background-repeat: no-repeat
}

.goo {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px
}

span.yelloy {
  color: #0dc143;
}

.button--bubble__container {
  top: 50%;
  margin-top: -25px
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

.our_work_content.video_ib {
  position: relative
}

.our_work_content.video_ib a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKnSURBVHgB3ZqBddowFEWfOR3AnaBmgiQT1GzQThA6QdsJaCcIG0BH6AS4E4RMYG8QNvj9D8nEuMYlWJJF7jk/JpgDen5fsvTlBI4QkUwPucaNPaaNqKlsbDWeNIokSSqMjTY+1VholHI5pcaDvRDBBeQaG3HPKoggMQ6sxD8rb4L0i+81niUcpcYcLhGTw2PxgKGISaWNjM+jRtrX1qRPhB42GreIAw7ZMx2ud10n+4Q8Ih4RNbzvzLpOTLreFJOXsYkguZzbZ/SDc4mf+3a7k5aIDKZfZIgb9pNps7+0U2uB+EUQDkRHKXZwxLpR4rrgKFbwRdORBa6PQ5v3jjh0gzlbwIx4GcLwnn2lduQb3HCnX/pZjxzrfyEML22XYeuJmn8cFTOUl+KX/e9OxKRVBg+oO2v4dydTDR+YWjk8wqWsxlxffoFZ5vpgRiFBpiKe3bmlkBsEwqM7HykkQ2A8uJOOIoS03NlhGOk7jAzd0VGHL1e4nHSCNwKFDLV1EOrGV7RmspfA1KKQFIGxN2KmU47hVKM4Yl1gTSCHG/ZC/iAQdEGDK9Al3GbBE4VsEQAPLjTZso8U8IjjvnCKYmL3Jyp4wLMLNbyxVvV9xMVUIbVX32df6OI3/9RLXf7YM4ZTwaTqJ4Qb0qf76U79n72COa6LtYrgXO2oHJTDFOeuiWm9B3mYa9n6UKiCgQvWzY3UdsmUec3FfPApyyupYIpzVf3G0ezX1lK/I35+nrWtrc4sJV6WXW3u2+iJcRTbqhN3XSf6FlasGAaZh53Jfuvt1MmTQmx/mSEOMQV69g/PRsbtM0u4RMLUcZvw4YQ5fCBmMrgW/6zkP/vqsQvaiJkqhcUKYv8p5XJKjR8y0IEEjpCXB89YFGc9OcNxFXPXCNYJOBo6e/DsL/pQTnsU89CDAAAAAElFTkSuQmCC);
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px
}

.fancybox-button svg path {
  fill: white
}

.header_menu_anim,
.section_servicesandprice_wrap_left,
.section_servicesandprice_wrap_right,
.section_how_work_box,
.section_video_contentwrap,
.section_how_work_title,
.section_servicesandprice_btn,
.our_work_content,
.proffesional_team,
.section_questions {
  visibility: hidden
}

.visibility {
  visibility: visible !important
}

.section_before_after .title_over,
.reviews_slide .title_over {
  visibility: visible
}

.title_over.ac {
  padding-top: 100px;
  color: #000;
  visibility: visible;
  margin-bottom: -50px
}



.header_menu li.pink a {
  background: #f32c68;
  color: #fff;
}
.header_menu li.pink:hover{
  background: transparent;
}
.section_how_work__text {
  margin-bottom: 50px;
  font-size: 16px
}

@media (max-width:1300px) {
  .header_menu li {
    padding: 20px 15px
  }
}

@media (max-width:1200px) {
  .container {
    width: 100%
  }

  .header_soc {
    display: none
  }

  .header_menu li {
    padding: 20px 10px;
    position: relative
  }

  .header_menu li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
  }

  .proffesional_team_midletext {
    font-size: 40px
  }

  .bg_video {
    height: 100%;
    object-fit: cover
  }

  .section_video_contentwrap {
    padding-top: 125px
  }

  .reviews_slide_content {
    width: 80%;
    margin: auto;
    margin-bottom: 25px
  }
}

@media (max-width:992px) {
  .cont_box {
    flex-wrap: wrap;
    width: 100%
  }

  .proffesional_team {
    flex-wrap: wrap-reverse
  }

  .proffesional_team_right {
    width: 100%;
    box-shadow: none
  }

  .header_fhone_time {
    display: none
  }

  .section_how_work_box {
    width: 45%
  }

  .content_wrap_right_top {
    display: none;
    width: 100%
  }

  .only_mob {
    display: block
  }

  .section_servicesandprice_wrap {
    flex-wrap: wrap
  }

  #form_order,
  #form_request {
    width: 600px
  }

  .section_showorder_content_wrap {
    width: 80%
  }

  .section_servicesandprice_btn {
    margin-top: 25px
  }

  .control_work_title {
    line-height: 1.2;
    font-size: 34px;
    margin-bottom: 15px
  }

  .control_work_news {
    width: 80%
  }

  .stock_right {
    width: 45%
  }

  .proffesional_team_left_img {
    display: none
  }

  .proffesional_team_left_content {
    margin: 0;
    padding: 0 50px
  }

  .slick-next.slick-arrow {
    right: 0
  }

  .slick-prev.slick-arrow {
    left: 0
  }

  .reviews_slide_content {
    margin-top: 0
  }

  .section_contact_left {
    width: 50%
  }

  .section_contact_right {
    width: 45%
  }

  .section_control_work_wrap {
    justify-content: space-around
  }

  .section_control_work_wrap_left {
    width: 59%
  }

  .section_how_work_box_bottom {
    padding: 0 10px
  }

  .section_how_work .slick-list.draggable {
    width: 100%;
    margin: 0 auto
  }

  .section_our_work .slick-list.draggable {
    width: 100%;
    margin: 0 auto
  }

  div#form_texnology {
    width: 100%;
    padding: 10px
  }

  .reviews_slide_content {
    width: 100%
  }

  .wrap_for_show_min {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    left: 0;
    top: 62px
  }

  .header_menu ul {
    display: block;
    text-align: center
  }

  .header_contact_soc {
    flex-wrap: wrap
  }

  .header_menu {
    margin-bottom: 60px
  }

  .header_soc,
  .header_fhone_time {
    display: block;
    width: 100%
  }

  .header_fhone {
    text-align: center
  }

  .header_time {
    text-align: center
  }

  .header_contact_soc {
    margin-bottom: 50px
  }

  .header_fhone_time {
    margin-bottom: 20px
  }

  .header_soc {
    margin-left: 0;
    text-align: center
  }

  .ellow_bg_wrap {
    flex-wrap: wrap
  }

  .ellow_bg_contentwrap {
    width: 50%
  }

  .section_servicesandprice_wrap_left,
  .section_servicesandprice_wrap_right {
    width: 100%
  }

  .content_wrap_right_bottom {
    box-shadow: none;
    margin-top: 30px;
    padding: 0
  }

  .menu_min {
    display: flex;
    width: 80px;
    justify-content: space-between
  }

  .section_contact_wrap {
    flex-wrap: wrap
  }

  .section_contact_left {
    width: 100%
  }

  .section_contact_right {
    width: 100%
  }

  .proffesional_team_left_img {
    width: 100%;
    display: block
  }

  .section_video_contentwrap {
    width: 100%
  }

  .section_video_contentwrap_forbg {
    height: 788px
  }

  .bg_video {
    height: 788px
  }

  .video_contentwrap_title {
    font-size: 26px
  }

  .video_contentwrap_text {
    font-size: 14px
  }

  #form_order,
  #form_request {
    width: 450px
  }

  #form_pop {
    width: 100%
  }

  .section_showorder_title {
    font-size: 34px;
    line-height: 1.2
  }

  .box_input {
    margin: 35px 0
  }

  div#background-wrap {
    display: none
  }
}

@media (max-width:710px) {
  .stock_left {
    width: 33%
  }

  .stock_right {
    width: 67%
  }
}

@media (max-width:500px) {
  .section_header {
    padding: 0 15px
  }

  .reviews_slide_content {
    background: #fff;
    padding: 15px
  }

  .section_how_work_box {
    margin-bottom: 15px
  }

  .ba-slider {
    width: 100%
  }

  .our_work_content,
  .section_how_work_box_bottom,
  .section_how_work_box_top {
    padding: 0;
    padding-bottom: 20px;
    width: 95%
  }

  .our_work_content img {
    width: 95%
  }

  .our_work_content,
  .section_how_work_box_bottom,
  .section_how_work_box_top {
    box-shadow: none
  }

  .section_how_work_box_top {
    margin-bottom: 20px
  }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    z-index: 5
  }

  .section_video_contentwrap {
    padding-top: 70px
  }
}

@media (max-width:480px) {
  .section_showorder_btn {
    border-radius: 0 !important;
    line-height: 49px;
    padding: 0;
    -webkit-appearance: none
  }

  input {
    -webkit-appearance: none;
    border-radius: 0 !important
  }

  div.knop {
    display: block;
    height: 100%;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
    overflow: hidden;
    height: 88px
  }

  .section_video_contentwrap_forbg {
    height: 650px
  }

  .form_section_order {
    width: 100%
  }

  .section_before_after,
  .section_servicesandprice,
  div.section_how_work,
  .section_control_work,
  div#our_work {
    padding-top: 40px
  }

  .section_questions {
    margin-top: 40px
  }

  .section_how_work_title {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px
  }

  .video_contentwrap_btn {
    width: 70%;
    padding: 10px
  }

  .section_control_work_wrap {
    flex-wrap: wrap
  }

  .section_control_work_wrap_left {
    margin-right: 0
  }

  .section_control_work_wrap_right {
    width: 100%
  }

  .proffesional_team_right {
    padding: 20px
  }

  .proffesional_team_midletext {
    font-size: 25px
  }

  .proffesional_team_left_content {
    padding: 0 25px
  }

  .stock_wrap {
    flex-wrap: wrap
  }

  .stock_left {
    width: 100%
  }

  .stock_right {
    width: 100%;
    margin-top: 20px
  }

  .title_over {
    font-size: 25px;
    text-align: left
  }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    z-index: 2
  }

  .section_control_work_wrap_left {
    width: 100%
  }

  .control_work_title {
    font-size: 25px
  }

  .section_control_work_wrap_left {
    margin-top: 20px
  }

  .ellow_bg_wrap {
    flex-wrap: wrap
  }

  .ellow_bg_contentwrap {
    width: 100%
  }

  .control_work_news {
    width: 100%;
    margin-bottom: 20px
  }

  .section_order_title {
    font-size: 30px
  }

  #form_order,
  #form_request {
    width: 100%
  }

  .form_request_title {
    font-size: 40px;
    line-height: 40px
  }

  .form_request_btn {
    width: 80%
  }
}

.stock__timertext {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: .03em
}

.timer__clock {
  display: flex;
  align-items: center
}

@media (max-width:600px) {
  .timer__clock {
    justify-content: center
  }
}

.timer__nums {
  font-family: Formular;
  min-width: 85px;
  display: flex;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 72px;
  letter-spacing: .02em;
  justify-content: center
}

@media (max-width:600px) {
  .timer__nums {
    font-size: 35px;
    line-height: 43px;
    min-width: 50px;
    min-width: 50px
  }
}

@media (max-width:479px) {
  .timer__nums {
    font-size: 28px;
    line-height: 34px
  }
}

.timer__num {
  display: flex
}

.timer__text {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  letter-spacing: .03em
}

.timer__dots {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: .02em;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  margin-top: -25px
}

@media (max-width:600px) {
  .timer__dots {
    font-size: 35px;
    line-height: 43px
  }
}

@media (max-width:479px) {
  .timer__dots {
    font-size: 28px;
    margin: 0;
    line-height: 34px;
    margin-top: -20px
  }
}

.timer__num {
  margin-bottom: 0;
  margin-top: 0 !important;
  opacity: 1 !important
}

.stock_wrap_flex {
  background: #0dc143;;
  padding: 40px 0
}

.stock__center {
  text-align: center;
  width: 100%;
  padding: 25px 0
}

.stock_right_text {
  width: 100%;
  font-size: 18px
}

@media (max-width:900px) {
  .stock_wrap {
    flex-wrap: wrap-reverse
  }

  .stock_left {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center
  }

  .stock_right {
    width: 100%;
    margin-bottom: 25px;
    text-align: center
  }

  .stock_right_text {
    margin-right: 0;
    width: 100%
  }
}

.change_lang {
  text-decoration: none;
  color: #f32c68;
  border: 1px solid #f32c68;
  padding: 5px;
  border-radius: 5px;
  transition: .3s
}

.change_lang:hover {
  text-decoration: none;
  color: #fff;
  background: #f32c68
}

.go-topaz {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0dc143;;
  text-decoration: none;
  height: 35px;
  color: #000;
  transition: .3s
}

.go-topaz:hover {
  background: #fff886
}
.back__calling {
  position: relative;
  z-index: 100000;
}
.calling__btn {
  bottom: 50px;
  right: 100px;
  cursor: pointer;
  position: fixed;
}
.calling__btn_wrapper {
  background: #0dc143;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.calling__btn_wrapper::before {
  content: "";
  background-color: #0dc143;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
.calling__btn_wrapper::after {
  content: "";
  background-color: #0dc143;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
  animation-delay: 2s;
}
.hithere {
  animation: hithere 1s ease infinite;
}
.calling__btn__icon, .calling__btn__icon-close {
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
svg:not(:root) {
  overflow: hidden;
}
@keyframes pulse-me {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.1;
	}

	70% {
		opacity: 0.09;
	}

	100% {
		transform: scale(5);
		opacity: 0;
	}
}
@keyframes hithere {
	30% {
		transform: scale(1.2);
	}

	40%,
	60% {
		transform: rotate(-20deg) scale(1.2);
	}

	50% {
		transform: rotate(20deg) scale(1.2);
	}

	70% {
		transform: rotate(0deg) scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}
.calling__btn__icon, .calling__btn__icon-close {
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.calling__btn__icon-close {
  display: none;
}
.price-block {
  margin: 15px;
  padding: 20px;
  text-align: center;
  border: 2px solid #0DC143;
  border-radius: 10px;
}
.price-img1 {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.h3price {
  text-align: center;
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 50px;
}
.h3price1 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}
sup {
  top: -.5em;
  position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}
.but-obw {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-top: 2px;
  border: none !important;
  border-radius: 50px !important;
  position: relative;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background-color: #0DC143 !important;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: auto;
  margin-bottom: 30px !important;
}
.section_servicesandprice a{
  text-decoration: none;
}
@media (max-width: 479px) {
  .calling__btn {
      bottom: 70px;
      right: 10px;
  }
}