@charset "UTF-8";

.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: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
  -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:after,
.slick-track:before {
  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
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

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

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

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

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

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

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

@charset 'UTF-8';

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

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  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')
}

.slick-next,
.slick-prev {
  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: 0;
  outline: 0;
  background: 0
}

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

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

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

.slick-next:before,
.slick-prev: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
}

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

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

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

.slick-next {
  right: -25px
}

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

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

[dir=rtl] .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: 0;
  background: 0
}

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

.slick-dots li button:focus:before,
.slick-dots li button:hover: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
}

.scrollable {
  position: relative
}

.scrollable:focus {
  outline: 0
}

.scrollable .viewport {
  position: relative;
  overflow: hidden
}

.scrollable .viewport .overview {
  position: absolute
}

.scrollable .scroll-bar {
  display: none
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%
}

.scrollable .scroll-bar .thumb {
  position: absolute
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: .4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: .6
}

.scrollable.gray-skin {
  padding-right: 17px
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px
}

.scrollable.modern-skin {
  padding-right: 17px
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0, #547092 100%);
  background: linear-gradient(to right, #95aabf 0, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )"
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )"
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px
}

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: 0;
  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: 0;
  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: 0
}

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

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

.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 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: 0;
  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: 0;
  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)
  }
}

@-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
  }
}

:root {
  --font: "Roboto", sans-serif;
  --dark: #000;
  --blue: #20a1ff;
  --gray: rgba(0, 0, 0, 0.5);
  --gradient: linear-gradient(0deg, #0094ff, #0094ff);
  --small: 12px;
  --normal: 14px;
  --big: 24px;
  --large: 36px;
  --huge: 42px;
  --transition: .3s ease
}

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

*::-webkit-input-placeholder {
  color: #dbdbdb;
  font-family: var(--font-1);
  opacity: 1
}

*:-moz-placeholder {
  color: #dbdbdb;
  font-family: var(--font-1);
  opacity: 1
}

*::-moz-placeholder {
  color: #dbdbdb;
  font-family: var(--font-1);
  opacity: 1
}

*:-ms-input-placeholder {
  color: #dbdbdb;
  font-family: var(--font-1);
  opacity: 1
}

html,
body {
  overflow-x: hidden
}

body {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.428;
  color: var(--dark);
  background: #f6f6f6
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300
}

img {
  max-width: 100%
}

a {
  text-decoration: none
}

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: inherit
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto
}

.wrapper {
  padding: 0 75px
}

.w-100 {
  width: 100%
}

.block__title {
  font-size: var(--large);
  line-height: 1.444;
  position: relative;
  padding-bottom: 27px
}

.block__title--big {
  font-size: var(--huge);
  line-height: 1.08;
  padding-bottom: 24px
}

.block__title--center {
  text-align: center
}

.block__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--blue)
}

.block__title--center::before {
  right: 0;
  margin: 0 auto
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.link-more {
  line-height: 1;
  position: relative
}

.link-more {
  position: relative;
  color: var(--blue)
}

.link-more::after {
  content: '';
  display: inline-block;
  margin-left: 21px;
  width: 37px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='37' height='8' viewBox='0 0 37 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3536 4.35355C36.5488 4.15829 36.5488 3.84171 36.3536 3.64645L33.1716 0.464466C32.9763 0.269204 32.6597 0.269204 32.4645 0.464466C32.2692 0.659728 32.2692 0.976311 32.4645 1.17157L35.2929 4L32.4645 6.82843C32.2692 7.02369 32.2692 7.34027 32.4645 7.53553C32.6597 7.7308 32.9763 7.7308 33.1716 7.53553L36.3536 4.35355ZM0 4.5H36V3.5H0V4.5Z' fill='%230094FF'/%3E%3C/svg%3E%0A") center no-repeat;
  transition: var(--transition);
}

.link-more:hover::after {
  transform: translateX(-15px)
}

.visibility-hidden {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
  width: 1px;
  position: absolute
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #d3d3d3;
  border-radius: 3px;
  transition: var(--transition)
}

input:checked~.checkbox {
  background: #d3d3d3
}

.btn {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 264px;
  height: 52px;
  line-height: 1;
  font-size: var(--big);
  background: var(--blue);
  color: #fff;
  border: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-family: var(--font-1);
  transition: var(--transition);
  cursor: pointer
}

.btn:hover {
  background: #0788e6;
  box-shadow: 0 13px 21px rgba(92, 92, 92, .13)
}

.btn:focus {
  outline: 0
}

.btn--white {
  background: #fff;
  color: var(--dark)
}

.btn--white:hover {
  background: #eee
}

.form-control {
  width: 194px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: transparent;
  font-family: var(--font-1);
  transition: var(--transition);
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 5px 1em
}

textarea.form-control {
  height: auto;
  width: 100%
}

.logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #fff
}

.logo .big {
  position: relative;
  font-weight: bold;
  font-size: 52px;
  line-height: 61px;
  padding-right: 12px
}

.logo .big::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 48px;
  width: 2px;
  background: var(--blue);
  transform: translateY(-50%)
}

.logo .text {
  padding-left: 15px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px
}

.content-text p:not(:last-child) {
  margin-bottom: 1.5em
}

.content-text h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: bold
}

.content-text table {
  width: 100%
}

.content-text td {
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  padding: 10px 15px;
  color: #000
}

.mb-60 {
  margin-bottom: 60px !important
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9
}

.inner-page {
  padding-top: 92px;
  position: relative
}

.h-top {
  background: rgba(255, 255, 255, 0.2)
}

.h-top .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 30px
}

.h-address {
  font-size: var(--normal);
  line-height: 1;
  color: rgba(255, 255, 255, 0.6)
}

.h-mail,
.h-phone {
  display: inline-block;
  color: #fff;
  transition: var(--transition);
  line-height: 1 !important
}

.h-mail i,
.h-phone i {
  opacity: .5
}

.h-mail:hover i,
.h-phone:hover i {
  fill: var(--blue);
  opacity: 1
}

.h-mail {
  margin-right: 70px
}

.h-phone:not(:last-child) {
  margin-right: 11px
}

.h-wrapper {
  background: rgba(255, 255, 255, 0.1)
}

.h-wrapper.fixed {
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 2px 10px rgba(199, 199, 199, .23)
}

.h-wrapper .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px
}

.h-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  list-style: none;
  margin-right: 50px;
  margin-left: auto
}

.h-menu li {
  position: relative
}

.has-submenu::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 6px;
  width: 11px;
  height: 7px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvgwidth='11'height='7'viewBox='00117'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M11L5.55.5L101'stroke='white'stroke-width='2'/%3E%3C/svg%3E%0A");
  transition: var(--transition)
}

.h-menu li.has-submenu:hover::before {
  transform: rotate(180deg)
}

.h-menu li:not(:last-child) {
  margin-right: 15px
}

.h-menu li a {
  font-size: var(--normal);
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  transition: var(--transition)
}

.h-menu li a:hover {
  color: var(--blue)
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -18px;
  list-style: none;
  min-width: 250px;
  z-index: 10;
  padding-top: 21px
}

.h-menu .submenu li {
  margin-right: 0
}

.h-menu li:hover .submenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column
}

.submenu li a {
  min-height: 40px;
  text-transform: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  color: var(--dark);
  padding: 10px 1em
}

.submenu li a:hover {
  background: #eee
}

.h-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  width: 167px;
  height: 29px;
  border: 2px solid var(--blue);
  border-radius: 3px;
  transition: var(--transition)
}

.h-btn:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue)
}

.h-black {
  background: #000
}

.breadcrumbs {
  margin: 30px 0
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: .25rem;
  font-size: 12px;
  line-height: 16px;
  color: #989898
}

.breadcrumb-item a {
  color: var(--dark)
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .25rem;
  content: "/";
  color: var(--dark)
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6)
}

.banner-opacity::before {
  background: rgba(0, 0, 0, 0.3)
}

.bg-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner .container {
  position: relative;
  z-index: 2;
  width: 100%
}

.b-rights.container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  font-size: 15px;
  text-align: right;
  opacity: .8
}

.b-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%
}

.b-sliders {
  max-width: 650px;
  margin-bottom: 65px
}

.b-sliders.slick-dotted.slick-slider {
  margin-bottom: 65px
}

.b-sliders__item {
  position: relative
}

.b-sliders__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  margin-bottom: 32px
}

.b-sliders__text {
  padding-top: 20px;
  font-size: var(--normal);
  line-height: 171%;
  color: rgba(255, 255, 255, 0.6)
}

.b-sliders .slick-dots {
  position: relative;
  text-align: left;
  bottom: auto
}

.b-sliders .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  transition: var(--transition)
}

.b-sliders .slick-dots li.slick-active {
  width: 55px
}

.b-sliders .slick-dots li:not(:last-child) {
  margin-right: 22px
}

.b-sliders .slick-dots li button {
  width: 100%;
  height: 100%;
  background: var(--blue)
}

.b-sliders .slick-dots li button::before {
  display: none
}

.b-sliders .slick-dots li.slick-active button {
  width: 100%
}

.b-sliders-down {
  width: 51px;
  height: 22px;
  display: inline-block;
  stroke: #fff;
  -webkit-animation: pulsedown 2s infinite;
  animation: pulsedown 2s infinite
}

.b-licences__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 450px;
  justify-content: space-between
}

.b-licences__item {
  width: 50%;
  margin-bottom: 40px;
  color: #fff;
  max-width: 212px;
  transition: var(--transition)
}

.b-licences__item:hover {
  color: var(--blue)
}

.b-licences__item .number {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 82px;
  height: 78px;
  font-size: 48px;
  line-height: 1;
  padding-left: 8px;
  background: transparent url(../img/wreath.png) center no-repeat;
  background-size: cover
}

.b-licences__item .text {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-left: 27px;
  transform: translateY(-12px);
  border-bottom: 1px dashed var(--blue)
}

.activity {
  padding: 70px 0 80px
}

.inner-page .activity {
  padding-top: 0
}

.activity__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(470px, 1fr));
  grid-gap: 28px 28px;
  padding-top: 48px
}

.activity__list--three {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr))
}

.activity__list--masonry {
  grid-template-columns: repeat(2, 1fr)
}

.activity__list--masonry .activity__item:nth-child(7n+1) {
  grid-column: auto /span 2
}

.activity__list--masonry .activity__item:nth-child(7n+6) {
  grid-column: auto /span 1
}

.activity__list--masonry .activity__item:nth-child(7n+7) {
  grid-column: auto /span 2
}

.activity__item {
  position: relative;
  display: block;
  min-height: 245px;
  padding: 38px 49px 38px 40px;
  transition: var(--transition)
}

.activity__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

.activity__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.activity__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--gradient);
  opacity: 0;
  transition: var(--transition)
}

.activity__item:hover .activity__img::after {
  opacity: 1
}

.activity__img img {
  z-index: 0
}

.activity__block {
  position: relative;
  z-index: 3;
  color: #fff
}

.activity__title {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 20px;
  min-height: 65px;
  transition: var(--transition)
}

.activity__item:hover .activity__title {
  border-color: #fff
}

.activity__desc {
  line-height: 1.14
}

.activity__date {
  position: absolute;
  bottom: 15px;
  color: #fff;
  right: 15px
}

.s-objects {
  margin-bottom: 40px
}

.s-objects__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
  padding-top: 57px;
  padding-bottom: 64px;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.s-objects__left {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.s-objects__left .block__title {
  line-height: 1;
  margin-bottom: 25px
}

.s-objects__title {
  font-weight: 500;
  font-size: var(--big);
  line-height: 28px;
  margin-bottom: 30px
}

.s-objects__address {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 23px
}

.s-objects__desc {
  color: var(--gray);
  margin-bottom: 51px
}

.s-objects__right {
  -ms-flex: 0 0 calc(58.333333% + 60px);
  flex: 0 0 calc(58.333333% + 60px);
  max-width: calc(58.333333% + 60px)
}

.s-objects__img {
  position: relative;
  height: 387px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.s-objects .s-objects__info a {
    display: none!important;
}

.s-objects__img::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1)
}

.s-objects__img img {
  position: relative;
  z-index: 0
}

.s-objects__right {
  position: relative
}

.s-objects__right .slick-dots {
  text-align: left;
  bottom: -50px
}

.s-objects__right .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 8px
}

.s-objects__right .slick-dots li button {
  height: 10px;
  width: 10px;
  background: var(--blue);
  opacity: .2
}

.s-objects__right .slick-dots li button:before {
  display: none
}

.s-objects__right .slick-dots li.slick-active button {
  opacity: 1
}

.slider-nav.slick-dotted.slick-slider {
  margin-bottom: 0
}

.s-objects__right .slider-arrow-nav {
  position: absolute;
  bottom: -10px;
  right: 0
}

.slider-arrow-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 190px;
  height: 120px;
  background: #fff
}

.slider-arrow {
  background: var(--blue);
  fill: #fff;
  width: 75px;
  height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition)
}

.slider-arrow:hover {
  background: #0788e6
}

.slider__prev {
  margin: 0 20px
}

.slider-arrow svg {
  width: 37px;
  height: 20px
}

.slider__next {
  transform: rotate(180deg)
}

.about {
  margin-bottom: 40px
}

.about__wrapper {
  padding-top: 56px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.about__first {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.about .block__title {
  margin-bottom: 35px
}

.about__left {
  position: relative;
  -ms-flex: 0 0 calc(45.666667% + 60px);
  flex: 0 0 calc(45.666667% + 60px);
  max-width: calc(45.666667% + 60px)
}

.about__img {
  position: relative;
  min-height: 351px;
  padding: 52px 40px
}

.scrollVideo,
.about__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.about__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.about__btn {
  display: inline-block;
  width: 62px;
  height: 58px;
  fill: #fff;
  position: relative;
  z-index: 2
}

.about__btn:hover {
  fill: var(--blue);
  transition: var(--transition)
}

.about__img .block__title a,
.about__img .block__title {
  z-index: 2;
  color: #fff;
  line-height: 1
}

.about__info {
  -ms-flex: 0 0 calc(33.333333% + 85px);
  flex: 0 0 calc(33.333333% + 85px);
  max-width: calc(33.333333% + 85px)
}

.about__title {
  font-weight: 500;
  font-size: var(--big);
  line-height: 1.16;
  margin-bottom: 30px
}

.about__text {
  color: var(--gray);
  margin-bottom: 35px
}

.about__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.about__item {
  margin-bottom: 30px;
  max-width: 317px
}

.about__name {
  font-weight: 500;
  font-size: var(--big);
  line-height: 271%;
  color: #121212;
  margin-bottom: 17px
}

.about__anons {
  color: var(--gray)
}

.results {
  margin-bottom: 40px
}

.results__wrapper {
  min-height: 619px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.results__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.results__left {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  background: url(../img/results-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  color: #fff
}
@media screen and (min-width: 1280px) {
    .results__left.wrapper {
        padding-right: 35px;
        padding-left: 35px;
    }
} 

.results__left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0
}

.results__left>.block__title::before {
  display: none
}

.results__left .block__title::before {
  width: 35px
}

.results__list {
  position: relative;
  margin-bottom: 32px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 28px 28px
}

.results__item .number {
  min-width: 135px;
  text-align: right;
  padding-right: 20px
}

.results__item .text {
  font-weight: 400
}

.results__partners {
  position: relative
}

.results__partners .block__title {
  font-size: var(--big)
}

.results__partners .list {
  margin-top: 16px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 28px 28px
}

.results__partners .item {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.results__partners .item img {
  max-height: 70px;
  object-fit: contain
}

.results__right {
  position: relative;
  flex-shrink: 0;
  width: calc(33.333333% - 20px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 35px
}

.results__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.results__quote {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 45px;
  font-family: Lora;
  font-style: italic;
  font-size: 14px;
  line-height: 18px
}

.results__sign {
  position: relative;
  z-index: 1;
  color: #fff
}

.results__sign-name {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1em
}

.results__sign-job {
  font-size: 12px;
  line-height: 1
}

.order {
  position: relative;
  color: #fff;
  margin-bottom: 40px
}

.order-lead {
  margin-bottom: 85px
}

.order__wrapper {
  background: url(../img/order-bg2.jpg) center right no-repeat;
  padding: 45px 75px 25px;
  background-size: cover;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.order-lead .order__wrapper {
  background-image: url(../img/order-lead-3.jpg);
  padding: 60px 75px 80px
}

.order-lead .order__wrapper::before {
  display: none
}

.order__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6)
}

.order__wrapper>* {
  position: relative;
  z-index: 1
}

.order .block__title {
  margin-bottom: 26px
}

.order__text {
  font-size: var(--big);
  line-height: 183%;
  color: #fff;
  margin-bottom: 25px
}

.order__fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.order__item:not(:last-child) {
  margin-right: 30px
}

.order__item .form-control {
  text-align: center
}

.order__politics {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .02em;
  color: #ddd;
  padding-left: 32px;
  position: relative;
  margin-top: 38px;
  max-width: 570px
}

.order__politics .checkbox {
  position: absolute;
  top: 0;
  left: 0
}

.order__actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 48px
}

.order__actions .order__politics {
  margin-top: 0;
  margin-left: 47px
}

.order-lead .order__item:not(:last-child) {
  margin-right: 0
}

.order-lead .order__fields {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px 20px;
  max-width: 620px
}

.order-lead .form-control {
  width: 100%;
  text-align: left
}

.main-news {
  margin-bottom: 77px;
  padding-top: 20px;
}

.main-news--small {
  margin-bottom: 77px;
}

.news__list {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

.news__item {
  background: #fff;
  color: var(--dark);
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  transform: translateY(0)
}

.hidden {
  display: none
}

.visuallyhidden {
  opacity: 0
}

.news__item:hover {
  box-shadow: 0 13px 21px rgba(92, 92, 92, .13);
  transform: translateY(-5px)
}

.news__img {
  height: 200px
}

.news__info {
  padding: 30px 43px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px)
}

.main-news .block__title {
  margin-bottom: 35px
}

.news__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px
}

.news__desc {
  color: var(--gray);
  margin-bottom: 28px
}

.news__footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0
}

.news__date {
  font-weight: normal;
}

.objects__filter,
.news__filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  list-style: none
}

.filter__item {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  width: 90px;
  height: 33px;
  font-size: 18px;
  line-height: 1;
  color: #929292;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: var(--transition);
  margin: 0 8px
}

.objects__filter .filter__item {
  width: auto;
  padding-left: 15px;
  padding-right: 15px
}

.filter__item.active {
  border: 2px solid var(--blue);
  color: #000
}

.news-page {
  margin-bottom: 85px
}

.news-wrapper {
  padding: 55px 0 85px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.news-content {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000
}

.news-date {
  margin: 24px 0;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5)
}

.news-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block
}

.news-title {
  margin-top: 45px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 39px
}

.news-content p:not(:last-child) {
  margin-bottom: 2em
}

.news__more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 2rem
}

.contacts {
  margin-bottom: 40px
}

.contacts .wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.contacts__wrapper {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px 28px
}

.contacts__left .block__title {
  margin-bottom: 30px
}

.contacts__item {
  margin-bottom: 25px
}

.contacts__item .label {
  font-weight: 300;
  font-size: var(--normal);
  line-height: 143%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px
}
.contacts__item small {
    font-weight: normal;
}

.contacts__item .value {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 8px
}

.contacts__item .value a {
  color: #000
}

.contacts__map iframe {
  height: 100%
}

.form {
  margin-bottom: 60px
}

.form .block__title {
  margin-bottom: 48px
}

.form .block__title::before {
  background: #fff
}

.form__wrapper {
  background: var(--blue);
  color: #fff;
  padding-top: 35px;
  padding-bottom: 55px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.form__rows {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px 20px
}

.form__item:not(:last-child) {
  margin-bottom: 20px
}

.form__item input {
  width: 100%
}

.contacts-form textarea {
  height: 125px;
  padding: 10px 22px
}

.contacts-form input::-webkit-input-placeholder,
.contacts-form textarea::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: .1em
}

.contacts-form input:-moz-placeholder,
.contacts-form textarea:-moz-placeholder {
  color: #fff;
  letter-spacing: .1em
}

.contacts-form input::-moz-placeholder,
.contacts-form textarea::-moz-placeholder {
  color: #fff;
  letter-spacing: .1em
}

.contacts-form input:-ms-input-placeholder,
.contacts-form textarea:-ms-input-placeholder {
  color: #fff;
  letter-spacing: .1em
}

.policy {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .02em;
  color: #ddd;
  margin-left: 47px;
  max-width: 570px
}

.policy .check {
  position: relative;
  padding-left: 30px;
  display: block
}
.order__politics label a,
.policy .check a {
  color: inherit;
  text-decoration: underline;
}
.policy .checkbox {
  position: absolute;
  left: 0;
  top: 1px
}

.form__actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 60px
}

.error-404 {
  padding: 120px 0;
  min-height: calc(100vh - 522px);
  text-align: center
}

.error-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  display: block;
  margin-top: 40px
}

.error-link span {
  color: var(--blue);
  text-decoration: underline
}

.maps__list {
  margin-bottom: 40px
}

.ml-wrapper {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px 28px;
  padding-left: 75px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.ml-objects {
  height: 420px;
  padding-right: 22px !important
}

.ml-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  height: 126px;
  cursor: pointer
}

.ml-img {
  margin-right: 10px;
  width: 180px;
  flex-shrink: 0
}

.active .ml-info {
  background: var(--blue);
  color: #fff
}

.ml-content {
  padding-top: 40px;
  padding-bottom: 72px
}

.ml-content .block__title {
  margin-bottom: 36px
}

.ml-maps .item {
  display: none;
  height: 100%
}

.ml-maps .item.show {
  display: block
}

.scrollable.default-skin .scroll-bar.vertical {
  background: rgba(32, 161, 255, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px
}

.scrollable.default-skin .scroll-bar .thumb {
  background: #20a1ff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  opacity: 1
}

.ml-info {
  padding: 24px 20px
}

.ml-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 30px
}

.ml-city {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px
}

.offer {
  position: relative;
  padding-top: 110px;
  min-height: 560px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column
}

.offer__bg {
  position: absolute;
  top: 0;
  left: 0
}

.offer__wrapper {
  position: relative;
  max-width: 620px
}

.offer .breadcrumbs {
  margin-top: 0;
  position: relative;
  z-index: 1
}

.offer .breadcrumb {
  color: #989898
}

.offer__title {
  font-size: 48px;
  line-height: 1;
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 40px
}

.offer__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.75em;
  height: 2px;
  background: var(--blue)
}

.offer__subtitle {
  font-size: 18px;
  line-height: 171%;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 1px #000
}

.offer .breadcrumb-item+.breadcrumb-item::before,
.offer .breadcrumb-item a {
  color: #fff
}

.offer__wrapper .b-sliders-down {
  margin-top: 65px
}

.about-page {
  min-height: 100vh
}

.objects-inner {
  margin-bottom: 40px
}

.oi-wrapper {
  padding: 50px 75px 70px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.oi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 45px 75px
}

.oi-wrapper .block__title {
  line-height: 1;
  margin-bottom: 45px
}

.oi-list ul {
  list-style: none
}

.oi-list ul li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 23px
}

.oi-list ul li:not(:last-child) {
  margin-bottom: 6px
}

.oi-list ul li:last-child {
  margin-bottom: 1.5em
}

.oi-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue)
}

.oi-list ul ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
}

.oi-list ul ul {
    margin-top: 10px;
}

.oi-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 143%;
  color: var(--gray)
}

.oi-text span,
.oi-text p {
  font-weight: 300 !important
}

.tabs-block {
  margin-bottom: 40px
}

.tabs {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 45px 0
}

.tabs__contents {
  background: #f0f0f0;
  padding: 85px 45px 65px 67px
}

.tabs__content {
  display: none
}

.tabs__content:first-child {
  display: block
}

.tabs__content.show {
  display: block
}

.tabs__title {
  font-weight: bold;
  font-size: var(--big);
  line-height: 1.16;
  margin-bottom: 38px
}

.tabs__text {
  margin-top: 48px
}

.tabs__text p:not(:last-child) {
  margin-bottom: 16px
}

.tabs__imgs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  grid-gap: 0 2px
}

.tabs__imgs a {
  display: inline-block;
  height: 132px
}

.tabs__text ol {
  list-style: none;
  counter-reset: li
}

.tabs__text ol li {
  counter-increment: li;
  padding-left: 20px;
  position: relative
}

.tabs__text ol li::before {
  position: absolute;
  left: 0;
  content: counter(li)'.';
  color: var(--blue);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px
}

.tabs__text ol li:not(:last-child) {
  margin-bottom: 20px
}

.tabs__items {
  padding: 85px 0
}

.tabs__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  padding: 12px 75px;
  cursor: pointer;
  min-height: 70px
}

.tabs__item.active,
.tabs__item:hover {
  background: var(--blue);
  color: #fff
}

.tabs-icon {
  flex-shrink: 0;
  margin-right: 36px;
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: var(--blue);
  transition: var(--transition)
}

.tabs__item.active .tabs-icon,
.tabs__item:hover .tabs-icon {
  fill: white
}

.tabs__name {
  position: relative;
  padding-bottom: 7px;
  max-width: 330px
}

.tabs__name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 2px;
  background: var(--blue)
}

.faqList {
  padding: 0 15px
}

.faqList__title {
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  cursor: pointer
}

.is-open .faqList__title {
  background: var(--blue);
  color: #fff
}

.is-open .tabs-icon {
  fill: #fff
}

.faqList__item .tabs__title {
  font-size: 18px;
  color: var(--dark)
}

.faqList__title span {
  display: inline-block;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 1rem
}

.faqList__content {
  padding: 2rem 15px;
  color: #777;
  font-size: 1rem;
  line-height: 1.2em;
  border-top: 1px solid #ebebeb;
  display: none
}

.faqList__item {
  background-color: #fff;
  margin-bottom: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid transparent
}

.faqList__item.is-open,
.faqList__item:hover {
  border: 1px solid var(--blue)
}

.faqList__item.is-open {
  background-color: #f8f8f8
}

.offer.offer--two {
    height: auto;
}

.faqForm {
  background-color: #fff
}

.faqList__item.is-open .faqList__content {
  display: block
}

.faqList__item .tabs__text ol li {
  padding-left: 30px
}

.faqList__item .tabs__text ol li::before {
  margin-left: 0
}

.offer.banner {
    min-height: auto;
    max-height: inherit;
    height: auto;
}

.offer.banner .offer__wrapper {
  max-width: 790px;
  margin-top: 75px
}

.offer.offer--two .offer__wrapper {
  margin-top: 30px
}

.order--service .order__wrapper {
  background-image: url(../img/order-bg-3.jpg)
}

.order--service2 .order__wrapper {
  background-image: url(../img/order-bg-4.jpg)
}

.order--service3 .order__wrapper {
  background-image: url(../img/order-bg-5.jpg)
}

.order--service4 .order__wrapper {
  background-image: url(../img/order-bg-6.jpg)
}

.order--service5 .order__wrapper {
  background-image: url(../img/order-bg-7.jpg)
}

.order--service6 .order__wrapper {
  background-image: url(../img/order-bg-8.jpg)
}

.order--service7 .order__wrapper {
  background-image: url(../img/order-bg-9.jpg)
}

.order--service33 .order__wrapper {
  background-image: url(../img/objects-10.jpg)
}

.order--service44 .order__wrapper {
  background-image: url(../img/order-bg-44.jpg)
}

.order--service7 .order__wrapper::before,
.order--service4 .order__wrapper::before,
.order--service2 .order__wrapper::before {
  display: none
}

.research__list {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

.research {
  margin-bottom: 35px
}

.research .block__title {
  margin-bottom: 55px
}

.research__img {
  position: relative;
  padding-top: 63.33%
}

.research__img img {
  position: absolute;
  top: 0;
  left: 0
}

.research__title {
  padding: 18px 34px;
  width: 300px;
  height: 90px;
  background: #0094ff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin: -50px 0 26px;
  position: relative;
  z-index: 1
}

.research__text {
  font-size: 14px;
  line-height: 143%;
  color: #989898;
  padding-bottom: 30px
}

.tabs-work {
  counter-reset: research-one;
  counter-reset: research-two;
  margin-bottom: 60px
}

.tabs-work .tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.tabs-work .tabs__items {
  background: #000;
  padding: 48px 0 30px;
  max-width: 420px;
  flex-shrink: 0
}

.tabs-work--two .tabs__items {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.tabs-work .tabs__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.16
}

.tabs-work .tabs__title::before {
  content: attr(data-counter);
  font-weight: 900;
  font-size: 180px;
  line-height: 1.17;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -104px;
  left: -13px
}

.tabs-work .tabs__item {
  position: relative;
  align-items: flex-start
}

.tabs-work .tabs__name {
  position: initial;
  padding-bottom: 0;
  color: #fff
}

.tabs-work .tabs__name::before {
  position: absolute;
  left: 33px;
  top: 10px;
  counter-increment: research-two;
  content: counter(research-two) ".";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.3);
  background: 0;
  height: auto;
  width: auto
}

.tabs-work .tabs__contents {
  background: 0
}

.tabs-work .tabs__item {
  position: relative
}

.tabs-work .tabs__item::after {
  content: '';
  top: 0;
  left: -55px;
  position: absolute;
  height: 100%;
  width: 145px;
  background: url("data:image/svg+xml,%3Csvgwidth='468'height='63'viewBox='0046863'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M28.46960H468V63H28.4696L031.5L28.46960Z'fill='%230094FF'/%3E%3C/svg%3E%0A") center left no-repeat;
  z-index: 1;
  background-size: cover;
  opacity: 0
}

.tabs-work .tabs__item.active,
.tabs-work .tabs__item:hover {
  background: #0094ff
}

.tabs-work .tabs__item.active::after,
.tabs-work .tabs__item:hover::after {
  opacity: 1
}

.tabs-work .tabs__item.active .tabs__name::before,
.tabs-work .tabs__item:hover .tabs__name::before {
  color: #fff
}

.tabs-work .tabs__contents {
  padding: 0
}

.tabs-work .tabs__content {
  position: relative;
  height: 100%;
  color: #fff;
  padding: 61px 72px
}

.tabs-work .block__title {
  line-height: 1.16;
  margin-bottom: 104px
}

.tabs-work--two .block__title {
  font-weight: 500;
  margin-bottom: 20px
}

.tabs-work--two .tabs__text {
  margin-top: 20px
}

.tabs-work * {
  position: relative;
  z-index: 2
}

.tabs-work .tabs__imgs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0
}

.tabs-work .tabs__imgs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  background: linear-gradient(312.46deg, rgba(0, 0, 0, 0.15) .56%, rgba(0, 0, 0, 0.94) 100.66%)
}

.tabs-work--two .tabs__content,
.tabs-work--two .tabs__contents {
  position: initial
}

.oi-text.oi-list {
  color: var(--dark)
}

.oi-list ol {
  list-style: none;
  font-size: 17px;
  line-height: 143%;
  margin-left: 15px;
  margin-bottom: 30px
}

.oi-list>ol>li:not(:last-child) {
  margin-bottom: 1em
}

.oi-list>ol>li {
  font-weight: bold
}

.oi-list ol ol li {
  font-weight: 300
}

.about-page {
  padding-bottom: 60px
}

.offer__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-gap: 28px 28px;
  align-items: center
}

.offer__about {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.33
}

.offer__info {
  background: var(--blue);
  padding-top: 60px;
  padding-bottom: 60px
}

.offer__about h3 {
  font-weight: bold;
  font-size: var(--big);
  line-height: 1;
  margin-bottom: .75em
}

.offer__about ul {
  list-style: none
}

.toggles {
  margin-bottom: 40px
}

.toggles__tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.toggles__tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 15px;
  height: 50px;
  font-weight: bold;
  font-size: var(--big);
  line-height: 1;
  transition: var(--transition);
  cursor: pointer;
  color: var(--dark)
}

.toggles__tab:not(:last-child) {
  border-right: 1px solid #0094ff
}

.toggles__tab.current {
  background: var(--blue);
  color: #fff
}

.toggles__content {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.toggles__item {
  display: none;
  position: relative
}

.toggles__item:first-child {
  display: block
}

.wrapper--half {
  position: relative
}

.wrapper--half .content {
  max-width: 452px
}

.wrapper--half+img {
  position: absolute;
  z-index: 2;
  right: 75px;
  top: 85px;
  max-width: calc(50% - 28px)
}

.toggles__item .wrapper {
  padding: 30px 75px
}

.toggles__item .wrapper:first-child {
  padding-top: 85px
}

.toggles__item .wrapper:last-child {
  padding-bottom: 75px
}

.toggles__item .block__title {
  line-height: 1;
  margin-bottom: 36px
}

.toggles__item .content-text {
  font-size: 14px;
  line-height: 143%;
  color: var(--gray)
}

.white {
  color: #fff !important
}

.bg-blue {
  background: var(--blue)
}

.wrapper--half.bg-blue {
  padding-top: 105px
}

.wrapper--half .subtitle {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 1.5em
}

.wrapper--half .title {
  font-weight: bold;
  line-height: 1.16;
  margin-bottom: 1em;
  padding-bottom: 0
}

footer {
  background: var(--dark);
  color: #fff;
  padding: 85px 0
}

.f-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px
}

.f-socials {
  /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; */
  display: none;
  align-items: center;
  justify-content: center
}

.f-socials .social {
  display: inline-block;
  fill: #fff;
  margin-right: 20px;
  width: 18px;
  height: 18px;
  transition: var(--transition)
}

.f-socials .social:hover {
  fill: var(--blue)
}

.f-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.f-column {
  max-width: 210px
}

.f-column-1 {
  -ms-flex: 0 0 25%%;
  flex: 0 0 25%%;
  max-width: 25%%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.f-column-4 {
  text-align: right
}

.f-title {
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px
}

.f-menu {
  list-style: none
}

.f-menu li:not(:last-child) {
  margin-bottom: 17px
}

.f-menu a {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #fff
}

.f-email,
.f-phone {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
  transition: var(--transition)
}
.f-phone small {
    font-weight: normal;
}

.h-mail:hover,
.h-phone:hover,
.f-email:hover,
.f-phone:hover {
  color: var(--blue)
}

.h-mail i,
.h-phone i,
.f-email i,
.f-phone i {
  fill: #fff;
  display: inline-block;
  margin-right: 2px;
  width: 9px;
  transition: var(--transition);
  height: 9px
}

.f-email:hover i,
.f-phone:hover i {
  fill: var(--blue)
}

.f-work {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 14px
}

.f-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  width: 167px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: var(--transition);
  margin-bottom: 40px
}

.f-btn:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue)
}

.f-address {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 30px
}

.productivity {
  margin: 90px 0
}

@-webkit-keyframes pulsedown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }

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

@keyframes pulsedown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }

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

.dm-overlay {
  padding: 30px 20px 40px;
  max-width: 390px;
  width: 100%;
  display: none
}

.dm-body h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 14px
}

.dm-body .form-control {
  width: 100%;
  border: 1px solid #ccc;
  color: #000
}

.dm-body .form-control:focus {
  outline: 0;
  border-color: var(--blue)
}

.dm-actions .btn {
  width: 100%
}

.dm-fields:not(:last-child) {
  margin-bottom: 14px
}

.grid::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  content: '';
  pointer-events: none;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  --grid-color: rgb(255 0 0 / .1);
  --grid-sides: 15px;
  --grid-gutter: 30px;
  --grid-columns: 4;
  --grid-column-width: calc((100% - var(--grid-gutter) * var(--grid-columns)) / var(--grid-columns));
  border: solid transparent;
  border-width: 0 calc(var(--grid-sides) - var(--grid-gutter) / 2);
  background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-column-width)+var(--grid-gutter) / 2), transparent calc(var(--grid-column-width)+var(--grid-gutter) / 2), transparent calc(var(--grid-column-width)+var(--grid-gutter)));
  background-repeat: no-repeat
}

@media(min-width: 768px) {
  .grid::before {
    --grid-sides: 15px;
    --grid-columns: 8
  }
}

@media(min-width: 1276px) {
  .grid::before {
    --grid-sides: 15px;
    --grid-columns: 12
  }
}

.offer__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.offer__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.offer__item:not(:last-child) {
  margin-right: 75px
}

.offer__icon {
  height: 61px;
  margin-right: 20px;
  flex-shrink: 0;
}

.offer__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase
}

.reasons {
  margin-bottom: 40px;
  overflow: hidden
}

.reasons .flex-dots .slick-dots {
  left: 90px;
  bottom: 57px;
  z-index: 2
}

.reasons__item {
  position: relative;
  padding: 58px 90px 80px;
  color: #fff
}

.reasons__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(123.75deg, rgba(0, 0, 0, 0.85) 13.41%, rgba(0, 0, 0, 0) 62.78%);
  z-index: 0
}

.reasons__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(123.75deg, rgba(0, 0, 0, 0.85) 13.41%, rgba(0, 0, 0, 0) 62.78%);
  z-index: 1
}

.reasons__img .slick-list,
.reasons__img .slick-track {
  height: 100%
}

.reasons__title {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  margin-bottom: 1em;
  position: relative;
  z-index: 1
}

.reasons__text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 157%;
  max-width: 720px
}

.reasons__text h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 122%;
  margin-bottom: .5em
}

.reasons__text ul {
  list-style: none;
  margin-bottom: 1.5rem
}

.objects-sliders {
  padding-top: 40px;
  overflow-x: hidden
}

.objects-sliders .block__title {
  margin-bottom: 72px
}

.objects__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column
}

.objects__item {
  position: relative;
  max-width: 1020px;
  width: 100%;
  min-height: 400px;
  margin-bottom: 30px;
  padding: 50px 73px;
  color: #fff
}

.objects__item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
  text-align: right
}

.objects__item:nth-child(even) .block__title::before {
  right: 0;
  left: auto
}

.objects__item .flex-dots .slick-dots {
  bottom: 57px;
  left: 73px
}

.objects__item:nth-child(even) .flex-dots .slick-dots {
  right: 73px;
  left: auto;
  text-align: right
}

.objects__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.16;
  color: #fff
}

.objects-sliders .objects__title.block__title {
  margin-bottom: 36px
}

.objects__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 0;
  overflow: hidden
}

.objects__img img {
  min-height: 400px
}

.objects__text {
  position: relative;
  z-index: 1;
  max-width: 670px
}

.objects__item:nth-child(even) .objects__text {
  margin-right: 0;
  margin-left: auto;
  text-align: right
}

.objects--full .objects__item {
  max-width: 100%
}

.objects--full .objects__text ul {
  list-style: none;
  margin: 1.5em 0 1em
}

.objects--full .objects__text ul li:not(:last-child) {
  margin-bottom: 8px
}

.objects--full .objects__text h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 122%;
  margin-bottom: 20px
}

.objects--full .objects__item:nth-child(even) .objects__text {
  text-align: right
}

.tabs-sliders {
  margin-bottom: 40px
}

.ts-wrapper>.block__title {
  margin: 0 auto 40px
}

.ts-wrapper {
  padding-top: 55px;
  padding-bottom: 80px;
  background: #fff
}

.ts-wrapper .ts-wrapper {
  padding-bottom: 0
}

.ts-labels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 16px 23px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #0094ff
}

.ts-label {
  background: #f4f4f4;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 60px;
  padding: 8px 13px;
  cursor: pointer
}

.ts-label.active {
  background: #0094ff;
  color: #fff
}

.ts-label i {
  display: inline-block;
  width: 14px;
  height: 9px;
  stroke: #0094ff;
  flex-shrink: 0;
  margin-right: 16px
}

.ts-label.active i {
  stroke: #fff
}

.ts-block {
  position: relative;
  padding: 60px 70px 90px;
  color: #fff;
  min-height: 550px
}

.ts-wrapper {
  display: none
}

.ts-wrapper:first-child {
  display: block
}

.ts-wrapper.show {
  display: block
}

.ts-block .block__title {
  position: relative;
  z-index: 1;
  max-width: 480px;
  font-size: 36px;
  line-height: 1.166;
  margin-bottom: 40px
}

.ts-content {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  max-width: 860px
}

.ts-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #333
}

.ts-img::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 -1.96%, rgba(0, 0, 0, 0.22) 100%)
}

.ts-img .slick-list,
.ts-img .slick-track {
  height: 100%
}

.ts-img.flex-dots .slick-dots {
  bottom: 50px;
  z-index: 50;
  right: 70px;
  text-align: right
}

.tabs-sliders--multi .ts-block {
  margin-bottom: 28px;
  min-height: 351px;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end
}

.tabs-sliders--multi .ts-block:last-child {
  margin-bottom: 0
}

.tabs-sliders--multi .ts-content {
  max-width: 470px
}

.flex-dots .slick-dots {
  text-align: left;
  bottom: auto
}

.flex-dots .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  transition: var(--transition)
}

.flex-dots .slick-dots li.slick-active {
  width: 55px
}

.flex-dots .slick-dots li:not(:last-child) {
  margin-right: 22px
}

.flex-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  background: var(--blue)
}

.flex-dots .slick-dots li button::before {
  display: none
}

.flex-dots .slick-dots li.slick-active button {
  width: 100%
}

.u-wrapper {
  padding-top: 56px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px
}

.u-head {
  margin-bottom: 40px
}

.u-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 32px;
  align-items: center
}

.u-block:not(:last-child) {
  margin-bottom: 73px
}

.u-block.reverse .u-img {
  order: 2
}

.u-block.reverse .u-info {
  order: 1
}

.u-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 12px;
  max-width: 390px
}

.u-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.5)
}

.u-block .u-info {
  padding-left: 50px
}

.u-block.reverse .u-info {
  padding-left: 0
}

.u-text p:not(:last-child) {
  margin-bottom: .5em
}

.u-block.u-block--full {
  grid-template-columns: 1fr
}

.u-block.u-block--full .u-img {
  width: 100%
}

.u-block .u-img img {
  width: 100%;
  height: auto;
  object-fit: cover
}

.u-block.u-block--full .u-info {
  padding-left: 0
}

.u-block.u-block--full .u-title {
  max-width: 760px
}

.u-block.u-block--full .u-text {
  max-width: 620px
}

.simple-desc {
  margin-bottom: 40px
}

.sd-wrapper {
  padding-top: 55px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.sd-title {
  max-width: 840px;
  margin: 0 auto 40px
}

.sd-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.5);
  max-width: 660px;
  margin-left: auto;
  margin-right: auto
}

.sd-text p:not(:last-child) {
  margin-bottom: 1em
}

.step-work {
  margin-bottom: 70px
}

.sw-wrapper {
  padding-top: 58px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.sw-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 45px 97px;
  margin: 40px 0 56px
}

.sw-subtext {
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.5);
  max-width: 660px;
  margin-left: auto;
  margin-right: auto
}

.sw-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.16;
  text-align: center;
  margin: 24px 0 48px
}

.sw-img {
  text-align: center
}

.sw-list {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 58px
}

.sw-list ul {
  list-style: none
}

.sw-list li {
  position: relative
}

.sw-list li::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: -28px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #20a1ff
}

.sw-list li:not(:last-child) {
  margin-bottom: 30px
}

.sw-arrow {
  margin: 20px 0 30px;
  text-align: center
}

.c-wrapper {
  padding-top: 55px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.c-blocks {
  padding-top: 36px
}

.c-block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 15px 80px;
  padding: 38px 0
}

.c-block .slick-dots {
  margin-top: 54px
}

.c-block:nth-child(odd) .c-imgs {
  order: 2
}

.c-block:nth-child(odd) .c-info {
  order: 1
}

.c-imgs {
  max-height: 350px
}

.c-imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px
}

.c-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px
}

.c-text ul {
  list-style: none
}

.c-text li {
  position: relative;
  font-size: 14px;
  line-height: 20px
}

.c-text li:not(:last-child) {
  margin-bottom: 16px
}

.c-text li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  background: url("data:image/svg+xml,%3Csvgwidth='9'height='14'viewBox='00914'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M113L77L11'stroke='white'stroke-width='2'/%3E%3Cpathd='M113L77L11'stroke='%230094FF'stroke-width='2'/%3E%3C/svg%3E%0A") center no-repeat
}

.maps {
  margin-bottom: 40px
}

.map__wrapper {
  position: relative
}

#map {
  width: 100%;
  height: 640px
}

.map__desc {
  position: absolute;
  right: 0;
  top: 0;
  height: 167px;
  max-width: 420px;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  padding: 64px 70px 0 80px
}

.map__desc h2.block__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 144%
}

.map__list {
  padding-top: 25px
}

.map__list ul {
  list-style: none
}

.map__item {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 1em;
  padding-left: 30px;
  line-height: 1.1
}

.map__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: .05em;
  width: 20px;
  height: 20px;
  border: 2px solid #c0392b;
  border-radius: 3px;
  background: #fff
}

.map__item.open::after {
  background: #c0392b
}

.map__item::after {
  content: '';
  position: absolute;
  top: .3em;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px
}

.map__list li:nth-child(2) .map__item::before {
  border: 2px solid #2ecc71
}

.map__list li:nth-child(2) .map__item.open::after {
  background: #2ecc71
}

.map__list li:nth-child(3) .map__item::before {
  border: 2px solid #e67e22
}

.map__list li:nth-child(3) .map__item.open::after {
  background: #e67e22
}

.map__list li:nth-child(4) .map__item::before {
  border: 2px solid #3498db
}

.map__list li:nth-child(4) .map__item.open::after {
  background: #3498db
}

.map__list li:nth-child(5) .map__item::before {
  border: 2px solid #34495e
}

.map__list li:nth-child(5) .map__item.open::after {
  background: #34495e
}

.map__list li:nth-child(6) .map__item::before {
  border: 2px solid #e84393
}

.map__list li:nth-child(6) .map__item.open::after {
  background: #e84393
}

.map__list li:nth-child(7) .map__item::before {
  border: 2px solid brown
}

.map__list li:nth-child(7) .map__item.open::after {
  background: brown
}

.map__list li:nth-child(8) .map__item::before {
  border: 2px solid #f9ca24
}

.map__list li:nth-child(8) .map__item.open::after {
  background: #f9ca24
}

.submenu2 {
  display: none !important;
  padding-left: 20px
}

.submenu2 li {
  margin-bottom: .25em
}

.author {
  margin-bottom: 50px
}

.author-container {
  background: #000 url(../img/author-bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 46px 50px 60px
}

.author-container--1 {
  background: #000 url(../img/author-bg1.png) center no-repeat;
  background-size: cover
}

.author-container--2 {
  background: #000 url(../img/author-bg2.png) center no-repeat;
  background-size: cover
}

.author-list {
  margin-top: 45px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
}

.author-item {
  text-align: center;
  padding: 65px 55px;
  border-left: 1px solid #fff
}

.author-item:nth-child(4),
.author-item:first-child {
  border-left: 0
}

.author-item:nth-child(-n+3) {
  border-bottom: 1px solid #fff
}

.author-icon {
  margin-bottom: 34px
}

.author-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
  min-height: 48px
}

.author-text {
  font-size: 14px;
  line-height: 143%
}

.author--half .author-item {
  border-bottom: 0
}

.steps {
  margin-bottom: 30px
}

.steps__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  grid-gap: 30px 30px;
  counter-reset: steps__list
}

.steps__item {
  position: relative;
  min-height: 490px;
  padding: 45px 23px
}

.steps__item:before {
  counter-increment: steps__list;
  content: counter(steps__list);
  position: absolute;
  font-weight: bold;
  font-size: 144px;
  line-height: 36%;
  color: rgba(255, 255, 255, 0.3);
  right: -25px;
  top: 20px;
  z-index: 2
}

.steps__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  min-height: 84px;
  margin-bottom: 24px
}

.steps__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 5px;
  background: #20a1ff
}

.steps__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 143%
}

.steps__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.steps__img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1
}

.steps__img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  object-fit: cover
}

.steps__text ul {
  list-style: none
}

.steps__text li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.steps__text li:not(:last-child) {
  margin-bottom: 10px
}

.steps__text li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-right: 15px;
  background: url("data:image/svg+xml,%3Csvgwidth='9'height='14'viewBox='00914'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M113L77L11'stroke='white'stroke-width='2'/%3E%3Cpathd='M113L77L11'stroke='%230094FF'stroke-width='2'/%3E%3C/svg%3E%0A") center no-repeat
}

.developemnt {
  margin-bottom: 40px
}

.developemnt .block__title {
  margin-bottom: 36px
}

.dev-wrapper {
  padding: 57px 0 0;
  background: #fff url(../img/developemnt-bg.jpg) top right no-repeat
}

.dev-desc {
  padding: 0 80px
}

.dev-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 48px;
  max-width: 660px
}

.dev-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 70px;
  max-width: 530px
}

.developemnt .tabs__items {
  padding: 0 0 90px
}

.developemnt .tabs__item {
  position: relative
}

.developemnt .tabs__item::before {
  content: attr(data-id)".";
  font-weight: bold;
  font-size: 48px;
  line-height: 20px;
  color: #0094ff;
  margin-right: 16px;
  z-index: 1
}

.developemnt .tabs__item:hover::before,
.developemnt .tabs__item.active::before {
  color: #fff
}

.developemnt .tabs__item:hover .tabs__name::before,
.developemnt .tabs__item.active .tabs__name::before {
  background: #fff
}

.developemnt .tabs__name {
  max-width: 100%
}

.developemnt .tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  box-shadow: none
}

.developemnt .tabs__text {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  position: relative;
  z-index: 2
}

.developemnt .tabs__text ul {
  list-style: none
}

.developemnt .tabs__item {
  position: relative;
  transition: none
}

.developemnt .tabs__item::after {
  content: '';
  top: 0;
  right: -55px;
  position: absolute;
  height: 100%;
  width: 145px;
  background: url("data:image/svg+xml,%3Csvgwidth='468'height='63'viewBox='0046863'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M28.46960H468V63H28.4696L031.5L28.46960Z'fill='%230094FF'/%3E%3C/svg%3E%0A") center left no-repeat;
  z-index: 0;
  background-size: cover;
  opacity: 0;
  transform: rotate(-180deg)
}

.developemnt .tabs__item.active,
.developemnt .tabs__item:hover {
  background: #0094ff
}

.developemnt .tabs__item.active::after,
.developemnt .tabs__item:hover::after {
  opacity: 1
}

.developemnt .tabs__contents {
  background: #f8f8f8
}

.developemnt .tabs__content {
  position: relative
}

.developemnt .tabs__content::before {
  content: attr(data-item);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 144px;
  line-height: 20px;
  color: #fff;
  z-index: 0;
  transform: translateX(-50%)
}

.works {
  margin-bottom: 30px
}

.works-wrapper {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding-top: 48px;
  padding-bottom: 55px
}

.works-wrapper .block__title {
  margin-bottom: 30px
}

.works-block {
  margin-bottom: 45px
}

.works-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px
}

.works-title img {
  margin-right: 25px
}

.works-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 0 30px
}

.works-item {
  position: relative
}

.works-img {
  padding-top: 68.38%;
  position: relative;
  height: 0;
  z-index: 0
}

.works-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0
}

.works-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  min-height: 58px;
  background: #0094ff;
  padding: 21px 28px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  z-index: 1;
  position: relative
}

.works-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center
}

.works-more a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #000;
  width: 229px;
  height: 52px;
  border: 2px solid #0094ff;
  text-decoration: underline;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px
}

.works-more a:hover {
  background: #0094ff;
  color: #fff
}

.individ {
  margin-bottom: 40px
}

.individ-wrapper {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: #fff url(../img/individ-img.jpg) center right no-repeat;
  background-size: auto 100%;
  min-height: 504px;
  position: relative;
  padding-top: 54px;
  padding-bottom: 54px
}

.individ-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.65deg, #fff 40.04%, rgba(255, 255, 255, 0.44) 99.46%);
  z-index: 0
}

.individ-text {
  position: relative;
  z-index: 1
}

.individ-title {
  margin-bottom: 40px
}

.individ-text {
  max-width: 710px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%
}

.simple {
  margin-bottom: 40px
}

.simple-wrapper {
  color: #fff;
  padding-top: 54px;
  padding-bottom: 74px
}

.simple-wrapper--1 {
  background: #fff url(../img/simple-1.jpg) 0 0 no-repeat;
  background-size: cover
}

.simple-wrapper--2 {
  background: #fff url(../img/simple-2.jpg) 0 0 no-repeat;
  background-size: cover
}

.simple-wrapper--3 {
  background: #fff url(../img/simple-3.jpg) 0 0 no-repeat;
  background-size: cover
}

.simple-title {
  margin-bottom: 32px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto
}

.simple-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  text-align: center
}

.simple-text p:not(:last-child) {
  margin-bottom: 2em
}

.simple-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 30px 75px;
  text-align: left
}

.simple-wrapper--2 .simple-title {
  max-width: 100%
}

.simple ul {
  list-style: none
}

.simple li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.simple li:not(:last-child) {
  margin-bottom: 10px
}

.simple li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-right: 15px;
  background: url("data:image/svg+xml,%3Csvgwidth='9'height='14'viewBox='00914'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M113L77L11'stroke='white'stroke-width='2'/%3E%3Cpathd='M113L77L11'stroke='%230094FF'stroke-width='2'/%3E%3C/svg%3E%0A") center no-repeat
}

.projects {
  margin-bottom: 40px
}

.projects-wrapper {
  padding-top: 45px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.projects-head {
  padding: 0 80px
}

.projects-wrapper .block__title {
  margin-bottom: 50px;
  max-width: 830px
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 0
}

.projects-text {
  background: #f8f8f8;
  padding: 70px 50px 60px 80px
}

.projects-text ul {
  counter-reset: projects
}

.projects-text li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000
}

.projects-text li::before {
  counter-increment: projects;
  content: counter(projects)".";
  flex-shrink: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 83%;
  color: #0094ff;
  width: 35px;
  margin-right: 30px
}

.projects-text li:not(:last-child) {
  margin-bottom: 1em
}

.projects-img img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.cult {
  margin-bottom: 40px
}

.cult-block {
  display: grid;
  grid-template-columns: 5fr 7fr
}

.cult-block-1 {
  margin-bottom: 87px
}

.cult-info {
  padding: 0 80px 0 40px
}

.cult-block-2 .cult-wrap {
  padding: 0 80px 0 40px;
  margin-top: -87px;
  background: #0094ff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding-top: 80px;
  padding-right: 20px;
  height: 100%
}

.cult-block-2 .cult-info {
  color: #fff;
  padding: 0;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
  z-index: 1
}

.cult-text {
  font-size: 14px;
  line-height: 171%
}

.cult-text ul {
  list-style: none
}

.cult-block-1 .block__title {
  margin-bottom: 28px
}

.cult-block-2 {
  grid-template-columns: repeat(12, 1fr)
}

.cult-block-2 .cult-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 36px
}

.cult-img {
  height: 100%
}

.cult-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.cult-block-2 .cult-img {
  grid-column-start: 5;
  grid-column-end: 13;
  grid-row-start: 0;
  grid-row-end: 3
}

.culting {
  margin-bottom: 40px
}

.c-wrapper {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.culting .block__title {
  line-height: 1
}

.culting .c-text {
  margin-top: 30px
}

.culting .c-text li::before {
  display: none
}

.culting .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-attention {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #0094ff;
  font-weight: bold;
  padding-top: 45px;
  padding-bottom: 45px
}

.ymaps-2-1-79-listbox__button {
  display: none !important
}

.ymaps-2-1-79-listbox_align_right .ymaps-2-1-79-listbox__panel {
  float: none !important;
  margin-top: 0 !important;
  width: 420px;
  height: 100%;
  border: none !important;
  background: rgba(255, 255, 255, .8) !important;
  box-shadow: none !important
}

.ymaps-2-1-79-listbox__list-item:hover {
  background: none !important
}

.ymaps-2-1-79-listbox {
  height: initial !important
}

.ymaps-2-1-79-listbox__list {
  padding: 0 80px 300px !important
}

.ymaps-2-1-79-listbox__list-item {
  margin-bottom: 1em !important
}

.ymaps-2-1-79-listbox__list-item-text {
  display: block !important;
  position: relative !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #000 !important;
  padding-left: 30px !important;
  line-height: 1.1 !important;
  overflow: visible !important;
  text-overflow: initial !important;
  max-width: 270px !important;
  white-space: break-spaces !important;
  min-height: 22px !important
}

.ymaps-2-1-79-listbox__list-item-text::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: .05em !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #c0392b !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-sizing: border-box !important
}

.ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #c0392b !important
}

.ymaps-2-1-79-listbox__list-item-text::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  box-sizing: border-box !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(2) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid #2ecc71 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(2) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #2ecc71 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(3) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid #e67e22 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(3) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #e67e22 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(4) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid #3498db !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(4) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #3498db !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(5) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid #34495e !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(5) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #34495e !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(6) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid #e84393 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(6) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #e84393 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(7) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid brown !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(7) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: brown !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(8) .ymaps-2-1-79-listbox__list-item-text::before {
  border: 2px solid #f9ca24 !important
}

.ymaps-2-1-79-listbox__list>ymaps:nth-child(8) .ymaps-2-1-79-listbox__list-item_selected_yes .ymaps-2-1-79-listbox__list-item-text::after {
  background: #f9ca24 !important
}

.view-text img {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 1em 0;
  object-fit: contain
}

.ajax-item .activity__item {
  height: 100%
}

.ajax-more {
  width: 100%;
  max-width: 290px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 20px
}

.ajax-filter-count {
  margin: 20px 0;
  grid-column: span 3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center
}

.ajax-filter-count:not(:last-child) {
  display: none
}

.filter__label span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  width: 90px;
  height: 33px;
  font-size: 18px;
  line-height: 1;
  color: #929292;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: var(--transition);
  margin: 0 8px;
  cursor: pointer
}

.objects__filter .filter__label span {
  width: auto;
  padding-left: 15px;
  padding-right: 15px
}

.filter__label input:focus {
  outline: 0
}

.filter__label.active span,
.filter__label input:checked~span {
  border: 2px solid var(--blue);
  color: #000
}

.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 0 26px;
  list-style: none
}

.pagination li span,
.pagination li a {
  color: var(--blue);
  display: inline-block;
  font-size: 16px;
  padding: .25em .5em
}

.pagination li.active a {
  color: #fff;
  background-color: var(--blue)
}

.no-js .ts-wrapper {
  display: block !important
}

.no-js .ts-wrapper:not(:last-child) {
  margin-bottom: 70px
}

.no-js .tabs__content {
  display: block;
  height: auto
}

.no-js .tabs__content:not(:last-child) {
  margin-bottom: 70px
}

.tabs__content .tabs__name {
  display: none
}

.no-js .tabs__content .tabs__name {
  display: block;
  margin-bottom: 16px;
  font-weight: bold
}

.submenu-lvl2 {
  display: none;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 290px
}

.submenu>li:hover .submenu-lvl2 {
  display: block
}

.sertificates {
  padding: 80px 0;
  display: none!important;
}

.sert__slider {
  margin: 40px -15px 0
}

.sert__slider .slick-list {
  padding-bottom: 30px
}

.objects__img--dark::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65)
}

.objects__img--dark img {
  position: relative;
  z-index: 0
}

.has-submenulvl2::before {
  content: '';
  position: absolute;
  right: 18px;
  top: 20px;
  width: 11px;
  height: 7px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  background-image: url("data:image/svg+xml,%3Csvgwidth='11'height='7'viewBox='00117'fill='none'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathd='M11L5.55.5L101'stroke='%2320A1FF'stroke-width='2'/%3E%3C/svg%3E%0A")
}

.has-submenulvl2:hover::before {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none
}

.submenu li a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2
}

.has-submenulvl2>a {
  padding-right: 30px !important
}

.objects__text p,
.objects__text span {
  font-size: 17px;
  font-weight: 400;
  text-align: left
}

.objects__text ul li {
  list-style: disc;
  margin-left: 30px;
  font-weight: 400;
  font-size: 17px;
  text-align: left
}

.sert__slide {
  padding: 0 15px
}

.sert__slide a {
  display: block;
  box-shadow: 0 13px 21px rgba(92, 92, 92, .13);
  padding: 15px;
  background-color: #fff
}

.jGrowl {
  z-index: 199993 !important
}

.nav-trigger {
  width: 36px;
  height: 36px;
  position: absolute;
  background: 0;
  border: 0;
  vertical-align: middle;
  margin: 0;
  padding: 9px 3px;
  cursor: pointer;
  right: 15px
}

.nav-trigger:focus {
  outline: 0
}

.nav-trigger:hover span,
.nav-trigger:hover span:before,
.nav-trigger:hover span:after {
  background: #fff
}

.nav-trigger:before {
  content: '';
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.nav-trigger span {
  display: block;
  position: relative
}

.nav-trigger span:before,
.nav-trigger span:after {
  content: '';
  position: absolute;
  left: 0
}

.nav-trigger span:before {
  top: -7px
}

.nav-trigger span:after {
  bottom: -7px
}

.nav-trigger span,
.nav-trigger span:before,
.nav-trigger span:after {
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.show-menu .nav-trigger:before {
  opacity: 1;
  width: 50px;
  height: 50px
}

.show-menu .nav-trigger span {
  background: transparent
}

.show-menu .nav-trigger span:before {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}

.show-menu .nav-trigger span:after {
  bottom: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg)
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.align-items-center {
  align-items: center
}

.headerMobile {
  position: fixed;
  top: 0;
  z-index: 1050;
  width: 100%;
  height: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #fff;
  box-shadow: 0 0 9px rgba(84, 84, 84, .32)
}

.headerMobile__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 60px;
  padding: .5rem 60px .5rem 15px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: var(--dark)
}

.logoMobile {
  height: 100%;
  display: flex;
  align-items: center
}

.btn--icon {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  color: var(--blue);
  padding: 0 !important;
  font-weight: bold
}

.btn--icon svg {
  width: 19px;
  margin: auto;
  fill: var(--blue)
}

.edit--icon {
  background: var(--blue);
  position: absolute;
  bottom: 25px;
  right: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 4px 8px;
  opacity: .5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.ourSpecialist .edit--icon {
  padding: 8px
}

.edit--icon:hover {
  opacity: 1
}

.edit--icon__top {
  bottom: auto;
  top: 0
}

.nav-wrapper {
  position: relative;
  width: 80%;
  height: calc(100vh - 60px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  max-width: 420px;
  min-width: 320px;
  z-index: 1000;
  font-size: 14px
}

.show-menu .nav-wrapper {
  -webkit-transform: none;
  transform: none
}

.overlay {
  position: fixed;
  top: 60px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .0);
  z-index: 999;
  display: none
}

.show-menu .overlay {
  background: rgba(0, 0, 0, .3);
  display: block
}

.headerMobile nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fefefe
}

.headerMobile nav .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  color: rgba(0, 0, 0, .8);
  border-bottom: 1px solid #eee;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color .3s;
  transition: backgroun-color .3s;
  height: 50px;
  font-size: 16px;
  text-align: center
}

.offer__wrapper .b-sliders-down {
  margin-top: 15px
}

.headerMobile nav .nav-toggle.back-visible .nav-back {
  opacity: 1
}

.headerMobile nav .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(40px);
  transform: translateX(40px)
}

.headerMobile nav .nav-title {
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.headerMobile nav .nav-back {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  left: 20px;
  top: 8px
}

.headerMobile nav .nav-back svg {
  width: 20px;
  height: 20px;
  margin: auto
}

.headerMobile nav ul {
  list-style: none;
  padding: 50px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.headerMobile nav ul ul {
  display: none;
  left: 100%
}

.headerMobile nav li.has-dropdown>a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid var(--blue);
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%
}

.headerMobile nav li.has-dropdown>a:hover:after {
  border: 1px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent
}

.headerMobile nav li.nav-dropdown-open > ul {
  display: block;
}

.mobileMenu__icon {
  width: 17px;
  height: 17px;
  fill: var(--blue);
  margin-right: 10px;
  position: relative;
  top: 1px
}

.mobileMenu__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  line-height: 19px;
  height: auto;
  min-height: 54px;
  color: var(--dark);
  text-decoration: none;
  -webkit-transition: color .15s, background-color .15s;
  transition: color .15s, background-color .15s
}

.mobileMenu__item .social__link {
  border: 0
}

.mobileMenu__item a:hover {
  color: #fff;
  background-color: var(--blue);
  text-decoration: none
}

.mobileMenu__item .mobileMenu__icon {
  width: 22px;
  height: 22px
}

.mobileMenu__item:hover>.mobileMenu__icon {
  fill: #fff
}

.mobileMenu__item--3 {
  background: var(--blue);
  height: 50px;
  align-items: center;
  padding: 0 20px
}

.mobileMenu__item--3 a {
  color: #fefefe;
  border-color: #fefefe;
  text-align: center;
  padding: 8px 0 !important;
  width: 38px;
  height: 38px
}

.mobileMenu__item--3 a:first-child {
  margin-right: 15px
}

.mobileMenu__item--4 .mobileMenu__icon {
  width: 30px;
  height: 30px
}

.mobileMenu__item a span,
.mobileMenu__item>span span {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 80%
}

.mobileSearch {
  position: absolute;
  top: 60px;
  height: 50px;
  width: 100%;
  z-index: 1000;
  padding: 5px 15px;
  background: var(--blue);
  border: 0;
  display: none
}

.mobileSearch.menuSearch__focused {
  display: block
}

.mobileSearch__input {
  width: 100%;
  opacity: 1;
  border-color: var(--blue)
}

.mobileSearch__submit {
  padding: 0;
  position: absolute;
  right: 25px;
  top: 12px;
  width: 27px;
  border: 0;
  border-radius: 50%;
  background: transparent url(../img/search.png) center no-repeat;
  background-size: 20px
}

.logoMobile .big {
  font-size: 36px;
  line-height: 1
}

@media only screen and (max-width : 1200px) {

  .wrapper,
  .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .logo .big {
    font-size: 36px
  }

  .logo.logoMobile .big::before {
    height: 40px
  }

  .banner {
    min-height: 0;
    height: auto
  }

  .h-menu {
    margin-right: 25px
  }

  .h-address,
  .h-menu li a {
    font-size: var(--small)
  }

  .h-contacts {
    text-align: right;
    font-size: 11px
  }

  .h-phone:not(:last-child) {
    margin-right: 0
  }

  .h-mail {
    margin-right: 20px
  }

  .offer__title,
  .b-sliders__title {
    font-size: 36px
  }

  .b-licences {
    margin-top: 35px
  }

  .b-sliders__item {
    max-width: 600px
  }

  .b-licences__list {
    max-width: 100%;
    justify-content: flex-start
  }

  .b-licences__item:not(:last-child) {
    margin-right: 25px
  }

  .about__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-gap: 0 28px
  }

  .about__item {
    max-width: 100%
  }

  .news__list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr))
  }

  .wrapper--half+img {
    max-width: calc(50% - 178px)
  }
}

@media only screen and (max-width : 992px) {

  .block__title--big,
  .block__title {
    font-size: 22px;
    line-height: 1.2
  }

  .b-wrapper {
    flex-direction: column;
    padding-top: 120px
  }

  .activity__list--masonry {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
  }

  .activity__list--masonry .activity__item:nth-child(7n+1) {
    grid-column: auto / span 1
  }

  .activity__list--masonry .activity__item:nth-child(7n+6) {
    grid-column: auto / span 1
  }

  .activity__list--masonry .activity__item:nth-child(7n+7) {
    grid-column: auto / span 1
  }

  .maps__list .container {
    padding-left: 0;
    padding-right: 0
  }

  .ml-wrapper {
    grid-template-columns: 1fr;
    padding: 0 15px 35px
  }

  .ml-item {
    height: auto
  }

  .scrollable .viewport .overview,
  .ml-info {
    width: 100%
  }

  .ml-content {
    padding-bottom: 25px
  }

  .ml-maps {
    height: 250px
  }

  .order .container {
    padding-left: 0;
    padding-right: 0
  }

  .order__wrapper {
    padding-left: 30px;
    padding-right: 30px
  }

  .results__right {
    width: 50%
  }

  .news-wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  .wrapper--half+img {
    position: relative;
    left: 75px;
    transform: translateY(60px);
    top: 0;
    right: 0;
    max-width: calc(100% - 150px);
    width: 100%
  }

  .f-column-1 {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px
  }
}

.hidden-desktop {
  display: none
}

.hidden-mobile {
  display: block
}

@media only screen and (max-width : 768px) {
  body {
    padding-top: 60px
  }

  .inner-page {
    padding-top: 32px
  }

  .b-wrapper {
    padding-top: 0
  }

  .block__title.hidden-desktop {
    margin-bottom: 25px
  }

  .hidden-desktop {
    display: block;
    order: 1
  }

  .hidden-mobile {
    display: none
  }

  .content-text td,
  .content-text tr {
    display: block;
    height: auto !important;
    width: 100% !important
  }

  header {
    display: none
  }

  .toggles__tabs {
    grid-template-columns: 1fr
  }

  .toggles__tab:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #0094ff
  }

  .toggles__tab {
    font-size: 16px
  }

  .productivity {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px
  }

  .productivity .news-title {
    margin: 25px 0
  }

  .banner {
    padding-top: 35px;
    padding-bottom: 60px
  }

  .offer {
    padding-top: 10px
  }

  .s-objects .container {
    padding-left: 0;
    padding-right: 0
  }

  .s-objects__wrapper {
    flex-direction: column-reverse;
    padding-bottom: 20px
  }

  .s-objects__right,
  .s-objects__left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .s-objects__right {
    margin-bottom: 65px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .s-objects__right .slick-dots {
    bottom: -25px
  }

  .s-objects .block__title {
    padding-bottom: 16px
  }

  .s-objects .block__title br {
    display: none
  }

  .s-objects__title {
    font-size: 20px;
    margin-bottom: 20px
  }

  .slider-arrow-nav {
    width: 130px;
    height: 70px
  }

  .slider__prev {
    margin: 0 10px
  }

  .s-objects__right .slider-arrow-nav {
    bottom: 0
  }

  .slider-arrow {
    width: 50px;
    height: 50px
  }

  .s-objects__img {
    padding-top: 75%
  }

  .s-objects__img img {
    position: absolute;
    left: 0;
    top: 0
  }

  .about__first {
    flex-direction: column
  }

  .about__left {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px
  }

  .about__info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .about__img {
    min-height: 250px
  }

  .about__wrapper {
    padding: 30px 15px
  }

  .about .container {
    padding: 0
  }

  .ml-item {
    flex-direction: column;
    margin-bottom: 35px
  }

  .ml-img {
    height: 186px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px
  }

  .results__wrapper {
    flex-direction: column-reverse
  }

  .results__left {
    width: 100%
  }

  .results__right {
    padding-top: 151.84%;
    width: 100%;
    height: 300px
  }

  .results .container {
    padding: 0
  }

  .form .container {
    padding: 0
  }

  .form__wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  .contacts .container {
    padding: 0
  }

  .contacts__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-gap: 45px 75px
  }

  .contacts__map {
    height: 250px
  }

  .news-title {
    font-size: 20px;
    line-height: 1.16
  }

  .offer__grid {
    grid-template-columns: 1fr
  }

  .offer__about {
    margin-top: 0
  }

  .offer .breadcrumbs {
    margin-bottom: 0
  }

  .offer__about h3 {
    font-size: 20px
  }

  .offer__info {
    font-size: 14px
  }

  .f-column-2,
  .f-column-3 {
    display: none
  }

  .order__actions {
    flex-direction: column-reverse
  }

  .order__actions .order__politics {
    margin-left: 0;
    margin-bottom: 35px
  }

  .oi-list ul li {
    font-size: 16px
  }

  .tabs-block .container {
    padding-left: 0;
    padding-right: 0
  }

  .tabs__item {
    font-size: 14px;
    line-height: 1.1;
    padding-left: 30px;
    padding-right: 30px
  }

  .tabs__items {
    padding: 35px 0 0
  }

  .tabs__text {
    margin-top: 25px
  }

  .tabs__imgs {
    height: 160px
  }

  .objects--full .objects__text h4 {
    font-size: 16px
  }

  .tabs__contents {
    padding: 35px 30px 30px
  }

  .tabs__imgs {
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    grid-gap: 2px 2px
  }

  .order-lead .order__wrapper {
    padding: 45px 15px 45px
  }

  .tabs {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
  }

  .tabs--desktop {
    display: none
  }

  .offer.banner {
    height: auto;
    min-height: 0;
    padding-bottom: 50px
  }

  .offer.banner .offer__wrapper {
    margin-top: 0
  }

  .research__list {
    grid-gap: 45px 30px;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr))
  }

  .research__title {
    width: 100%
  }

  .research__title {
    font-size: 18px;
    min-height: 60px;
    height: auto;
    padding: 18px 20px
  }

  .tabs-work-block {
    counter-reset: research-three
  }

  .tabs-work-block .block__title {
    margin-bottom: 28px;
    text-align: center
  }

  .tabs-work-block .block__title::before {
    right: 0;
    margin: 0 auto
  }

  .tabs-work-block .faqList__title {
    position: relative;
    align-items: flex-start;
    padding: 1.5em 1em;
    font-size: 14px
  }

  .tabs-work-block .faqList__title::before {
    counter-increment: research-three;
    content: counter(research-three) ".";
    margin-right: .5em
  }

  .tabs-work-block .faqList__title span {
    padding-right: 0
  }

  .research .block__title {
    margin-bottom: 28px
  }

  .reasons__item {
    padding: 35px 20px
  }

  .reasons__title {
    font-size: 24px
  }

  .reasons__text h3 {
    font-size: 16px
  }

  .reasons .container {
    padding: 0
  }

  .reasons .flex-dots .slick-dots {
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center
  }

  .objects__item {
    padding: 35px 20px
  }

  .objects__item .flex-dots .slick-dots {
    bottom: 30px
  }

  .reasons {
    margin-bottom: 0
  }

  .objects-sliders {
    padding-top: 0
  }

  .objects-sliders .block__title {
    padding-bottom: 24px
  }

  .objects-sliders .block__title::before {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto
  }

  .objects__text {
    text-align: center !important
  }

  .objects__item .flex-dots .slick-dots {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    text-align: center !important
  }

  .objects-sliders .objects__title.block__title {
    margin-bottom: 24px
  }

  .objects-sliders .objects__title.block__title {
    font-size: 20px;
    text-align: center
  }

  .objects-sliders .block__title {
    margin-bottom: 30px
  }

  .offer__list {
    flex-direction: column
  }

  .offer__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px
  }

  .offer__list--icon.offer__list {
    flex-direction: row;
    align-items: flex-start;
  }

  .ts-labels {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
  }

  .c-block:nth-child(odd) .c-imgs {
    order: 1
  }

  .c-block:nth-child(odd) .c-info {
    order: 2
  }

  .objects__filter .filter__label span,
  .objects__filter .filter__item {
    min-height: 33px;
    height: auto;
    padding: 8px 15px;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: normal
  }

  .objects__filter .filter__label span {
    margin-bottom: 0
  }

  .map__desc h2.block__title {
    font-size: 22px
  }

  .map__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse
  }

  #map {
    height: 600px
  }

  .maps .container {
    padding: 0
  }

  .ymaps-2-1-79-listbox__list {
    padding: 0 16px 16px !important;
    max-width: 100% !important;
    width: 100% !important
  }

  .ymaps-2-1-79-listbox {
    width: 100% !important
  }

  .ymaps-2-1-79-controls__control {
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 0 !important
  }

  .ymaps-2-1-79-listbox__panel {
    margin-top: 0 !important;
    border: none !important;
    width: 100% !important
  }

  .ymaps-2-1-79-listbox__list-item-text {
    max-width: 100% !important
  }

  .map__desc {
    position: relative;
    padding: 35px 20px 0;
    height: auto
  }

  .s-objects__right .slick-dots li {
    margin: 0 5px
  }

  .author .container {
    padding: 0
  }

  .author-container {
    padding-left: 15px;
    padding-right: 15px
  }

  .author--half .author-item,
  .author-item {
    border-bottom: 1px solid #fff;
    border-left: 0;
    padding: 35px 20px
  }

  .author-item:last-child {
    border-bottom: 0
  }

  .dev-wrapper {
    background: #fff
  }

  .dev-desc {
    padding: 0 20px
  }

  .dev-subtitle {
    margin-bottom: 0;
    padding-bottom: .5em;
    font-size: 18px;
    margin-bottom: 1em
  }

  .developemnt .tabs {
    display: none
  }

  .developemnt .faqList {
    display: block
  }

  .developemnt .container {
    padding: 0
  }

  .works-title {
    margin-bottom: 1em;
    font-size: 18px
  }

  .works-title img {
    display: none
  }

  .individ-wrapper {
    background: #fff
  }

  .cult .container,
  .projects .container,
  .simple .container {
    padding-left: 0;
    padding-right: 0
  }

  .projects-head {
    padding: 0 20px
  }

  .projects-text {
    padding: 35px 20px
  }

  .projects-text li::before {
    margin-right: 16px
  }

  .cult-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column
  }

  .cult-block-1 {
    margin-bottom: 45px
  }

  .cult-block-2 {
    flex-direction: column-reverse
  }

  .cult-info {
    padding: 40px 20px
  }

  .cult-block-2 .cult-wrap {
    padding: 40px 20px 40px;
    margin-top: 0
  }

  .cult-img {
    height: 250px
  }

  .cult-block-2 .cult-title {
    font-size: 22px
  }

  .culting .c-img {
    height: 250px
  }

  .c-block-1 {
    flex-direction: column-reverse;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }

  .c-attention {
    font-size: 18px;
    line-height: 1.2;
    padding: 30px 20px
  }

  .sw-title,
  .u-title {
    font-size: 24px;
    line-height: 1.2
  }

  .u-block .u-info {
    padding-left: 0
  }

  .sw-list li {
    padding-left: 30px
  }

  .sw-list li::before {
    left: 0
  }
}

@media only screen and (max-width : 576px) {

  .offer__title,
  .b-sliders__title {
    position: relative;
    font-size: 20px;
    min-height: 100%;
    margin-bottom: 16px;
    padding-bottom: 26px
  }

  .b-sliders__text {
    font-size: 12px
  }

  .b-sliders-down {
    display: none
  }

  .b-licences {
    margin-top: 16px
  }

  .offer__title::before,
  .b-sliders__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 2px;
    background: var(--blue)
  }

  .b-sliders .slick-dots {
    top: auto
  }

  .b-sliders .slick-dots li:not(:last-child) {
    margin-right: 12px
  }

  .b-sliders.slick-dotted.slick-slider {
    margin-bottom: 32px
  }

  .b-licences__item {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px
  }

  .order__fields {
    flex-direction: column;
    justify-content: center
  }

  .order__fields .order__item:not(:last-child) {
    margin-bottom: 16px
  }

  .order__fields .order__item {
    width: 100%;
    margin-right: 0;
    text-align: center
  }

  .order__fields .order__item input,
  .order__fields .order__item textarea {
    width: 100%;
    max-width: 264px
  }

  .order__wrapper {
    text-align: center
  }

  .order__wrapper .block__title::before {
    right: 0;
    margin: 0 auto
  }

  .order__text {
    text-align: center;
    font-size: 18px;
    line-height: 1
  }

  .order__wrapper .block__title--big {
    font-size: 22px
  }

  .order__politics {
    max-width: 264px;
    text-align: justify;
    margin: 35px auto 0
  }

  .activity {
    padding: 35px 0
  }

  .activity__list.ajax-container {
    display: block
  }

  .activity__list.ajax-container .ajax-item {
    margin-bottom: 25px
  }

  .activity__list {
    padding-top: 25px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
  }

  .activity__list--masonry {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
  }

  .news__info {
    padding: 30px 20px 35px
  }

  .link-more::after {
    margin-left: 12px
  }

  .results__partners .list {
    margin-top: 35px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    grid-gap: 15px 10px
  }

  .results__partners .item img {
    max-height: 72px
  }

  .error-link {
    font-size: 18px
  }

  .form__actions {
    flex-direction: column-reverse;
    margin-top: 30px
  }

  .form__actions .policy {
    margin-left: 0;
    margin-bottom: 20px
  }

  .toggles__item .wrapper {
    padding: 30px 15px
  }

  .wrapper--half.bg-blue {
    padding-top: 105px
  }

  .wrapper--half+img {
    max-width: calc(100% - 30px);
    left: 15px
  }

  .oi-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
  }

  .f-row {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .f-column-4 {
    text-align: center
  }

  footer {
    padding: 0 0 25px
  }
}

@media only screen and (min-width : 768px) {
  .nav-trigger {
    display: none
  }

  .headerMobile {
    display: none
  }

  .tabs--desktop {
    display: block
  }

  .tabs--mobile {
    display: none
  }
}
.hidden {
  display: none;
}

.js-result {
  border-bottom: 1px dotted currentColor;
  cursor: pointer;
}
.js-result.small {
  font-size: 0.7em;
}
.prices {
  margin-bottom: 36px;
  margin-top: 136px;
}
.prices__table {
  width: 100%;
  border-collapse: collapse;
}
.prices__table th {
  background: #F8F8F8;
  font-weight: normal;
  font-size: 24px;
  line-height: 116%;
  color: #000000;
  padding: 22px 16px;
}

.table-header {
  background: #0094FF;
  font-size: 20px;
  line-height: 115%;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.table-header td {
  padding: 22px 16px;
}
.prices__table  {
  margin-bottom: 32px;
}
.prices__wrapper {
  height: 722px;
  overflow: hidden;
  margin-bottom: 32px;
}
.prices__wrapper.open {
  height: auto;
}
.prices__table td {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  padding: 9px 15px;
}
.prices__table td p {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prices__table td:not(:first-child) {
  text-align: center;
}
.prices__table td:first-child p {
  justify-content: flex-start;
}
.prices__table tr td{
  border-top: 1px solid #D1D1D1;
}
.table-subtitle+tr td {
  border: none;
}
.prices__table tr:last-child td {
  border-bottom: 1px solid #D1D1D1;
}
.prices small {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.prices .downloads {
  margin-top: 48px;
}
.offer__item {
  color: #fff;
}
.offer__icon img {
  width: auto;
}

@media only screen and (max-width : 768px) {
  .prices {
    margin-top: 48px;
  }
  .prices__table {
    min-width: 600px;
  }
  .ts-wrapper {
    overflow-x: auto;
  }
  .prices__table th {
    font-size: 20px;
  }
  .prices__table td {
    font-size: 14px;
    padding: 6px 8px;
  }
  .prices__table td p {
    min-height: 32px;
  }
  .offer__subtitle {
    font-size: 14px;
  }
  .prices__table .ts-wrapper {
    overflow-x: auto;
  }
  .offer__item--text {
    width: 100%;
  }
  .offer__item {
    flex-shrink: 0;
  }
  .offer__list--icon.offer__list .offer__item:not(:last-child) {
    /* margin-right: 30px; */
  }
}
.popup-wrapper {
}
.popup-img {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.popup-img img {
  max-width: 100px;
}
.popup-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
  line-height: 1;
}
.popup-text {
  font-size: 16px;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
.popup-close {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.popup-btn {
  border: none;
  background-color: #20a1ff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 25px;
  cursor: pointer;
}
@media only screen and (max-width : 360px) {
  .offer__icon {
    height: 44px;
    width: auto !important;
  }
  .offer__icon img {
    width: auto !important;
  }
}

.section-tags{
    margin-bottom: 20px;
}

.list-tags {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.list-tags > a{
    padding: 5px 15px;
    border: 1px solid #20a1ff;
    border-radius: 3px;
    margin-right: 10px;
    color: #000;
    transition-duration: .3s;
    margin-bottom: 10px;
}

.list-tags > a:hover{
    background: #20a1ff;
    color: #fff;
    transition-duration: .3s;
}

.price-day{
        font-size: 32px;
    font-weight: 600;
}

.content-text h2{
    margin-bottom:20px;
}

.submenu-lvl2 {
    max-height: 400px;
    overflow-y: auto;
}
.maps-count {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0.5em 1.5em;
  z-index: 2;
}
.maps-count span {
  font-weight: bold;
}