/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
/* line 15, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 23, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 26, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 33, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

/* line 52, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 60, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 67, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 75, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
/* line 84, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 88, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
/* line 100, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
/* line 109, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 113, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/* line 118, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 133, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 139, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 145, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 149, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 153, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 159, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 163, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
/* line 168, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 181, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 185, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 193, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 201, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 211, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 214, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 217, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 221, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 224, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 227, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 236, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 240, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
/* line 244, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 248, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* line 265, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/* line 272, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 278, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 284, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 287, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 290, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
/* line 294, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 300, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 312, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 324, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 336, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 348, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 360, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 373, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
/* line 379, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

/* line 383, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 392, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 396, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 402, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
/* line 417, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 426, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 432, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 439, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
/* line 452, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 459, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 466, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 469, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 473, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 493, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
/* line 501, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 507, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 515, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 523, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 532, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 536, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 552, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 563, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-swiper-3.4.0/app/assets/stylesheets/swiper/swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*======================================
  Selectric v1.10.1
======================================*/
/* line 5, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

/* line 10, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 14, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

/* line 19, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 34, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

/* line 46, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

/* line 61, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-focus .selectric {
  border-color: #AAA;
}

/* line 65, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hover .selectric {
  border-color: #C4C4C4;
}

/* line 68, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hover .selectric .button {
  color: #A2A2A2;
}

/* line 71, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

/* line 75, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-open {
  z-index: 9999;
}

/* line 78, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-open .selectric {
  border-color: #C4C4C4;
}

/* line 81, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 85, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 95, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 101, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

/* line 105, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 111, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

/* line 124, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 140, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 147, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

/* line 157, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

/* line 161, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

/* line 165, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

/* line 173, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

/* line 179, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

/* line 183, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

/* line 187, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

/* line 191, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 202, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

/* line 213, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 217, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-jquery-selectric-1.11.0/app/assets/stylesheets/jquery-selectric/selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* line 1, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 10, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 19, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  text-align: left;
}

/* line 30, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 34, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
}

/* line 38, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
}

/* line 42, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 46, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

/* line 50, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 54, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 58, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 64, vendor/assets/stylesheets/odometer-theme-default.scss */
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
@-webkit-keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-box-align:center;-ms-flex-align:center;align-items:center;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(-40px);transform:translateY(-40px);-webkit-transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4));transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;-ms-flex-negative:0;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:-webkit-linear-gradient(left,currentColor 0,#0000 0);background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:-webkit-linear-gradient(left,currentColor var(--value,0),#0000 var(--value,0));background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;-webkit-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%) scale(1);transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translateY(10px) scale(.8);transform:translateY(10px) scale(.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translateY(10px) scale(.8);transform:translateY(10px) scale(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);-webkit-transform:translateX(50%);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-webkit-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:-webkit-linear-gradient(135deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:-webkit-linear-gradient(135deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:-webkit-linear-gradient(#0000,#000000bf);background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translateY(10px) scale(.8);transform:translateY(10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s;transition:transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:-webkit-linear-gradient(#0000,#000000bf);background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{-webkit-transition:none!important;transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/* Magnific Popup CSS */
/* line 2, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

/* line 63, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

/* line 69, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 80, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 121, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 307, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 309, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 312, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 315, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 323, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-magnific-popup-1.1.0/app/assets/stylesheets/magnific-popup/magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

/* line 92, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 119, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* line 160, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 239, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 278, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 347, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 408, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 469, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}

/* line 550, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
  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);
  }
}

/* line 639, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

/* line 726, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.bounceIn {
  -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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 799, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 872, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 945, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1018, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1061, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.bounceOut {
  -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);
  }
}

/* line 1104, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1137, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1170, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1213, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 1238, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1271, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1304, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1337, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1370, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1403, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1436, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1469, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
  }
}

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

/* line 1502, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 1527, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1556, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1585, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1614, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1643, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1672, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1701, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1730, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1759, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1838, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1911, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 1984, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2029, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.flipOutX {
  -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;
  }
}

/* line 2074, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.flipOutY {
  -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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2133, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2164, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2207, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2248, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2289, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2330, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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: none;
    transform: none;
    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: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2371, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2408, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2445, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2482, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2519, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2556, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2629, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

/* line 2664, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

/* line 2695, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2724, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 2765, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 2806, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 2847, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 2888, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 2925, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 2970, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 3007, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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;
  }
}

/* line 3044, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3089, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3120, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3151, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3182, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3213, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3244, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3275, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3306, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.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);
  }
}

/* line 3337, ../../shared/bundle/ruby/2.3.0/gems/rails-assets-animate.css-3.5.2/app/assets/stylesheets/animate.css/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* line 1, vendor/assets/stylesheets/zoom.scss */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -moz-zoom-in;
}

/* line 6, vendor/assets/stylesheets/zoom.scss */
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}

/* line 14, vendor/assets/stylesheets/zoom.scss */
img.zoom-img {
  cursor: pointer;
  cursor: -moz-zoom-out;
}

/* line 19, vendor/assets/stylesheets/zoom.scss */
.zoom-overlay {
  position: fixed;
  z-index: 420;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  transition: opacity 300ms;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
}

/* line 34, vendor/assets/stylesheets/zoom.scss */
.zoom-overlay-open .zoom-overlay {
  opacity: 1;
  filter: "alpha(opacity=100)";
}

/* line 38, vendor/assets/stylesheets/zoom.scss */
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
@charset "UTF-8";
/*







*/
/* line 30, app/assets/stylesheets/partials/base/animations.scss */
.a-started {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 34, app/assets/stylesheets/partials/base/animations.scss */
.a-fade-in {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs .a-fade-in {
  opacity: 1;
}

/* line 37, app/assets/stylesheets/partials/base/animations.scss */
.a-fade-in.a-started {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 44, app/assets/stylesheets/partials/base/animations.scss */
.a-fade-in-from-bottom, .marketing-strategy__item, .kaya-columns, .case-animated {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs .a-fade-in-from-bottom, .nojs .marketing-strategy__item, .nojs .kaya-columns, .nojs .case-animated {
  opacity: 1;
}

/* line 47, app/assets/stylesheets/partials/base/animations.scss */
.a-fade-in-from-bottom.a-started, .a-started.marketing-strategy__item, .a-started.kaya-columns, .a-started.case-animated {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 54, app/assets/stylesheets/partials/base/animations.scss */
.a-fade-out-to-bottom {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs .a-fade-out-to-bottom {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/partials/base/animations.scss */
.a-fade-out-to-bottom.a-started {
  -webkit-animation-name: fadeOutToBottom;
          animation-name: fadeOutToBottom;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-0 {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-1 {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-2 {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-3 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-4 {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-5 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-6 {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-7 {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-8 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-9, .case-animated {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-10 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-11 {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-12, .marketing-strategy__item, .kaya-columns {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-13 {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-14 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-16 {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-17 {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-18 {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-19 {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-20 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-21 {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-22 {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-23 {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-24 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

/* line 67, app/assets/stylesheets/partials/base/animations.scss */
.a-dur-25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-2, .case-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-3, .marketing-strategy__item, .kaya-columns {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-31 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-32 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-33 {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-34 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

/* line 75, app/assets/stylesheets/partials/base/animations.scss */
.a-del-35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInFromBottom {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInFromBottom {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutToBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
}

@keyframes fadeOutToBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/base/author.scss */
.author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 5, app/assets/stylesheets/partials/base/author.scss */
.author__photo {
  margin-right: 10px;
}

/* line 8, app/assets/stylesheets/partials/base/author.scss */
.author__photo img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

/* line 17, app/assets/stylesheets/partials/base/author.scss */
.author__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 21, app/assets/stylesheets/partials/base/author.scss */
.author__name {
  display: block;
  margin-bottom: 1px;
  color: #e21776;
  font-size: 0.8125em;
  font-weight: 700;
}

/* line 29, app/assets/stylesheets/partials/base/author.scss */
.author__position {
  display: block;
  color: #5d707d;
  font-size: 0.75em;
  font-weight: 300;
}

/* line 38, app/assets/stylesheets/partials/base/author.scss */
.author--large {
  display: block;
  margin-right: 30px;
  text-align: center;
}

@media (min-width: 1860px) {
  /* line 38, app/assets/stylesheets/partials/base/author.scss */
  .author--large {
    margin-right: 40px;
  }
}

/* line 47, app/assets/stylesheets/partials/base/author.scss */
.author--large .author__photo {
  margin: 0 auto;
}

/* line 50, app/assets/stylesheets/partials/base/author.scss */
.author--large .author__photo img {
  margin-bottom: 15px;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 58, app/assets/stylesheets/partials/base/author.scss */
.author--large .author__desc {
  max-width: 140px;
  margin: 0 auto;
}

/* line 63, app/assets/stylesheets/partials/base/author.scss */
.author--large .author__name {
  margin-bottom: 3px;
  font-size: 1em;
}

/* line 68, app/assets/stylesheets/partials/base/author.scss */
.author--large .author__position {
  font-size: 0.875em;
}

/* line 75, app/assets/stylesheets/partials/base/author.scss */
.author--x-large .author__name {
  font-size: 1.125em;
}

@media (min-width: 450px) {
  /* line 75, app/assets/stylesheets/partials/base/author.scss */
  .author--x-large .author__name {
    font-size: 1.25em;
  }
}

@media (min-width: 1860px) {
  /* line 75, app/assets/stylesheets/partials/base/author.scss */
  .author--x-large .author__name {
    font-size: 1.625em;
  }
}

/* line 87, app/assets/stylesheets/partials/base/author.scss */
.author--x-large .author__position {
  font-size: 0.875em;
}

@media (min-width: 450px) {
  /* line 87, app/assets/stylesheets/partials/base/author.scss */
  .author--x-large .author__position {
    font-size: 1em;
  }
}

@media (min-width: 1860px) {
  /* line 87, app/assets/stylesheets/partials/base/author.scss */
  .author--x-large .author__position {
    font-size: 1.25em;
  }
}

/* line 101, app/assets/stylesheets/partials/base/author.scss */
.author--regular {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

/* line 106, app/assets/stylesheets/partials/base/author.scss */
.author--regular .author__photo {
  margin-right: 20px;
}

/* line 109, app/assets/stylesheets/partials/base/author.scss */
.author--regular .author__photo img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 116, app/assets/stylesheets/partials/base/author.scss */
.author--regular .author__hr {
  width: 100%;
  height: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #d6e2e9;
}

/* line 1, app/assets/stylesheets/partials/base/base.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/partials/base/base.scss */
body {
  width: 100%;
  min-width: 260px;
  height: 100%;
  font-family: "PFEncoreSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

/* line 14, app/assets/stylesheets/partials/base/base.scss */
body.menu-opened {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/partials/base/base.scss */
body.is-animating {
  pointer-events: none;
}

/* line 23, app/assets/stylesheets/partials/base/base.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 29, app/assets/stylesheets/partials/base/base.scss */
a {
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/partials/base/base.scss */
pre {
  font-family: "PFEncoreSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/* line 38, app/assets/stylesheets/partials/base/base.scss */
svg {
  display: block;
}

/* line 42, app/assets/stylesheets/partials/base/base.scss */
textarea {
  display: block;
  resize: none;
}

/* line 46, app/assets/stylesheets/partials/base/base.scss */
.hidden,
[hidden] {
  display: none;
}

@font-face {
  font-family: "PFEncoreSansPro";
  src: url("/fonts/PFEncoreSansPro-Thin/pfencoresanspro-thin.eot");
  src: url("/fonts/PFEncoreSansPro-Thin/pfencoresanspro-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/PFEncoreSansPro-Thin/pfencoresanspro-thin.woff2") format("woff2"), url("/fonts/PFEncoreSansPro-Thin/pfencoresanspro-thin.woff") format("woff"), url("/fonts/PFEncoreSansPro-Thin/pfencoresanspro-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "PFEncoreSansPro";
  src: url("/fonts/PFEncoreSansPro-Light/pfencoresanspro-light.eot");
  src: url("/fonts/PFEncoreSansPro-Light/pfencoresanspro-light.eot?#iefix") format("embedded-opentype"), url("/fonts/PFEncoreSansPro-Light/pfencoresanspro-light.woff2") format("woff2"), url("/fonts/PFEncoreSansPro-Light/pfencoresanspro-light.woff") format("woff"), url("/fonts/PFEncoreSansPro-Light/pfencoresanspro-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PFEncoreSansPro";
  src: url("/fonts/PFEncoreSansPro-Medium/pfencoresanspro-medium.eot");
  src: url("/fonts/PFEncoreSansPro-Medium/pfencoresanspro-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/PFEncoreSansPro-Medium/pfencoresanspro-medium.woff2") format("woff2"), url("/fonts/PFEncoreSansPro-Medium/pfencoresanspro-medium.woff") format("woff"), url("/fonts/PFEncoreSansPro-Medium/pfencoresanspro-medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PFEncoreSansPro";
  src: url("/fonts/PFEncoreSansPro-Bold/pfencoresanspro-bold.eot");
  src: url("/fonts/PFEncoreSansPro-Bold/pfencoresanspro-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/PFEncoreSansPro-Bold/pfencoresanspro-bold.woff2") format("woff2"), url("/fonts/PFEncoreSansPro-Bold/pfencoresanspro-bold.woff") format("woff"), url("/fonts/PFEncoreSansPro-Bold/pfencoresanspro-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/fonts/Ubuntu-Light/Ubuntu-Light.eot");
  src: url("/fonts/Ubuntu-Light/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Ubuntu-Light/Ubuntu-Light.woff2") format("woff2"), url("/fonts/Ubuntu-Light/Ubuntu-Light.woff") format("woff"), url("/fonts/Ubuntu-Light/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

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

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

/* line 1, app/assets/stylesheets/partials/base/grid.scss */
.section {
  position: relative;
  width: 100%;
}

/* line 6, app/assets/stylesheets/partials/base/grid.scss */
.container, .kaya-columns {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/partials/base/grid.scss */
  .container, .kaya-columns {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, app/assets/stylesheets/partials/base/grid.scss */
  .container, .kaya-columns {
    width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 6, app/assets/stylesheets/partials/base/grid.scss */
  .container, .kaya-columns {
    width: 940px;
  }
}

@media (min-width: 1280px) and (max-width: 1879px) {
  /* line 6, app/assets/stylesheets/partials/base/grid.scss */
  .container, .kaya-columns {
    width: 1200px;
  }
}

@media (min-width: 1860px) {
  /* line 6, app/assets/stylesheets/partials/base/grid.scss */
  .container, .kaya-columns {
    width: 1780px;
  }
}

/* line 10, app/assets/stylesheets/partials/base/grid.scss */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

/* line 15, app/assets/stylesheets/partials/base/grid.scss */
.grid .kaya-block {
  padding-left: 0;
  padding-right: 0;
}

/* line 21, app/assets/stylesheets/partials/base/grid.scss */
.column-half {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 21, app/assets/stylesheets/partials/base/grid.scss */
  .column-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 35, app/assets/stylesheets/partials/base/grid.scss */
  .column-half:nth-child(odd) .column-half__inner {
    padding-right: 45px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  /* line 42, app/assets/stylesheets/partials/base/grid.scss */
  .column-half:nth-child(even) .column-half__inner {
    padding-left: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 49, app/assets/stylesheets/partials/base/grid.scss */
.column-half__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/partials/base/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 18, app/assets/stylesheets/partials/base/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, app/assets/stylesheets/partials/base/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 53, app/assets/stylesheets/partials/base/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 66, app/assets/stylesheets/partials/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, app/assets/stylesheets/partials/base/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, app/assets/stylesheets/partials/base/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, app/assets/stylesheets/partials/base/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 108, app/assets/stylesheets/partials/base/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, app/assets/stylesheets/partials/base/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 125, app/assets/stylesheets/partials/base/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 134, app/assets/stylesheets/partials/base/normalize.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 143, app/assets/stylesheets/partials/base/normalize.scss */
mark {
  background: #ffff00;
  color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 152, app/assets/stylesheets/partials/base/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, app/assets/stylesheets/partials/base/normalize.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 168, app/assets/stylesheets/partials/base/normalize.scss */
sup {
  top: -0.5em;
}

/* line 172, app/assets/stylesheets/partials/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 183, app/assets/stylesheets/partials/base/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 191, app/assets/stylesheets/partials/base/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 202, app/assets/stylesheets/partials/base/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 210, app/assets/stylesheets/partials/base/normalize.scss */
hr {
  height: 0;
  box-sizing: content-box;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, app/assets/stylesheets/partials/base/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, app/assets/stylesheets/partials/base/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 249, app/assets/stylesheets/partials/base/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 263, app/assets/stylesheets/partials/base/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 274, app/assets/stylesheets/partials/base/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/**
 * Re-set default cursor for disabled elements.
 */
/* line 291, app/assets/stylesheets/partials/base/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 300, app/assets/stylesheets/partials/base/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 311, app/assets/stylesheets/partials/base/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 323, app/assets/stylesheets/partials/base/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
  box-sizing: border-box;
  /* 1 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 335, app/assets/stylesheets/partials/base/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 346, app/assets/stylesheets/partials/base/normalize.scss */
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 357, app/assets/stylesheets/partials/base/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 366, app/assets/stylesheets/partials/base/normalize.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 377, app/assets/stylesheets/partials/base/normalize.scss */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 386, app/assets/stylesheets/partials/base/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 395, app/assets/stylesheets/partials/base/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 406, app/assets/stylesheets/partials/base/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 411, app/assets/stylesheets/partials/base/normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title, .promo-screen__bordered-title, .marketing-tech__title, .marketing-strategy__title, .marketing-prof__title, .marketing-model__title, .marketing-clients__title, .marketing-cases__title, .marketing-business__title {
  position: relative;
  max-width: 770px;
}

/* line 5, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title__border {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  border: 10px solid #27bdbe;
}

/* line 15, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title__border ~ * {
  position: relative;
}

/* line 19, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title__border + .bordered-title__title {
  margin-top: 0.5em;
}

/* line 24, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h1, .promo-screen--large .promo-screen__bordered-title {
  padding: 40px 0 50px 40px;
}

@media (min-width: 1860px) {
  /* line 24, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h1, .promo-screen--large .promo-screen__bordered-title {
    padding: 50px 0 60px 50px;
  }
}

/* line 31, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h1 .bordered-title__border, .promo-screen--large .promo-screen__bordered-title .bordered-title__border {
  max-width: 370px;
}

@media (min-width: 1860px) {
  /* line 31, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h1 .bordered-title__border, .promo-screen--large .promo-screen__bordered-title .bordered-title__border {
    max-width: 420px;
  }
}

/* line 45, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h2, .marketing-tech__title, .marketing-strategy__title, .marketing-prof__title, .marketing-model__title, .marketing-clients__title, .marketing-cases__title, .marketing-business__title, .event-ad__bordered-title, .blog-latest__bordered-title {
  padding: 40px 0 40px 40px;
}

@media (min-width: 1860px) {
  /* line 45, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h2, .marketing-tech__title, .marketing-strategy__title, .marketing-prof__title, .marketing-model__title, .marketing-clients__title, .marketing-cases__title, .marketing-business__title, .event-ad__bordered-title, .blog-latest__bordered-title {
    padding: 50px 0 50px 50px;
  }
}

@media (max-width: 767px) {
  /* line 45, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h2, .marketing-tech__title, .marketing-strategy__title, .marketing-prof__title, .marketing-model__title, .marketing-clients__title, .marketing-cases__title, .marketing-business__title, .event-ad__bordered-title, .blog-latest__bordered-title {
    padding: 0;
  }
}

/* line 56, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h2 .bordered-title__border, .marketing-tech__title .bordered-title__border, .marketing-strategy__title .bordered-title__border, .marketing-prof__title .bordered-title__border, .marketing-model__title .bordered-title__border, .marketing-clients__title .bordered-title__border, .marketing-cases__title .bordered-title__border, .marketing-business__title .bordered-title__border, .event-ad__bordered-title .bordered-title__border, .blog-latest__bordered-title .bordered-title__border {
  max-width: 270px;
}

@media (min-width: 1860px) {
  /* line 56, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h2 .bordered-title__border, .marketing-tech__title .bordered-title__border, .marketing-strategy__title .bordered-title__border, .marketing-prof__title .bordered-title__border, .marketing-model__title .bordered-title__border, .marketing-clients__title .bordered-title__border, .marketing-cases__title .bordered-title__border, .marketing-business__title .bordered-title__border, .event-ad__bordered-title .bordered-title__border, .blog-latest__bordered-title .bordered-title__border {
    max-width: 350px;
  }
}

/* line 70, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h3, .promo-screen--short .promo-screen__bordered-title, .promo-screen--case .promo-screen__bordered-title {
  padding: 40px 0 35px 40px;
}

@media (min-width: 1860px) {
  /* line 70, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h3, .promo-screen--short .promo-screen__bordered-title, .promo-screen--case .promo-screen__bordered-title {
    padding: 40px 0 40px 40px;
  }
}

/* line 77, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h3 .bordered-title__border, .promo-screen--short .promo-screen__bordered-title .bordered-title__border, .promo-screen--case .promo-screen__bordered-title .bordered-title__border {
  max-width: 230px;
}

@media (min-width: 1860px) {
  /* line 77, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h3 .bordered-title__border, .promo-screen--short .promo-screen__bordered-title .bordered-title__border, .promo-screen--case .promo-screen__bordered-title .bordered-title__border {
    max-width: 270px;
  }
}

/* line 91, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h4 {
  padding: 40px 0 35px 40px;
}

/* line 94, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--h4 .bordered-title__border {
  max-width: 200px;
}

@media (min-width: 1860px) {
  /* line 94, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--h4 .bordered-title__border {
    max-width: 230px;
  }
}

/* line 108, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--centered, .promo-screen--short .promo-screen__bordered-title, .promo-screen--case .promo-screen__bordered-title, .promo-screen--large .promo-screen__bordered-title, .marketing-tech__title, .marketing-strategy__title, .marketing-prof__title, .marketing-clients__title, .marketing-cases__title, .marketing-business__title, .event-ad__bordered-title, .blog-latest__bordered-title {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-align: center;
}

@media (min-width: 1280px) {
  /* line 108, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--centered, .promo-screen--short .promo-screen__bordered-title, .promo-screen--case .promo-screen__bordered-title, .promo-screen--large .promo-screen__bordered-title, .marketing-tech__title, .marketing-strategy__title, .marketing-prof__title, .marketing-clients__title, .marketing-cases__title, .marketing-business__title, .event-ad__bordered-title, .blog-latest__bordered-title {
    max-width: 1070px;
  }
}

/* line 120, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--centered .bordered-title__title:after, .promo-screen--short .promo-screen__bordered-title .bordered-title__title:after, .promo-screen--case .promo-screen__bordered-title .bordered-title__title:after, .promo-screen--large .promo-screen__bordered-title .bordered-title__title:after, .marketing-tech__title .bordered-title__title:after, .marketing-strategy__title .bordered-title__title:after, .marketing-prof__title .bordered-title__title:after, .marketing-clients__title .bordered-title__title:after, .marketing-cases__title .bordered-title__title:after, .marketing-business__title .bordered-title__title:after, .event-ad__bordered-title .bordered-title__title:after, .blog-latest__bordered-title .bordered-title__title:after {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  /* line 119, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
  .bordered-title--centered .bordered-title__title, .promo-screen--short .promo-screen__bordered-title .bordered-title__title, .promo-screen--case .promo-screen__bordered-title .bordered-title__title, .promo-screen--large .promo-screen__bordered-title .bordered-title__title, .marketing-tech__title .bordered-title__title, .marketing-strategy__title .bordered-title__title, .marketing-prof__title .bordered-title__title, .marketing-clients__title .bordered-title__title, .marketing-cases__title .bordered-title__title, .marketing-business__title .bordered-title__title, .event-ad__bordered-title .bordered-title__title, .blog-latest__bordered-title .bordered-title__title {
    max-width: 1070px;
  }
}

/* line 130, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--centered .bordered-title__border, .promo-screen--short .promo-screen__bordered-title .bordered-title__border, .promo-screen--case .promo-screen__bordered-title .bordered-title__border, .promo-screen--large .promo-screen__bordered-title .bordered-title__border, .marketing-tech__title .bordered-title__border, .marketing-strategy__title .bordered-title__border, .marketing-prof__title .bordered-title__border, .marketing-clients__title .bordered-title__border, .marketing-cases__title .bordered-title__border, .marketing-business__title .bordered-title__border, .event-ad__bordered-title .bordered-title__border, .blog-latest__bordered-title .bordered-title__border {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 140, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--white .bordered-title__icon-text .icon-text__text, .promo-screen__bordered-title .bordered-title__icon-text .icon-text__text, .page-header__title .bordered-title .bordered-title__icon-text .icon-text__text, .page-header__title .marketing-business__title .bordered-title__icon-text .icon-text__text, .page-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__text, .page-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__text, .page-header__title .marketing-model__title .bordered-title__icon-text .icon-text__text, .page-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__text, .marketing-strategy__title .bordered-title__icon-text .icon-text__text, .marketing-prof__title .bordered-title__icon-text .icon-text__text, .event-header__title .bordered-title .bordered-title__icon-text .icon-text__text, .event-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__text, .event-header__title .marketing-model__title .bordered-title__icon-text .icon-text__text, .event-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__text, .event-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__text, .event-header__title .marketing-business__title .bordered-title__icon-text .icon-text__text, .case-header__title .bordered-title .bordered-title__icon-text .icon-text__text, .case-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__text, .case-header__title .marketing-model__title .bordered-title__icon-text .icon-text__text, .case-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__text, .case-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__text, .case-header__title .marketing-business__title .bordered-title__icon-text .icon-text__text, .blog-header__title .bordered-title .bordered-title__icon-text .icon-text__text, .blog-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__text, .blog-header__title .marketing-model__title .bordered-title__icon-text .icon-text__text, .blog-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__text, .blog-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__text, .blog-header__title .marketing-business__title .bordered-title__icon-text .icon-text__text {
  color: #fff;
}

/* line 144, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--white .bordered-title__icon-text .icon-text__icon svg path, .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-prof__title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg path, .page-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg path, .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg path, .marketing-prof__title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg path, .event-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg path, .case-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg path, .blog-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg path,
.bordered-title--white .bordered-title__icon-text .icon-text__icon svg circle,
.promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-prof__title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg circle,
.page-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg circle,
.marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg circle,
.marketing-prof__title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg circle,
.event-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg circle,
.case-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg circle,
.blog-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg circle,
.bordered-title--white .bordered-title__icon-text .icon-text__icon svg rect,
.promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-prof__title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg rect,
.page-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg rect,
.marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg rect,
.marketing-prof__title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg rect,
.event-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg rect,
.case-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg rect,
.blog-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg rect,
.bordered-title--white .bordered-title__icon-text .icon-text__icon svg line,
.promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-prof__title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg line,
.page-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg line,
.marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg line,
.marketing-prof__title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg line,
.event-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg line,
.case-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg line,
.blog-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg line,
.bordered-title--white .bordered-title__icon-text .icon-text__icon svg polygon,
.promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-prof__title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg polygon,
.page-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg polygon,
.marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg polygon,
.marketing-prof__title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg polygon,
.event-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg polygon,
.case-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .promo-screen__bordered-title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .marketing-tech__title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .marketing-strategy__title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .marketing-model__title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .marketing-clients__title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .marketing-cases__title .bordered-title__icon-text .icon-text__icon svg polygon,
.blog-header__title .marketing-business__title .bordered-title__icon-text .icon-text__icon svg polygon {
  fill: #fff;
}

/* line 154, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--white .bordered-title__border, .promo-screen__bordered-title .bordered-title__border, .page-header__title .bordered-title .bordered-title__border, .page-header__title .marketing-business__title .bordered-title__border, .page-header__title .marketing-cases__title .bordered-title__border, .page-header__title .marketing-clients__title .bordered-title__border, .page-header__title .marketing-model__title .bordered-title__border, .page-header__title .marketing-tech__title .bordered-title__border, .marketing-strategy__title .bordered-title__border, .marketing-prof__title .bordered-title__border, .event-header__title .bordered-title .bordered-title__border, .event-header__title .marketing-tech__title .bordered-title__border, .event-header__title .marketing-model__title .bordered-title__border, .event-header__title .marketing-clients__title .bordered-title__border, .event-header__title .marketing-cases__title .bordered-title__border, .event-header__title .marketing-business__title .bordered-title__border, .case-header__title .bordered-title .bordered-title__border, .case-header__title .marketing-tech__title .bordered-title__border, .case-header__title .marketing-model__title .bordered-title__border, .case-header__title .marketing-clients__title .bordered-title__border, .case-header__title .marketing-cases__title .bordered-title__border, .case-header__title .marketing-business__title .bordered-title__border, .blog-header__title .bordered-title .bordered-title__border, .blog-header__title .marketing-tech__title .bordered-title__border, .blog-header__title .marketing-model__title .bordered-title__border, .blog-header__title .marketing-clients__title .bordered-title__border, .blog-header__title .marketing-cases__title .bordered-title__border, .blog-header__title .marketing-business__title .bordered-title__border {
  opacity: 0.2;
  border: 10px solid #fff;
}

/* line 159, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--white .bordered-title__title, .promo-screen__bordered-title .bordered-title__title, .page-header__title .bordered-title .bordered-title__title, .page-header__title .marketing-business__title .bordered-title__title, .page-header__title .marketing-cases__title .bordered-title__title, .page-header__title .marketing-clients__title .bordered-title__title, .page-header__title .marketing-model__title .bordered-title__title, .page-header__title .marketing-tech__title .bordered-title__title, .marketing-strategy__title .bordered-title__title, .marketing-prof__title .bordered-title__title, .event-header__title .bordered-title .bordered-title__title, .event-header__title .marketing-tech__title .bordered-title__title, .event-header__title .marketing-model__title .bordered-title__title, .event-header__title .marketing-clients__title .bordered-title__title, .event-header__title .marketing-cases__title .bordered-title__title, .event-header__title .marketing-business__title .bordered-title__title, .case-header__title .bordered-title .bordered-title__title, .case-header__title .marketing-tech__title .bordered-title__title, .case-header__title .marketing-model__title .bordered-title__title, .case-header__title .marketing-clients__title .bordered-title__title, .case-header__title .marketing-cases__title .bordered-title__title, .case-header__title .marketing-business__title .bordered-title__title, .blog-header__title .bordered-title .bordered-title__title, .blog-header__title .marketing-tech__title .bordered-title__title, .blog-header__title .marketing-model__title .bordered-title__title, .blog-header__title .marketing-clients__title .bordered-title__title, .blog-header__title .marketing-cases__title .bordered-title__title, .blog-header__title .marketing-business__title .bordered-title__title {
  color: #fff;
}

/* line 162, app/assets/stylesheets/partials/base/titles/bordered-title.scss */
.bordered-title--white .bordered-title__title:after, .promo-screen__bordered-title .bordered-title__title:after, .page-header__title .bordered-title .bordered-title__title:after, .page-header__title .marketing-business__title .bordered-title__title:after, .page-header__title .marketing-cases__title .bordered-title__title:after, .page-header__title .marketing-clients__title .bordered-title__title:after, .page-header__title .marketing-model__title .bordered-title__title:after, .page-header__title .marketing-tech__title .bordered-title__title:after, .marketing-strategy__title .bordered-title__title:after, .marketing-prof__title .bordered-title__title:after, .event-header__title .bordered-title .bordered-title__title:after, .event-header__title .marketing-tech__title .bordered-title__title:after, .event-header__title .marketing-model__title .bordered-title__title:after, .event-header__title .marketing-clients__title .bordered-title__title:after, .event-header__title .marketing-cases__title .bordered-title__title:after, .event-header__title .marketing-business__title .bordered-title__title:after, .case-header__title .bordered-title .bordered-title__title:after, .case-header__title .marketing-tech__title .bordered-title__title:after, .case-header__title .marketing-model__title .bordered-title__title:after, .case-header__title .marketing-clients__title .bordered-title__title:after, .case-header__title .marketing-cases__title .bordered-title__title:after, .case-header__title .marketing-business__title .bordered-title__title:after, .blog-header__title .bordered-title .bordered-title__title:after, .blog-header__title .marketing-tech__title .bordered-title__title:after, .blog-header__title .marketing-model__title .bordered-title__title:after, .blog-header__title .marketing-clients__title .bordered-title__title:after, .blog-header__title .marketing-cases__title .bordered-title__title:after, .blog-header__title .marketing-business__title .bordered-title__title:after {
  background: #fff;
}

/* line 2, app/assets/stylesheets/partials/base/titles/subtitle-v2.scss */
.theme-v2 .subtitle, .theme-v2 .promo-screen__subtitle, .theme-v2 .page-header__subtitle, .theme-v2 .blog-header__subtitle, .theme-v2 .achievements__subtitle {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 auto;
  color: #273b48;
  font-size: 1.125em;
  line-height: 25.2px;
  text-align: left;
  font-weight: 300;
}

@media (min-width: 1280px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/subtitle-v2.scss */
  .theme-v2 .subtitle, .theme-v2 .promo-screen__subtitle, .theme-v2 .page-header__subtitle, .theme-v2 .blog-header__subtitle, .theme-v2 .achievements__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/subtitle-v2.scss */
  .theme-v2 .subtitle, .theme-v2 .promo-screen__subtitle, .theme-v2 .page-header__subtitle, .theme-v2 .blog-header__subtitle, .theme-v2 .achievements__subtitle {
    margin-left: 0px;
    max-width: 1070px;
  }
}

@media (min-width: 450px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/subtitle-v2.scss */
  .theme-v2 .subtitle, .theme-v2 .promo-screen__subtitle, .theme-v2 .page-header__subtitle, .theme-v2 .blog-header__subtitle, .theme-v2 .achievements__subtitle {
    margin-left: 0px;
    font-size: 1.125em;
  }
}

@media (min-width: 1860px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/subtitle-v2.scss */
  .theme-v2 .subtitle, .theme-v2 .promo-screen__subtitle, .theme-v2 .page-header__subtitle, .theme-v2 .blog-header__subtitle, .theme-v2 .achievements__subtitle {
    margin-left: 0px;
    font-size: 1.4375em;
  }
}

/* line 27, app/assets/stylesheets/partials/base/titles/subtitle-v2.scss */
.theme-v2 .subtitle--white, .theme-v2 .promo-screen__subtitle, .theme-v2 .page-header__subtitle, .theme-v2 .blog-header__subtitle {
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/base/titles/subtitle.scss */
.subtitle, .promo-screen__subtitle, .page-header__subtitle, .blog-header__subtitle, .achievements__subtitle {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 auto;
  color: #273b48;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/subtitle.scss */
  .subtitle, .promo-screen__subtitle, .page-header__subtitle, .blog-header__subtitle, .achievements__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/subtitle.scss */
  .subtitle, .promo-screen__subtitle, .page-header__subtitle, .blog-header__subtitle, .achievements__subtitle {
    max-width: 1070px;
  }
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/subtitle.scss */
  .subtitle, .promo-screen__subtitle, .page-header__subtitle, .blog-header__subtitle, .achievements__subtitle {
    font-size: 1.125em;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/subtitle.scss */
  .subtitle, .promo-screen__subtitle, .page-header__subtitle, .blog-header__subtitle, .achievements__subtitle {
    font-size: 1.4375em;
  }
}

/* line 23, app/assets/stylesheets/partials/base/titles/subtitle.scss */
.subtitle--white, .promo-screen__subtitle, .page-header__subtitle, .blog-header__subtitle {
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/base/titles/title-centered.scss */
.title-centered, .studio-start__title, .studio-business__title, .marketing-dev__title, .awards__title, .achievements__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 6, app/assets/stylesheets/partials/base/titles/title-centered.scss */
.title-centered:after, .studio-start__title:after, .studio-business__title:after, .marketing-dev__title:after, .awards__title:after, .achievements__title:after {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  /* line 11, app/assets/stylesheets/partials/base/titles/title-centered.scss */
  .title-centered.title, .title.studio-start__title, .title.studio-business__title, .title.marketing-dev__title, .title.awards__title, .title.achievements__title {
    max-width: 1070px;
  }
}

/* line 2, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
.theme-v2 .title-h1, .theme-v2 .text h1, .text .theme-v2 h1, .theme-v2 .kaya-video__text h1, .kaya-video__text .theme-v2 h1, .theme-v2 .studio-business__text h1, .studio-business__text .theme-v2 h1, .theme-v2 .studio-start__text h1, .studio-start__text .theme-v2 h1, .theme-v2 .studio-services__name {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

@media (min-width: 1280px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1, .theme-v2 .text h1, .text .theme-v2 h1, .theme-v2 .kaya-video__text h1, .kaya-video__text .theme-v2 h1, .theme-v2 .studio-business__text h1, .studio-business__text .theme-v2 h1, .theme-v2 .studio-start__text h1, .studio-start__text .theme-v2 h1, .theme-v2 .studio-services__name {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 10, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
.theme-v2 .title-h1:after, .theme-v2 .text h1:after, .text .theme-v2 h1:after, .theme-v2 .kaya-video__text h1:after, .kaya-video__text .theme-v2 h1:after, .theme-v2 .studio-business__text h1:after, .studio-business__text .theme-v2 h1:after, .theme-v2 .studio-start__text h1:after, .studio-start__text .theme-v2 h1:after, .theme-v2 .studio-services__name:after {
  position: relative;
  display: block;
  width: 46px;
  height: 5px;
  margin-top: 25px;
  content: '';
  background: transparent;
}

@media (min-width: 1860px) {
  /* line 10, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1:after, .theme-v2 .text h1:after, .text .theme-v2 h1:after, .theme-v2 .kaya-video__text h1:after, .kaya-video__text .theme-v2 h1:after, .theme-v2 .studio-business__text h1:after, .studio-business__text .theme-v2 h1:after, .theme-v2 .studio-start__text h1:after, .studio-start__text .theme-v2 h1:after, .theme-v2 .studio-services__name:after {
    margin-top: 30px;
  }
}

@media (min-width: 450px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1, .theme-v2 .text h1, .text .theme-v2 h1, .theme-v2 .kaya-video__text h1, .kaya-video__text .theme-v2 h1, .theme-v2 .studio-business__text h1, .studio-business__text .theme-v2 h1, .theme-v2 .studio-start__text h1, .studio-start__text .theme-v2 h1, .theme-v2 .studio-services__name {
    margin-left: 0px;
    font-size: 3.125em;
  }
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1, .theme-v2 .text h1, .text .theme-v2 h1, .theme-v2 .kaya-video__text h1, .kaya-video__text .theme-v2 h1, .theme-v2 .studio-business__text h1, .studio-business__text .theme-v2 h1, .theme-v2 .studio-start__text h1, .studio-start__text .theme-v2 h1, .theme-v2 .studio-services__name {
    margin-left: 0px;
    font-size: 3.125em;
  }
}

@media (max-width: 449px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1, .theme-v2 .text h1, .text .theme-v2 h1, .theme-v2 .kaya-video__text h1, .kaya-video__text .theme-v2 h1, .theme-v2 .studio-business__text h1, .studio-business__text .theme-v2 h1, .theme-v2 .studio-start__text h1, .studio-start__text .theme-v2 h1, .theme-v2 .studio-services__name {
    font-size: 2.875em;
  }
}

@media (min-width: 1860px) {
  /* line 2, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1, .theme-v2 .text h1, .text .theme-v2 h1, .theme-v2 .kaya-video__text h1, .kaya-video__text .theme-v2 h1, .theme-v2 .studio-business__text h1, .studio-business__text .theme-v2 h1, .theme-v2 .studio-start__text h1, .studio-start__text .theme-v2 h1, .theme-v2 .studio-services__name {
    margin-left: 0px;
    font-size: 4em;
  }
  /* line 44, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
  .theme-v2 .title-h1:after, .theme-v2 .text h1:after, .text .theme-v2 h1:after, .theme-v2 .kaya-video__text h1:after, .kaya-video__text .theme-v2 h1:after, .theme-v2 .studio-business__text h1:after, .studio-business__text .theme-v2 h1:after, .theme-v2 .studio-start__text h1:after, .studio-start__text .theme-v2 h1:after, .theme-v2 .studio-services__name:after {
    width: 52px;
    margin-top: 30px;
  }
}

/* line 53, app/assets/stylesheets/partials/base/titles/title-h1-v2.scss */
.theme-v2.white-theme .title-h1, .theme-v2.white-theme .text h1, .text .theme-v2.white-theme h1, .theme-v2.white-theme .kaya-video__text h1, .kaya-video__text .theme-v2.white-theme h1, .theme-v2.white-theme .studio-business__text h1, .studio-business__text .theme-v2.white-theme h1, .theme-v2.white-theme .studio-start__text h1, .studio-start__text .theme-v2.white-theme h1, .theme-v2.white-theme .studio-services__name {
  color: #273b48;
}

/* line 1, app/assets/stylesheets/partials/base/titles/title-h1.scss */
.title-h1, .text h1, .kaya-video__text h1, .studio-business__text h1, .studio-start__text h1, .studio-services__name {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  color: #273b48;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h1.scss */
  .title-h1, .text h1, .kaya-video__text h1, .studio-business__text h1, .studio-start__text h1, .studio-services__name {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 9, app/assets/stylesheets/partials/base/titles/title-h1.scss */
.title-h1:after, .text h1:after, .kaya-video__text h1:after, .studio-business__text h1:after, .studio-start__text h1:after, .studio-services__name:after {
  position: relative;
  display: block;
  width: 46px;
  height: 5px;
  margin-top: 25px;
  content: '';
  background: #273b48;
}

@media (min-width: 1860px) {
  /* line 9, app/assets/stylesheets/partials/base/titles/title-h1.scss */
  .title-h1:after, .text h1:after, .kaya-video__text h1:after, .studio-business__text h1:after, .studio-start__text h1:after, .studio-services__name:after {
    margin-top: 30px;
  }
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h1.scss */
  .title-h1, .text h1, .kaya-video__text h1, .studio-business__text h1, .studio-start__text h1, .studio-services__name {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h1.scss */
  .title-h1, .text h1, .kaya-video__text h1, .studio-business__text h1, .studio-start__text h1, .studio-services__name {
    font-size: 3.125em;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h1.scss */
  .title-h1, .text h1, .kaya-video__text h1, .studio-business__text h1, .studio-start__text h1, .studio-services__name {
    font-size: 4em;
  }
  /* line 34, app/assets/stylesheets/partials/base/titles/title-h1.scss */
  .title-h1:after, .text h1:after, .kaya-video__text h1:after, .studio-business__text h1:after, .studio-start__text h1:after, .studio-services__name:after {
    width: 52px;
    margin-top: 30px;
  }
}

/* line 1, app/assets/stylesheets/partials/base/titles/title-h2.scss */
.title-h2, .text h2, .kaya-video__text h2, .studio-business__text h2, .studio-start__text h2, .studio-start__title, .studio-business__title, .statement-card--lg .statement-card__text, .marketing-dev__title, .glossary-list__item__title_inner {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  color: #273b48;
  font-size: 1.75em;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h2.scss */
  .title-h2, .text h2, .kaya-video__text h2, .studio-business__text h2, .studio-start__text h2, .studio-start__title, .studio-business__title, .statement-card--lg .statement-card__text, .marketing-dev__title, .glossary-list__item__title_inner {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 8, app/assets/stylesheets/partials/base/titles/title-h2.scss */
.title-h2:after, .text h2:after, .kaya-video__text h2:after, .studio-business__text h2:after, .studio-start__text h2:after, .studio-start__title:after, .studio-business__title:after, .statement-card--lg .statement-card__text:after, .marketing-dev__title:after, .glossary-list__item__title_inner:after {
  position: relative;
  display: block;
  width: 37px;
  height: 4px;
  margin-top: 20px;
  background: #273b48;
  content: "";
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h2.scss */
  .title-h2, .text h2, .kaya-video__text h2, .studio-business__text h2, .studio-start__text h2, .studio-start__title, .studio-business__title, .statement-card--lg .statement-card__text, .marketing-dev__title, .glossary-list__item__title_inner {
    font-size: 2.125em;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h2.scss */
  .title-h2, .text h2, .kaya-video__text h2, .studio-business__text h2, .studio-start__text h2, .studio-start__title, .studio-business__title, .statement-card--lg .statement-card__text, .marketing-dev__title, .glossary-list__item__title_inner {
    font-size: 2.5em;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h2.scss */
  .title-h2, .text h2, .kaya-video__text h2, .studio-business__text h2, .studio-start__text h2, .studio-start__title, .studio-business__title, .statement-card--lg .statement-card__text, .marketing-dev__title, .glossary-list__item__title_inner {
    font-size: 3.125em;
  }
  /* line 29, app/assets/stylesheets/partials/base/titles/title-h2.scss */
  .title-h2:after, .text h2:after, .kaya-video__text h2:after, .studio-business__text h2:after, .studio-start__text h2:after, .studio-start__title:after, .studio-business__title:after, .statement-card--lg .statement-card__text:after, .marketing-dev__title:after, .glossary-list__item__title_inner:after {
    width: 46px;
    margin-top: 25px;
  }
}

/* line 1, app/assets/stylesheets/partials/base/titles/title-h3.scss */
.title-h3, .text h3, .kaya-video__text h3, .studio-business__text h3, .studio-start__text h3, .statement-card__text, .awards__title, .achievements__title {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  color: #273b48;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h3.scss */
  .title-h3, .text h3, .kaya-video__text h3, .studio-business__text h3, .studio-start__text h3, .statement-card__text, .awards__title, .achievements__title {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 8, app/assets/stylesheets/partials/base/titles/title-h3.scss */
.title-h3:after, .text h3:after, .kaya-video__text h3:after, .studio-business__text h3:after, .studio-start__text h3:after, .statement-card__text:after, .awards__title:after, .achievements__title:after {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 15px;
  background: #273b48;
  content: "";
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h3.scss */
  .title-h3, .text h3, .kaya-video__text h3, .studio-business__text h3, .studio-start__text h3, .statement-card__text, .awards__title, .achievements__title {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h3.scss */
  .title-h3, .text h3, .kaya-video__text h3, .studio-business__text h3, .studio-start__text h3, .statement-card__text, .awards__title, .achievements__title {
    font-size: 1.875em;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h3.scss */
  .title-h3, .text h3, .kaya-video__text h3, .studio-business__text h3, .studio-start__text h3, .statement-card__text, .awards__title, .achievements__title {
    font-size: 2.5em;
  }
  /* line 29, app/assets/stylesheets/partials/base/titles/title-h3.scss */
  .title-h3:after, .text h3:after, .kaya-video__text h3:after, .studio-business__text h3:after, .studio-start__text h3:after, .statement-card__text:after, .awards__title:after, .achievements__title:after {
    width: 37px;
    margin-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/base/titles/title-h4.scss */
.title-h4, .text h4, .kaya-video__text h4, .studio-business__text h4, .studio-start__text h4, .statement-card--sm .statement-card__text, .number__text, .kaya-video__title, .footer__form-title {
  display: block;
  width: 100%;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  color: #273b48;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h4.scss */
  .title-h4, .text h4, .kaya-video__text h4, .studio-business__text h4, .studio-start__text h4, .statement-card--sm .statement-card__text, .number__text, .kaya-video__title, .footer__form-title {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h4.scss */
  .title-h4, .text h4, .kaya-video__text h4, .studio-business__text h4, .studio-start__text h4, .statement-card--sm .statement-card__text, .number__text, .kaya-video__title, .footer__form-title {
    font-size: 1.375em;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/base/titles/title-h4.scss */
  .title-h4, .text h4, .kaya-video__text h4, .studio-business__text h4, .studio-start__text h4, .statement-card--sm .statement-card__text, .number__text, .kaya-video__title, .footer__form-title {
    font-size: 1.625em;
  }
}

/* line 17, app/assets/stylesheets/partials/base/titles/title-h4.scss */
.title-h4::after, .text h4::after, .kaya-video__text h4::after, .studio-business__text h4::after, .studio-start__text h4::after, .statement-card--sm .statement-card__text::after, .number__text::after, .kaya-video__title::after, .footer__form-title::after {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 12px;
  background: #273b48;
  content: "";
}

/* line 1, app/assets/stylesheets/partials/base/titles/title-white.scss */
.title-white, .awards__title {
  color: #fff;
}

/* line 4, app/assets/stylesheets/partials/base/titles/title-white.scss */
.title-white:after, .awards__title:after {
  background: #fff;
}

/* line 3, app/assets/stylesheets/partials/base/titles/title.scss */
.title--nounderline::after {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements {
  background: #fff;
  margin: 80px 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements {
    margin: 110px 0;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements {
    margin: 130px 0;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements {
    margin: 180px 0;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements__title {
  margin-bottom: 40px;
}

@media (min-width: 450px) {
  /* line 17, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__title {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  /* line 17, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__title {
    margin-bottom: 60px;
  }
}

/* line 31, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements__subtitle {
  margin-bottom: 35px;
}

@media (min-width: 450px) {
  /* line 31, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__subtitle {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  /* line 31, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__subtitle {
    margin-bottom: 55px;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements__text {
  margin: 0 auto 35px;
}

@media (min-width: 450px) {
  /* line 44, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__text {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__text {
    margin-bottom: 55px;
  }
}

/* line 56, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 290px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 56, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__wrap {
    max-width: 600px;
  }
}

@media (min-width: 1280px) {
  /* line 56, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__wrap {
    max-width: 100%;
  }
}

@media (min-width: 1860px) {
  /* line 56, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__wrap {
    max-width: 1400px;
  }
}

/* line 76, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements__item {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 76, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__item {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 76, app/assets/stylesheets/partials/blocks/achievements.scss */
  .achievements__item {
    width: 25%;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/achievements.scss */
.achievements__card {
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/associations.scss */
.associations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 604px) {
  /* line 1, app/assets/stylesheets/partials/blocks/associations.scss */
  .associations {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* line 11, app/assets/stylesheets/partials/blocks/associations.scss */
.associations__item {
  width: 30%;
  max-width: 300px;
  margin-right: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/partials/blocks/associations.scss */
.associations__item:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 604px) {
  /* line 11, app/assets/stylesheets/partials/blocks/associations.scss */
  .associations__item {
    width: 300px;
    margin-right: 0;
  }
  /* line 27, app/assets/stylesheets/partials/blocks/associations.scss */
  .associations__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 449px) {
  /* line 11, app/assets/stylesheets/partials/blocks/associations.scss */
  .associations__item {
    width: 220px;
    margin-right: 0;
  }
}

/* line 38, app/assets/stylesheets/partials/blocks/associations.scss */
.associations__image {
  min-height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

/* line 51, app/assets/stylesheets/partials/blocks/associations.scss */
.associations__link {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #27bdbe;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.associations__link:hover {
  color: #00a4b3;
}

/* line 61, app/assets/stylesheets/partials/blocks/associations.scss */
.associations__link-icon {
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/partials/blocks/associations.scss */
.associations__link-icon svg {
  width: 22px;
  height: 18px;
}

/* line 1, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card {
  overflow: hidden;
  width: 300px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(39, 59, 72, 0.3);
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/blocks/award-card.scss */
  .award-card {
    width: 400px;
  }
}

/* line 12, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 27px 20px;
}

/* line 18, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  min-width: 60px;
  margin-right: 15px;
}

@media (min-width: 450px) {
  /* line 18, app/assets/stylesheets/partials/blocks/award-card.scss */
  .award-card__logo {
    width: 120px;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 37, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 43, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 48, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__place-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  margin-right: 15px;
  color: #e21776;
  font-size: 2.375em;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 450px) {
  /* line 54, app/assets/stylesheets/partials/blocks/award-card.scss */
  .award-card__place {
    width: 65px;
    margin-right: 20px;
    font-size: 2.875em;
  }
}

/* line 71, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  color: #273b48;
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/partials/blocks/award-card.scss */
.award-card__desc {
  width: 100%;
  color: #87a0b2;
  font-size: 0.8125em;
  line-height: 1.3;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/partials/blocks/awards.scss */
.awards {
  overflow: hidden;
  padding: 120px 0 100px;
  background-image: url(https://molinos.ru/assets/content/bg-awards-4ce0dbf26108d5ca6bc760c409361c230876a46e58fa3c3cb989dc5c0c682b46.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/awards.scss */
  .awards {
    padding: 160px 0 140px;
  }
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.awards:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.awards .container, .awards .kaya-columns {
  z-index: 2;
}

/* line 25, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.awards:after {
  background-image: -webkit-linear-gradient(bottom, #00987a 0%, #00d2ff 100%);
  background-image: linear-gradient(to top, #00987a 0%, #00d2ff 100%);
}

/* line 15, app/assets/stylesheets/partials/blocks/awards.scss */
.awards__title {
  margin-bottom: 45px;
}

@media (min-width: 450px) {
  /* line 15, app/assets/stylesheets/partials/blocks/awards.scss */
  .awards__title {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/partials/blocks/awards.scss */
  .awards__title {
    margin-bottom: 80px;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/awards.scss */
.awards__slider {
  width: 100%;
  height: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 35, app/assets/stylesheets/partials/blocks/awards.scss */
.awards__slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 1, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.bg-links:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.bg-links .container, .bg-links .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.bg-links:after {
  background-color: #273b48;
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links {
    min-height: 320px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links {
    min-height: 390px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links {
    min-height: 480px;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width: 100%;
}

/* line 30, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 3% 0 4%;
}

@media (min-width: 1500px) {
  /* line 30, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__wrap {
    max-width: 1400px;
    padding: 0;
  }
}

@media (max-width: 449px) {
  /* line 30, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 50, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

/* line 61, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media (min-width: 1024px) {
  /* line 66, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item:first-child .direction-button {
    padding-left: 47px;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__item:first-child .direction-button__icon {
  margin-right: 15px;
}

/* line 76, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__item:nth-child(even) .direction-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 449px) {
  /* line 61, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item {
    width: auto;
  }
  /* line 83, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item:first-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 10px;
  }
  /* line 88, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item:last-child {
    padding-right: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 20px;
  }
  /* line 95, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item:nth-child(even) .direction-button {
    padding-right: 0;
  }
  /* line 99, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item:first-child .direction-button {
    padding-left: 0;
  }
  /* line 103, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item:last-child .direction-button__icon {
    margin-right: 0;
  }
  /* line 107, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links__item .direction-button.direction-button--white-blue-hovered {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 114, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links__absolute {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.bg-links__absolute:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.bg-links__absolute .container, .bg-links__absolute .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.bg-links__absolute:after {
  background-color: #273b48;
}

/* line 130, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links .direction-button {
  width: 100%;
}

/* line 133, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links .direction-button span {
  z-index: 5;
}

/* line 137, app/assets/stylesheets/partials/blocks/bg-links.scss */
.bg-links .direction-button:hover .bg-links__absolute {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 449px) {
  /* line 130, app/assets/stylesheets/partials/blocks/bg-links.scss */
  .bg-links .direction-button {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-author.scss */
.blog-author {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, app/assets/stylesheets/partials/blocks/blog/blog-author.scss */
.blog-author__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
}

/* line 17, app/assets/stylesheets/partials/blocks/blog/blog-author.scss */
.blog-author__info {
  margin-right: 5px;
}

/* line 20, app/assets/stylesheets/partials/blocks/blog/blog-author.scss */
.blog-author__info:not(:last-of-type) .blog-author__name::after {
  content: ",";
}

/* line 25, app/assets/stylesheets/partials/blocks/blog/blog-author.scss */
.blog-author__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  color: #ffffff;
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/partials/blocks/blog/blog-author.scss */
.blog-author__position {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  color: #87a0b2;
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card {
  position: relative;
  z-index: 1;
  display: block;
  width: 345px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(39, 59, 72, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card {
    width: 370px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card {
    width: 100%;
  }
}

/* line 21, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card.is-expanded {
  z-index: 1;
  box-shadow: 0 25px 40px rgba(39, 59, 72, 0.2);
}

/* line 26, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card.is-expanded .blog-card__more span:first-child {
  display: none;
}

/* line 30, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card.is-expanded .blog-card__more span:last-child {
  display: block;
}

/* line 36, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card.is-collapsing {
  z-index: 1;
}

/* line 42, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card:hover .blog-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 46, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card:hover .blog-card__image::after {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 52, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  background-color: #f5f9fb;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 62, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__image:empty {
  cursor: default;
}

/* line 65, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__image:empty::after {
  display: none;
}

/* line 70, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 81, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* line 89, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__content {
  position: relative;
  top: 15px;
  margin: 0 auto;
  padding: 0 25px 48px;
  -webkit-transition: opacity 0s ease 0.3s;
  transition: opacity 0s ease 0.3s;
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__content {
    padding: 0 25px 48px;
  }
}

/* line 101, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 9px;
  padding: 6px 9px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #e21776;
}

/* line 105, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__date {
  margin-right: 30px;
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  line-height: 1;
  color: #9298a5;
  font-weight: 300;
  text-align: left;
  border-radius: 50%;
}

/* line 116, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__date:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 2px;
  height: 2px;
  background: #9298a5;
}

@media (max-width: 449px) {
  /* line 116, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__date:before {
    display: none;
  }
}

/* line 131, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__simple_date {
  margin-right: 30px;
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  line-height: 1;
  color: #9298a5;
  font-weight: 300;
  text-align: left;
  border-radius: 50%;
}

/* line 143, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__count {
  display: inline;
  font-size: 0.75em;
  font-weight: 300;
  color: #27bdbe;
}

@media (max-width: 449px) {
  /* line 143, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__count {
    display: block;
    margin-top: 8px;
  }
}

/* line 155, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__title {
  color: #273b48;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: block;
  margin: 23px 0 15px;
  font-size: 1.25em;
  line-height: 1.3;
  color: #1d2830;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.blog-card__title:hover {
  color: #00a4b3;
}

@media (max-width: 767px) {
  /* line 155, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__title {
    font-size: 16px;
  }
}

@media (max-width: 449px) {
  /* line 155, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__title {
    margin: 15px 0 20px;
  }
}

/* line 173, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__text {
  font-size: 0.875em;
  line-height: 19px;
  font-weight: 300;
  color: #9298a5;
}

@media (max-width: 449px) {
  /* line 173, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__text {
    display: none;
  }
}

/* line 184, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 184, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
  .blog-card__author {
    margin-top: 28px;
  }
}

/* line 193, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__author .author__name {
  text-decoration: underline;
}

/* line 198, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 40px;
}

/* line 205, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__photo img {
  width: 100%;
  height: auto;
}

/* line 211, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__name {
  display: block;
  color: #e21776;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

/* line 219, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__post {
  display: block;
  color: #87a0b2;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
}

/* line 227, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 14px 30px;
  background-color: #f5f9fb;
}

/* line 236, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__socials {
  position: relative;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 244, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__more {
  color: #27bdbe;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

/* line 251, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__more span:last-child {
  display: none;
}

/* line 256, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__social {
  position: relative;
  width: 30px;
  height: 30px;
}

/* line 7, app/assets/stylesheets/partials/mixins/social.scss */
.blog-card__social .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #87a0b2;
}

/* line 18, app/assets/stylesheets/partials/mixins/social.scss */
.blog-card__social:hover .icon {
  fill: #273b48;
}

/* line 260, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__tags {
  max-height: 0;
  overflow: hidden;
  background-color: #f5f9fb;
  color: #5d707d;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

/* line 269, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.is-expanded > .blog-card__tags {
  max-height: 100px;
}

/* line 274, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__tags-inner {
  padding: 10px 30px 27px;
}

/* line 278, app/assets/stylesheets/partials/blocks/blog/blog-card.scss */
.blog-card__tag {
  color: #273b48;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.blog-card__tag:hover {
  color: #00a4b3;
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav {
  background: #eff4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav--cases .blog-footer-nav__title {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav--cases .blog-footer-nav__link {
  padding: 76px 50px 66px;
}

@media (min-width: 1366px) {
  /* line 19, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav--cases .blog-footer-nav__link {
    padding: 96px 80px 86px;
  }
}

@media (max-width: 991px) {
  /* line 19, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav--cases .blog-footer-nav__link {
    padding: 56px 30px 46px;
  }
}

@media (max-width: 767px) {
  /* line 19, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav--cases .blog-footer-nav__link {
    padding: 36px 30px 26px;
  }
}

/* line 36, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__link {
  width: 50%;
  padding: 40px 50px 30px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media (min-width: 1366px) {
  /* line 36, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav__link {
    padding: 50px 80px 40px;
  }
}

@media (max-width: 991px) {
  /* line 36, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav__link {
    padding: 30px 30px 20px;
  }
}

@media (max-width: 767px) {
  /* line 36, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav__link {
    width: 100%;
  }
}

/* line 55, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__link:last-child {
  text-align: right;
}

/* line 58, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__link:last-child .author__photo {
  margin: 0 0 0 10px;
}

/* line 63, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__link:hover {
  background: #fff;
}

/* line 66, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__link:hover .blog-footer-nav__title {
  color: #00a4b3;
}

/* line 71, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__link--empty:hover {
  background: transparent;
}

/* line 76, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__date {
  margin-bottom: 26px;
  color: #87a0b2;
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
}

/* line 84, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
.blog-footer-nav__title {
  margin-bottom: 36px;
  color: #273b48;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 991px) {
  /* line 84, app/assets/stylesheets/partials/blocks/blog/blog-footer-nav.scss */
  .blog-footer-nav__title {
    margin-bottom: 26px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
.blog-grid-section {
  background: #f5f9fb;
}

/* line 5, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
.blog-grid {
  position: relative;
  width: 100%;
  max-width: 370px;
  min-height: 400px;
  margin: 0 auto;
  padding: 60px 0 100px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 14, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
.blog-grid.is-loading {
  opacity: 0;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
  .blog-grid {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  /* line 5, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
  .blog-grid {
    max-width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1879px) {
  /* line 5, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
  .blog-grid {
    margin-left: 60px;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
.blog-grid__sizer {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
  .blog-grid__sizer {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 30, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
  .blog-grid__sizer {
    width: 33.3333333333%;
  }
}

/* line 42, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
.blog-grid__item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
  .blog-grid__item {
    width: 100%;
  }
}

/* line 49, app/assets/stylesheets/partials/blocks/blog/blog-grid.scss */
.blog-grid__item .blog-card {
  margin-right: auto;
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.blog-header:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.blog-header .container, .blog-header .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.blog-header:after {
  background-color: #273b48;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
  .blog-header {
    min-height: 450px;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 24, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 34, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__content {
  padding: 70px 0 40px 50px;
}

/* line 38, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__title {
  margin-bottom: 0px;
}

/* line 43, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__title .bordered-title--h1, .blog-header__title .promo-screen--large .promo-screen__bordered-title, .promo-screen--large .blog-header__title .promo-screen__bordered-title {
  padding-left: 0px;
}

/* line 54, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__subtitle {
  margin: 0px 0px 30px 0px;
  text-align: left;
}

/* line 62, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__author {
  margin-top: 35px;
}

/* line 66, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__author .blog-author__position {
  color: #fff;
}

/* line 70, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__white_theme .blog-header__author .blog-author__name {
  color: #27bdbe;
}

/* line 74, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__white_theme .blog-header__author .blog-author__position {
  color: #273b48;
}

/* line 79, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__white_theme .blog-header__title .title-h1, .blog-header__white_theme .blog-header__title .text h1, .text .blog-header__white_theme .blog-header__title h1, .blog-header__white_theme .blog-header__title .kaya-video__text h1, .kaya-video__text .blog-header__white_theme .blog-header__title h1, .blog-header__white_theme .blog-header__title .studio-business__text h1, .studio-business__text .blog-header__white_theme .blog-header__title h1, .blog-header__white_theme .blog-header__title .studio-start__text h1, .studio-start__text .blog-header__white_theme .blog-header__title h1, .blog-header__white_theme .blog-header__title .studio-services__name, .blog-header__white_theme .blog-header__title a span {
  color: #273b48;
}

/* line 84, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__white_theme .blog-header__subtitle {
  color: #273b48;
}

/* line 88, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
.blog-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 449px) {
  /* line 88, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
  .blog-header__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 97, app/assets/stylesheets/partials/blocks/blog/blog-header.scss */
  .blog-header__actions .blog-author {
    margin-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
.blog-info {
  padding: 40px 0;
  background-color: #f5f9fb;
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
  .blog-info {
    padding: 20px 0;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
.blog-info__inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1280px) {
  /* line 9, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
  .blog-info__inner {
    max-width: 1070px;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
.blog-info__column {
  padding: 0 30px;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
  .blog-info__column--wide {
    display: block;
    width: 100%;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
.blog-info__header {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  color: #87a0b2;
}

/* line 39, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
.blog-info__content {
  font-size: 14px;
  color: #5d707d;
}

/* line 44, app/assets/stylesheets/partials/blocks/blog/blog-info.scss */
.blog-info__tag {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #5d707d;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.blog-info__tag:hover {
  color: #00a4b3;
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest {
  position: relative;
  padding: 70px 0 10px;
  background-image: url(https://molinos.ru/assets/content/bg-blog-latest-c11fa4dd5089efc829a1abfa9f6d8e43407fe86a70d49e620c3cc595147aefac.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.blog-latest:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.blog-latest .container, .blog-latest .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.blog-latest:after {
  background-color: #f5f9fb;
}

@media (min-width: 1860px) {
  /* line 11, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest .container, .blog-latest .kaya-columns {
    max-width: 1400px;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__bordered-title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest__bordered-title {
    margin-bottom: 50px;
  }
}

@media (min-width: 1860px) {
  /* line 17, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest__bordered-title {
    margin-bottom: 70px;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

/* line 37, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest .swiper-slide-prev,
.blog-latest .swiper-slide-next,
.blog-latest .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

/* line 44, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__slider {
  position: relative;
  max-width: 1400px;
  min-height: 490px;
  margin: 0 auto;
  padding: 0 30px;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 52, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (min-width: 768px) {
  /* line 44, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest__slider {
    min-height: 666px;
  }
}

@media (min-width: 1860px) {
  /* line 44, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest__slider {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* line 66, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__prev {
  z-index: 2;
}

/* line 68, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__prev.slider-nav.slider-nav--prev {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -80px;
}

@media (min-width: 992px) {
  /* line 68, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest__prev.slider-nav.slider-nav--prev {
    bottom: 40%;
    left: -30px;
    margin-left: 0;
  }
}

/* line 82, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__next {
  z-index: 2;
}

/* line 84, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
.blog-latest__next.slider-nav.slider-nav--next {
  position: absolute;
  right: 50%;
  bottom: 20px;
  margin-right: -80px;
}

@media (min-width: 992px) {
  /* line 84, app/assets/stylesheets/partials/blocks/blog/blog-latest.scss */
  .blog-latest__next.slider-nav.slider-nav--next {
    right: -30px;
    bottom: 40%;
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-meta.scss */
.blog-meta {
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 6, app/assets/stylesheets/partials/blocks/blog/blog-meta.scss */
.blog-meta__wrap .blog-tags__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button {
  width: 60px;
  height: 60px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}

/* line 19, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button__icon svg {
  width: 46px;
  height: 46px;
}

/* line 24, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */
/* line 30, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  stroke: none;
}

/* line 35, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--vk {
  background-color: #fff;
  border-color: #5474a4;
  fill: #5474a4;
}

/* line 40, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--vk svg {
  width: 30px;
  height: 30px;
}

/* line 46, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--vk:hover {
  background-color: #43648c;
  fill: #fff;
}

/* line 51, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--facebook {
  background-color: #fff;
  border-color: #385c8e;
  fill: #385c8e;
}

/* line 56, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--facebook svg {
  width: 18px;
  height: 30px;
}

/* line 62, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  fill: #fff;
  background-color: #2d4373;
  border-color: #2d4373;
}

/* line 69, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--tg {
  background-color: #fff;
  border-color: #57b3e5;
  fill: #57b3e5;
}

/* line 74, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--tg svg {
  width: 30px;
  height: 30px;
}

/* line 80, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.resp-sharing-button--tg:hover {
  background-color: #57b3e5;
  fill: #fff;
}

/* line 85, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.shareds {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  left: 69px;
  top: 767px;
  z-index: 1;
}

/* line 94, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.shareds.fixed {
  position: fixed;
}

/* line 98, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.shareds.hidden {
  display: none;
}

/* line 102, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.shareds ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 107, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.shareds ul li {
  width: 60px;
  height: 76px;
}

/* line 114, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
.shareds-mobile {
  display: none;
}

@media (max-width: 991px) {
  /* line 119, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds {
    display: none;
  }
  /* line 123, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  /* line 128, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
  }
  /* line 134, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul li {
    display: inline-block;
    margin-right: 12px;
  }
  /* line 138, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul li:last-child {
    margin-right: 0;
  }
  /* line 142, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul li .resp-sharing-button {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
  /* line 149, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul li .resp-sharing-button--vk svg {
    width: 20px;
    height: 20px;
  }
  /* line 156, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul li .resp-sharing-button--facebook svg {
    width: 12px;
    height: 20px;
  }
  /* line 163, app/assets/stylesheets/partials/blocks/blog/blog-socials.scss */
  .shareds-mobile ul li .resp-sharing-button--tg svg {
    width: 20px;
    height: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags {
  padding-top: 10px;
}

/* line 4, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__inner {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
  .blog-tags__inner {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
  .blog-tags__expand-container {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
  .blog-tags__expand-container {
    display: block !important;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__tag {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 9px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5d707d;
  border: 2px solid #d6e2e9;
  border-radius: 3px;
}

/* line 39, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__tag:hover {
  color: #273b48;
  border: 2px solid #0ca764;
  background: #f5f9fb;
}

/* line 45, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__tag.is-active {
  color: #fff;
  border: 2px solid #22c26a;
  background: #22c26a;
}

/* line 50, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__tag.is-active:hover {
  color: #fff;
  border: 2px solid #22c26a;
  background: #22c26a;
}

/* line 57, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__tag + .blog-tags__tag {
  margin-left: 10px;
}

/* line 62, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__expand {
  position: relative;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #ececec;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
  .blog-tags__expand {
    display: none;
  }
}

/* line 77, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__expand-button:first-child {
  position: relative;
  z-index: 1;
}

/* line 82, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__expand-button:last-child {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 91, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.is-tags-opened .blog-tags__expand-button:first-child {
  opacity: 0;
}

/* line 95, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.is-tags-opened .blog-tags__expand-button:last-child {
  z-index: 1;
  opacity: 1;
}

/* line 101, app/assets/stylesheets/partials/blocks/blog/blog-tags.scss */
.blog-tags__expand-button span {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs {
  position: fixed;
  width: 60px;
  height: 100vh;
  background: white;
  z-index: 5;
  display: none;
}

@media (min-width: 1025px) {
  /* line 1, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
  .breadcrumbs {
    display: block;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vh;
  margin: 80px 0 0 0;
  list-style: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: fixed;
  top: -130px;
  left: 28px;
  z-index: 10;
}

/* line 27, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs__item {
  position: relative;
  padding: 0 23px 0 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #273b48;
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs__item:last-of-type {
  padding-right: 0;
}

/* line 39, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs__item:last-of-type::after {
  content: none;
}

/* line 44, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 14px;
  background: url(https://molinos.ru/assets/icons/icon-arrow-thin-22d50333465983e7e49299a206d7de706c1d720d91c186ba8564e72bfe68c94c.svg) no-repeat center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 56, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
.breadcrumbs a {
  color: #87a0b2;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/breadcrumbs.scss */
  .breadcrumbs {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button, .base-form__form-button {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 120px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-radius: 17px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #273b48;
}

/* line 13, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button.is-disabled, .is-disabled.base-form__form-button, .bordered-button:disabled, .base-form__form-button:disabled {
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button--sm {
  min-width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 13px;
  border-radius: 33px;
  line-height: 22px;
}

/* line 26, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button--md, .base-form__form-button {
  min-width: 170px;
  padding: 13px 18px;
  border-radius: 25px;
}

/* line 32, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button--lg {
  min-width: 230px;
  padding: 23px 28px;
  border-radius: 35px;
}

/* line 38, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button--lg-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  padding: 23px 28px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 49, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button--centered {
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 9, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button:not(.is-disabled):not(:disabled), .base-form__form-button:not(.is-disabled):not(:disabled) {
  border: 2px solid #d6e2e9;
  background-color: #f5f9fb;
}

/* line 13, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button:not(.is-disabled):not(:disabled):hover, .base-form__form-button:not(.is-disabled):not(:disabled):hover {
  border-color: #27bdbe;
}

/* line 18, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button.is-disabled, .is-disabled.base-form__form-button, .bordered-button:disabled, .base-form__form-button:disabled {
  border: 2px solid #eff4f7;
  background-color: #f5f9fb;
}

/* line 25, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button-small, .base-form__button, .footer__form-button {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 120px;
  padding: 6px 9px;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-radius: 17px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #009bac;
}

/* line 13, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small.is-disabled, .is-disabled.base-form__button, .is-disabled.footer__form-button, .bordered-button-small:disabled, .base-form__button:disabled, .footer__form-button:disabled {
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small--sm, .base-form__button, .footer__form-button {
  min-width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 9px 14px;
  border-radius: 33px;
  line-height: 22px;
}

/* line 26, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small--md {
  min-width: 170px;
  padding: 14px 19px;
  border-radius: 25px;
}

/* line 32, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small--lg {
  min-width: 230px;
  padding: 24px 29px;
  border-radius: 35px;
}

/* line 38, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small--lg-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  padding: 24px 29px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 49, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small--centered {
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/partials/mixins/button.scss */
.bordered-button-small__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 33, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button-small:not(.is-disabled):not(:disabled), .base-form__button:not(.is-disabled):not(:disabled), .footer__form-button:not(.is-disabled):not(:disabled) {
  border: 1px solid #009bac;
  background-color: #f5f9fb;
}

/* line 37, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button-small:not(.is-disabled):not(:disabled):hover, .base-form__button:not(.is-disabled):not(:disabled):hover, .footer__form-button:not(.is-disabled):not(:disabled):hover {
  border-color: #009bac;
  color: #f5f9fb;
  background-color: #009bac;
}

/* line 44, app/assets/stylesheets/partials/blocks/buttons/bordered-button.scss */
.bordered-button-small.is-disabled, .is-disabled.base-form__button, .is-disabled.footer__form-button, .bordered-button-small:disabled, .base-form__button:disabled, .footer__form-button:disabled {
  border: 1px solid #9298a5;
  color: #9298a5;
  background-color: #f5f9fb;
}

/* line 1, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button {
    width: 60px;
    height: 60px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button__inner {
  position: relative;
  width: 28px;
  height: 16px;
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button__inner {
    width: 30px;
    height: 16px;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button span {
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

/* line 39, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button span:nth-child(1) {
  top: 0;
  width: 28px;
}

@media (min-width: 992px) {
  /* line 39, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button span:nth-child(1) {
    width: 30px;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button span:nth-child(2) {
  top: 7px;
  width: 21px;
}

@media (min-width: 992px) {
  /* line 48, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button span:nth-child(2) {
    top: 7px;
    width: 24px;
  }
}

/* line 58, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button span:nth-child(3) {
  bottom: 0;
  width: 28px;
}

@media (min-width: 992px) {
  /* line 58, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button span:nth-child(3) {
    top: 14px;
    width: 26px;
  }
}

/* line 69, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button:hover span {
  background-color: #e21776;
}

/* line 73, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button:hover span:nth-child(1) {
  width: 25px;
}

@media (min-width: 992px) {
  /* line 73, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button:hover span:nth-child(1) {
    width: 26px;
  }
}

/* line 81, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button:hover span:nth-child(2) {
  width: 28px;
}

@media (min-width: 992px) {
  /* line 81, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button:hover span:nth-child(2) {
    width: 30px;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
.close-button:hover span:nth-child(3) {
  width: 21px;
}

@media (min-width: 992px) {
  /* line 89, app/assets/stylesheets/partials/blocks/buttons/close-button.scss */
  .close-button:hover span:nth-child(3) {
    width: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button {
  font-size: 1em;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border: 0;
  outline: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button {
    font-size: 18px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button {
    font-size: 23px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button:not(.is-disabled) {
  color: #273b48;
}

/* line 22, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button:not(.is-disabled):hover .direction-button__icon {
  border-color: #27bdbe;
  background-color: #27bdbe;
}

/* line 32, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button:not(.is-disabled):hover .direction-button__icon .icon {
  fill: #ffffff;
}

/* line 28, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button.is-disabled, .direction-button:disabled {
  cursor: not-allowed;
  color: #87a0b2;
}

/* line 33, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button.is-disabled .direction-button__icon, .direction-button:disabled .direction-button__icon {
  cursor: not-allowed;
  border-color: #d6e2e9;
}

/* line 59, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button.is-disabled .direction-button__icon .icon, .direction-button:disabled .direction-button__icon .icon {
  fill: #d6e2e9;
}

/* line 38, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--vert, .promo-screen__scroll-button .direction-button, .page-header__scroll-button .direction-button {
  display: inline-block;
  text-align: center;
}

/* line 43, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--vert .direction-button__icon:first-child, .promo-screen__scroll-button .direction-button .direction-button__icon:first-child, .page-header__scroll-button .direction-button .direction-button__icon:first-child {
  margin: 0 auto 7px;
}

/* line 47, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--vert .direction-button__icon:last-child, .promo-screen__scroll-button .direction-button .direction-button__icon:last-child, .page-header__scroll-button .direction-button .direction-button__icon:last-child {
  margin: 7px auto 0;
}

/* line 53, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--sm, .promo-screen__scroll-button .direction-button, .page-header__scroll-button .direction-button {
  font-size: 16px;
}

@media (min-width: 1860px) {
  /* line 53, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button--sm, .promo-screen__scroll-button .direction-button, .page-header__scroll-button .direction-button {
    font-size: 18px;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--sm .direction-button__icon, .promo-screen__scroll-button .direction-button .direction-button__icon, .page-header__scroll-button .direction-button .direction-button__icon {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  /* line 60, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button--sm .direction-button__icon, .promo-screen__scroll-button .direction-button .direction-button__icon, .page-header__scroll-button .direction-button .direction-button__icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #27bdbe;
  }
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button--sm .direction-button__icon, .promo-screen__scroll-button .direction-button .direction-button__icon, .page-header__scroll-button .direction-button .direction-button__icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #27bdbe;
  }
}

/* line 16, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button--sm .direction-button__icon .icon, .promo-screen__scroll-button .direction-button .direction-button__icon .icon, .page-header__scroll-button .direction-button .direction-button__icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #5d707d;
}

/* line 63, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--sm .direction-button__icon .icon, .promo-screen__scroll-button .direction-button .direction-button__icon .icon, .page-header__scroll-button .direction-button .direction-button__icon .icon {
  fill: #27bdbe;
}

/* line 70, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--white span, .promo-screen__scroll-button .direction-button span, .promo-screen__buttons .direction-button span, .promo-screen--case .bordered-title__button span, .page-header__scroll-button .direction-button span, .page-header__buttons .direction-button span, .event-header__title .bordered-title__button span, .case-header__title .bordered-title__button span, .blog-header__title .bordered-title__button span {
  color: #fff;
}

/* line 74, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--white .direction-button__icon, .promo-screen__scroll-button .direction-button .direction-button__icon, .promo-screen__buttons .direction-button .direction-button__icon, .promo-screen--case .bordered-title__button .direction-button__icon, .page-header__scroll-button .direction-button .direction-button__icon, .page-header__buttons .direction-button .direction-button__icon, .event-header__title .bordered-title__button .direction-button__icon, .case-header__title .bordered-title__button .direction-button__icon, .blog-header__title .bordered-title__button .direction-button__icon {
  border-color: #fff;
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button--white .direction-button__icon .icon, .promo-screen__scroll-button .direction-button .direction-button__icon .icon, .promo-screen__buttons .direction-button .direction-button__icon .icon, .promo-screen--case .bordered-title__button .direction-button__icon .icon, .page-header__scroll-button .direction-button .direction-button__icon .icon, .page-header__buttons .direction-button .direction-button__icon .icon, .event-header__title .bordered-title__button .direction-button__icon .icon, .case-header__title .bordered-title__button .direction-button__icon .icon, .blog-header__title .bordered-title__button .direction-button__icon .icon {
  fill: #fff;
}

/* line 79, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--white:hover .direction-button__icon, .promo-screen__scroll-button .direction-button:hover .direction-button__icon, .promo-screen__buttons .direction-button:hover .direction-button__icon, .promo-screen--case .bordered-title__button:hover .direction-button__icon, .page-header__scroll-button .direction-button:hover .direction-button__icon, .page-header__buttons .direction-button:hover .direction-button__icon, .event-header__title .bordered-title__button:hover .direction-button__icon, .case-header__title .bordered-title__button:hover .direction-button__icon, .blog-header__title .bordered-title__button:hover .direction-button__icon {
  border-color: #fff !important;
  background-color: #fff !important;
}

/* line 50, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button--white:hover .direction-button__icon .icon, .promo-screen__scroll-button .direction-button:hover .direction-button__icon .icon, .promo-screen__buttons .direction-button:hover .direction-button__icon .icon, .promo-screen--case .bordered-title__button:hover .direction-button__icon .icon, .page-header__scroll-button .direction-button:hover .direction-button__icon .icon, .page-header__buttons .direction-button:hover .direction-button__icon .icon, .event-header__title .bordered-title__button:hover .direction-button__icon .icon, .case-header__title .bordered-title__button:hover .direction-button__icon .icon, .blog-header__title .bordered-title__button:hover .direction-button__icon .icon {
  fill: #27bdbe !important;
}

/* line 86, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--white-blue-hovered span {
  color: #fff;
}

/* line 90, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button--white-blue-hovered .direction-button__icon {
  border-color: #fff;
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button--white-blue-hovered .direction-button__icon .icon {
  fill: #fff;
}

/* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button__icon {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #27bdbe;
  }
}

@media (min-width: 768px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #27bdbe;
  }
}

/* line 16, app/assets/stylesheets/partials/mixins/nav-button.scss */
.direction-button__icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #5d707d;
}

/* line 100, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button__icon:first-child {
  margin-right: 14px;
}

/* line 104, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button__icon:last-child {
  margin-left: 14px;
}

/* line 108, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
.direction-button__icon .icon {
  fill: #27bdbe;
}

@media (min-width: 450px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #27bdbe;
  }
}

@media (min-width: 450px) and (min-width: 768px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #27bdbe;
  }
}

@media (min-width: 450px) {
  /* line 16, app/assets/stylesheets/partials/mixins/nav-button.scss */
  .direction-button__icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    fill: #5d707d;
  }
}

@media (min-width: 1860px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1860px) and (max-width: 767px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #27bdbe;
  }
}

@media (min-width: 1860px) and (min-width: 768px) {
  /* line 95, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #27bdbe;
  }
}

@media (min-width: 1860px) {
  /* line 16, app/assets/stylesheets/partials/mixins/nav-button.scss */
  .direction-button__icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    fill: #5d707d;
  }
  /* line 119, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon:first-child {
    margin-right: 11px;
  }
  /* line 123, app/assets/stylesheets/partials/blocks/buttons/direction-button.scss */
  .direction-button__icon:last-child {
    margin-left: 11px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/buttons/feedback-opened-form-button.scss */
.kaya-opened-feedback-form .footer__form-button, .kaya-quote-with-form .footer__form-button {
  background-color: #22c26a !important;
  box-shadow: 0 5px 10px rgba(34, 255, 133, 0.7);
  color: #fff;
  border: none !important;
}

/* line 6, app/assets/stylesheets/partials/blocks/buttons/feedback-opened-form-button.scss */
.kaya-opened-feedback-form .footer__form-button:hover, .kaya-quote-with-form .footer__form-button:hover {
  background-color: #0ca764 !important;
  box-shadow: 0 5px 10px rgba(135, 160, 178, 0.7);
  border: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: -webkit-radial-gradient(101.39% 101.39% at 100% 100%, #02C1D7 0%, #009BAC 100%);
  background: radial-gradient(101.39% 101.39% at 100% 100%, #02C1D7 0%, #009BAC 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 14, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 120px;
  padding: 7px 10px;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-radius: 17px;
  outline: 0;
  font-size: 18px;
  font-weight: 300;
  padding: 14px 30px;
  border-radius: 35px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
}

/* line 13, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button.is-disabled, .filled-button:disabled {
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button--sm {
  min-width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 15px;
  border-radius: 33px;
  line-height: 22px;
}

/* line 26, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button--md {
  min-width: 170px;
  padding: 15px 20px;
  border-radius: 25px;
}

/* line 32, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button--lg {
  min-width: 230px;
  padding: 25px 30px;
  border-radius: 35px;
}

/* line 38, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button--lg-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  padding: 25px 30px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 49, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button--centered {
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/partials/mixins/button.scss */
.filled-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 28, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button:not(.is-disabled):not(:disabled) {
  background-color: #009bac;
}

/* line 31, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button:not(.is-disabled):not(:disabled):hover {
  background-color: #02c1d7;
  opacity: 1;
}

/* line 37, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button.is-disabled, .filled-button:disabled {
  background-color: #d6e2e9;
  opacity: 0;
}

/* line 43, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button--blue:not(.is-disabled):not(:disabled) {
  background: -webkit-linear-gradient(45deg, #0f75ff 0%, #3bcaff 100%);
  background: linear-gradient(45deg, #0f75ff 0%, #3bcaff 100%);
  box-shadow: 0 5px 10px rgba(15, 117, 255, 0.7);
}

/* line 48, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button--tiffany:not(.is-disabled):not(:disabled) {
  background-color: #27bdbe;
  box-shadow: none;
  color: #fff;
}

/* line 54, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button--pink:not(.is-disabled):not(:disabled) {
  background-color: #e61676;
  box-shadow: none;
  color: #fff;
  border: 1px solid #e61676;
}

/* line 60, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button--pink:not(.is-disabled):not(:disabled):hover {
  background-color: #fff;
  color: #e61676;
  border: 1px solid #e61676;
}

/* line 68, app/assets/stylesheets/partials/blocks/buttons/filled-button.scss */
.filled-button:hover .filled-button-wrapper {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/partials/blocks/career-info.scss */
.career-info__wrap {
  padding: 50px 10px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 449px) {
  /* line 3, app/assets/stylesheets/partials/blocks/career-info.scss */
  .career-info__wrap {
    padding: 20px 10px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/career-info.scss */
.career-info__inner {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  color: #273b48;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1280px) {
  /* line 13, app/assets/stylesheets/partials/blocks/career-info.scss */
  .career-info__inner {
    max-width: 1070px;
  }
}

@media (max-width: 449px) {
  /* line 13, app/assets/stylesheets/partials/blocks/career-info.scss */
  .career-info__inner {
    font-size: 1em;
    width: 90%;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/career-info.scss */
.career-info .kaya {
  padding-top: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
.career-vacancies {
  padding: 110px 0 130px;
  background: #f5f9fb;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
  .career-vacancies {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
  .career-vacancies {
    padding: 60px 0;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
  .career-vacancies {
    padding: 30px 0;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
.career-vacancies__title {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  /* line 17, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
  .career-vacancies__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
  .career-vacancies__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 449px) {
  /* line 17, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
  .career-vacancies__title {
    margin-bottom: 20px;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
.career-vacancies__items {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 830px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
.career-vacancies .kaya-block:last-child {
  margin-bottom: 10px;
}

/* line 45, app/assets/stylesheets/partials/blocks/career-vacancies.scss */
.career-vacancies p {
  margin: 0;
}

/* line 2, app/assets/stylesheets/partials/blocks/case/case-body.scss */
.case-body:not(.with-header) {
  padding-top: 0;
}

/* line 6, app/assets/stylesheets/partials/blocks/case/case-body.scss */
.case-body.fixed-width {
  overflow: auto;
}

/* line 9, app/assets/stylesheets/partials/blocks/case/case-body.scss */
.case-body.fixed-width > * {
  min-width: 1400px;
}

/* line 1, app/assets/stylesheets/partials/blocks/case/case-goal.scss */
.case-goal {
  padding: 40px 0;
  background-color: #f5f9fb;
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/case/case-goal.scss */
  .case-goal {
    padding: 20px 0;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/case/case-goal.scss */
.case-goal__inner {
  padding: 0 15px;
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/partials/blocks/case/case-goal.scss */
.case-goal__header {
  font-size: 12px;
  font-weight: 300;
  color: #87a0b2;
  display: block;
  margin-bottom: 6px;
}

/* line 25, app/assets/stylesheets/partials/blocks/case/case-goal.scss */
.case-goal__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: #5d707d;
}

/* line 31, app/assets/stylesheets/partials/blocks/case/case-goal.scss */
.case-goal__content p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.case-header:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.case-header .container, .case-header .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.case-header:after {
  background-color: #273b48;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/case/case-header.scss */
  .case-header {
    min-height: 450px;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 24, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 34, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__content {
  padding: 70px 0 40px;
}

/* line 38, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__title {
  margin-bottom: 30px;
}

/* line 49, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__title * {
  color: #fff;
}

/* line 52, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__title *:after {
  background: #fff;
}

/* line 57, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 449px) {
  /* line 57, app/assets/stylesheets/partials/blocks/case/case-header.scss */
  .case-header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 67, app/assets/stylesheets/partials/blocks/case/case-header.scss */
  .case-header__actions .case-info {
    margin-bottom: 20px;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/case/case-header.scss */
.case-header__actions .case-socials + .case-info {
  margin-left: 35px;
}

@media (max-width: 449px) {
  /* line 72, app/assets/stylesheets/partials/blocks/case/case-header.scss */
  .case-header__actions .case-socials + .case-info {
    margin-left: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 5, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info__column {
  padding: 0 35px;
  max-width: 60%;
}

/* line 10, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info__column--client {
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 15, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info__column--site {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/partials/blocks/case/case-info.scss */
  .case-info__column {
    padding: 0 15px;
    max-width: 100%;
  }
}

@media (max-width: 449px) {
  /* line 26, app/assets/stylesheets/partials/blocks/case/case-info.scss */
  .case-info__column:first-child {
    padding-left: 0;
  }
  /* line 30, app/assets/stylesheets/partials/blocks/case/case-info.scss */
  .case-info__column:last-child {
    padding-right: 0;
  }
}

/* line 36, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info__header {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  color: #87a0b2;
}

/* line 43, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info__content {
  font-size: 14px;
  color: #ffffff;
}

/* line 48, app/assets/stylesheets/partials/blocks/case/case-info.scss */
.case-info__link {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  word-break: break-all;
  color: #ffffff;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.case-info__link:hover {
  color: #00a4b3;
}

/* line 1, app/assets/stylesheets/partials/blocks/case/case-socials.scss */
.case-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 5, app/assets/stylesheets/partials/blocks/case/case-socials.scss */
.case-socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 9px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 16, app/assets/stylesheets/partials/blocks/case/case-socials.scss */
.case-socials__item:hover {
  background-color: #27bdbe;
}

/* line 20, app/assets/stylesheets/partials/blocks/case/case-socials.scss */
.case-socials__item:last-child {
  margin-right: 0;
}

/* line 24, app/assets/stylesheets/partials/blocks/case/case-socials.scss */
.case-socials__item path {
  fill: #fff;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive {
  padding-top: 135px;
  background-color: #f1f5f8;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #eaf4f9 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #eaf4f9 100%);
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive {
    padding-top: 0;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__top, .a2-adaptive__bottom {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__top, .a2-adaptive__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__top {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__top {
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 449px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__top {
    margin-bottom: 60px;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__top .a2-adaptive__info {
  padding: 100px 0 0 55px;
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__top .a2-adaptive__info {
    padding: 100px 60px 30px;
  }
}

@media (max-width: 449px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__top .a2-adaptive__info {
    padding: 85px 40px 0;
  }
}

@media (min-width: 992px) {
  /* line 49, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__top .a2-adaptive__phones {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 55px;
  }
}

/* line 59, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__bottom {
  margin-bottom: -25px;
}

@media (max-width: 991px) {
  /* line 59, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 449px) {
  /* line 59, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__bottom {
    margin-bottom: -15px;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__bottom .a2-adaptive__info {
  padding: 75px 55px 0 100px;
}

@media (max-width: 991px) {
  /* line 70, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__bottom .a2-adaptive__info {
    padding: 1px 60px 30px;
  }
}

@media (max-width: 449px) {
  /* line 70, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__bottom .a2-adaptive__info {
    padding: 1px 40px;
  }
}

@media (min-width: 992px) {
  /* line 82, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__bottom .a2-adaptive__phones {
    padding-left: 55px;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__phones, .a2-adaptive__info {
  width: 50%;
}

@media (max-width: 991px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phones, .a2-adaptive__info {
    width: 100%;
  }
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 98, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phones {
    padding: 0 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 449px) {
  /* line 98, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phones {
    padding: 0;
    width: 340px;
  }
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__title {
  color: #04a23b;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__title {
    font-size: 1.875em;
    font-weight: 500;
  }
}

@media (max-width: 449px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__title {
    font-size: 1.5625em;
    margin-bottom: 25px;
  }
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__title::after {
  background: #04a23b;
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__text {
  max-width: 436px;
  color: #515051;
  font-size: 1em;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__text {
    margin-bottom: 45px;
    max-width: 460px;
  }
}

@media (max-width: 449px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__text {
    font-size: 0.875em;
  }
}

/* line 147, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__text--bold {
  font-weight: 500;
  font-size: 1.125em;
}

@media (max-width: 449px) {
  /* line 147, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__text--bold {
    font-size: 1em;
  }
}

/* line 157, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__item {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  /* line 157, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__item {
    margin-bottom: 0;
  }
}

/* line 165, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__phone {
  height: 603px;
  min-width: 293px;
  max-width: 293px;
}

@media (max-width: 991px) {
  /* line 165, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phone {
    min-width: 1px;
    height: auto;
    min-height: 200px;
  }
}

@media (max-width: 449px) {
  /* line 165, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phone {
    height: 329px;
  }
}

/* line 180, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__phone:first-child {
  margin-right: 73px;
}

@media (max-width: 1200px) {
  /* line 180, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phone:first-child {
    margin-right: 45px;
  }
}

@media (max-width: 991px) {
  /* line 180, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phone:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 449px) {
  /* line 180, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phone:first-child {
    margin-right: 20px;
  }
}

/* line 196, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
.a2-adaptive__phone img {
  max-width: 294px;
}

@media (max-width: 449px) {
  /* line 196, app/assets/stylesheets/partials/blocks/cases/a2/a2-adaptive.scss */
  .a2-adaptive__phone img {
    max-width: 210px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-case.scss */
.a2-case {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/a2/a2-case.scss */
.a2-case img {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item {
  position: relative;
  margin-bottom: 185px;
  z-index: 3;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item {
    margin-bottom: 75px;
    padding: 0 60px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item {
    margin-bottom: 70px;
    padding: 0 40px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__title {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 449px) {
  /* line 16, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__title {
    margin-bottom: 25px;
    font-size: 1.3125em;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__title .title {
  margin-left: 0;
}

/* line 33, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__title + .a2-event-item__text {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__title + .a2-event-item__text {
    margin-bottom: 0;
  }
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__number {
  position: absolute;
  bottom: 0;
  left: -60px;
  font-weight: 900;
  line-height: 128px;
  opacity: 0.05;
  color: #938e9c;
  font-size: 10em;
}

@media (max-width: 991px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__number {
    font-size: 100px;
    left: -20px;
    line-height: 70px;
  }
}

@media (max-width: 449px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__number {
    font-size: 90px;
    line-height: 60px;
  }
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__text {
  max-width: 380px;
  color: #f5f2f2;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

/* line 71, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__text p {
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  /* line 64, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__text {
    max-width: 465px;
  }
}

@media (max-width: 449px) {
  /* line 64, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__text {
    font-size: 0.875em;
  }
}

/* line 84, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__bridge {
  position: absolute;
  left: 300px;
  top: 16px;
  width: 278px;
  height: 1px;
  background: #d5dfe6;
  z-index: 3;
}

/* line 93, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__bridge::before, .a2-event-item__bridge::after {
  position: absolute;
  display: block;
  content: '';
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #d5dfe6;
}

/* line 105, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__bridge::before {
  left: 0;
}

/* line 109, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__bridge::after {
  right: 0;
}

@media (max-width: 991px) {
  /* line 84, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__bridge {
    display: none;
  }
}

/* line 118, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__subbridge {
  position: absolute;
  background: #d5dfe6;
  z-index: 2;
}

/* line 123, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__subbridge::after {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #d5dfe6;
}

@media (max-width: 991px) {
  /* line 118, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__subbridge {
    display: none;
  }
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__zoom {
  width: 367px;
  height: 367px;
  border-radius: 100%;
  margin-bottom: 40px;
  box-shadow: 60px 60px 70px 0 rgba(0, 0, 0, 0.08);
}

/* line 145, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item__zoom img {
  width: 100%;
  border-radius: 100%;
}

@media (max-width: 991px) {
  /* line 138, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item__zoom {
    display: none;
  }
}

/* line 155, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item--01 {
  margin-bottom: 135px;
}

/* line 158, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item--01 .a2-event-item__subbridge {
  width: 444px;
  height: 1px;
  left: -57px;
  top: 191px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

/* line 165, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item--01 .a2-event-item__subbridge::after {
  bottom: -3px;
  right: -3px;
}

@media (max-width: 991px) {
  /* line 155, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--01 {
    margin-bottom: 75px;
    padding: 0;
    text-align: center;
  }
  /* line 176, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--01 .mobile-hide {
    display: none;
  }
  /* line 180, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--01 .a2-event-item__title,
.a2-event-item--01 .a2-event-item__text {
    padding: 0 60px;
    text-align: left;
    max-width: none;
  }
  /* line 187, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--01 .a2-event-item__number {
    left: 40px;
  }
  /* line 191, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--01 .a2-event-item__text {
    margin-bottom: 45px;
  }
}

@media (max-width: 449px) {
  /* line 197, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--01 .a2-event-item__title,
.a2-event-item--01 .a2-event-item__text {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--03 {
    margin-bottom: 155px;
  }
}

/* line 209, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item--03 .a2-event-item__subbridge {
  height: 197px;
  width: 1px;
  left: 274px;
  bottom: 0;
}

/* line 215, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item--03 .a2-event-item__subbridge::after {
  top: 0;
  right: -3px;
}

@media (min-width: 992px) {
  /* line 222, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--04 {
    margin-bottom: 155px;
  }
}

/* line 228, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
.a2-event-item--06 {
  margin-bottom: 60px;
}

@media (max-width: 449px) {
  /* line 228, app/assets/stylesheets/partials/blocks/cases/a2/a2-event-item.scss */
  .a2-event-item--06 {
    margin-bottom: 15px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event {
  padding-top: 190px;
  background-color: #312d34;
  background-image: -webkit-linear-gradient(top, #2d2b33 0%, #312d34 100%);
  background-image: linear-gradient(180deg, #2d2b33 0%, #312d34 100%);
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event {
    padding-top: 155px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event {
    padding-top: 120px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event {
    padding-top: 100px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__title {
  position: relative;
  max-width: 1500px;
  margin-bottom: 43px;
  padding-left: 100px;
}

@media (max-width: 1200px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__title {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__title {
    padding: 0 60px;
    font-size: 2.5em;
  }
}

@media (max-width: 449px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__title {
    margin-bottom: 25px;
    padding: 0 40px;
    font-size: 2.1875em;
  }
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__title::before {
  position: absolute;
  bottom: -35px;
  left: 40px;
  display: block;
  opacity: 0.07;
  color: #030004;
  font-size: 210px;
  font-weight: 900;
  white-space: nowrap;
  content: "Event page";
}

@media (max-width: 991px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__title::before {
    bottom: 15px;
    left: 37px;
    font-size: 91px;
  }
}

@media (max-width: 449px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__title::before {
    bottom: -10px;
    left: 20px;
    font-size: 75px;
    white-space: normal;
  }
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__name {
  position: relative;
  z-index: 2;
}

/* line 71, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__text-side {
  padding-left: 100px;
}

@media (max-width: 1200px) {
  /* line 71, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__text-side {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  /* line 71, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__text-side {
    padding: 0;
  }
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__image-side {
  position: absolute;
  top: 0;
  left: 450px;
  width: 1188px;
  height: 2647px;
}

@media (max-width: 991px) {
  /* line 83, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__image-side {
    position: static;
    width: 100%;
    height: auto;
  }
}

/* line 97, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 104, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__subtitle {
  max-width: 325px;
  margin-bottom: 107px;
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__subtitle {
    max-width: none;
    margin-bottom: 80px;
    padding: 0 60px;
  }
}

@media (max-width: 449px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__subtitle {
    margin-bottom: 70px;
    padding: 0 40px;
    font-size: 1em;
  }
}

/* line 125, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__laptop {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 1188px;
  height: 718px;
  font-size: 0;
}

/* line 133, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__laptop img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 125, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__laptop {
    width: 100%;
    height: auto;
  }
}

/* line 143, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__screenshot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 994px;
  height: 1969px;
  margin-top: -135px;
  margin-bottom: 90px;
  padding-left: 194px;
  font-size: 0;
}

@media (max-width: 991px) {
  /* line 143, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__screenshot {
    width: 66%;
    height: auto;
    margin: -10% auto 0;
    padding-left: 0;
  }
}

/* line 161, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__screenshot img {
  width: 100%;
  box-shadow: 33px 23px 70px rgba(47, 24, 69, 0.72);
}

@media (max-width: 449px) {
  /* line 167, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}

/* line 176, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__footer {
  position: relative;
  bottom: -70px;
  max-width: 1400px;
  margin: 0 auto;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 176, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__footer {
    bottom: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 40px;
  }
}

@media (max-width: 449px) {
  /* line 176, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__footer {
    margin: 0;
  }
}

/* line 195, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__phone {
  position: relative;
  display: inline-block;
  width: 295px;
  height: 584px;
  margin-left: -80px;
}

@media (min-width: 1366px) {
  /* line 195, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone {
    margin-left: -40px;
  }
}

@media (min-width: 1440px) {
  /* line 195, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 195, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone {
    min-width: 1px;
    height: auto;
    min-height: 200px;
    margin-left: 0;
  }
}

@media (max-width: 449px) {
  /* line 195, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone {
    width: 160px;
    height: 329px;
  }
}

/* line 222, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__phone + .a2-event__phone {
  margin-left: 80px;
}

@media (max-width: 1200px) {
  /* line 222, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone + .a2-event__phone {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  /* line 222, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone + .a2-event__phone {
    margin-left: 30px;
  }
}

@media (max-width: 449px) {
  /* line 222, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone + .a2-event__phone {
    margin-left: 20px;
  }
}

/* line 238, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__phone img {
  width: 100%;
}

/* line 242, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
.a2-event__phone:nth-child(even) {
  top: 50px;
}

@media (max-width: 991px) {
  /* line 242, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone:nth-child(even) {
    top: 0;
  }
}

@media (max-width: 991px) {
  /* line 250, app/assets/stylesheets/partials/blocks/cases/a2/a2-event.scss */
  .a2-event__phone:nth-child(n + 3) {
    display: none;
    margin: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header {
  padding: 85px 95px 100px;
  background: #242026 url(https://molinos.ru/assets/cases/a2/header_bg-43f4c4fbb812044b7ba4651e538cce55b83f4d64851487fc16e81d51985b21fe.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header {
    padding: 65px 70px 80px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header {
    padding: 45px 100px 0 60px;
    background: #242026 url(https://molinos.ru/assets/cases/a2/tab-header_bg-35928ad3cad8c02c378e194d9fb738e44f0a97c0d4b17d330c2d6fdd8b1e15eb.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header {
    padding: 45px 50px 0 40px;
    background: #242026 url(https://molinos.ru/assets/cases/a2/mob-header_bg-cd11cbbd08dfe67da6668ea46f38d0efb577c846d6b225f04fa76c30050b79cb.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__desc {
  max-width: 357px;
}

@media (max-width: 991px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__desc {
    max-width: 100%;
    padding-bottom: 540px;
  }
}

@media (max-width: 449px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__desc {
    padding-bottom: 245px;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__logo {
  width: 141px;
  height: 84px;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__logo {
    width: 108px;
    height: 65px;
    margin-bottom: 30px;
  }
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__title {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  /* line 53, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__title {
    font-size: 2.5em;
    margin-bottom: 30px;
    max-width: 200px;
  }
}

@media (max-width: 449px) {
  /* line 53, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__title {
    font-size: 2.25em;
  }
}

/* line 67, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__text {
  margin-bottom: 70px;
  color: #b4c3d4;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.67;
}

@media (max-width: 991px) {
  /* line 67, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__text {
    font-size: 1em;
    margin-bottom: 40px;
    max-width: 440px;
  }
}

@media (max-width: 449px) {
  /* line 67, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__text {
    font-size: 0.875em;
  }
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__info-link {
  color: #0acf4c;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media (max-width: 991px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__info-link {
    font-size: 0.9375em;
  }
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__info-link-icon {
  margin-right: 10px;
  width: 22px;
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__info-link-icon svg {
  width: 100%;
}

/* line 105, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__info-link-icon svg path {
  fill: #707479;
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
.a2-header__image {
  position: absolute;
  bottom: -164px;
  left: 390px;
  height: 658px;
  width: 1212px;
  background: url(https://molinos.ru/assets/cases/a2/header_devices-273f8e328eae1c44392798ac1186493f2237303839f8b497332f536cb81098ce.png) no-repeat left top;
}

@media (max-width: 991px) {
  /* line 111, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__image {
    bottom: -40px;
    left: 25px;
    width: 950px;
    height: 537px;
    background: url(https://molinos.ru/assets/cases/a2/tab-header_devices-1d9fff70ed76ab95301a50ef61c5d8c033d2ef8a0803d2e1b78d7ba6adc01ed1.png) no-repeat left bottom;
  }
}

@media (max-width: 449px) {
  /* line 111, app/assets/stylesheets/partials/blocks/cases/a2/a2-header.scss */
  .a2-header__image {
    bottom: -25px;
    left: -35px;
    width: 450px;
    height: 245px;
    background: url(https://molinos.ru/assets/cases/a2/mob-header_devices-6d6e0b783e2e11eaa679e99eaa49003a1021cbef441d4ba4cb1a61a9e67d872a.png) no-repeat left bottom;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home {
  padding: 190px 150px 30px;
  background-color: #0acf4c;
  background-image: -webkit-linear-gradient(top, #08a740 0%, #0acf4c 100%);
  background-image: linear-gradient(180deg, #08a740 0%, #0acf4c 100%);
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home {
    padding: 155px 120px 20px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home {
    padding: 120px 60px 0;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home {
    padding: 100px 40px 0;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__title {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 45px;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__title {
    font-size: 2.5em;
  }
}

@media (max-width: 449px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__title {
    font-size: 2.1875em;
    margin-bottom: 60px;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__title::before {
  content: 'Home page';
  white-space: nowrap;
  position: absolute;
  bottom: -35px;
  left: -59px;
  display: block;
  opacity: 0.05;
  color: #01591e;
  font-size: 210px;
  font-weight: 900;
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__title::before {
    font-size: 91px;
    left: -20px;
    bottom: 20px;
  }
}

@media (max-width: 449px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__title::before {
    font-size: 75px;
    white-space: normal;
    bottom: -50px;
  }
}

/* line 58, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__name {
  position: relative;
  z-index: 2;
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__inner {
    padding-bottom: 490px;
  }
}

@media (max-width: 449px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__inner {
    padding-bottom: 270px;
  }
}

/* line 78, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__main-text {
  max-width: 351px;
  margin-bottom: 35px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991px) {
  /* line 78, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__main-text {
    margin-bottom: 20px;
    max-width: 470px;
  }
}

@media (max-width: 449px) {
  /* line 78, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__main-text {
    font-size: 1em;
  }
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__item {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__item {
    position: static;
  }
}

/* line 104, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__text {
  max-width: 341px;
  margin-bottom: 70px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

@media (max-width: 991px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__text {
    margin-bottom: 50px;
    max-width: 470px;
  }
}

@media (max-width: 449px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__text {
    font-size: 0.875em;
    margin-bottom: 40px;
  }
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__subtitle {
  margin-bottom: 40px;
  margin-left: 0;
}

@media (max-width: 449px) {
  /* line 122, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__subtitle {
    margin-bottom: 25px;
  }
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__bridge {
  position: absolute;
  left: 300px;
  top: 16px;
  width: 260px;
  height: 1px;
  background: #d5dfe6;
  z-index: 1;
}

/* line 140, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__bridge::before, .a2-home__bridge::after {
  position: absolute;
  display: block;
  content: '';
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #d5dfe6;
}

/* line 152, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__bridge::before {
  left: 0;
}

/* line 156, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__bridge::after {
  right: 0;
}

@media (max-width: 991px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__bridge {
    display: none;
  }
}

/* line 166, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__subbridge {
  position: absolute;
  left: 250px;
  top: 28px;
  width: 110px;
  height: 1px;
  background: #d5dfe6;
  z-index: 2;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* line 176, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__subbridge::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #d5dfe6;
}

@media (max-width: 991px) {
  /* line 166, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__subbridge {
    display: none;
  }
}

/* line 194, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__zoom {
  position: absolute;
  left: 600px;
  width: 367px;
  height: 367px;
  border-radius: 100%;
  box-shadow: 60px 60px 70px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}

/* line 203, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__zoom img {
  width: 100%;
  border-radius: 100%;
}

@media (max-width: 991px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__zoom {
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: -25px;
  }
}

@media (max-width: 449px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__zoom {
    width: 147px;
    height: 147px;
    left: -45px;
    bottom: -15px;
  }
}

/* line 223, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
.a2-home__image {
  position: absolute;
  display: block;
  top: 10px;
  left: 500px;
  width: 925px;
  height: 739px;
  background: url(https://molinos.ru/assets/cases/a2/home_imac-eed8d2938ad43f956aa8110748539e7e78dd8cfd78b85fb6ec80887984ad2611.png) no-repeat left top;
}

@media (max-width: 991px) {
  /* line 223, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__image {
    width: 609px;
    height: 486px;
    top: auto;
    bottom: -5px;
    left: 0;
    background-size: contain;
  }
}

@media (max-width: 449px) {
  /* line 223, app/assets/stylesheets/partials/blocks/cases/a2/a2-home.scss */
  .a2-home__image {
    width: 358px;
    height: 285px;
    background: url(https://molinos.ru/assets/cases/a2/mob-home_imac-1a85e55ef13e8d2c37015f9080c33482b7a4bb19907729b2a3a78672b6c38fb8.png) no-repeat left top;
    background-size: contain;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro {
  overflow: hidden;
  padding: 200px 120px 125px 150px;
  background-color: #0acf4c;
  background-image: -webkit-linear-gradient(top, #08a740 0%, #0acf4c 100%);
  background-image: linear-gradient(180deg, #08a740 0%, #0acf4c 100%);
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro {
    padding: 160px 100px 90px 130px;
  }
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro {
    padding: 160px 90px 90px 120px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro {
    padding: 120px 110px 50px 60px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro {
    padding: 75px 40px 50px;
  }
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__inner {
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__title {
  margin-bottom: 65px;
  margin-left: 0;
  position: relative;
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__title {
    font-size: 2.5em;
    margin-bottom: 44px;
  }
}

@media (max-width: 449px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__title {
    font-size: 2.1875em;
    margin-bottom: 60px;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__title::before {
  content: 'Introduction';
  position: absolute;
  bottom: -35px;
  left: -59px;
  display: block;
  opacity: 0.2;
  color: #0acf4c;
  font-size: 210px;
  font-weight: 900;
}

@media (max-width: 991px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__title::before {
    font-size: 91px;
    left: -19px;
    bottom: 20px;
  }
}

@media (max-width: 449px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__title::before {
    font-size: 75px;
    content: 'Intro duction';
    bottom: -50px;
  }
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__name {
  position: relative;
  z-index: 2;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  /* line 74, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__content {
    display: block;
  }
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__item {
  max-width: 293px;
}

@media (max-width: 1279px) {
  /* line 83, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__item {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  /* line 83, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__item {
    max-width: 435px;
  }
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__subtitle {
  margin-bottom: 35px;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.67;
}

@media (max-width: 991px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__subtitle {
    margin-bottom: 20px;
  }
}

/* line 106, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
.a2-intro__text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.56;
}

@media (max-width: 991px) {
  /* line 106, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__text {
    margin-bottom: 35px;
  }
}

@media (max-width: 449px) {
  /* line 106, app/assets/stylesheets/partials/blocks/cases/a2/a2-intro.scss */
  .a2-intro__text {
    font-size: 0.875em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal {
  padding-top: 200px;
  padding-bottom: 20px;
  background-color: #0acf4c;
  background-image: -webkit-linear-gradient(top, #08a740 0%, #0acf4c 100%);
  background-image: linear-gradient(180deg, #08a740 0%, #0acf4c 100%);
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal {
    padding-top: 160px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal {
    padding: 120px 60px 75px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal {
    padding: 100px 40px 65px;
  }
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__title {
  margin-bottom: 45px;
  position: relative;
  max-width: 1500px;
  padding-left: 100px;
}

@media (max-width: 1200px) {
  /* line 19, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__title {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  /* line 19, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__title {
    font-size: 2.5em;
    padding-left: 0;
  }
}

@media (max-width: 449px) {
  /* line 19, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__title {
    font-size: 2.1875em;
  }
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__title::before {
  content: 'Personal area';
  position: absolute;
  top: -95px;
  left: 40px;
  display: block;
  opacity: 0.05;
  color: #003110;
  font-size: 210px;
  font-weight: 900;
}

@media (max-width: 991px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__title::before {
    font-size: 90px;
    max-width: 500px;
    left: -20px;
    top: -40px;
  }
}

@media (max-width: 449px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__title::before {
    font-size: 75px;
    top: -30px;
  }
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__name {
  position: relative;
  z-index: 2;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  /* line 69, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__inner {
    display: block;
  }
}

/* line 80, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__info {
  padding-left: 100px;
  max-width: 565px;
  color: #ffffff;
}

@media (max-width: 1200px) {
  /* line 80, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__info {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  /* line 80, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__info {
    padding: 0;
    max-width: 100%;
  }
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__subtitle {
  line-height: 1.4;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 449px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__subtitle {
    font-size: 1em;
  }
}

/* line 106, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__text {
  line-height: 1.56;
  font-size: 0.9375em;
  font-weight: 300;
}

@media (max-width: 449px) {
  /* line 106, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__text {
    font-size: 0.875em;
  }
}

/* line 115, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__text p {
  margin: 0 0 20px;
}

/* line 120, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__tickets {
  display: block;
  position: absolute;
  top: 0;
  left: 600px;
  width: 672px;
  height: 280px;
}

@media (max-width: 991px) {
  /* line 120, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__tickets {
    position: static;
    margin: 0 auto 20px;
    width: 546px;
    height: 217px;
  }
}

@media (max-width: 449px) {
  /* line 120, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__tickets {
    width: 465px;
    height: 185px;
    margin-left: -18px;
  }
}

/* line 142, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__footer {
  height: 649px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 142, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__footer {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 153, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
.a2-personal__footer img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  /* line 153, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__footer img {
    width: 777px;
    height: 361px;
  }
}

@media (max-width: 449px) {
  /* line 153, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal__footer img {
    width: 419px;
    height: 195px;
  }
}

@media (max-width: 991px) {
  /* line 169, app/assets/stylesheets/partials/blocks/cases/a2/a2-personal.scss */
  .a2-personal img {
    max-width: none;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process {
  overflow: hidden;
  padding: 185px 150px 55px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #eaf4f9 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #eaf4f9 100%);
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process {
    padding: 150px 120px 45px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process {
    padding: 120px 60px 35px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process {
    padding: 100px 40px 30px;
  }
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 130px;
  color: #04a23b;
  position: relative;
}

@media (max-width: 991px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__title {
    font-size: 2.5em;
    margin-bottom: 65px;
  }
}

@media (max-width: 449px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__title {
    font-size: 2.1875em;
    margin-bottom: 55px;
    max-width: 150px;
  }
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__title::before {
  content: 'Process';
  position: absolute;
  bottom: -35px;
  left: -59px;
  display: block;
  opacity: 0.05;
  color: #2f6db6;
  font-size: 210px;
  font-weight: 900;
}

@media (max-width: 991px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__title::before {
    font-size: 90px;
    left: -20px;
    bottom: 20px;
  }
}

@media (max-width: 449px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__title::before {
    font-size: 75px;
    bottom: 58px;
  }
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__title::after {
  background: #04a23b;
}

/* line 71, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__name {
  position: relative;
  z-index: 2;
}

/* line 76, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  /* line 76, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__item {
    display: block;
    padding-left: 45px;
    margin-bottom: 50px;
    position: relative;
  }
}

@media (max-width: 449px) {
  /* line 76, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__item {
    padding-left: 30px;
    margin-bottom: 45px;
  }
}

/* line 93, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__icon {
  position: relative;
  width: 100px;
  margin-right: 258px;
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__icon svg {
  width: 100%;
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__icon::before, .a2-process__icon::after {
  position: absolute;
  display: block;
  content: '';
  top: 39px;
  background-color: #d5dfe6;
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__icon::before {
  width: 9px;
  height: 9px;
  right: -136px;
  border-radius: 100%;
}

@media (max-width: 991px) {
  /* line 111, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon::before {
    left: 0;
  }
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__icon::after {
  width: 1px;
  right: -132px;
  bottom: -60px;
}

@media (max-width: 991px) {
  /* line 122, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon::after {
    left: 4px;
    bottom: -115px;
  }
}

@media (min-width: 1280px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon {
    width: 200px;
  }
  /* line 136, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon::before {
    right: -86px;
  }
  /* line 140, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon::after {
    right: -82px;
  }
}

@media (min-width: 1860px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon {
    width: 300px;
  }
  /* line 148, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon::before {
    right: -86px;
  }
  /* line 152, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon::after {
    right: -82px;
  }
}

@media (max-width: 991px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon {
    margin-bottom: 40px;
    position: static;
  }
}

@media (max-width: 991px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__icon {
    margin-bottom: 35px;
  }
}

/* line 167, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__desc {
  color: #515051;
  max-width: 571px;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 167, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__desc {
    margin-bottom: 60px;
  }
}

@media (max-width: 449px) {
  /* line 167, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__desc {
    margin-bottom: 45px;
  }
}

/* line 181, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__subtitle {
  color: #04a23b;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  /* line 181, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__subtitle {
    font-size: 1.5625em;
    margin-bottom: 30px;
  }
}

@media (max-width: 449px) {
  /* line 181, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__subtitle {
    font-size: 1.3125em;
    margin-bottom: 25px;
  }
}

/* line 195, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__subtitle::after {
  background: #04a23b;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__main-text {
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 1.125em;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 200, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__main-text {
    margin-bottom: 25px;
  }
}

@media (max-width: 449px) {
  /* line 200, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__main-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
}

/* line 216, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
.a2-process__text {
  line-height: 1.56;
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 449px) {
  /* line 216, app/assets/stylesheets/partials/blocks/cases/a2/a2-process.scss */
  .a2-process__text {
    font-size: 0.875em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
.con-case-approach {
  padding: 190px 124px 145px 158px;
  background: url(https://molinos.ru/assets/cases/conomy/approach_bg-adff5489ed9cd4fa2b01fc5e524e95bda477a1abb4a51f0b7076a885584033ea.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
  .con-case-approach {
    padding: 120px 40px 100px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
  .con-case-approach {
    background: url(https://molinos.ru/assets/cases/conomy/t-approach_bg-00369e4ac684172fc41095501f2a6bd2382b7dd8e663e858e39182662f274a55.jpg) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
  .con-case-approach {
    background: url(https://molinos.ru/assets/cases/conomy/m-approach_bg-eecb283ccd9c1f1d2cf2f79947649d26631b9219d60c3f885c1d35af580f8a31.jpg) no-repeat;
    background-size: cover;
  }
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
.con-case-approach__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 20, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
  .con-case-approach__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 570px;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
.con-case-approach .title-h3.title, .con-case-approach .text h3.title, .text .con-case-approach h3.title, .con-case-approach .kaya-video__text h3.title, .kaya-video__text .con-case-approach h3.title, .con-case-approach .studio-business__text h3.title, .studio-business__text .con-case-approach h3.title, .con-case-approach .studio-start__text h3.title, .studio-start__text .con-case-approach h3.title, .con-case-approach .title.statement-card__text, .con-case-approach .title.achievements__title, .con-case-approach .title.awards__title {
  color: #95ce4b;
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
  .con-case-approach .title-h3.title, .con-case-approach .text h3.title, .text .con-case-approach h3.title, .con-case-approach .kaya-video__text h3.title, .kaya-video__text .con-case-approach h3.title, .con-case-approach .studio-business__text h3.title, .studio-business__text .con-case-approach h3.title, .con-case-approach .studio-start__text h3.title, .studio-start__text .con-case-approach h3.title, .con-case-approach .title.statement-card__text, .con-case-approach .title.achievements__title, .con-case-approach .title.awards__title {
    margin-bottom: 30px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
  .con-case-approach .title-h3.title, .con-case-approach .text h3.title, .text .con-case-approach h3.title, .con-case-approach .kaya-video__text h3.title, .kaya-video__text .con-case-approach h3.title, .con-case-approach .studio-business__text h3.title, .studio-business__text .con-case-approach h3.title, .con-case-approach .studio-start__text h3.title, .studio-start__text .con-case-approach h3.title, .con-case-approach .title.statement-card__text, .con-case-approach .title.achievements__title, .con-case-approach .title.awards__title {
    font-size: 1.875em;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
.con-case-approach .title-h3.title::after, .con-case-approach .text h3.title::after, .text .con-case-approach h3.title::after, .con-case-approach .kaya-video__text h3.title::after, .kaya-video__text .con-case-approach h3.title::after, .con-case-approach .studio-business__text h3.title::after, .studio-business__text .con-case-approach h3.title::after, .con-case-approach .studio-start__text h3.title::after, .studio-start__text .con-case-approach h3.title::after, .con-case-approach .title.statement-card__text::after, .con-case-approach .title.achievements__title::after, .con-case-approach .title.awards__title::after {
  background: #95ce4b;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
.con-case-approach__text {
  color: #a5b5c6;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

/* line 55, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-approach.scss */
.con-case-approach__text p {
  margin: 0 0 20px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms {
  min-height: 1150px;
  position: relative;
  background: #eff3f6;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
  .con-case-forms {
    min-height: 10px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms::before {
  display: block;
  position: absolute;
  content: '';
  height: 540px;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
  .con-case-forms::before {
    height: 50vw;
  }
}

@media (max-width: 449px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
  .con-case-forms::before {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__united {
  position: relative;
  top: -15.5vw;
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
  .con-case-forms__united {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__united img {
  width: 100%;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
  .con-case-forms__wrap {
    display: none;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form {
  display: inline-block;
  font-size: 0;
  box-shadow: 0 40px 90px rgba(19, 32, 41, 0.2);
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form--bg {
  position: absolute;
  top: 325px;
  width: 685px;
  height: 434px;
  left: 50%;
  margin-left: -343px;
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form--1 {
  position: relative;
  top: -144px;
  width: 1080px;
  left: 50%;
  margin-left: -540px;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form--2 {
  position: absolute;
  top: 553px;
  width: 685px;
  height: 434px;
  left: 50%;
  margin-left: -343px;
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form--3 {
  position: absolute;
  top: 266px;
  right: 0;
  height: 501px;
  width: 540px;
}

/* line 91, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form--4 {
  position: absolute;
  top: 415px;
  left: 0;
  height: 220px;
  width: 600px;
}

/* line 99, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-forms.scss */
.con-case-forms__form--5 {
  position: absolute;
  top: 685px;
  left: 0;
  height: 186px;
  width: 540px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index {
  background: #21262e;
  background-image: -webkit-linear-gradient(left, #191d24 0%, #2b323b 100%);
  background-image: linear-gradient(to right, #191d24 0%, #2b323b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: -webkit-linear-gradient(left, #252a2d 0%, #53575a 100%);
    background-image: linear-gradient(to right, #252a2d 0%, #53575a 100%);
  }
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__image {
  width: 50%;
  position: relative;
  top: -236px;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__image img {
  max-width: 100%;
  box-shadow: 0 40px 90px rgba(19, 32, 41, 0.3);
}

@media (max-width: 1279px) {
  /* line 11, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__image {
    top: 180px;
    margin-right: 20px;
  }
  /* line 25, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__image img {
    min-width: 500px;
    min-height: 1280px;
  }
}

@media (max-width: 991px) {
  /* line 11, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__image {
    width: 94%;
    top: -95px;
    margin: 0 auto;
    max-width: 720px;
  }
  /* line 37, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__image img {
    min-width: inherit;
    min-height: inherit;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__items {
  width: 50%;
  padding: 142px 120px 0;
}

@media (max-width: 1279px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__items {
    padding-left: 85px;
  }
}

@media (max-width: 991px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__items {
    width: 100%;
    padding: 0 40px;
    max-width: 570px;
    margin: 0 auto;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item {
  position: relative;
  margin-bottom: 247px;
}

@media (max-width: 1279px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item {
    margin-bottom: 200px;
  }
}

@media (max-width: 991px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item {
    margin-bottom: 50px;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -125px;
  height: 360px;
  opacity: 0.1;
}

@media (max-width: 991px) {
  /* line 72, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item::before {
    right: -200px;
    top: 0;
    background-position: right top;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item::after {
  content: '';
  display: block;
  position: absolute;
  left: -100px;
  top: 0;
  bottom: -247px;
  width: 1px;
  background-color: #fff;
  opacity: 0.1;
}

@media (max-width: 1279px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item::after {
    left: -50px;
  }
}

@media (max-width: 991px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item::after {
    left: -20px;
    bottom: -50px;
  }
}

/* line 110, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--dcf::before {
  background: url(https://molinos.ru/assets/cases/conomy/con_06_dcf-57685633aec2a72fcc99cad6b233a2704131ee57ecacf1e03820b8b5f7fdd61e.svg) no-repeat center center;
  background-size: 257px 353px;
}

@media (max-width: 991px) {
  /* line 110, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--dcf::before {
    background-size: 187px 257px;
    top: -140px;
  }
}

/* line 120, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--bank::before {
  background: url(https://molinos.ru/assets/cases/conomy/con_06_bank-abf883fa8b5cc95e6a96229e725ed74abeab79e800dc60130ce0dd9b211c9ec8.svg) no-repeat center center;
  background-size: 204px 208px;
}

@media (max-width: 991px) {
  /* line 120, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--bank::before {
    background-size: 159px 162px;
    top: -90px;
  }
}

/* line 130, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--data {
  margin-bottom: 128px;
}

@media (max-width: 991px) {
  /* line 130, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--data {
    margin-bottom: 50px;
  }
}

/* line 137, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--data::before {
  background: url(https://molinos.ru/assets/cases/conomy/con_06_data-26cf36bb276e8a48aa74d3d3630b2050746d406c233519dd2fc57b352b06afe1.svg) no-repeat center center;
  background-size: 213px 354px;
}

@media (max-width: 991px) {
  /* line 137, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--data::before {
    background-size: 151px 179px;
    top: -90px;
  }
}

/* line 147, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--data::after {
  bottom: -128px;
}

@media (max-width: 991px) {
  /* line 147, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--data::after {
    bottom: -50px;
  }
}

/* line 156, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--info {
  margin-bottom: 225px;
}

@media (max-width: 991px) {
  /* line 156, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--info {
    margin-bottom: 70px;
  }
}

/* line 163, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--info::before {
  top: -25px;
  background: url(https://molinos.ru/assets/cases/conomy/con_06_info-c23339a9bdf3f4d9c17d307886ea86e6b93149f8ef84c278365ecf3dfdbc9bb5.svg) no-repeat center center;
  background-size: 258px 210px;
}

@media (max-width: 991px) {
  /* line 163, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__item--info::before {
    background-size: 182px 148px;
    top: -60px;
  }
}

/* line 174, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__item--info::after {
  display: none;
}

/* line 180, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__title {
  position: relative;
  max-width: 200px;
  z-index: 2;
  margin-bottom: 33px;
  color: #95ce4b;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1;
}

/* line 190, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__title::before {
  content: '';
  position: absolute;
  left: -109px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://molinos.ru/assets/cases/conomy/con_icon_plus-49a988bb09f7caa3c6031ffb05fed2594dbe289c57f3f7131c0101d96fe88877.svg) no-repeat center center;
}

@media (max-width: 1279px) {
  /* line 201, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__title::before {
    left: -59px;
  }
}

@media (max-width: 991px) {
  /* line 180, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__title {
    margin-bottom: 30px;
  }
  /* line 209, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__title::before {
    left: -29px;
  }
}

@media (max-width: 767px) {
  /* line 180, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__title {
    font-size: 1.25em;
  }
}

/* line 219, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
.con-case-index__text {
  position: relative;
  z-index: 2;
  max-width: 415px;
  color: #a5b5c6;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 991px) {
  /* line 219, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__text {
    max-width: none;
  }
}

@media (max-width: 767px) {
  /* line 219, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-index.scss */
  .con-case-index__text {
    font-size: 0.875em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
.con-case-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 1279px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
  .con-case-intro {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
  .con-case-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px 65px;
    max-width: 650px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
.con-case-intro__item {
  color: #fff;
  max-width: 347px;
  margin-bottom: 127px;
}

@media (max-width: 1279px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
  .con-case-intro__item {
    max-width: 270px;
  }
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
  .con-case-intro__item {
    margin-bottom: 45px;
    max-width: none;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
.con-case-intro__title {
  margin-bottom: 39px;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 991px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
  .con-case-intro__title {
    margin-bottom: 15px;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
.con-case-intro__text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-intro.scss */
  .con-case-intro__text {
    font-size: 0.9375em;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__title {
  position: relative;
}

/* line 6, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__title--sm {
  max-width: 300px;
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__title .title {
  position: relative;
  color: #95ce4b;
  margin-left: 0;
  margin-bottom: 80px;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__title .title {
    margin-bottom: 50px;
  }
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__title .title::after {
  background: #95ce4b;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__title .title.title-white, .con-case-item__title .title.awards__title {
  color: #fff;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__title .title.title-white::after, .con-case-item__title .title.awards__title::after {
  background: #fff;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__text, .con-case-item__subtitle {
  max-width: 410px;
  color: #f5f9fb;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__text p, .con-case-item__subtitle p {
  margin: 0 0 30px;
}

/* line 45, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__subtitle {
  color: #5e6b7a;
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  /* line 45, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__subtitle {
    font-size: 0.9375em;
  }
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__text {
  color: #768595;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__text {
    font-size: 0.875em;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__transparent {
  color: #2b323b;
  opacity: 0.05;
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__number {
  position: absolute;
  bottom: 0;
  left: -100px;
  color: rgba(175, 196, 212, 0.2);
  font-size: 11.875em;
  font-weight: 900;
  line-height: 128px;
}

@media (max-width: 991px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__number {
    font-size: 10em;
    line-height: 107px;
    left: -60px;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__number--sm {
  font-size: 10em;
  line-height: 121px;
  left: -75px;
}

@media (max-width: 991px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__number--sm {
    font-size: 7.5em;
    line-height: 80px;
    left: -60px;
  }
}

@media (max-width: 449px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__number--sm {
    left: -35px;
  }
}

/* line 106, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__image img {
  max-width: 100%;
}

/* line 110, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 193px;
  max-width: 1200px;
  margin: 0 auto 90px;
}

@media (max-width: 991px) {
  /* line 110, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 105px 40px 0;
    margin-bottom: 55px;
    max-width: 650px;
  }
}

@media (max-width: 449px) {
  /* line 110, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item__head {
    padding-top: 125px;
    padding-left: 0;
  }
}

/* line 134, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--01 .con-case-item__wrap {
  background-image: -webkit-linear-gradient(110deg, #95ce4b 0%, #71a63f 100%);
  background-image: linear-gradient(-20deg, #95ce4b 0%, #71a63f 100%);
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--01 .con-case-item__number {
  color: #2b323b;
  opacity: 0.05;
}

/* line 143, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--01 .con-case-item__transparent {
  position: relative;
  font-size: 15.375em;
  font-weight: 900;
  line-height: 0.7;
}

@media (max-width: 991px) {
  /* line 143, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__transparent {
    font-size: 13.75em;
    margin: 0 auto 95px;
  }
}

@media (max-width: 449px) {
  /* line 143, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__transparent {
    display: none;
  }
}

/* line 158, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--01 .con-case-item__transparent::after {
  position: absolute;
  display: block;
  content: '';
  width: 324px;
  height: 213px;
  bottom: 75px;
  right: -270px;
  background: url(https://molinos.ru/assets/cases/conomy/intro_plus-6ff13fa01bd2193f033d1a671de1ba38268db93a0311b680dcf975e8afa5637a.svg) no-repeat;
}

@media (max-width: 1279px) {
  /* line 158, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__transparent::after {
    bottom: 120px;
  }
}

@media (max-width: 991px) {
  /* line 158, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__transparent::after {
    width: 212px;
    height: 140px;
    background-size: 212px 140px;
    right: -155px;
    bottom: 75px;
  }
}

@media (max-width: 449px) {
  /* line 158, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__transparent::after {
    right: -40px;
  }
}

/* line 186, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--01 .con-case-item__title {
  position: relative;
  max-width: 350px;
  padding-right: 122px;
}

@media (max-width: 1279px) {
  /* line 186, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__title {
    padding-right: 75px;
  }
}

@media (max-width: 991px) {
  /* line 186, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__title {
    padding-right: 0;
  }
}

@media (max-width: 449px) {
  /* line 186, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--01 .con-case-item__title {
    padding-left: 40px;
  }
}

/* line 204, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--01 .title {
  margin-bottom: 0;
}

/* line 209, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--02 {
  padding: 0 10px;
  background: #eff3f6;
}

@media (max-width: 991px) {
  /* line 209, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--02 {
    padding-bottom: 50px;
  }
}

/* line 217, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--02 .title {
  margin-bottom: 0;
}

/* line 221, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--02 .con-case-item__title {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

/* line 228, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--03, .con-case-item--04, .con-case-item--05 {
  position: relative;
  max-width: 841px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

@media (max-width: 991px) {
  /* line 228, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--03, .con-case-item--04, .con-case-item--05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 570px;
  }
  /* line 242, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--03 .con-case-item__image, .con-case-item--04 .con-case-item__image, .con-case-item--05 .con-case-item__image {
    margin-bottom: 70px;
  }
  /* line 245, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--03 .con-case-item__image img, .con-case-item--04 .con-case-item__image img, .con-case-item--05 .con-case-item__image img {
    width: 120px;
    height: 120px;
  }
}

/* line 253, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--03 .con-case-item__text,
.con-case-item--03 .con-case-item__subtitle, .con-case-item--04 .con-case-item__text,
.con-case-item--04 .con-case-item__subtitle, .con-case-item--05 .con-case-item__text,
.con-case-item--05 .con-case-item__subtitle {
  max-width: 480px;
}

/* line 258, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--03 .title-h1, .con-case-item--03 .text h1, .text .con-case-item--03 h1, .con-case-item--03 .kaya-video__text h1, .kaya-video__text .con-case-item--03 h1, .con-case-item--03 .studio-business__text h1, .studio-business__text .con-case-item--03 h1, .con-case-item--03 .studio-start__text h1, .studio-start__text .con-case-item--03 h1, .con-case-item--03 .studio-services__name, .con-case-item--04 .title-h1, .con-case-item--04 .text h1, .text .con-case-item--04 h1, .con-case-item--04 .kaya-video__text h1, .kaya-video__text .con-case-item--04 h1, .con-case-item--04 .studio-business__text h1, .studio-business__text .con-case-item--04 h1, .con-case-item--04 .studio-start__text h1, .studio-start__text .con-case-item--04 h1, .con-case-item--04 .studio-services__name, .con-case-item--05 .title-h1, .con-case-item--05 .text h1, .text .con-case-item--05 h1, .con-case-item--05 .kaya-video__text h1, .kaya-video__text .con-case-item--05 h1, .con-case-item--05 .studio-business__text h1, .studio-business__text .con-case-item--05 h1, .con-case-item--05 .studio-start__text h1, .studio-start__text .con-case-item--05 h1, .con-case-item--05 .studio-services__name {
  font-size: 1.875em;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 258, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--03 .title-h1, .con-case-item--03 .text h1, .text .con-case-item--03 h1, .con-case-item--03 .kaya-video__text h1, .kaya-video__text .con-case-item--03 h1, .con-case-item--03 .studio-business__text h1, .studio-business__text .con-case-item--03 h1, .con-case-item--03 .studio-start__text h1, .studio-start__text .con-case-item--03 h1, .con-case-item--03 .studio-services__name, .con-case-item--04 .title-h1, .con-case-item--04 .text h1, .text .con-case-item--04 h1, .con-case-item--04 .kaya-video__text h1, .kaya-video__text .con-case-item--04 h1, .con-case-item--04 .studio-business__text h1, .studio-business__text .con-case-item--04 h1, .con-case-item--04 .studio-start__text h1, .studio-start__text .con-case-item--04 h1, .con-case-item--04 .studio-services__name, .con-case-item--05 .title-h1, .con-case-item--05 .text h1, .text .con-case-item--05 h1, .con-case-item--05 .kaya-video__text h1, .kaya-video__text .con-case-item--05 h1, .con-case-item--05 .studio-business__text h1, .studio-business__text .con-case-item--05 h1, .con-case-item--05 .studio-start__text h1, .studio-start__text .con-case-item--05 h1, .con-case-item--05 .studio-services__name {
    font-size: 1.5em;
  }
  /* line 265, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--03 .title-h1::after, .con-case-item--03 .text h1::after, .text .con-case-item--03 h1::after, .con-case-item--03 .kaya-video__text h1::after, .kaya-video__text .con-case-item--03 h1::after, .con-case-item--03 .studio-business__text h1::after, .studio-business__text .con-case-item--03 h1::after, .con-case-item--03 .studio-start__text h1::after, .studio-start__text .con-case-item--03 h1::after, .con-case-item--03 .studio-services__name::after, .con-case-item--04 .title-h1::after, .con-case-item--04 .text h1::after, .text .con-case-item--04 h1::after, .con-case-item--04 .kaya-video__text h1::after, .kaya-video__text .con-case-item--04 h1::after, .con-case-item--04 .studio-business__text h1::after, .studio-business__text .con-case-item--04 h1::after, .con-case-item--04 .studio-start__text h1::after, .studio-start__text .con-case-item--04 h1::after, .con-case-item--04 .studio-services__name::after, .con-case-item--05 .title-h1::after, .con-case-item--05 .text h1::after, .text .con-case-item--05 h1::after, .con-case-item--05 .kaya-video__text h1::after, .kaya-video__text .con-case-item--05 h1::after, .con-case-item--05 .studio-business__text h1::after, .studio-business__text .con-case-item--05 h1::after, .con-case-item--05 .studio-start__text h1::after, .studio-start__text .con-case-item--05 h1::after, .con-case-item--05 .studio-services__name::after {
    width: 25px;
    height: 2px;
  }
}

/* line 273, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--03 {
  margin-bottom: 160px;
}

@media (max-width: 991px) {
  /* line 273, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--03 {
    margin-bottom: 75px;
  }
}

/* line 281, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--04 {
  margin-bottom: 180px;
}

@media (max-width: 991px) {
  /* line 281, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 75px;
  }
}

/* line 290, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--05 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 290, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--05 {
    margin-bottom: 160px;
  }
}

/* line 298, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 {
  background-image: -webkit-linear-gradient(110deg, #95ce4b 0%, #71a63f 100%);
  background-image: linear-gradient(-20deg, #95ce4b 0%, #71a63f 100%);
}

/* line 301, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 .con-case-item__image {
  position: relative;
  top: -265px;
  text-align: center;
}

/* line 306, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 .con-case-item__image img {
  position: relative;
  z-index: 1;
  max-width: 1002px;
}

@media (max-width: 991px) {
  /* line 301, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__image {
    top: -90px;
    margin-left: -10%;
  }
}

@media (max-width: 767px) {
  /* line 301, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__image {
    margin-bottom: 70px;
  }
  /* line 320, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__image img {
    max-width: 600px;
  }
}

/* line 326, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 .con-case-item__number {
  color: #2b323b;
  opacity: 0.05;
}

/* line 331, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 .con-case-item__transparent {
  margin: -435px 0 104px 50%;
  font-size: 10em;
  font-weight: 900;
  line-height: 100px;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 331, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__transparent {
    margin: -180px 0 50px;
    max-width: 310px;
    font-size: 6.875em;
    line-height: 70px;
  }
}

/* line 346, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 .con-case-item__title {
  margin-left: calc(50% + 120px);
  max-width: 50%;
}

/* line 350, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--06 .con-case-item__title .title {
  margin-bottom: 70px;
}

@media (max-width: 1279px) {
  /* line 355, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__title .title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  /* line 346, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__title {
    margin-left: 0;
    max-width: none;
    padding-left: 40px;
  }
  /* line 365, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__title .con-case-item__number--sm {
    left: -20px;
  }
  /* line 369, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--06 .con-case-item__title .title {
    margin-bottom: 170px;
    max-width: 150px;
  }
}

/* line 377, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 {
  position: relative;
  background-image: -webkit-linear-gradient(110deg, #95ce4b 0%, #71a63f 100%);
  background-image: linear-gradient(-20deg, #95ce4b 0%, #71a63f 100%);
}

@media (max-width: 991px) {
  /* line 381, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__title {
    padding-left: 40px;
    max-width: 570px;
    margin: 0 auto;
  }
}

/* line 390, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 .con-case-item__number {
  color: #2b323b;
  opacity: 0.05;
}

@media (max-width: 991px) {
  /* line 390, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__number {
    left: -20px;
  }
}

/* line 399, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 .con-case-item__image {
  position: absolute;
  right: 0;
  top: 282px;
}

/* line 404, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 .con-case-item__image img {
  padding-left: 265px;
  max-width: 1281px;
}

@media (max-width: 1400px) {
  /* line 399, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__image {
    top: 380px;
  }
}

@media (max-width: 1279px) {
  /* line 399, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__image {
    left: 0;
  }
}

@media (max-width: 991px) {
  /* line 399, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__image {
    position: static;
    margin-bottom: 100px;
  }
  /* line 421, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__image img {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 427, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__image img {
    display: block;
    max-width: 620px;
    margin-left: auto;
  }
}

@media (max-width: 449px) {
  /* line 435, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__image img {
    width: 320px;
    height: 185px;
  }
}

/* line 442, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 .con-case-item__step {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 160px 462px;
}

@media (max-width: 991px) {
  /* line 442, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__step {
    padding: 50px 0 80px;
  }
}

/* line 452, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 .con-case-item__transparent {
  margin-bottom: 80px;
  font-size: 21.625em;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1879px) {
  /* line 452, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__transparent {
    font-size: 17.5em;
  }
}

@media (max-width: 767px) {
  /* line 452, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__transparent {
    font-size: 5.9375em;
    margin: 0 auto 50px;
    max-width: 330px;
  }
}

/* line 469, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
.con-case-item--07 .con-case-item__subtitle,
.con-case-item--07 .con-case-item__text {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 469, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-item.scss */
  .con-case-item--07 .con-case-item__subtitle,
.con-case-item--07 .con-case-item__text {
    padding: 0 40px;
    max-width: 570px;
    margin: 0 auto;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models {
  height: 1500px;
  background: #eff2f6 url(https://molinos.ru/assets/cases/conomy/con_01_bg-a41154dd618186c7dec190db5d9b21db28b313ad42539f0806020a1117a43eeb.png) no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models {
    height: 740px;
    background: #eff2f6 url(https://molinos.ru/assets/cases/conomy/d-con_01_bg-1dbbedc470a86132a85d5c7231f7f791a99ea1470be27bbeb5f5aec322c68758.png) no-repeat right bottom;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models {
    background: #eff2f6 url(https://molinos.ru/assets/cases/conomy/t-con_01_bg-fa084284d1cb0adb0469f23683943051acb9dfd0bfb4b6e2f29c50302b8a7473.png) no-repeat right bottom;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models {
    background: #eff2f6 url(https://molinos.ru/assets/cases/conomy/m-con_01_bg-10e8314442697937b5e7b9f1c8740697e6fbb38306d0bae4cb716b9cfd30e87d.png) no-repeat right bottom;
    background-size: contain;
  }
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models__inner {
  position: relative;
  top: -190px;
  width: 50%;
  padding: 170px 120px 140px;
  margin-left: auto;
  box-shadow: 0 40px 90px rgba(19, 32, 41, 0.2);
  background: #fff url(https://molinos.ru/assets/cases/conomy/con_01_plus-8b8b32c6326e52f2523b61293daf255849f6f4d1acfaa0f7686ad6f7876037f9.svg) no-repeat right top;
}

@media (max-width: 991px) {
  /* line 20, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__inner {
    width: 94%;
    margin: 0 auto;
    max-width: 500px;
    padding: 60px 60px 45px;
    top: -145px;
    background-size: 279px 232px;
    background-position: 145% -30px;
  }
}

@media (max-width: 767px) {
  /* line 20, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__inner {
    padding: 60px 30px 45px;
  }
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models__title.title {
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  /* line 46, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__title.title {
    margin-bottom: 20px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__title.title {
    font-size: 1.5em;
  }
}

@media (max-width: 449px) {
  /* line 46, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__title.title {
    max-width: 150px;
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models__text, .con-case-models__subtitle {
  max-width: 410px;
  color: #f5f9fb;
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__text, .con-case-models__subtitle {
    max-width: none;
  }
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models__subtitle {
  color: #5e6b7a;
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__subtitle {
    font-size: 0.9375em;
  }
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models__text {
  color: #768595;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 767px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
  .con-case-models__text {
    font-size: 0.875em;
  }
}

/* line 96, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models .title-h3, .con-case-models .text h3, .text .con-case-models h3, .con-case-models .kaya-video__text h3, .kaya-video__text .con-case-models h3, .con-case-models .studio-business__text h3, .studio-business__text .con-case-models h3, .con-case-models .studio-start__text h3, .studio-start__text .con-case-models h3, .con-case-models .statement-card__text, .con-case-models .achievements__title, .con-case-models .awards__title {
  color: #95ce4b;
}

/* line 99, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-models.scss */
.con-case-models .title-h3::after, .con-case-models .text h3::after, .text .con-case-models h3::after, .con-case-models .kaya-video__text h3::after, .kaya-video__text .con-case-models h3::after, .con-case-models .studio-business__text h3::after, .studio-business__text .con-case-models h3::after, .con-case-models .studio-start__text h3::after, .studio-start__text .con-case-models h3::after, .con-case-models .statement-card__text::after, .con-case-models .achievements__title::after, .con-case-models .awards__title::after {
  background: #95ce4b;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp {
  position: relative;
  padding: 258px 100px 197px;
  text-align: center;
  color: #fff;
  background-color: #95ce4b;
  background-image: -webkit-linear-gradient(bottom, #95ce4b 0%, #71a63f 100%);
  background-image: linear-gradient(to top, #95ce4b 0%, #71a63f 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp {
    padding: 170px 35px 130px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp::before, .con-case-mvp::after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp::before {
  height: 360px;
  top: 141px;
  background: url(https://molinos.ru/assets/cases/conomy/con_check-df96304434fa83dc867738b9d75192ffcace25e9a203f9d3fd1ab98e156db7dd.svg) no-repeat center center;
  background-size: 380px 360px;
}

@media (max-width: 991px) {
  /* line 22, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp::before {
    top: 90px;
    height: 240px;
    background-size: 254px 240px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp::after {
  height: 142px;
  bottom: 154px;
  background: url(https://molinos.ru/assets/cases/conomy/con_quotes-55dc4450f91cfeeadf14478880d667fa761924a20c17723622198fad453bef43.png) no-repeat center center;
  background-size: 360px 142px;
  opacity: 0.3;
}

@media (max-width: 991px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp::after {
    height: 196px;
    background-size: 240px 95px;
    bottom: 80px;
  }
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__content {
  position: relative;
  z-index: 2;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__text {
  max-width: 755px;
  margin: 0 auto 225px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5em;
}

@media (max-width: 991px) {
  /* line 54, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp__text {
    margin-bottom: 110px;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp__text {
    font-size: 1em;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__photo {
  margin: 0 auto 20px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #95ce4b;
}

/* line 77, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__photo img {
  display: block;
  padding: 10px;
  border-radius: 100%;
}

/* line 84, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__author {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  /* line 84, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp__author {
    font-size: 1.25em;
  }
}

/* line 94, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__prof {
  margin-bottom: 40px;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.1;
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
.con-case-mvp__quote {
  margin: 0 auto;
  max-width: 630px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 101, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-mvp.scss */
  .con-case-mvp__quote {
    font-size: 0.9375em;
    line-height: 1.33;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
.con-case-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 200px 0 190px;
  background: url(https://molinos.ru/assets/cases/conomy/con_num_bg-472b6c252ea118055816c1fe5fc53f1d867f92706454866b70f910bd281756db.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
  .con-case-numbers {
    padding: 135px 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
  .con-case-numbers {
    background: url(https://molinos.ru/assets/cases/conomy/t-con_num_bg-600ffb3aa5331b8d4c599cf561467181d95d398fb1b9a2cfef95ac5c9938ab60.jpg) no-repeat;
    background-size: cover;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
.con-case-numbers__item {
  margin: 0 50px;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
  .con-case-numbers__item {
    margin: 0 auto 65px;
    width: 260px;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
.con-case-numbers__num {
  color: #95ce4b;
  font-size: 7.5em;
  font-weight: 100;
  line-height: 1;
}

@media (max-width: 1279px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
  .con-case-numbers__num {
    font-size: 6.25em;
  }
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
  .con-case-numbers__num {
    font-size: 5em;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
.con-case-numbers__num .running-numbers {
  display: inline-block;
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
.con-case-numbers__label {
  color: #b8c8d1;
  font-size: 1.875em;
  font-weight: 100;
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-numbers.scss */
.con-case-numbers__prefix {
  font-size: 0.5em;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle {
  position: relative;
  padding: 0 100px 325px 160px;
  color: #fff;
  background-image: -webkit-linear-gradient(110deg, #95ce4b 0%, #71a63f 100%);
  background-image: linear-gradient(-20deg, #95ce4b 0%, #71a63f 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle {
    padding: 150px 40px 225px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle {
    padding-top: 120px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__wrap {
  padding-top: 275px;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__wrap {
    padding-top: 0;
    max-width: 570px;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__wrap::before {
  position: absolute;
  display: block;
  left: 0;
  content: 'Principle';
  top: 70px;
  color: #2b323b;
  opacity: 0.05;
  font-size: 20.125em;
  font-weight: 900;
}

@media (max-width: 1879px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__wrap::before {
    font-size: 15.625em;
  }
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__wrap::before {
    top: -200px;
  }
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__wrap::before {
    top: -60px;
    font-size: 4.9375em;
  }
}

@media (max-width: 449px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__wrap::before {
    left: -40px;
    font-size: 4.75em;
  }
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle::after {
  position: absolute;
  display: block;
  left: 0;
  content: '';
  width: 718px;
  height: 673px;
  bottom: 60px;
  opacity: 0.05;
  background: url(https://molinos.ru/assets/cases/conomy/principle_plus-6760a4fe47ac06b2e24e885eea6c58444e26865549d32caeb6824d9c4163c846.svg) no-repeat;
}

@media (max-width: 991px) {
  /* line 57, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle::after {
    width: 488px;
    height: 456px;
    top: 345px;
    bottom: auto;
    right: 34px;
    left: auto;
    background-size: 488px 456px;
  }
}

/* line 79, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__title.title {
  position: relative;
  max-width: 1080px;
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  /* line 79, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__title.title {
    margin-bottom: 70px;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  z-index: 2;
}

@media (max-width: 991px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__item {
  max-width: 300px;
}

@media (max-width: 1279px) {
  /* line 102, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__item {
    max-width: 215px;
  }
}

@media (max-width: 991px) {
  /* line 102, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__item {
    max-width: none;
    margin-bottom: 45px;
  }
}

/* line 115, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__num {
  margin-bottom: 22px;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  /* line 115, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
  .con-case-principle__num {
    font-size: 5em;
  }
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/conomy/con-case-principle.scss */
.con-case-principle__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__logo {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__logo {
    margin-bottom: 30px;
  }
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__title {
  margin-bottom: 44px;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.12;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__title {
    font-size: 1.75em;
  }
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__subtitle {
  margin-bottom: 95px;
  color: #c2cbd4;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 991px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__subtitle {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__subtitle {
    font-size: 0.9375em;
  }
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__header {
  position: relative;
  padding: 154px 100px;
  background: url(https://molinos.ru/assets/cases/conomy/header_bg-ad169e0a88b81dd4e002a6b86643614bc37f4cb02f9cecc005890c6b7a323f99.png) no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 40, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header {
    padding: 105px 40px 200px;
    background: url(https://molinos.ru/assets/cases/conomy/d-header_bg-345d33cb6cb322c0b8d9d5fc0bd7e253640d446fc68ab2cd7492a31e8b758951.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  /* line 40, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header {
    padding: 55px 40px 400px;
    background: url(https://molinos.ru/assets/cases/conomy/t-header_bg-cb7a486939ee6e817f6ba83bb1199b91d58ff002e3e0c4391c3fef851c41c170.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 449px) {
  /* line 40, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header {
    padding: 55px 40px 230px;
    background: url(https://molinos.ru/assets/cases/conomy/m-header_bg-c7f66dc06ed17ad8f71642fd09333cf75be1c1c1abc491aa4094cc89a7a04129.png) no-repeat;
    background-size: cover;
  }
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__header-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__header-inner {
  max-width: 522px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 70, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header-inner {
    max-width: 450px;
  }
}

/* line 80, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #95ce4b;
}

@media (max-width: 991px) {
  /* line 80, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 90, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__slogan {
  max-width: 250px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
}

@media (max-width: 991px) {
  /* line 90, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__slogan {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__slogan {
    font-size: 0.875em;
  }
}

/* line 105, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__header-image {
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: -367px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(https://molinos.ru/assets/cases/conomy/header_laptop-fd3607afa9a404a411c0b0b48c12f14619d021143a535bd4d917a331083c1cb1.png);
  background-position: right top;
}

@media (max-width: 1300px) {
  /* line 105, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header-image {
    background-position: 100px top;
  }
}

@media (max-width: 991px) {
  /* line 105, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header-image {
    background-image: url(https://molinos.ru/assets/cases/conomy/t-header_laptop-cea75e6a995b96e51e347995e578e040f79e50a6196da9ff2be59bdbc1b14991.png);
    background-position: 200px top;
  }
}

@media (max-width: 767px) {
  /* line 105, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header-image {
    background-position: center top;
    width: 767px;
    height: 839px;
    top: auto;
    left: auto;
  }
}

@media (max-width: 449px) {
  /* line 105, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__header-image {
    width: 450px;
    height: 420px;
    bottom: -150px;
    background-image: url(https://molinos.ru/assets/cases/conomy/m-header_laptop-0cdf2533005dc816b905dcf9d5861e4ced23dafe3a05d8d7890420602cb29486.png);
    background-size: 450px 420px;
  }
}

/* line 143, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__info-link {
  position: relative;
  color: #95ce4b;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__info-link::after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 40%;
  height: 2px;
  background: #fff;
  opacity: 0.2;
}

@media (max-width: 991px) {
  /* line 152, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__info-link::after {
    display: none;
  }
}

/* line 169, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__info-link-icon {
  margin-right: 10px;
  width: 22px;
}

/* line 173, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__info-link-icon svg {
  width: 100%;
}

/* line 176, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__info-link-icon svg path {
  fill: #677885;
}

/* line 182, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__item-group {
  position: relative;
  background: #eff3f6;
  padding: 124px 10px 117px;
}

@media (max-width: 991px) {
  /* line 182, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__item-group {
    padding: 70px 40px 45px;
  }
}

@media (max-width: 449px) {
  /* line 182, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__item-group {
    padding-left: 0;
  }
  /* line 194, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__item-group .con-case-item__title,
.con-case__item-group .con-case-item__text,
.con-case__item-group .con-case-item__image,
.con-case__item-group .con-case-item__subtitle {
    padding-left: 40px;
  }
}

/* line 202, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__item-group::before {
  position: absolute;
  content: '';
  top: 0;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  height: 1500px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 202, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__item-group::before {
    width: 56%;
    left: 22%;
    margin-left: 0;
    bottom: 350px;
    height: auto;
  }
}

/* line 221, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
.con-case__item-group .con-case__transparent {
  font-size: 16.25em;
  font-weight: 900;
  opacity: 0.2;
  color: #afc4d4;
  line-height: 160px;
}

@media (max-width: 767px) {
  /* line 221, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__item-group .con-case__transparent {
    font-size: 10.6875em;
    line-height: 105px;
  }
}

@media (max-width: 449px) {
  /* line 221, app/assets/stylesheets/partials/blocks/cases/conomy/con-case.scss */
  .con-case__item-group .con-case__transparent {
    font-size: 155px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto {
  position: relative;
  width: 100%;
  color: #fff;
  overflow-x: hidden;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__intro {
  height: 460px;
  background: url(https://molinos.ru/assets/cases/crypto/crypto-intro-bg-b2c216d4831cd2670990591a0ce3219934f7dab670f1ea2b445826f82e977d2a.svg) 50% 50% no-repeat, -webkit-linear-gradient(45deg, #0f75ff 0%, #3bcaff 100%);
  background: url(https://molinos.ru/assets/cases/crypto/crypto-intro-bg-b2c216d4831cd2670990591a0ce3219934f7dab670f1ea2b445826f82e977d2a.svg) 50% 50% no-repeat, linear-gradient(45deg, #0f75ff 0%, #3bcaff 100%);
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__intro-text {
  padding-bottom: 45px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__image--intro {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 500px;
  height: 365px;
  background: url(https://molinos.ru/assets/cases/crypto/case-crypto-form-484190d5196c80f3ae6a945a731ee24f610de3fc96a1c0f4f5754f8cb7209dc6.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__image--main, .case-crypto__image--mobile {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__image--main img, .case-crypto__image--mobile img {
  max-width: 100%;
  height: auto;
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__image--mobile {
  display: none;
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__row--full-height {
  position: relative;
  height: 100%;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__title {
  font-weight: 400;
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__title {
  font-size: 30px;
  line-height: 1.1;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__label {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

/* line 75, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__title {
  margin: 0;
  max-width: 600px;
}

/* line 80, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  color: #0f75ff;
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__subtitle--white {
  color: #fff;
}

/* line 90, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__text {
  margin: 0;
  color: #5d707d;
  font-size: 18px;
  font-weight: 300;
}

/* line 96, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__text--white {
  color: #fff;
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 135px 40px;
  box-sizing: border-box;
  list-style: none;
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__description-item {
  width: calc(100% / 3);
}

/* line 115, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stages {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 120, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__number {
  font-size: 24px;
  color: #c6cacc;
}

/* line 125, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__subheader {
  font-size: 42px;
  color: #0f75ff;
}

/* line 130, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage {
  position: relative;
}

/* line 133, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--research {
  padding-top: 200px;
  max-width: 780px;
  margin: 0 auto;
}

/* line 139, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--design {
  padding-top: 160px;
}

/* line 143, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--team {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* line 149, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--seo {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 140px;
}

/* line 156, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--design .case-crypto__wrap {
  max-width: 360px;
  margin-left: auto;
}

/* line 161, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--mobile .case-crypto__wrap {
  max-width: 400px;
  margin-left: auto;
}

/* line 166, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--mobile .case-crypto__content-item {
  max-width: 830px;
  margin: 0 auto;
  padding-top: 400px;
}

/* line 172, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--design .case-crypto__content-item {
  max-width: 780px;
  margin: 0 auto;
}

/* line 177, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--design .case-crypto__content-item:nth-of-type(2) {
  padding-top: 150px;
  padding-bottom: 195px;
}

/* line 182, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__content-item--blue {
  position: relative;
  margin-bottom: 325px;
  padding-top: 170px;
}

/* line 187, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__content-item--blue .case-crypto__text,
.case-crypto__stage .case-crypto__content-item--blue .case-crypto__subtitle {
  max-width: 360px;
}

/* line 193, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--design .case-crypto__content-item--blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30vw;
  width: 120vw;
  height: 464px;
  background: url(https://molinos.ru/assets/cases/crypto/admin-panel-bg-2f178827175d69fcdadd5eeba7668c98938fa52d270f0b69929eca2d50de15c7.svg) 50% 50% no-repeat;
  background-size: cover;
  z-index: -1;
}

/* line 205, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--results {
  padding-bottom: 200px;
}

/* line 208, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage--results .case-crypto__number,
.case-crypto__stage--results .case-crypto__subheader {
  max-width: 780px;
  margin: 0 auto;
}

/* line 215, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__content-item--right .case-crypto__wrap {
  margin: 0;
  margin-right: auto;
}

/* line 220, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__subheader {
  margin-bottom: 57px;
}

/* line 224, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__number {
  margin-bottom: 10px;
}

/* line 228, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__subtitle {
  margin-bottom: 6px;
}

/* line 232, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__text:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 236, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage .case-crypto__content-item {
  padding-bottom: 40px;
}

/* line 241, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage-image {
  font-size: 0;
}

/* line 244, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage-image--design {
  position: absolute;
  left: 50px;
  width: 500px;
  height: 270px;
  margin-top: 10px;
  background: url(https://molinos.ru/assets/cases/crypto/crypto-change-a2288468a6972755dc17099f6742c261911f3751a4a0f36bb88f22c02282076d.png) 50% 50% no-repeat;
  background-size: 500px 270px;
}

/* line 254, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage-image--change-info {
  position: absolute;
  right: 28vw;
  left: 0;
  width: 598px;
  height: 161px;
  background: url(https://molinos.ru/assets/cases/crypto/change-info-49987b3cec7cff78b2163699cb8df87a26eaec7721f8b72283dc1b947169bc68.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 264, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage-image--admin {
  position: absolute;
  right: -220px;
  bottom: -129px;
  width: 595px;
  height: 363px;
  background: url(https://molinos.ru/assets/cases/crypto/admin-panel-preview-6c42cbf268dc119104d68ef46adb508ea7d503562711a709812ac4ffbfb124e6.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 274, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage-image--admin-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 541px;
  height: 304px;
  background: url(https://molinos.ru/assets/cases/crypto/admin-panel-9c6398fb30deb2eb66626bf39fe77189a3292983d38acf1f9d6504e6c989a1af.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 284, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__stage-image--mobile {
  position: absolute;
  bottom: -60px;
  left: 100px;
  width: 468px;
  height: 530px;
  background: url(https://molinos.ru/assets/cases/crypto/crypto-mobile-524ff9c47e582102647066b56640b028b76d46dc5cfd2933d34f4d662c43b9c6.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 295, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* line 304, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__result {
  position: relative;
  max-width: 220px;
}

/* line 309, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__result-number {
  position: relative;
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 300;
  color: #0f75ff;
}

/* line 316, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__result-number::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 125px;
  height: 116px;
  background: url(https://molinos.ru/assets/cases/crypto/stat-bg-8935c477a104d48ae686bbd340dcd6acf3e2056a50359ff7fb4ff4f2dfcbbddb.svg) 50% 50% no-repeat;
  background-size: cover;
  z-index: -1;
}

/* line 327, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__result-number--rouble::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 34px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(https://molinos.ru/assets/cases/crypto/rouble-4bde0989262f41570fa65864b4a0956f5e96ef4913f674cf9f54f9d2d4235734.svg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 339, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 122px;
  background-image: -webkit-linear-gradient(left, #0f75ff, #2cacff 48%, #3bcaff);
  background-image: linear-gradient(to right, #0f75ff, #2cacff 48%, #3bcaff);
}

/* line 347, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__link {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

/* line 353, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 130px;
  list-style: none;
  font-size: 18px;
  color: #5d707d;
  text-align: center;
}

/* line 364, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__team::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 35%;
  left: 0;
  height: 1px;
  background: #c8cfe8;
}

/* line 375, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__team-member {
  max-width: 140px;
}

/* line 379, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__team-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 5px;
  font-size: 0;
  text-align: center;
}

/* line 387, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto img {
  width: 100%;
  height: auto;
}

/* line 392, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__team-name {
  margin-bottom: 3px;
  font-weight: 500;
}

/* line 397, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__team-position {
  font-weight: 300;
}

/* line 401, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
.case-crypto__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 130px;
}

@media (max-width: 991px) {
  /* line 408, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__intro {
    height: 360px;
  }
  /* line 412, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__title {
    max-width: 350px;
    font-size: 24px;
  }
  /* line 417, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__image--intro {
    right: 5%;
    width: 340px;
    height: 245px;
  }
  /* line 423, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__text, .case-crypto__subtitle {
    font-size: 16px;
  }
  /* line 428, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__subtitle {
    margin-bottom: 15px;
  }
  /* line 432, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__description-item {
    max-width: 220px;
  }
  /* line 435, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__description-item br {
    display: none;
  }
  /* line 440, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__description {
    padding: 105px 20px 90px;
  }
  /* line 444, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__image--main {
    max-width: 700px;
  }
  /* line 449, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--research {
    padding-top: 150px;
    max-width: 511px;
  }
  /* line 454, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design {
    padding-top: 140px;
  }
  /* line 457, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design .case-crypto__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 511px;
  }
  /* line 463, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design .case-crypto__wrap {
    max-width: none;
  }
  /* line 467, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design .case-crypto__content-item:nth-of-type(2) {
    padding-top: 10px;
    padding-bottom: 170px;
  }
  /* line 473, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--mobile .case-crypto__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 511px;
    padding-top: 200px;
  }
  /* line 480, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--mobile .case-crypto__wrap {
    max-width: none;
    margin-left: 0;
  }
  /* line 485, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--seo {
    max-width: 511px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  /* line 491, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--results {
    padding-bottom: 140px;
  }
  /* line 494, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--results .case-crypto__number,
.case-crypto__stage--results .case-crypto__subheader {
    max-width: 511px;
  }
  /* line 500, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item--blue {
    display: block !important;
    margin-bottom: 70px;
    padding-top: 68px;
  }
  /* line 505, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item--blue::before {
    height: 526px;
  }
  /* line 510, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item--blue .case-crypto__text,
.case-crypto__stage .case-crypto__content-item--blue .case-crypto__subtitle {
    max-width: 511px;
  }
  /* line 516, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__number {
    font-size: 20px;
  }
  /* line 520, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__subheader {
    font-size: 36px;
  }
  /* line 524, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__subheader {
    margin-bottom: 35px;
  }
  /* line 528, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image {
    position: static;
  }
  /* line 531, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--design {
    display: block;
    width: 524px;
    height: 313px;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 539, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--change-info {
    width: 578px;
    height: 141px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 545, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--admin {
    width: 511px;
    height: 305px;
    margin-top: 88px;
  }
  /* line 551, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--admin-panel {
    width: 500px;
    height: 285px;
    margin-top: 50px;
  }
  /* line 557, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--mobile {
    width: 430px;
    height: 500px;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 565, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__results {
    max-width: 660px;
  }
  /* line 568, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__results .case-crypto__text {
    font-size: 14px;
  }
  /* line 573, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result-number {
    margin-bottom: 35px;
    font-size: 42px;
  }
  /* line 577, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result-number::before {
    width: 98px;
    height: 100px;
  }
  /* line 582, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result-number--rouble::after {
    width: 19px;
    height: 27px;
  }
}

@media (max-width: 768px) {
  /* line 591, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--team {
    max-width: 511px;
  }
}

@media (max-width: 604px) {
  /* line 598, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__intro {
    height: 450px;
  }
  /* line 602, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__image--intro {
    top: 100px;
    left: 50%;
    width: 285px;
    height: 200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 610, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__label {
    font-size: 12px;
  }
  /* line 614, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__title {
    font-size: 20px;
  }
  /* line 618, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__intro-text {
    max-width: 280px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  /* line 624, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__description {
    display: block;
    max-width: 320px;
    padding: 75px 20px 70px;
  }
  /* line 630, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__description-item {
    width: 100%;
    max-width: none;
  }
  /* line 634, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__description-item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  /* line 639, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__subtitle {
    margin-bottom: 8px;
  }
  /* line 644, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__image--main {
    width: 280px;
    height: 176px;
  }
  /* line 649, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__team {
    max-width: 300px;
    padding-bottom: 70px;
  }
  /* line 653, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__team::after {
    content: none;
  }
  /* line 659, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--team {
    max-width: 300px;
    margin: 0 auto;
  }
  /* line 664, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--research {
    max-width: 280px;
    padding-top: 70px;
  }
  /* line 669, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design {
    padding-top: 70px;
  }
  /* line 673, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design .case-crypto__content-item {
    max-width: 280px;
  }
  /* line 677, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--design .case-crypto__content-item:nth-of-type(2) {
    padding-bottom: 70px;
  }
  /* line 681, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--mobile .case-crypto__content-item {
    max-width: 280px;
    padding-top: 100px;
  }
  /* line 686, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--seo {
    max-width: 280px;
    padding-top: 80px;
    padding-bottom: 85px;
  }
  /* line 692, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--results {
    padding-bottom: 50px;
  }
  /* line 695, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage--results .case-crypto__number,
.case-crypto__stage--results .case-crypto__subheader {
    max-width: 280px;
  }
  /* line 702, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__subheader {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 707, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__number {
    font-size: 18px;
  }
  /* line 711, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item {
    padding-bottom: 30px;
  }
  /* line 715, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item--blue {
    margin-bottom: 50px;
  }
  /* line 718, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item--blue::before {
    right: -20vw;
    left: -20vw;
    height: 474px;
    z-index: 1;
  }
  /* line 725, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage .case-crypto__content-item--blue .case-crypto__text,
.case-crypto__stage .case-crypto__content-item--blue .case-crypto__subtitle {
    position: relative;
    z-index: 2;
  }
  /* line 733, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--design {
    width: 281px;
    height: 168px;
    background-size: cover;
  }
  /* line 739, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--change-info {
    width: 320px;
    height: 79px;
  }
  /* line 744, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--admin {
    width: 285px;
    height: 170px;
    margin-top: 61px;
  }
  /* line 750, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--admin-panel {
    width: 280px;
    height: 157px;
  }
  /* line 755, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__stage-image--mobile {
    width: 280px;
    height: 325px;
  }
  /* line 761, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__results {
    max-width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 766, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result {
    width: 50%;
  }
  /* line 769, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result:first-of-type {
    margin-bottom: 50px;
  }
  /* line 774, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result-number {
    margin-bottom: 20px;
    font-size: 36px;
  }
  /* line 778, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result-number::before {
    top: 0;
    width: 67px;
    height: 47px;
  }
  /* line 784, app/assets/stylesheets/partials/blocks/cases/crypto/case-crypto.scss */
  .case-crypto__result-number--rouble--after {
    width: 16px;
    height: 23px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions {
  position: relative;
  top: -100px;
  padding: 250px 45px 90px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  background-color: #7646f5;
  background-image: -webkit-linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
  background-image: linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
  z-index: 1;
}

@media (max-width: 800px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions {
    padding: 200px 25px 50px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions {
    padding: 185px 0 88px;
  }
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__photo {
  margin: 0 auto 13px;
  width: 146px;
  height: 146px;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
  background-image: linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__photo img {
  display: block;
  padding: 13px;
  border-radius: 100%;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__author-name {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__author-prof {
  margin-bottom: 40px;
  color: #cea8f8;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.1;
}

/* line 51, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__quote-text {
  max-width: 690px;
  margin: 0 auto 90px;
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 800px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__quote-text {
    max-width: 500px;
    margin-bottom: 60px;
    font-size: 1.375em;
  }
}

@media (max-width: 449px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__quote-text {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

/* line 71, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  /* line 71, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 449px) {
  /* line 71, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__items {
    padding: 0 10px;
  }
}

/* line 84, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  min-height: 180px;
  margin: 0 13px;
  padding: 30px 20px;
  box-shadow: 0 20px 50px rgba(18, 20, 82, 0.1);
  border-radius: 10px;
  color: #fff;
  text-align: left;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__item:nth-child(1) {
  background-color: #a863f6;
}

/* line 105, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__item:nth-child(2) {
  background-color: #a15ef5;
}

/* line 109, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__item:nth-child(3) {
  background-color: #9051f4;
  padding: 30px 14px;
}

/* line 114, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__item:nth-child(4) {
  background-color: #7f44f3;
}

@media (max-width: 991px) {
  /* line 84, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__item {
    min-height: 245px;
  }
}

@media (max-width: 800px) {
  /* line 84, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__item {
    min-height: 185px;
    margin-bottom: 26px;
  }
}

@media (max-width: 449px) {
  /* line 84, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__item {
    width: auto;
    max-width: 320px;
    margin: 0 auto 10px;
  }
  /* line 132, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
  .ef-case-actions__item:last-of-type {
    margin-bottom: 10px;
  }
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-actions.scss */
.ef-case-actions__img {
  min-height: 40px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation::before {
  content: '';
  position: absolute;
  display: block;
  top: -20px;
  left: 0;
  right: 0;
  height: 160px;
  background: url(https://molinos.ru/assets/cases/ef/ef_01_transparent-80cf000a341bbaa80684fc81420a9b40a00756ffd0ef031dd7c5452702e7e428.svg) no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation::before {
    height: 116px;
    background-size: 100% 116px;
  }
}

@media (max-width: 800px) {
  /* line 7, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation::before {
    height: 100px;
    background-size: 100% 100px;
  }
}

@media (max-width: 449px) {
  /* line 7, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation::before {
    top: 50px;
    height: 48px;
    background-size: 100% 48px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation__title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  color: #7646f5;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__title {
    margin-bottom: 52px;
  }
}

@media (max-width: 800px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__title {
    margin-bottom: 33px;
  }
}

@media (max-width: 449px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__title {
    margin-bottom: 42px;
  }
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}

@media (max-width: 1279px) {
  /* line 57, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__items {
    padding: 0 20px;
  }
}

@media (max-width: 604px) {
  /* line 57, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 449px) {
  /* line 57, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__items {
    padding: 0;
  }
}

/* line 78, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation__item {
  width: 320px;
  margin: 0 20px;
  padding: 50px 35px 55px 40px;
  box-shadow: 0 20px 50px rgba(18, 20, 82, 0.1);
  border-radius: 20px;
  background-color: #fff;
}

@media (max-width: 800px) {
  /* line 78, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item {
    margin: 0 10px;
    padding: 35px 25px 40px 30px;
  }
}

@media (max-width: 604px) {
  /* line 78, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 449px) {
  /* line 78, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item {
    position: relative;
    padding: 50px 25px 50px 30px;
  }
  /* line 99, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item:first-of-type {
    z-index: 1;
  }
  /* line 103, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item:nth-of-type(2) {
    z-index: 2;
  }
  /* line 107, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item:nth-of-type(3) {
    z-index: 3;
  }
  /* line 111, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__item:not(last-of-type) {
    margin-bottom: 10px;
  }
}

/* line 117, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation__img {
  margin-bottom: 37px;
  height: 60px;
  display: block;
}

@media (max-width: 800px) {
  /* line 117, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__img {
    margin-bottom: 25px;
  }
}

@media (max-width: 449px) {
  /* line 117, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__img {
    margin-bottom: 30px;
  }
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation__subtitle {
  margin-bottom: 20px;
  line-height: 1.4;
  color: #545973;
  font-size: 1.125em;
  font-weight: 500;
}

@media (max-width: 800px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__subtitle {
    margin-bottom: 10px;
    font-size: 1em;
  }
}

@media (max-width: 449px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__subtitle {
    max-width: 210px;
    margin-bottom: 30px;
  }
}

/* line 149, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
.ef-case-explanation__text {
  line-height: 1.5;
  color: #7d839b;
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 800px) {
  /* line 149, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__text {
    font-size: 0.875em;
  }
}

@media (max-width: 449px) {
  /* line 149, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-explanation.scss */
  .ef-case-explanation__text {
    max-width: 210px;
  }
}

@media (max-width: 1279px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item img {
    max-width: 100%;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__title {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title {
    margin-bottom: 30px;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__title .title {
  position: relative;
  color: #7646f5;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 3.75em;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__title .title::after {
  background: #7646f5;
}

@media (max-width: 800px) {
  /* line 17, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title .title {
    font-size: 3.125em;
  }
  /* line 32, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title .title::after {
    margin-top: 20px;
  }
}

@media (max-width: 449px) {
  /* line 17, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title .title {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm {
    margin-bottom: 38px;
  }
}

@media (max-width: 800px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm {
    margin-bottom: 20px;
  }
}

@media (max-width: 449px) {
  /* line 42, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm {
    padding-left: 40px;
  }
}

/* line 55, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__title--sm .title {
  font-size: 30px;
}

@media (max-width: 991px) {
  /* line 55, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm .title {
    font-size: 24px;
  }
  /* line 61, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm .title::after {
    width: 30px;
    height: 3px;
    margin-top: 13px;
  }
}

@media (max-width: 800px) {
  /* line 55, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm .title {
    font-size: 20px;
  }
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__title--sm .ef-case-item__number {
  font-size: 10em;
  color: rgba(175, 196, 212, 0.2);
  line-height: 107px;
}

@media (max-width: 991px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm .ef-case-item__number {
    left: -60px;
  }
}

@media (max-width: 800px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm .ef-case-item__number {
    font-size: 7.5em;
  }
}

@media (max-width: 449px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__title--sm .ef-case-item__number {
    left: -20px;
  }
}

/* line 93, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__number {
  position: absolute;
  bottom: 0;
  left: -60px;
  color: #f0f4f7;
  font-size: 11.875em;
  font-weight: 900;
  line-height: 128px;
}

@media (max-width: 800px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__number {
    font-size: 8.75em;
  }
}

@media (max-width: 449px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__number {
    bottom: -15px;
    left: -48px;
    font-size: 10em;
  }
}

/* line 113, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__subtitle {
  color: #545973;
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 500;
  max-width: 400px;
  line-height: 1.3;
}

@media (max-width: 800px) {
  /* line 113, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__subtitle {
    font-size: 1em;
  }
}

@media (max-width: 449px) {
  /* line 113, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item__subtitle {
    padding: 0 40px;
  }
}

/* line 130, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item__text {
  color: #7d839b;
  font-size: 1em;
  font-weight: 300;
  max-width: 326px;
  line-height: 1.5;
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--01 {
  background-color: #f1f4f9;
  position: relative;
}

/* line 142, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--01::after {
  display: block;
  position: absolute;
  height: 550px;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #fff;
}

/* line 153, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--01 .ef-case-item__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 70px 0 10px 119px;
  top: -310px;
  max-width: 1200px;
  margin: 0 auto -183px;
  box-shadow: 0 10px 40px rgba(18, 20, 82, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}

/* line 166, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--01 .ef-case-item__step::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  background: #5620eb;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 991px) {
  /* line 153, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__step {
    min-height: 400px;
    padding-left: 90px;
    padding-bottom: 40px;
    margin: 0 20px -106px;
  }
}

@media (max-width: 800px) {
  /* line 153, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__step {
    margin-bottom: -165px;
    padding-top: 50px;
    padding-left: 70px;
  }
  /* line 190, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__step::after {
    min-width: 200px;
  }
}

@media (max-width: 604px) {
  /* line 153, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__step {
    top: -90px;
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
  }
  /* line 201, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__step::after {
    top: 80%;
    width: 100%;
  }
}

/* line 208, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--01 .ef-case-item__info {
  padding-top: 118px;
}

@media (max-width: 991px) {
  /* line 208, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__info {
    padding-top: 0;
  }
}

@media (max-width: 800px) {
  /* line 208, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__info {
    max-width: none;
    padding: 30px 0;
  }
}

@media (max-width: 604px) {
  /* line 208, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__info {
    min-width: inherit;
    padding: 30px 30px 52px 30px;
  }
}

/* line 226, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--01 .ef-case-item__image {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 226, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__image {
    width: 60%;
    min-width: 360px;
  }
}

@media (max-width: 604px) {
  /* line 226, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__image {
    margin-left: auto;
    padding-left: 10px;
  }
}

@media (max-width: 604px) {
  /* line 241, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__subtitle {
    max-width: none;
    padding: 0;
  }
}

@media (max-width: 604px) {
  /* line 248, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--01 .ef-case-item__text {
    max-width: none;
  }
}

/* line 255, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--02 {
  background: #fff url(https://molinos.ru/assets/cases/ef/ef_02-e002782a3898d59354660d78015451809d07bd32169f8d93236fadcd24e8c25e.png) no-repeat center 100px;
}

@media (max-width: 1279px) {
  /* line 255, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 {
    min-height: 143vw;
    background-size: 130% auto;
  }
}

@media (max-width: 991px) {
  /* line 255, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 {
    background: #fff url(https://molinos.ru/assets/cases/ef/ef_02__media-tablet-down-secondary-718a574bef67c6ac449152167d96255ceb5286541377cef293b0f6180b596e93.png) no-repeat 50% 200px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  /* line 255, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 {
    min-height: 1300px;
    margin-bottom: -5vw;
    background-size: 120%;
  }
}

@media (max-width: 604px) {
  /* line 255, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 {
    margin-bottom: 0;
    background: #fff url(https://molinos.ru/assets/cases/ef/ef_02_media-mobile-down-f188e8c510a8822ff9638e7e3936321c81141d7121b545f2d4096c30c8be7486.png) no-repeat 77% 160px;
    background-size: cover;
  }
}

/* line 280, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--02 .ef-case-item__title {
  max-width: 1080px;
  margin: 0 auto 240px;
}

@media (max-width: 1279px) {
  /* line 280, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__title {
    padding-left: 40px;
    margin-bottom: 19.5vw;
  }
}

@media (max-width: 991px) {
  /* line 280, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__title {
    margin-bottom: 163px;
    padding-left: 0;
  }
}

@media (max-width: 800px) {
  /* line 280, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__title {
    margin-bottom: 100px;
  }
}

@media (max-width: 449px) {
  /* line 280, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__title {
    max-width: 140px;
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  /* line 304, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__number {
    left: 50px;
  }
}

@media (max-width: 800px) {
  /* line 304, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__number {
    left: 0;
  }
}

@media (max-width: 449px) {
  /* line 304, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .ef-case-item__number {
    left: -20px;
  }
}

@media (max-width: 991px) {
  /* line 318, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .title-h1, .ef-case-item--02 .text h1, .text .ef-case-item--02 h1, .ef-case-item--02 .kaya-video__text h1, .kaya-video__text .ef-case-item--02 h1, .ef-case-item--02 .studio-business__text h1, .studio-business__text .ef-case-item--02 h1, .ef-case-item--02 .studio-start__text h1, .studio-start__text .ef-case-item--02 h1, .ef-case-item--02 .studio-services__name {
    padding-left: 110px;
  }
}

@media (max-width: 800px) {
  /* line 318, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .title-h1, .ef-case-item--02 .text h1, .text .ef-case-item--02 h1, .ef-case-item--02 .kaya-video__text h1, .kaya-video__text .ef-case-item--02 h1, .ef-case-item--02 .studio-business__text h1, .studio-business__text .ef-case-item--02 h1, .ef-case-item--02 .studio-start__text h1, .studio-start__text .ef-case-item--02 h1, .ef-case-item--02 .studio-services__name {
    padding-left: 80px;
  }
}

@media (max-width: 449px) {
  /* line 318, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--02 .title-h1, .ef-case-item--02 .text h1, .text .ef-case-item--02 h1, .ef-case-item--02 .kaya-video__text h1, .kaya-video__text .ef-case-item--02 h1, .ef-case-item--02 .studio-business__text h1, .studio-business__text .ef-case-item--02 h1, .ef-case-item--02 .studio-start__text h1, .studio-start__text .ef-case-item--02 h1, .ef-case-item--02 .studio-services__name {
    padding-left: 40px;
  }
}

/* line 333, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--03 {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 144px;
}

@media (max-width: 1279px) {
  /* line 333, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 {
    padding: 0 40px 144px 40px;
  }
}

@media (max-width: 800px) {
  /* line 333, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 {
    padding: 0 10px 100px 10px;
  }
}

/* line 346, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--03 .ef-case-item__image {
  margin-top: -70px;
}

/* line 349, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--03 .ef-case-item__image img {
  max-width: 100%;
}

@media (max-width: 991px) {
  /* line 346, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__image {
    margin-top: -123px;
    padding-left: 48px;
  }
}

@media (max-width: 800px) {
  /* line 346, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__image {
    margin-top: -90px;
    padding-left: 10px;
  }
}

@media (max-width: 604px) {
  /* line 346, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__image {
    margin-top: 0;
  }
}

@media (max-width: 449px) {
  /* line 346, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__image {
    height: 440px;
    margin-top: 0;
    padding: 0;
    background: url(https://molinos.ru/assets/cases/ef/ef_03__media-mobile-down-65f345315b6c5abf408b2f3bef9fbf9c0edbdff183d3e01c9f1d725f212a3be3.png) no-repeat 50% 0;
    background-size: contain;
  }
  /* line 374, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__image img {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 380, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .title-h1, .ef-case-item--03 .text h1, .text .ef-case-item--03 h1, .ef-case-item--03 .kaya-video__text h1, .kaya-video__text .ef-case-item--03 h1, .ef-case-item--03 .studio-business__text h1, .studio-business__text .ef-case-item--03 h1, .ef-case-item--03 .studio-start__text h1, .studio-start__text .ef-case-item--03 h1, .ef-case-item--03 .studio-services__name {
    padding-left: 5vw;
  }
}

@media (max-width: 800px) {
  /* line 380, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .title-h1, .ef-case-item--03 .text h1, .text .ef-case-item--03 h1, .ef-case-item--03 .kaya-video__text h1, .kaya-video__text .ef-case-item--03 h1, .ef-case-item--03 .studio-business__text h1, .studio-business__text .ef-case-item--03 h1, .ef-case-item--03 .studio-start__text h1, .studio-start__text .ef-case-item--03 h1, .ef-case-item--03 .studio-services__name {
    padding-left: 80px;
  }
}

@media (max-width: 449px) {
  /* line 380, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .title-h1, .ef-case-item--03 .text h1, .text .ef-case-item--03 h1, .ef-case-item--03 .kaya-video__text h1, .kaya-video__text .ef-case-item--03 h1, .ef-case-item--03 .studio-business__text h1, .studio-business__text .ef-case-item--03 h1, .ef-case-item--03 .studio-start__text h1, .studio-start__text .ef-case-item--03 h1, .ef-case-item--03 .studio-services__name {
    max-width: 140px;
    margin: 0 0 60px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  /* line 396, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__number {
    left: 50px;
  }
}

@media (max-width: 800px) {
  /* line 396, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__number {
    left: 0;
  }
}

@media (max-width: 449px) {
  /* line 396, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--03 .ef-case-item__number {
    left: -20px;
  }
}

/* line 411, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 415, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--04::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -70px;
  left: 33%;
  width: 30vw;
  height: 14vw;
  background-color: #f0f4f7;
}

@media (max-width: 449px) {
  /* line 411, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 100px;
  }
  /* line 430, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04::after {
    right: 0;
    bottom: 0;
    left: 20%;
    width: auto;
    height: 200px;
  }
}

/* line 439, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--04 .ef-case-item__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 42%;
  padding: 70px 0;
  background-color: #5620eb;
  background-image: -webkit-linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
  background-image: linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
}

@media (max-width: 991px) {
  /* line 439, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images {
    width: 51%;
    padding: 60px 0 56px;
  }
}

@media (max-width: 800px) {
  /* line 439, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images {
    width: 70%;
    min-width: 310px;
    box-sizing: border-box;
  }
}

@media (max-width: 604px) {
  /* line 439, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images {
    width: 50%;
    min-width: 220px;
  }
}

@media (max-width: 449px) {
  /* line 439, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images {
    width: 92%;
    min-width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-bottom: 0;
  }
}

/* line 475, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--04 .ef-case-item__image {
  margin-bottom: 20px;
  margin-left: 20px;
  box-shadow: 0 20px 30px rgba(18, 20, 82, 0.2);
  font-size: 0;
}

@media (max-width: 991px) {
  /* line 475, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__image {
    max-width: 300px;
  }
  /* line 484, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__image img {
    max-width: 100%;
  }
}

@media (max-width: 449px) {
  /* line 475, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__image {
    margin: 0;
  }
}

/* line 494, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--04 .ef-case-item__step {
  padding-left: 180px;
  padding-top: 200px;
}

@media (max-width: 991px) {
  /* line 494, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__step {
    padding-top: 100px;
    padding-left: 175px;
    padding-right: 100px;
  }
}

@media (max-width: 800px) {
  /* line 494, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__step {
    padding-left: 13vw;
    padding-right: 20px;
  }
}

@media (max-width: 604px) {
  /* line 494, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__step {
    padding-top: 50px;
    padding-left: 10vw;
  }
}

@media (max-width: 449px) {
  /* line 494, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__step {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 0 30px;
  }
}

/* line 520, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--04 .ef-case-item__images-right {
  margin-right: -77px;
}

@media (max-width: 991px) {
  /* line 520, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images-right {
    margin-right: -65px;
  }
  /* line 526, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images-right .ef-case-item__image {
    max-width: 150px;
    margin-left: 3vw;
  }
  /* line 531, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images-right .ef-case-item__image img {
    max-width: 100%;
  }
}

@media (max-width: 604px) {
  /* line 520, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images-right {
    margin-right: -5vw;
  }
}

@media (max-width: 449px) {
  /* line 520, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: -10px auto;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    box-sizing: border-box;
  }
  /* line 549, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--04 .ef-case-item__images-right .ef-case-item__image {
    max-width: 130px;
    margin: 0;
  }
}

/* line 557, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

@media (max-width: 449px) {
  /* line 557, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    overflow: hidden;
  }
}

/* line 569, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--05 .ef-case-item__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 42%;
  padding: 60px 0 0;
  margin-top: -150px;
  background-color: #a863f6;
}

@media (max-width: 991px) {
  /* line 569, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images {
    width: 45%;
    margin-top: 0;
    padding-top: 40px;
  }
}

@media (max-width: 449px) {
  /* line 569, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images {
    width: 90%;
    margin-left: auto;
    padding-bottom: 65px;
  }
}

/* line 590, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--05 .ef-case-item__image {
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 20px 30px rgba(18, 20, 82, 0.2);
  font-size: 0;
}

@media (max-width: 991px) {
  /* line 590, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__image {
    max-width: 300px;
  }
  /* line 599, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__image img {
    max-width: 100%;
  }
}

@media (max-width: 449px) {
  /* line 590, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__image {
    width: 200px;
    margin: 0;
  }
}

/* line 610, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--05 .ef-case-item__step {
  padding-right: 270px;
  padding-top: 124px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  /* line 610, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__step {
    padding-right: 150px;
  }
}

@media (max-width: 800px) {
  /* line 610, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__step {
    padding-top: 100px;
    padding-right: 55px;
  }
}

@media (max-width: 449px) {
  /* line 610, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__step {
    padding-top: 115px;
    padding-right: 0;
  }
}

/* line 630, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--05 .ef-case-item__images-left {
  margin-left: -109px;
}

@media (max-width: 991px) {
  /* line 630, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images-left {
    margin-left: -60px;
  }
}

@media (max-width: 449px) {
  /* line 630, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images-left {
    margin-left: -30px;
  }
}

/* line 642, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--05 .ef-case-item__images-right {
  margin-bottom: -70px;
}

@media (max-width: 449px) {
  /* line 646, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images-right .ef-case-item__image {
    width: 120px;
    position: relative;
  }
  /* line 651, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images-right .ef-case-item__image:first-child {
    top: 80px;
    right: 25px;
  }
  /* line 656, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images-right .ef-case-item__image:last-child {
    top: 25px;
    right: 152px;
  }
  /* line 661, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__images-right img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 667, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__subtitle {
    max-width: 285px;
  }
}

@media (max-width: 449px) {
  /* line 667, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__subtitle {
    max-width: none;
  }
}

@media (max-width: 449px) {
  /* line 667, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--05 .ef-case-item__subtitle {
    margin-bottom: 55px;
  }
}

/* line 682, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 {
  max-width: 1080px;
  margin: -50px auto 0;
  padding-top: 80px;
  background-color: #f0f4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 682, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 {
    max-width: 820px;
    margin: 30px auto 90px;
    padding-top: 72px;
  }
}

@media (max-width: 800px) {
  /* line 682, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 {
    padding-top: 0;
  }
}

@media (max-width: 449px) {
  /* line 682, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 {
    width: calc(100% - 15px);
    margin: 25px 0 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 705, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 .ef-case-item__step {
  padding-left: 88px;
  padding-top: 150px;
}

@media (max-width: 991px) {
  /* line 705, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__step {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  /* line 705, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__step {
    padding-left: 10vw;
    padding-right: 2vw;
  }
}

@media (max-width: 449px) {
  /* line 705, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__step {
    padding: 115px 0 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 724, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 .ef-case-item__images {
  position: relative;
  padding-bottom: 60px;
}

/* line 728, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 .ef-case-item__images::before {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 60px;
  content: '';
  width: 300px;
  background-color: #5620eb;
  background-image: -webkit-linear-gradient(45deg, #6632f1 0%, #a863f6 100%);
  background-image: linear-gradient(45deg, #6632f1 0%, #a863f6 100%);
}

@media (max-width: 991px) {
  /* line 724, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__images {
    bottom: -20px;
    padding-top: 72px;
  }
  /* line 743, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__images::before {
    left: 35px;
    width: 242px;
  }
}

@media (max-width: 767px) {
  /* line 724, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__images {
    min-width: 350px;
  }
}

@media (max-width: 604px) {
  /* line 724, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__images {
    min-width: 280px;
  }
}

@media (max-width: 449px) {
  /* line 724, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__images {
    bottom: 0;
    padding-top: 105px;
  }
  /* line 761, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__images::before {
    top: 36px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
  }
}

/* line 770, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 .ef-case-item__image {
  box-shadow: 0 20px 30px rgba(18, 20, 82, 0.2);
  font-size: 0;
}

/* line 774, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 .ef-case-item__image:first-child {
  position: relative;
  z-index: 1;
  margin-left: -60px;
}

/* line 780, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
.ef-case-item--06 .ef-case-item__image:last-child {
  position: relative;
  margin-top: -135px;
  margin-left: 210px;
}

@media (max-width: 991px) {
  /* line 787, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:first-child {
    max-width: 323px;
    margin-left: -60px;
  }
  /* line 792, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:last-child {
    max-width: 242px;
    margin-left: 121px;
  }
  /* line 797, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image img {
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  /* line 803, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:first-child {
    margin-left: 0;
  }
}

@media (max-width: 604px) {
  /* line 809, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:first-child {
    width: 90%;
  }
  /* line 813, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:last-child {
    width: 60%;
  }
}

@media (max-width: 449px) {
  /* line 819, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:first-child {
    width: 230px;
  }
  /* line 823, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-item.scss */
  .ef-case-item--06 .ef-case-item__image:last-child {
    margin-top: -50px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones {
  padding-bottom: 470px;
  max-width: 1550px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones {
    position: relative;
  }
}

@media (max-width: 604px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones {
    background: url(https://molinos.ru/assets/cases/ef/ef_02_phones_@media-mobile-down-26fcbdb1b6e8a93f49b0c4ed4970224308884d51d433ce3ec3394a1e86cdd063.png) no-repeat 100% 45px;
    padding-bottom: 290px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__item {
  max-width: 345px;
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__item:nth-child(1) {
  margin-left: 44%;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(1) {
    position: absolute;
    top: 2vw;
    right: 35vw;
    left: 34vw;
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 800px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(1) {
    top: 0;
    left: 31vw;
  }
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(1) {
    top: 1vw;
  }
}

@media (max-width: 604px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(1) {
    position: static;
    margin: 0 auto 270px 0;
    padding: 0 40px;
  }
}

@media (max-width: 449px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(1) {
    max-width: 320px;
  }
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__item:nth-child(2) {
  position: relative;
  top: -30px;
  margin-left: auto;
  margin-right: 65%;
  margin-bottom: 235px;
}

@media (max-width: 1279px) {
  /* line 50, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    top: -6vw;
    padding-left: 5vw;
    margin-right: 67%;
    margin-bottom: 14vw;
  }
}

@media (max-width: 991px) {
  /* line 50, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    position: absolute;
    top: -98px;
    left: 5vw;
    max-width: 250px;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 800px) {
  /* line 50, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    top: -110px;
  }
}

@media (max-width: 604px) {
  /* line 50, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    position: static;
    max-width: none;
    margin: 0 auto 270px 0;
    padding: 0 40px;
  }
}

@media (max-width: 449px) {
  /* line 50, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    max-width: 320px;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__item:nth-child(3) {
  margin-left: 72%;
  margin-bottom: 24px;
  max-width: 260px;
}

@media (max-width: 1279px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    margin-left: 73%;
    margin-bottom: 0;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    position: absolute;
    top: 34vw;
    max-width: none;
    margin: 0;
    right: 6vw;
    left: 66vw;
    padding: 0;
  }
}

@media (max-width: 800px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    top: 31vw;
  }
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    top: 38vw;
    right: 2vw;
    left: 69vw;
  }
}

@media (max-width: 604px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    position: static;
    margin: 0 auto 270px 0;
    padding: 0 40px;
  }
}

@media (max-width: 449px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    max-width: 320px;
  }
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__item:nth-child(4) {
  max-width: 252px;
  margin-left: auto;
  margin-right: 68%;
  margin-bottom: 239px;
}

@media (max-width: 1279px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    max-width: none;
    margin-right: 71%;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 10vw;
  }
}

@media (max-width: 991px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    position: absolute;
    top: 42.5vw;
    max-width: none;
    left: 13vw;
    right: 60vw;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    top: 53vw;
    right: 68vw;
    left: 5vw;
  }
}

@media (max-width: 604px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    position: static;
    margin: 0 auto 275px 0;
    padding: 0 40px;
  }
}

@media (max-width: 449px) {
  /* line 131, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    max-width: 320px;
  }
}

/* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__item:nth-child(5) {
  max-width: 302px;
  margin-left: 57%;
}

@media (max-width: 1279px) {
  /* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(5) {
    position: absolute;
    top: 75.5vw;
  }
}

@media (max-width: 991px) {
  /* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(5) {
    top: 76vw;
    margin: 0;
    right: 12vw;
    left: 60vw;
    max-width: none;
  }
}

@media (max-width: 800px) {
  /* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(5) {
    top: 74vw;
    left: 58vw;
  }
}

@media (max-width: 767px) {
  /* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(5) {
    top: 89vw;
    left: 60vw;
  }
}

@media (max-width: 604px) {
  /* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(5) {
    position: static;
    padding: 0 40px;
    margin: 0 auto 195px 0;
  }
}

@media (max-width: 449px) {
  /* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(5) {
    max-width: 320px;
  }
}

@media (min-width: 1370px) {
  /* line 214, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    margin-right: 64%;
  }
  /* line 218, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    margin-left: 71%;
  }
  /* line 222, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    margin-right: 67%;
  }
}

@media (min-width: 1460px) {
  /* line 229, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(2) {
    margin-right: 63%;
  }
  /* line 233, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    margin-left: 70%;
  }
  /* line 237, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    margin-right: 66%;
  }
}

@media (min-width: 1550px) {
  /* line 244, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(3) {
    margin-left: 69%;
  }
  /* line 248, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__item:nth-child(4) {
    margin-right: 65%;
  }
}

/* line 254, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__title {
  margin-bottom: 20px;
  line-height: 1.1;
  color: #7646f5;
  font-size: 1.125em;
  font-weight: 500;
}

@media (max-width: 800px) {
  /* line 254, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__title {
    margin-bottom: 10px;
    font-size: 1em;
  }
}

/* line 267, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
.ef-case-phones__text {
  max-width: 302px;
  line-height: 1.25;
  color: #7d839b;
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 800px) {
  /* line 267, app/assets/stylesheets/partials/blocks/cases/ef/ef-case-phones.scss */
  .ef-case-phones__text {
    font-size: 0.875em;
  }
}

/* line 2, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__header {
  position: relative;
  background-color: #7646f5;
  background-image: -webkit-linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
  background-image: linear-gradient(45deg, #a863f6 0%, #6632f1 100%);
}

@media (max-width: 449px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 90px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__header-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 200px 0 500px;
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__header-wrap::before {
  content: '';
  position: absolute;
  display: block;
  top: 80px;
  left: 0;
  right: 0;
  height: 160px;
  background: url(https://molinos.ru/assets/cases/ef/ef_header_transparent-ae3b2c17a5aeb39c6f1435107d3a1cf2121fc65bf15cbd73f8aeb57e8d049752.svg) no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  /* line 20, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-wrap::before {
    top: 105px;
    height: 116px;
    background-size: 100% 116px;
  }
}

@media (max-width: 800px) {
  /* line 20, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-wrap::before {
    top: 70px;
    height: 85px;
    background-size: 100% 85px;
  }
}

@media (max-width: 449px) {
  /* line 20, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-wrap::before {
    top: 50px;
  }
}

@media (max-width: 800px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-wrap {
    padding-top: 130px;
  }
}

@media (max-width: 604px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-wrap {
    padding-bottom: 300px;
  }
}

@media (max-width: 449px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-wrap {
    padding: 105px 0 75px;
  }
}

/* line 61, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__header-image {
  position: absolute;
  display: block;
  content: '';
  top: 175px;
  right: 43%;
  left: 0;
  height: 620px;
  background: url(https://molinos.ru/assets/cases/ef/ef_header_laptop-bf01af3a666653c582fb8cd3c605ab6f9db42f6c9ace99ead4758d77db2ecf66.png) no-repeat right top;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 61, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-image {
    right: 33%;
  }
}

@media (max-width: 800px) {
  /* line 61, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-image {
    top: 120px;
    height: 500px;
    background-size: cover;
  }
}

@media (max-width: 449px) {
  /* line 61, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-image {
    position: static;
    height: 215px;
    margin-bottom: 70px;
    background-position: 30% 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 91, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__header-inner {
  position: relative;
  max-width: 480px;
  color: #ffffff;
  margin-left: 50%;
  z-index: 3;
}

@media (max-width: 991px) {
  /* line 91, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-inner {
    max-width: 400px;
  }
}

@media (max-width: 604px) {
  /* line 91, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-inner {
    margin-left: 40%;
  }
}

@media (max-width: 449px) {
  /* line 91, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__header-inner {
    max-width: none;
    margin-left: 0;
    padding: 0 40px;
  }
}

/* line 113, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__logo {
  width: 223px;
  height: 60px;
  margin-bottom: 64px;
}

@media (max-width: 800px) {
  /* line 113, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__logo {
    margin-bottom: 32px;
  }
}

@media (max-width: 449px) {
  /* line 113, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__logo {
    margin-bottom: 38px;
  }
}

/* line 127, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__title {
  margin-bottom: 38px;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 800px) {
  /* line 127, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__title {
    margin-bottom: 32px;
    font-size: 1.875em;
  }
}

@media (max-width: 449px) {
  /* line 127, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__title {
    margin-bottom: 26px;
    line-height: 1.2;
  }
}

/* line 144, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__text {
  margin-bottom: 80px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 800px) {
  /* line 144, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__text {
    margin-bottom: 50px;
  }
}

@media (max-width: 449px) {
  /* line 144, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
  .ef-case__text {
    margin-bottom: 44px;
  }
}

/* line 159, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__info-link {
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__info-link-icon {
  margin-right: 10px;
  width: 22px;
}

/* line 172, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__info-link-icon svg {
  width: 100%;
}

/* line 175, app/assets/stylesheets/partials/blocks/cases/ef/ef-case.scss */
.ef-case__info-link-icon svg path {
  fill: #fff;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__title {
    margin-bottom: 35px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title .title {
  position: relative;
  color: #373737;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.875em;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title .title::after {
  background: #373737;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title .title.title-white, .food-case-item__title .title.awards__title {
  color: #fff;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title .title.title-white::after, .food-case-item__title .title.awards__title::after {
  background: #fff;
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title--bg {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__title--bg {
    margin-bottom: 35px;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title--bg .title {
  font-size: 3.75em;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__title--bg .title {
    font-size: 2.5em;
  }
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__title--bg .ef-case-item__number {
  font-size: 11.875em;
  line-height: 128px;
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__title--bg .ef-case-item__number {
    font-size: 10em;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__text {
  color: #748ba5;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  max-width: 734px;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__text {
    font-size: 0.9375em;
  }
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__number {
  position: absolute;
  bottom: 0;
  left: -60px;
  color: #e1eaee;
  font-size: 10em;
  font-weight: 900;
  line-height: 107px;
}

@media (max-width: 767px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__number {
    font-size: 8.75em;
  }
}

/* line 88, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__step {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 94, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 {
  position: relative;
  margin-bottom: -200px;
  background: #eff5f6;
  padding: 200px 0 0 100px;
  text-align: center;
}

@media (max-width: 1279px) {
  /* line 94, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 {
    padding: 150px 0 0 40px;
    margin-bottom: -180px;
  }
}

@media (max-width: 767px) {
  /* line 94, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 {
    padding: 140px 0 0 20px;
    margin-bottom: -30px;
  }
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 111, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__text {
  max-width: 445px;
  margin-bottom: 175px;
  padding-right: 20px;
}

@media (max-width: 1279px) {
  /* line 122, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__text {
    max-width: 300px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__text {
    max-width: none;
    margin-bottom: 40px;
    padding: 0 30px;
  }
}

@media (max-width: 449px) {
  /* line 122, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__text {
    padding: 0;
  }
}

/* line 143, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__step {
  padding-top: 45px;
}

@media (max-width: 1279px) {
  /* line 143, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__step {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  /* line 143, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__step {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 20px;
  }
}

/* line 156, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__image-top,
.food-case-item--01 .food-case-item__image-bottom {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 0;
}

/* line 163, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__image-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 740px;
  height: 540px;
  position: relative;
}

@media (max-width: 1279px) {
  /* line 163, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-top {
    width: 619px;
    height: 452px;
  }
}

@media (max-width: 991px) {
  /* line 163, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-top {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  /* line 163, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-top {
    margin-top: 0;
    margin-left: 15%;
  }
}

@media (max-width: 449px) {
  /* line 163, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-top {
    width: 240px;
    height: 190px;
    margin-left: auto;
  }
}

/* line 189, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__image-top img {
  width: 100%;
}

/* line 194, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__image-bottom {
  position: relative;
  top: -182px;
  z-index: 2;
}

@media (max-width: 1279px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-bottom {
    top: -140px;
  }
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-bottom {
    top: -60px;
  }
}

/* line 207, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--01 .food-case-item__image-bottom img {
  width: 1080px;
  height: 1234px;
}

@media (max-width: 1279px) {
  /* line 207, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-bottom img {
    width: 922px;
    height: 1044px;
  }
}

@media (max-width: 991px) {
  /* line 207, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-bottom img {
    width: 720px;
    height: 758px;
  }
}

@media (max-width: 449px) {
  /* line 207, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--01 .food-case-item__image-bottom img {
    width: 280px;
    height: 316px;
  }
}

/* line 229, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--02 {
  position: relative;
  padding: 125px 0 15px;
  background: #eff5f6;
}

@media (max-width: 1279px) {
  /* line 229, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 {
    padding: 150px 0 0;
  }
}

@media (max-width: 449px) {
  /* line 229, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 {
    padding: 100px 0 0;
  }
}

/* line 242, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--02 .food-case-item__step {
  padding-left: 155px;
}

@media (max-width: 1279px) {
  /* line 242, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__step {
    padding-left: 110px;
  }
}

@media (max-width: 449px) {
  /* line 242, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__step {
    padding: 0 40px;
  }
}

/* line 254, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--02 .food-case-item__text {
  position: relative;
  max-width: 466px;
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  /* line 254, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__text {
    max-width: 315px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 254, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__text {
    margin-bottom: 250px;
  }
}

@media (max-width: 449px) {
  /* line 254, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__text {
    margin-bottom: 120px;
  }
}

/* line 273, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--02 .food-case-item__image-bg {
  height: 389px;
  width: 100%;
  max-width: 100%;
  background: url(https://molinos.ru/assets/cases/food/food_02_bg-c6fc9f1523ecd355146772d1c06ff95252b145f894eb716215483a5d86a125b4.png) no-repeat center top;
}

@media (max-width: 1279px) {
  /* line 273, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__image-bg {
    height: 276px;
    background-size: 1050px 276px;
  }
}

@media (max-width: 449px) {
  /* line 273, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__image-bg {
    height: 155px;
    background-size: 480px 126px;
  }
}

/* line 290, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--02 .food-case-item__image {
  position: absolute;
  display: inline-block;
  font-size: 0;
  left: 55%;
  bottom: 0;
}

@media (max-width: 1279px) {
  /* line 290, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__image {
    width: 308px;
    height: 550px;
  }
  /* line 301, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 290, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__image {
    left: 40%;
  }
}

@media (max-width: 449px) {
  /* line 290, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--02 .food-case-item__image {
    width: 173px;
    height: 263px;
  }
}

/* line 317, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--03 {
  padding: 250px 155px 170px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1279px) {
  /* line 317, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--03 {
    padding: 210px 30px 120px;
  }
}

@media (max-width: 767px) {
  /* line 317, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--03 {
    padding: 135px 10px 80px;
  }
}

/* line 331, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--03 .food-case-item__step {
  max-width: 1080px;
}

@media (max-width: 767px) {
  /* line 331, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--03 .food-case-item__step {
    padding: 0 30px;
  }
}

/* line 338, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--03 .food-case-item__step:hover .food-case-item__micro {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

/* line 343, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--03 .food-case-item__image {
  display: inline-block;
  position: relative;
  font-size: 0;
  box-shadow: 0 40px 70px rgba(49, 46, 79, 0.3);
}

/* line 349, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--03 .food-case-item__image img {
  width: 1080px;
  height: 675px;
}

@media (max-width: 1279px) {
  /* line 349, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--03 .food-case-item__image img {
    width: 100%;
    height: auto;
  }
}

/* line 360, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--03 .food-case-item__text {
  position: relative;
  z-index: 2;
  margin-bottom: 110px;
}

@media (max-width: 1279px) {
  /* line 360, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--03 .food-case-item__text {
    margin-bottom: 55px;
    max-width: 630px;
  }
}

/* line 372, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--04 {
  padding: 210px 90px 125px;
  background: #38354f url(https://molinos.ru/assets/cases/food/food_04_bg-6521e2a5763775ba729cccd90a8914078c513099a0c5fce5d77cc1fc9fa610bb.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

@media (max-width: 1279px) {
  /* line 372, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 {
    padding: 165px 30px 110px;
  }
}

@media (max-width: 767px) {
  /* line 372, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 {
    padding: 110px 20px 55px;
    background: #38354f url(https://molinos.ru/assets/cases/food/tab-food_04_bg-0aef19405e75ef7f22ffb743ea081ad761b9054315cebe367d74aed9a4e88bec.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 449px) {
  /* line 372, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 {
    background: #38354f url(https://molinos.ru/assets/cases/food/mob-food_04_bg-45114cd91a68404a9e48e78e6cee17460a8e0aae8b0e3d10c9e46edd823321a5.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* line 393, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--04 .food-case-item__step {
  max-width: 1080px;
}

@media (max-width: 991px) {
  /* line 393, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 .food-case-item__step {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  /* line 393, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 .food-case-item__step {
    padding: 0 20px;
  }
}

/* line 405, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--04 .food-case-item__title {
  max-width: 310px;
  text-align: left;
}

@media (max-width: 1279px) {
  /* line 405, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 .food-case-item__title {
    max-width: 310px;
  }
}

@media (max-width: 767px) {
  /* line 405, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 .food-case-item__title {
    max-width: 225px;
  }
}

/* line 418, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--04 .food-case-item__text {
  color: #fff;
  max-width: 720px;
  margin-bottom: 138px;
}

@media (max-width: 1279px) {
  /* line 418, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 .food-case-item__text {
    margin-bottom: 55px;
  }
}

/* line 428, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item--04 .food-case-item__number {
  opacity: 0.1;
  color: #eff5f6;
}

@media (max-width: 767px) {
  /* line 428, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item--04 .food-case-item__number {
    bottom: 55px;
  }
}

/* line 438, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__flag {
  position: absolute;
  top: 521px;
  left: 0;
}

@media (max-width: 1279px) {
  /* line 438, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__flag {
    top: 400px;
  }
}

@media (max-width: 767px) {
  /* line 438, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__flag {
    top: 460px;
    width: 143px;
    height: 116px;
  }
  /* line 452, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__flag img {
    width: 100%;
  }
}

/* line 458, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__pizza {
  position: absolute;
  right: 0;
  bottom: 200px;
  width: 400px;
  height: 460px;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

/* line 467, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__pizza:hover {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

/* line 471, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__pizza img {
  width: 100%;
}

@media (max-width: 1279px) {
  /* line 458, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__pizza {
    bottom: 100px;
    width: 355px;
    height: 359px;
  }
}

@media (max-width: 767px) {
  /* line 458, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__pizza {
    bottom: 10px;
    right: -20px;
    width: 98px;
    height: 99px;
  }
}

/* line 489, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__micro {
  position: absolute;
  top: -143px;
  left: -134px;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

@media (max-width: 767px) {
  /* line 489, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__micro {
    width: 110px;
    height: 144px;
    top: 200px;
    left: -20px;
  }
  /* line 501, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__micro img {
    width: 100%;
  }
}

/* line 507, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__berry {
  position: absolute;
  top: -17px;
  right: -280px;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

/* line 513, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__berry:hover {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

@media (max-width: 1279px) {
  /* line 507, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__berry {
    right: -200px;
  }
}

@media (max-width: 767px) {
  /* line 507, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__berry {
    width: 98px;
    height: 98px;
    top: 240px;
    right: -20px;
  }
  /* line 527, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__berry img {
    width: 100%;
  }
}

/* line 533, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__medals {
  max-width: 1200px;
  width: 100%;
  min-height: 271px;
  margin: 0 auto 15px;
  display: inline-block;
}

/* line 540, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__medals img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}

/* line 545, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
.food-case-item__medals img + img {
  margin-left: 30px;
}

@media (max-width: 1279px) {
  /* line 533, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals {
    min-height: 0;
  }
  /* line 552, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img + img {
    margin-left: 20px;
  }
  /* line 556, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(1) {
    width: 164px;
    height: 187px;
  }
  /* line 561, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(2) {
    width: 131px;
    height: 123px;
  }
  /* line 566, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(3) {
    width: 185px;
    height: 216px;
  }
  /* line 571, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(4) {
    width: 174px;
    height: 154px;
  }
  /* line 576, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(5) {
    width: 136px;
    height: 171px;
  }
}

@media (max-width: 767px) {
  /* line 584, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img {
    margin: 7px;
  }
  /* line 588, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(1) {
    width: 98px;
    height: 111px;
  }
  /* line 593, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(2) {
    width: 78px;
    height: 73px;
  }
  /* line 598, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(3) {
    width: 110px;
    height: 129px;
  }
  /* line 603, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(4) {
    width: 104px;
    height: 92px;
  }
  /* line 608, app/assets/stylesheets/partials/blocks/cases/food/food-case-item.scss */
  .food-case-item__medals img:nth-child(5) {
    width: 82px;
    height: 102px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__header {
  position: relative;
  padding: 95px 100px 280px;
  background: #fff url(https://molinos.ru/assets/cases/food/header_bg-94cfe82b5a51c40d09432abd9c1e06eb071be17a3445cce5c4ec89e0b93aee8b.png) no-repeat 550px -100px;
}

@media (max-width: 1279px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header {
    padding: 95px 100px 60px;
    background-size: 700px 904px;
    background-position: 400px -40px;
  }
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header {
    background-position: 400px 0;
    background-size: 500px 646px;
  }
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header {
    padding: 40px 30px 300px;
    background-size: 400px 516px;
    background-position: 10px 480px;
  }
}

@media (max-width: 604px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header {
    background-size: 600px 700px;
    background-position: 20vw 435px;
  }
}

@media (max-width: 449px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header {
    background-position: 20vw 380px;
  }
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__header-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__header-image {
  z-index: 1;
  position: absolute;
  display: block;
  height: 1055px;
  left: 200px;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(https://molinos.ru/assets/cases/food/header_laptop-194f7bc1c7d05a653acba50b8d1ae43578a677444c0cd4f45ba77efabb2d0716.png);
  background-position: left bottom;
}

@media (max-width: 1279px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header-image {
    left: 70px;
    background-position: left top;
    width: 854px;
    height: 710px;
    background-size: 854px 710px;
  }
}

@media (max-width: 991px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header-image {
    width: 500px;
    height: 672px;
    left: 380px;
    background-image: url(https://molinos.ru/assets/cases/food/tab-header_laptop-105bbe388bf638fcc6675a221401d2e9f22b635fb8362afab31e56a3905c2690.png);
    background-size: 500px 672px;
  }
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header-image {
    width: 250px;
    height: 336px;
    left: 50%;
    right: auto;
    background-position: right top;
    background-size: 250px 336px;
  }
}

@media (max-width: 449px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__header-image {
    left: auto;
    right: 0;
  }
}

/* line 86, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__info {
  max-width: 488px;
}

@media (max-width: 1279px) {
  /* line 86, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__info {
    max-width: 315px;
  }
}

@media (max-width: 767px) {
  /* line 86, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__info {
    max-width: none;
  }
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__logo {
  margin-bottom: 90px;
}

@media (max-width: 1279px) {
  /* line 98, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__logo {
    width: 160px;
    height: 57px;
    margin-bottom: 55px;
  }
  /* line 106, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__logo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 98, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__logo {
    width: 140px;
    height: 50px;
    margin-bottom: 40px;
  }
}

/* line 118, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__title {
  margin-bottom: 80px;
  max-width: 330px;
  color: #373737;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1279px) {
  /* line 118, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__title {
    margin-bottom: 55px;
    max-width: 260px;
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  /* line 118, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__title {
    margin-bottom: 40px;
  }
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__sign {
  margin-bottom: 25px;
  color: #656565;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 1279px) {
  /* line 138, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__sign {
    margin-bottom: 15px;
  }
}

/* line 150, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__text {
  margin-bottom: 45px;
  color: #444444;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.67;
}

@media (max-width: 1279px) {
  /* line 150, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__text {
    margin-bottom: 35px;
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  /* line 150, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
  .food-case__text {
    margin-bottom: 25px;
    font-size: 0.9375em;
  }
}

/* line 168, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__info-link {
  color: #27bcbd;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 177, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__info-link-icon {
  margin-right: 9px;
  width: 22px;
}

/* line 181, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__info-link-icon svg {
  width: 100%;
}

/* line 184, app/assets/stylesheets/partials/blocks/cases/food/food-case.scss */
.food-case__info-link-icon svg path {
  fill: #27bcbd;
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport {
  position: relative;
  width: 100%;
  color: #fff;
  overflow-x: hidden;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__intro {
  height: 445px;
  background: url(https://molinos.ru/assets/cases/foodImport/header-back-23c339cd573507f6eae544ad82c2802bd1bf89dc6f6e333a669f9c06b0f76dac.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__intro-text {
  padding-bottom: 70px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__image--intro {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 500px;
  height: 365px;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__image--main, .case-foodImport__image--typography, .case-foodImport__image--shape {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

/* line 38, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__image--main img, .case-foodImport__image--typography img, .case-foodImport__image--shape img {
  max-width: 100%;
  height: auto;
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__image--typography, .case-foodImport__image--shape {
  display: none;
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* line 58, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__row--full-height {
  position: relative;
  height: 100%;
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__title {
  font-weight: 300;
}

/* line 68, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__title {
  font-size: 40px;
  line-height: 1.1;
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__label {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
}

/* line 79, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__title {
  margin: 0;
  max-width: 600px;
}

/* line 84, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  color: #191E23;
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__subtitle--white {
  color: #fff;
}

/* line 94, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__text {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #7F919E;
  font-weight: 300;
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__text--white {
  color: #fff;
}

/* line 106, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 135px 20px;
  box-sizing: border-box;
  list-style: none;
}

/* line 116, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__description-item {
  width: calc(100% / 3 - 45px);
}

/* line 120, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stages {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 125, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__number {
  font-size: 30px;
  color: #D4DEE5;
  font-weight: 300;
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__subheader {
  font-size: 60px;
  font-weight: 300;
  color: #191E23;
}

/* line 137, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage {
  position: relative;
}

/* line 140, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--narrow {
  padding-top: 200px;
  max-width: 780px;
  margin: 0 auto;
}

/* line 145, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--narrow img {
  margin-top: 80px;
}

/* line 150, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--wide {
  padding-top: 250px;
}

/* line 154, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--team {
  margin: 200px auto 0;
  padding-bottom: 50px;
}

/* line 158, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--team .case-foodImport__number,
.case-foodImport__stage--team .case-foodImport__subheader {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* line 166, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--wide .case-foodImport__wrap {
  width: 44%;
  margin-left: auto;
}

/* line 171, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--typography, .case-foodImport__stage--shape {
  padding-top: 200px;
}

/* line 176, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--typography .case-foodImport__wrap, .case-foodImport__stage--shape .case-foodImport__wrap {
  max-width: 470px;
  margin-left: auto;
}

/* line 182, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--typography .case-foodImport__content-item, .case-foodImport__stage--shape .case-foodImport__content-item {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 188, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--wide .case-foodImport__content-item {
  margin: 0 auto;
}

/* line 192, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--wide .case-foodImport__content-item:nth-of-type(2) {
  padding-top: 150px;
  padding-bottom: 195px;
}

/* line 197, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__content-item--blue {
  position: relative;
  margin-bottom: 325px;
  padding-top: 170px;
}

/* line 202, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__content-item--blue .case-foodImport__text,
.case-foodImport__stage .case-foodImport__content-item--blue .case-foodImport__subtitle {
  max-width: 360px;
}

/* line 208, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--wide .case-foodImport__content-item--blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30vw;
  width: 120vw;
  height: 464px;
  background-size: cover;
  z-index: -1;
}

/* line 219, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__content-item--right .case-foodImport__wrap {
  margin: 0;
  margin-right: auto;
}

/* line 224, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__subheader {
  margin-bottom: 60px;
}

/* line 228, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--team .case-foodImport__subheader {
  margin-bottom: 100px;
}

/* line 232, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__number {
  margin-bottom: 10px;
}

/* line 236, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__subtitle {
  margin-bottom: 6px;
}

/* line 240, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__text:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 244, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage .case-foodImport__content-item {
  padding-bottom: 40px;
}

/* line 248, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--shape .case-foodImport__text:not(:last-of-type) {
  margin-bottom: 40px;
}

/* line 252, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage--shape .case-foodImport__subtitle {
  margin-bottom: 30px;
}

/* line 257, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image {
  font-size: 0;
}

/* line 260, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image--wide {
  position: absolute;
  left: 20px;
  width: 537px;
  height: 427px;
  margin-top: -90px;
  background: url(https://molinos.ru/assets/cases/foodImport/logos-group-1ee932a5e9a2c4e14b6a336e69a14d81b2f05120ed01aabadf9a5f3946ce6589.png) 50% 50% no-repeat;
  background-size: 537px 427px;
}

/* line 270, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image--change-info {
  position: absolute;
  right: 28vw;
  left: 0;
  width: 598px;
  height: 161px;
  background-size: cover;
}

/* line 279, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image--admin {
  position: absolute;
  right: -220px;
  bottom: -129px;
  width: 595px;
  height: 363px;
  background-size: cover;
}

/* line 288, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image--admin-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 541px;
  height: 304px;
  background-size: cover;
}

/* line 297, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image--typography {
  position: absolute;
  width: 473px;
  height: 204px;
  left: 20px;
  margin-top: 70px;
  background: url(https://molinos.ru/assets/cases/foodImport/typography-a189138b4d010abe4cf4a370931d1043d3a8e88dc77ee5228ee6798e261d30ae.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 307, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__stage-image--shape {
  position: absolute;
  width: 455px;
  height: 438px;
  left: 20px;
  margin-top: 110px;
  background: url(https://molinos.ru/assets/cases/foodImport/logo-circle-7f367ac8774ecf914a487a27e25ad231ddfdb4135e9794a1462dabfcfd2163d0.png) 50% 50% no-repeat;
  background-size: cover;
}

/* line 318, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__link {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

/* line 324, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  padding: 0 0 130px;
  list-style: none;
  font-size: 18px;
  color: #5d707d;
  text-align: center;
}

/* line 335, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team::after {
  content: "";
  width: 90%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 35%;
  left: 0;
  height: 1px;
  background: #c8cfe8;
}

/* line 348, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team-member {
  max-width: 200px;
}

/* line 352, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  font-size: 0;
  text-align: center;
  border-radius: 100%;
}

/* line 360, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team-image img {
  max-width: 120px;
  height: auto;
  margin: auto;
}

/* line 369, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport img {
  width: 100%;
  height: auto;
}

/* line 374, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team-name {
  margin-bottom: 3px;
  font-weight: 500;
}

/* line 379, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__team-position {
  font-weight: 300;
}

/* line 383, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 130px;
  padding-bottom: 40px;
}

/* line 389, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__button .filled-button {
  font-size: 20px;
}

/* line 393, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
.case-foodImport__button .filled-button:not(.is-disabled):not(:disabled) {
  padding: 17px 30px;
  background-color: #00C677;
  box-shadow: none;
}

@media (max-width: 991px) {
  /* line 401, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__intro {
    height: 350px;
  }
  /* line 405, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__intro-text {
    padding-bottom: 40px;
  }
  /* line 409, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__title {
    max-width: 400px;
    font-size: 24px;
    font-weight: 400;
  }
  /* line 415, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__label {
    margin-bottom: 30px;
  }
  /* line 419, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__image--intro {
    right: 5%;
    width: 340px;
    height: 245px;
  }
  /* line 425, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__text {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 430, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__subtitle {
    font-size: 16px;
  }
  /* line 434, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__subtitle {
    margin-bottom: 15px;
  }
  /* line 438, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__description-item {
    width: calc(100% / 3 - 35px);
    max-width: 255px;
  }
  /* line 442, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__description-item br {
    display: none;
  }
  /* line 447, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__description {
    padding: 105px 20px 90px;
  }
  /* line 451, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__image--main {
    max-width: 700px;
  }
  /* line 456, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--narrow {
    padding-top: 150px;
    max-width: 511px;
  }
  /* line 461, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide {
    padding-top: 0;
  }
  /* line 464, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide .case-foodImport__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 511px;
  }
  /* line 470, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide .case-foodImport__wrap {
    width: 100%;
    max-width: none;
  }
  /* line 475, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide .case-foodImport__content-item:nth-of-type(2) {
    padding-top: 10px;
    padding-bottom: 170px;
  }
  /* line 481, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--typography, .case-foodImport__stage--shape {
    padding-top: 0;
  }
  /* line 486, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--typography .case-foodImport__content-item, .case-foodImport__stage--shape .case-foodImport__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 511px;
    padding-top: 150px;
  }
  /* line 494, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--typography .case-foodImport__wrap, .case-foodImport__stage--shape .case-foodImport__wrap {
    max-width: none;
    margin-left: 0;
  }
  /* line 500, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item--blue {
    display: block !important;
    margin-bottom: 70px;
    padding-top: 68px;
  }
  /* line 505, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item--blue::before {
    height: 526px;
  }
  /* line 510, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item--blue .case-foodImport__text,
.case-foodImport__stage .case-foodImport__content-item--blue .case-foodImport__subtitle {
    max-width: 511px;
  }
  /* line 515, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--team {
    margin-top: 150px;
  }
  /* line 518, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--team .case-foodImport__number,
.case-foodImport__stage--team .case-foodImport__subheader {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 527, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__number {
    font-size: 20px;
  }
  /* line 531, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__subheader {
    font-size: 36px;
  }
  /* line 535, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__subheader {
    margin-bottom: 35px;
  }
  /* line 539, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--team .case-foodImport__subheader {
    margin-bottom: 60px;
  }
  /* line 543, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image {
    position: static;
  }
  /* line 546, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--wide {
    display: block;
    width: 524px;
    height: 379px;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-size: 477px 379px;
  }
  /* line 555, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--change-info {
    width: 578px;
    height: 141px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 561, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--admin {
    width: 511px;
    height: 305px;
    margin-top: 88px;
  }
  /* line 567, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--admin-panel {
    width: 500px;
    height: 285px;
    margin-top: 50px;
  }
  /* line 573, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--typography {
    width: 473px;
    height: 204px;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 579, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--shape {
    width: 430px;
    height: 412px;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 587, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__content-item img {
    width: 140%;
    margin-left: -20%;
  }
  /* line 591, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__team-image img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  /* line 598, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__content-item img {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
  }
  /* line 604, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__team-image img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 610, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--team .case-foodImport__subheader {
    margin-bottom: 40px;
  }
}

@media (max-width: 604px) {
  /* line 617, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__intro {
    height: 390px;
    background-position: left;
  }
  /* line 622, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__image--intro {
    top: 100px;
    left: 50%;
    width: 285px;
    height: 200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 630, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__label {
    font-size: 12px;
  }
  /* line 634, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__title {
    font-size: 20px;
  }
  /* line 638, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__intro-text {
    max-width: 280px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  /* line 644, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__description {
    display: block;
    max-width: 320px;
    padding: 75px 20px 70px;
  }
  /* line 650, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__description-item {
    width: 100%;
    max-width: none;
  }
  /* line 654, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__description-item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  /* line 659, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__subtitle {
    margin-bottom: 8px;
  }
  /* line 664, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__image--main {
    width: 280px;
    height: 156px;
  }
  /* line 669, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__team {
    max-width: 300px;
    padding-bottom: 70px;
  }
  /* line 673, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__team::after {
    bottom: 250px;
  }
  /* line 679, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--team {
    max-width: 280px;
    margin: 120px auto 0;
  }
  /* line 684, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--narrow {
    max-width: 280px;
    padding-top: 70px;
  }
  /* line 689, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide {
    padding-top: 0;
  }
  /* line 693, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide .case-foodImport__content-item {
    max-width: 280px;
  }
  /* line 697, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--wide .case-foodImport__content-item:nth-of-type(2) {
    padding-bottom: 70px;
  }
  /* line 701, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage--typography .case-foodImport__content-item, .case-foodImport__stage--shape .case-foodImport__content-item {
    max-width: 280px;
    padding-top: 50px;
  }
  /* line 708, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__subheader {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 713, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__number {
    font-size: 30px;
  }
  /* line 717, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item {
    padding-bottom: 30px;
  }
  /* line 721, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item--blue {
    margin-bottom: 50px;
  }
  /* line 724, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item--blue::before {
    right: -20vw;
    left: -20vw;
    height: 474px;
    z-index: 1;
  }
  /* line 731, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage .case-foodImport__content-item--blue .case-foodImport__text,
.case-foodImport__stage .case-foodImport__content-item--blue .case-foodImport__subtitle {
    position: relative;
    z-index: 2;
  }
  /* line 739, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--wide {
    width: 280px;
    height: 222px;
    background-size: cover;
  }
  /* line 745, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--change-info {
    width: 320px;
    height: 79px;
  }
  /* line 750, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--admin {
    width: 285px;
    height: 170px;
    margin-top: 61px;
  }
  /* line 756, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--admin-panel {
    width: 280px;
    height: 157px;
  }
  /* line 761, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--typography {
    width: 280px;
    height: 120px;
  }
  /* line 765, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--shape {
    width: 275px;
    height: 263px;
  }
  /* line 771, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__team-member {
    margin-bottom: 40px;
  }
  /* line 775, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__content-item img {
    margin-top: 40px;
  }
  /* line 778, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__team-image img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 783, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__button {
    padding-top: 40px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* line 796, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__intro {
    background: url(https://molinos.ru/assets/cases/foodImport/header-back2x-aa27bdd89553af6e07f963cd7b0a6f24d38060c21f5d31eac2a8ef6132741b76.png) 50% 50% no-repeat;
    background-size: 100%;
  }
  /* line 803, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--wide {
    background: url(https://molinos.ru/assets/cases/foodImport/logos-group2x-3fdb728592c5b8a5e1cfa3859789c69691694e30251d74fb16539ef20a1fe8b4.png) 50% 50% no-repeat;
    background-size: 100%;
  }
  /* line 808, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--typography {
    background: url(https://molinos.ru/assets/cases/foodImport/typography2x-453035a78f3991bdb52370be7d766b743418055d113e6133c75c8ce3a44658c6.png) 50% 50% no-repeat;
    background-size: 100%;
  }
  /* line 813, app/assets/stylesheets/partials/blocks/cases/foodImport/case-foodImport.scss */
  .case-foodImport__stage-image--shape {
    background: url(https://molinos.ru/assets/cases/foodImport/logo-circle2x-b1a3effed84df999922233c2a9e0d66293742a8e829dc9565a5048b36a936de5.png) 50% 50% no-repeat;
    background-size: 100%;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1 {
  position: relative;
  min-height: 681px;
  padding-top: 95px;
  background-image: -webkit-linear-gradient(135deg, #0a80cb 0%, #00aeef 100%);
  background-image: linear-gradient(-45deg, #0a80cb 0%, #00aeef 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1 {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1 {
    padding-top: 50px;
  }
}

@media (max-width: 604px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1 {
    padding-bottom: 100px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1 {
    padding-top: 40px;
  }
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__fire {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 38, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__column {
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 38, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column {
    opacity: 1;
  }
}

@media (max-width: 449px) {
  /* line 38, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column {
    font-size: 0.875em;
  }
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__column:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column:first-child {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 449px) {
  /* line 58, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column:first-child img {
    width: 120px;
    height: 60px;
  }
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__column:nth-child(2) {
  width: 352px;
  margin-right: 68px;
  margin-left: 60px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  /* line 65, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column:nth-child(2) {
    width: 50%;
    margin: 0;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 449px) {
  /* line 65, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column:nth-child(2) {
    width: 100%;
    padding-right: 0;
    padding-top: 45px;
  }
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 352px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column:last-child {
    width: 50%;
  }
}

@media (max-width: 449px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__column:last-child {
    width: 100%;
    padding-top: 40px;
  }
}

/* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__text-title + p {
  margin-top: 10px;
}

/* line 110, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__link > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 115, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__link a {
  margin-left: 9px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 109, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link {
    position: relative;
    padding-right: 40%;
  }
  /* line 126, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link::after {
    content: '';
    position: absolute;
    right: 0;
    left: 60%;
    bottom: 0;
    height: 1px;
    background: #fff;
    opacity: .3;
  }
}

@media (max-width: 767px) {
  /* line 109, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link {
    padding-left: 30px;
  }
  /* line 141, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link img {
    position: absolute;
    left: 0;
  }
  /* line 146, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link a {
    font-size: 16px;
  }
}

@media (max-width: 449px) {
  /* line 109, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link {
    padding-top: 30px;
  }
  /* line 154, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__link a {
    font-size: 14px;
    margin-top: 5px;
  }
}

/* line 161, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
.cgmt-scr1__notebook {
  position: relative;
  z-index: 1;
  display: block;
  margin: 102px auto -220px;
  opacity: 0;
}

@media (max-width: 1279px) {
  /* line 161, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__notebook {
    width: 80%;
  }
}

@media (max-width: 991px) {
  /* line 161, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__notebook {
    position: absolute;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 50px;
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 604px) {
  /* line 161, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__notebook {
    margin-top: 0;
    bottom: 17%;
  }
}

@media (max-width: 449px) {
  /* line 161, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
  .cgmt-scr1__notebook {
    bottom: -70px;
    width: 96%;
    margin-bottom: 0;
  }
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(0) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(0) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(0) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(1) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(1) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(1) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(2) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(2) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(2) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(3) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(3) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(3) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(4) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(4) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(4) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(5) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(5) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(5) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(6) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(6) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(6) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(7) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(7) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(7) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(8) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(8) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(8) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(9) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(9) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(9) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__columns > *:nth-child(10) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__columns > *:nth-child(10) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__columns > *.a-started:nth-child(10) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* line 206, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr1.scss */
body.full-width .cgmt-scr1__notebook {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr1__notebook {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr1__notebook.a-started {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2 {
  position: relative;
  padding-top: 609px;
  padding-bottom: 259px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 161px, #ffffff 322px, #ffffff 90%, #f4fbfd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 161px, #ffffff 322px, #ffffff 90%, #f4fbfd 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2 {
    padding-top: 440px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2 {
    padding-top: 155px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2 .cgmt__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2 .cgmt__right {
    max-width: none;
    width: 100%;
    padding-top: 60px;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2__fire {
  position: absolute;
  top: -175px;
  right: -247px;
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__fire {
    top: -180px;
    right: -335px;
  }
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__fire {
    top: -150px;
  }
}

@media (max-width: 449px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__fire {
    width: 80vw;
    right: -150px;
    top: -75px;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2__content {
  position: relative;
  width: 393px;
  margin-right: 147px;
}

@media (max-width: 1400px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__content {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__content {
    float: none;
    width: 100%;
  }
}

/* line 61, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2__content .cgmt__title {
  position: relative;
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2__pages {
  position: absolute;
  z-index: 2;
  top: -260px;
  left: -240px;
  opacity: 0;
}

@media (max-width: 1400px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__pages {
    left: -300px;
  }
}

@media (max-width: 1279px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__pages {
    width: 80vw;
  }
}

@media (max-width: 991px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__pages {
    width: 80%;
    left: -25%;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__pages {
    position: relative;
    top: 0;
    left: -31%;
    width: 100%;
  }
}

@media (max-width: 449px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__pages {
    width: 120%;
    left: -40%;
  }
}

/* line 100, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
.cgmt-scr2__ipad {
  position: absolute;
  right: -350px;
  margin-top: 27px;
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 100, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__ipad {
    max-width: 836px;
    right: -275px;
    margin-top: 100px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  /* line 100, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__ipad {
    max-width: 905px;
    right: -275px;
    margin-top: 50px;
  }
}

@media (max-width: 449px) {
  /* line 100, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
  .cgmt-scr2__ipad {
    left: -110px;
    right: 0;
    width: 171vw;
    max-width: none;
  }
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
body.full-width .cgmt-scr2__pages {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr2__pages {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr2__pages.a-started {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 135, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr2.scss */
body.full-width .cgmt-scr2__ipad {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr2__ipad {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr2__ipad.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
.cgmt-scr3 {
  padding-top: 327px;
  padding-bottom: 116px;
  background-image: -webkit-linear-gradient(bottom, #e3f6ff 0%, #f4fbfd 100%);
  background-image: linear-gradient(to top, #e3f6ff 0%, #f4fbfd 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3 {
    padding-top: 275px;
    padding-bottom: 50px;
  }
}

@media (max-width: 800px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3 {
    padding-bottom: 0;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3 {
    padding-top: 197px;
  }
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
.cgmt-scr3__content {
  position: relative;
  z-index: 1;
  width: 545px;
  margin-left: 59px;
}

@media (max-width: 991px) {
  /* line 19, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3__content {
    max-width: 535px;
    width: auto;
    margin-left: 38px;
  }
}

@media (max-width: 800px) {
  /* line 19, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3__content {
    margin-left: 0;
  }
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
.cgmt-scr3__pages {
  margin: -10px auto 0;
  opacity: 0;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
.cgmt-scr3__pages img {
  display: block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991px) {
  /* line 36, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3__pages {
    margin-top: 25px;
    opacity: 1;
  }
  /* line 50, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3__pages img {
    width: 120vw;
  }
}

@media (max-width: 800px) {
  /* line 36, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3__pages {
    margin-top: 50px;
  }
}

@media (max-width: 449px) {
  /* line 36, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
  .cgmt-scr3__pages {
    margin-top: 40px;
    padding-bottom: 70px;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr3.scss */
body.full-width .cgmt-scr3__pages {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr3__pages {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr3__pages.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4 {
  position: relative;
  min-height: 900px;
  padding-top: 164px;
  background: url(https://molinos.ru/assets/cases/gmt/screen4-town-230e5673ac3cbd5b90a648503ada022506e98a05f8be5d1d5803837aded0e13c.png) no-repeat center bottom, -webkit-linear-gradient(135deg, #0a80cb 0%, #00aeef 100%);
  background: url(https://molinos.ru/assets/cases/gmt/screen4-town-230e5673ac3cbd5b90a648503ada022506e98a05f8be5d1d5803837aded0e13c.png) no-repeat center bottom, linear-gradient(-45deg, #0a80cb 0%, #00aeef 100%);
  background-size: 100%, cover;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4 {
    padding-top: 164px;
  }
}

@media (max-width: 800px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4 {
    padding-top: 135px;
    padding-bottom: 425px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4 {
    padding-top: 110px;
    padding-bottom: 375px;
  }
}

@media (max-width: 800px) {
  /* line 23, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4 .cgmt__container {
    position: static;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__content {
  position: relative;
  width: 373px;
  margin-left: 59px;
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__content::after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  margin-top: 50px;
  margin-left: -30px;
  background-color: #44c1f0;
}

@media (max-width: 1279px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__content {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__content {
    width: calc(100% - 415px);
  }
  /* line 51, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__content::after {
    margin-top: 61px;
  }
}

@media (max-width: 800px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__content {
    width: 100%;
    margin-left: 0;
  }
  /* line 60, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__content::after {
    width: calc(100% + 60px);
    margin-top: 35px;
  }
}

/* line 67, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__descriptions {
  width: 320px;
  margin-top: 46px;
  margin-left: 59px;
  opacity: 0;
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__descriptions .cgmt__text {
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__descriptions b {
  display: block;
}

/* line 81, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__descriptions p {
  margin: 0;
}

/* line 84, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__descriptions p + b {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  /* line 67, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__descriptions {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 67, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__descriptions {
    width: 290px;
    margin-left: 40px;
    opacity: 1;
  }
}

@media (max-width: 800px) {
  /* line 67, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__descriptions {
    margin-left: 0;
  }
}

/* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
.cgmt-scr4__pages {
  position: absolute;
  top: -315px;
  right: 0;
  opacity: 0;
}

@media (max-width: 1400px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__pages {
    right: -180px;
  }
}

@media (max-width: 1279px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__pages {
    top: -25vw;
    width: 71vw;
  }
}

@media (max-width: 991px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__pages {
    width: 470px;
    height: 490px;
    top: 0;
    right: 20px;
    opacity: 1;
  }
}

@media (max-width: 800px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__pages {
    top: auto;
    bottom: 5px;
    left: 50%;
    width: 378px;
    height: 389px;
    margin-left: -189px;
  }
}

@media (max-width: 449px) {
  /* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
  .cgmt-scr4__pages {
    bottom: 0;
    width: 300px;
    height: 350px;
    margin-left: -165px;
  }
}

/* line 148, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
body.full-width .cgmt-scr4__descriptions {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr4__descriptions {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr4__descriptions.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* line 152, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr4.scss */
body.full-width .cgmt-scr4__pages {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr4__pages {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr4__pages.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5 {
  background: url(https://molinos.ru/assets/cases/gmt/screen5-bg-2e260e067dc6b55c73a0973899b9e895dffe4c968c6864a4cd05da970493d9b5.jpg) no-repeat top;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5 .cgmt__container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5 .cgmt__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5 .cgmt__title--h2::before {
    bottom: 0;
  }
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5 .cgmt__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 219px;
}

@media (max-width: 1279px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5 .cgmt__right {
    width: 37vw;
    margin-left: auto;
    padding-top: 16vw;
  }
}

@media (max-width: 991px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5 .cgmt__right {
    max-width: none;
    width: 100%;
    padding-top: 194px;
    padding-left: 430px;
  }
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5 .cgmt__right {
    padding: 145px 0 83px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__content {
  position: relative;
  width: 465px;
  margin-right: 75px;
}

@media (max-width: 1400px) {
  /* line 48, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__content {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__content {
    margin-right: auto;
  }
}

/* line 61, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__content .cgmt__title {
  position: relative;
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__ipad {
  position: absolute;
  top: -101px;
  left: 0;
  opacity: 0;
}

@media (max-width: 1279px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__ipad {
    width: 50vw;
    top: -9vw;
  }
}

@media (max-width: 991px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__ipad {
    top: 52px;
    left: 30px;
    width: 430px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__ipad {
    position: static;
    width: 250px;
    height: 300px;
    margin-bottom: -20vw;
  }
}

/* line 92, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page1 {
  display: block;
  margin: 197px 0 0 auto;
  box-shadow: 0 40px 100px rgba(70, 98, 116, 0.5);
  opacity: 0;
}

@media (max-width: 1400px) {
  /* line 92, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page1 {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  /* line 92, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page1 {
    max-width: 860px;
    margin: 165px 0 0 auto;
    opacity: 1;
  }
}

@media (max-width: 800px) {
  /* line 92, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page1 {
    max-width: 700px;
    margin-top: 0;
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  /* line 92, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page1 {
    position: relative;
    top: 37vw;
    min-width: 70px;
    max-width: none;
    width: 70vw;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 449px) {
  /* line 92, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page1 {
    top: 220px;
    max-width: 81vw;
    width: auto;
    height: 135px;
  }
}

/* line 132, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -50px;
  opacity: 0;
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page2 img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
  box-shadow: 0 40px 100px rgba(70, 98, 116, 0.5);
}

/* line 145, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page2 .cgmt__text {
  margin-right: 80px;
  padding-top: 124px;
}

@media (max-width: 1279px) {
  /* line 151, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 img {
    width: 70%;
    margin-right: 0;
  }
  /* line 156, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 .cgmt__text {
    margin-right: 0;
    padding-top: 100px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 {
    margin-top: -40px;
    opacity: 1;
  }
  /* line 167, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 img {
    max-width: 662px;
  }
  /* line 171, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 .cgmt__text {
    margin-right: 0;
    padding-top: 70px;
  }
}

@media (max-width: 800px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 {
    margin-top: -30px;
  }
  /* line 180, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 img {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 {
    height: 43.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 190, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 img {
    width: 310px;
    height: 100px;
    margin: 0 auto;
  }
  /* line 196, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 .cgmt__text {
    padding-top: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 449px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 {
    height: 275px;
  }
  /* line 206, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page2 img {
    width: 210px;
    height: 64px;
  }
}

/* line 213, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 90px auto -180px;
  opacity: 0;
}

/* line 220, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page3 img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-shadow: 0 40px 100px rgba(70, 98, 116, 0.5);
}

/* line 226, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
.cgmt-scr5__page3 .cgmt__text {
  padding: 34px 90px 0 59px;
}

@media (max-width: 1400px) {
  /* line 226, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 .cgmt__text {
    padding-right: 40px;
  }
}

@media (max-width: 1279px) {
  /* line 213, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 {
    min-height: 180px;
    margin-bottom: 0;
  }
  /* line 238, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 img {
    position: absolute;
    right: 0;
    max-width: 500px;
    bottom: -70px;
  }
  /* line 245, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 .cgmt__text {
    width: calc(100% - 500px);
    padding: 60px 20px 20px 0;
  }
}

@media (max-width: 991px) {
  /* line 213, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 {
    margin-bottom: 0;
    opacity: 1;
  }
  /* line 255, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 img {
    bottom: -70px;
    width: 550px;
    height: 270px;
  }
  /* line 261, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 .cgmt__text {
    width: calc(100% - 550px);
    min-width: 310px;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 800px) {
  /* line 213, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 {
    min-height: 150px;
  }
  /* line 273, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 img {
    right: auto;
    bottom: -50px;
    left: 315px;
    max-width: 400px;
    height: 200px;
  }
  /* line 281, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 .cgmt__text {
    width: calc(100% - 400px);
  }
}

@media (max-width: 767px) {
  /* line 213, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 {
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  /* line 293, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 .cgmt__text {
    width: auto;
    min-width: auto;
    padding: 0 0 25px 0;
  }
  /* line 299, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 img {
    position: static;
    width: 70vw;
    margin: 0 auto;
  }
}

@media (max-width: 449px) {
  /* line 307, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 .cgmt__text {
    padding-bottom: 40px;
  }
  /* line 311, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
  .cgmt-scr5__page3 img {
    width: 240px;
    height: auto;
  }
}

/* line 322, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
body.full-width .cgmt-scr5__ipad {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr5__ipad {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr5__ipad.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 326, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
body.full-width .cgmt-scr5__page1 {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr5__page1 {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr5__page1.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 330, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
body.full-width .cgmt-scr5__page2 {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr5__page2 {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr5__page2.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* line 334, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr5.scss */
body.full-width .cgmt-scr5__page3 {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr5__page3 {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr5__page3.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
.cgmt-scr6 {
  min-height: 730px;
  padding-top: 400px;
  padding-bottom: 100px;
  background: url(https://molinos.ru/assets/cases/gmt/screen6-fire-bfdcef775c5d0e84e308b9e39cba10a5ac5f9a0b0bf3a801b94af1bae2b3a33a.png) no-repeat right bottom;
  background-color: #ffffff;
  background-size: contain;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
  .cgmt-scr6 {
    min-height: 570px;
    padding-top: 245px;
    background-position: right 180px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
  .cgmt-scr6 {
    min-height: 320px;
    padding-top: 120px;
    padding-bottom: 110px;
    background-position: right bottom;
  }
  /* line 21, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
  .cgmt-scr6 .cgmt__container {
    padding: 0;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
.cgmt-scr6__content {
  position: relative;
  z-index: 1;
  width: 540px;
  margin-left: 59px;
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
  .cgmt-scr6__content {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 449px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr6.scss */
  .cgmt-scr6__content {
    width: auto;
    max-width: 300px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
.cgmt-scr7 {
  height: 710px;
  background: url(https://molinos.ru/assets/cases/gmt/screen7-bg-a5bb8d273033a717937fef0dfaaf1f5fdd260b210856f212218d46f1dca5f22b.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1279px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7 {
    height: 55.6vw;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7 {
    height: 540px;
  }
}

@media (max-width: 800px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7 {
    height: 450px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7 {
    height: 220px;
  }
}

@media (max-width: 991px) {
  /* line 22, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7 .cgmt__container {
    padding: 0 30px;
  }
}

@media (max-width: 449px) {
  /* line 22, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7 .cgmt__container {
    padding: 0 10px;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
.cgmt-scr7__pages {
  position: relative;
  top: -335px;
  left: -35px;
  display: block;
  margin: 0 auto;
  opacity: 0;
}

@media (max-width: 1279px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7__pages {
    position: absolute;
    max-width: 100%;
    top: -25vw;
    left: 0;
    right: -145px;
  }
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7__pages {
    position: relative;
    top: -260px;
    left: 20px;
    max-width: 940px;
    opacity: 1;
  }
}

@media (max-width: 800px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7__pages {
    top: -145px;
    max-width: 650px;
  }
}

@media (max-width: 449px) {
  /* line 32, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
  .cgmt-scr7__pages {
    max-width: 102vw;
    left: -20px;
    top: -100px;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt-scr7.scss */
body.full-width .cgmt-scr7__pages {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt-scr7__pages {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt-scr7__pages.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt {
  overflow: hidden;
  counter-reset: titles;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__container {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

@media (max-width: 991px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__container {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__container {
    padding: 0 50px;
  }
}

@media (max-width: 449px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__container {
    padding: 0 40px;
  }
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__content .cgmt__title {
  opacity: 0;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__content .cgmt__text {
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__content .cgmt__title {
    opacity: 1;
  }
  /* line 41, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__content .cgmt__text {
    opacity: 1;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__text--dark {
  color: #6f717f;
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__text p {
  margin: 0;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__text p.nobr {
  margin-top: 0;
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__text p + p {
  margin-top: 18px;
}

@media (max-width: 767px) {
  /* line 69, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__text p + p {
    margin-top: 23px;
  }
}

/* line 76, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #00aeef;
  line-height: 1.1;
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title::before {
  position: absolute;
  opacity: 0.1;
  color: #00aeef;
  line-height: 1;
  font-weight: 900;
  content: "0" counter(titles);
  pointer-events: none;
  counter-increment: titles;
}

/* line 94, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title::after {
  position: relative;
  display: block;
  background: #00aeef;
  content: "";
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--white {
  color: #ffffff;
}

/* line 104, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--white::before {
  color: #ffffff;
}

/* line 108, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--white::after {
  background: #ffffff;
}

/* line 113, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h1 {
  font-size: 60px;
  font-weight: 700;
}

/* line 117, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h1::after {
  width: 57px;
  height: 6px;
  margin-top: 46px;
}

/* line 123, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h1::before {
  bottom: -52px;
  left: -246px;
  font-size: 280px;
}

/* line 129, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h1 + .cgmt__text {
  margin-top: 70px;
}

@media (max-width: 991px) {
  /* line 134, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1::before {
    bottom: -47px;
    left: -280px;
  }
}

@media (max-width: 767px) {
  /* line 141, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1::before {
    bottom: -32px;
    left: -113px;
    font-size: 200px;
  }
  /* line 147, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1::after {
    margin-top: 35px;
  }
}

@media (max-width: 449px) {
  /* line 113, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1 {
    font-size: 36px;
  }
  /* line 155, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1 + .cgmt__text {
    margin-top: 35px;
  }
  /* line 159, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1::after {
    width: 35px;
    height: 3px;
    margin-top: 20px;
  }
  /* line 165, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h1::before {
    bottom: -25px;
    left: -90px;
    font-size: 140px;
  }
}

/* line 173, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h2 {
  font-size: 30px;
  font-weight: 500;
}

/* line 177, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h2::before {
  bottom: -27px;
  left: -64px;
  font-size: 160px;
}

/* line 183, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h2::after {
  width: 29px;
  height: 3px;
  margin-top: 16px;
}

/* line 189, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__title--h2 + .cgmt__text {
  margin-top: 46px;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h2::before {
    left: -100px;
  }
}

@media (max-width: 449px) {
  /* line 173, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h2 {
    font-size: 26px;
  }
  /* line 202, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h2::before {
    bottom: -20px;
    left: -70px;
    font-size: 100px;
  }
  /* line 208, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__title--h2 + .cgmt__text {
    margin-top: 20px;
  }
}

/* line 2, app/assets/stylesheets/partials/mixins/clearfix.scss */
.cgmt__right:after {
  display: table;
  clear: both;
  content: '';
}

/* line 218, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
.cgmt__right > * {
  float: right;
}

@media (max-width: 991px) {
  /* line 215, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
  .cgmt__right {
    max-width: 40%;
    margin-left: auto;
  }
}

/* line 234, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
body.full-width .cgmt__content .cgmt__title {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt__content .cgmt__title {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt__content .cgmt__title.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 238, app/assets/stylesheets/partials/blocks/cases/gmt/cgmt.scss */
body.full-width .cgmt__content .cgmt__text {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cgmt__content .cgmt__text {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cgmt__content .cgmt__text.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo {
  position: relative;
  width: 100%;
  color: #fff;
  overflow-x: hidden;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__intro {
  height: 358px;
  background-image: url(https://molinos.ru/assets/cases/kushelevo/kushelevo-intro-bg-412d1fb268816b557eb0cedc9efceda8379460942e153fe325a5473364a83b7e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__intro-text {
  padding-bottom: 71px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__image--intro {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 500px;
  height: 365px;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__image--main, .case-kushelevo__image--mobile {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__image--main img, .case-kushelevo__image--mobile img {
  max-width: 100%;
  height: auto;
}

/* line 45, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__image--mobile {
  display: none;
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__row--full-height {
  position: relative;
  height: 100%;
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__title {
  font-weight: 400;
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__title br {
  display: none;
}

/* line 79, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__label {
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 84, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__title {
  margin: 0;
  max-width: 600px;
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  color: #191E23;
  line-height: 21px;
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__subtitle--white {
  color: #fff;
}

/* line 100, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__text {
  margin: 0;
  color: #5D707D;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

/* line 107, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__text--white {
  color: #fff;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: border-box;
  list-style: none;
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__description-item {
  width: calc(100% / 3);
  padding-right: 60px;
}

/* line 127, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stages {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/* line 134, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__number {
  font-size: 24px;
  color: #c6cacc;
}

/* line 139, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__subheader {
  font-size: 60px;
  color: #191E23;
  font-weight: 300;
}

/* line 145, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage {
  position: relative;
}

/* line 148, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage--text {
  max-width: 619px;
  margin-left: 206px;
  padding-top: 200px;
}

@media (max-width: 1050px) {
  /* line 148, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--text {
    margin-left: 100px;
  }
}

/* line 157, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage--image {
  max-width: 932px;
  margin: 80px auto 0;
}

/* line 162, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 120px;
}

/* line 168, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage--row:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 171, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage--row__img {
  width: 33.3%;
}

/* line 173, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage--row__img img {
  max-width: 211px;
}

/* line 179, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage .case-kushelevo__subheader {
  margin-bottom: 90px;
}

/* line 183, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage .case-kushelevo__number {
  margin-bottom: 10px;
}

/* line 187, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage .case-kushelevo__subtitle {
  margin-bottom: 6px;
}

/* line 191, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage .case-kushelevo__text:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 195, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__stage .case-kushelevo__content-item {
  padding-bottom: 40px;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 122px;
  background: -webkit-linear-gradient(53.75deg, #A07F55 26.43%, #D0AC7F 57.36%, #8C6431 94.55%);
  background: linear-gradient(36.25deg, #A07F55 26.43%, #D0AC7F 57.36%, #8C6431 94.55%);
}

/* line 208, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__link {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

/* line 214, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 130px;
  list-style: none;
  font-size: 18px;
  color: #5d707d;
  text-align: center;
}

/* line 225, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__team::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 35%;
  left: 0;
  height: 1px;
  background: #c8cfe8;
}

/* line 236, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__team-member {
  max-width: 140px;
}

/* line 240, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__team-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 5px;
  font-size: 0;
  text-align: center;
}

/* line 248, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo img {
  width: 100%;
  height: auto;
}

/* line 253, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__team-name {
  margin-bottom: 3px;
  font-weight: 500;
}

/* line 258, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__team-position {
  font-weight: 300;
}

/* line 262, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.case-kushelevo__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  /* line 269, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__intro {
    height: 360px;
  }
  /* line 273, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__title {
    max-width: 350px;
    font-size: 24px;
  }
  /* line 278, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__text, .case-kushelevo__subtitle {
    font-size: 16px;
  }
  /* line 283, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__text {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  /* line 287, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__subtitle {
    margin-bottom: 15px;
  }
  /* line 291, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__description-item {
    max-width: 220px;
    padding-right: 0;
  }
  /* line 295, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__description-item br {
    display: none;
  }
  /* line 300, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__description {
    padding: 105px 20px 90px;
  }
  /* line 305, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--text {
    padding-top: 120px;
  }
  /* line 308, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--image {
    margin-top: 60px;
  }
  /* line 313, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__number {
    font-size: 20px;
  }
  /* line 317, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__subheader {
    font-size: 36px;
  }
  /* line 321, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage .case-kushelevo__subheader {
    margin-bottom: 35px;
  }
}

@media (max-width: 604px) {
  /* line 327, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__intro {
    height: 390px;
    background-position: 70%;
  }
  /* line 332, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__label {
    font-size: 12px;
  }
  /* line 336, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__title {
    font-size: 20px;
  }
  /* line 338, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__title br {
    display: block;
  }
  /* line 343, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__intro-text {
    max-width: 280px;
    padding-bottom: 40px;
  }
  /* line 348, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__description {
    display: block;
    padding: 75px 20px 70px;
  }
  /* line 353, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__description-item {
    width: 100%;
    max-width: none;
  }
  /* line 357, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__description-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  /* line 362, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__subtitle {
    margin-bottom: 8px;
  }
  /* line 367, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__image--main {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 372, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__team {
    max-width: 300px;
    padding-bottom: 70px;
  }
  /* line 376, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__team-member {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
  }
  /* line 382, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__team::after {
    content: none;
  }
  /* line 388, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--text {
    margin-left: 0;
    padding-top: 100px;
  }
  /* line 392, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--image {
    margin-top: 40px;
  }
  /* line 395, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--row {
    margin-top: 0;
  }
  /* line 397, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage--row__img {
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 429px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 407, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__subheader {
    font-size: 30px;
    margin-bottom: 30px;
  }
  /* line 412, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__number {
    font-size: 18px;
  }
  /* line 416, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
  .case-kushelevo__stage .case-kushelevo__content-item {
    padding-bottom: 30px;
  }
}

/* line 422, app/assets/stylesheets/partials/blocks/cases/kushelevo/case-kushelevo.scss */
.filled-button--brown {
  background: -webkit-linear-gradient(26.29deg, #C29F73 26.43%, #A57A44 94.55%);
  background: linear-gradient(63.71deg, #C29F73 26.43%, #A57A44 94.55%);
  border-radius: 28px;
  font-size: 20px;
  box-shadow: none !important;
  padding: 15px 30px;
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco {
  position: relative;
  width: 100%;
  color: #000000;
  overflow-x: hidden;
  background-color: #fbfbfb;
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco + .kaya-slider {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 40px 0;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco + .kaya-slider .default-slider {
  width: 100%;
  max-width: 1200px;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__intro {
  height: 445px;
  background: url(https://molinos.ru/assets/cases/lerteco/lerteco-intro-bg-b2e5e5d411c7f842f9ebf07d86218626337e72336afd86f56e5a2bcf98b010d5.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__intro-text {
  padding-bottom: 70px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fff;
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__row--full-height {
  position: relative;
  height: 100%;
}

/* line 48, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__label {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__inner {
  width: 85%;
  max-width: 1200px;
  margin: auto;
  padding: 13% 0;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__inner--pt-0 {
  padding-top: 0;
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__inner--pt-0 .case-lerteco__title {
  margin-top: 0;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__quote {
  max-width: 890px;
  margin: 0 auto 0 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.2em;
}

/* line 77, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__title {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2em;
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__title + .case-lerteco__title {
  margin-top: 0;
}

/* line 88, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__text {
  max-width: 810px;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__text--white {
  color: #fff;
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 108, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image--double img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 121, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image--half img {
  width: 100%;
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image--half-centered {
  position: static;
  width: 100%;
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image--full {
  display: block;
}

/* line 135, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__image--mob {
  display: none;
}

/* line 140, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__list {
  margin-top: 60px;
  padding: 0;
  list-style: disc outside;
}

/* line 145, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__list li {
  margin-left: 20px;
}

/* line 148, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__list li:first-of-type {
  margin-top: 10px;
}

/* line 154, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 130px;
  padding-bottom: 40px;
  color: #fff;
}

/* line 161, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__button .filled-button {
  font-size: 20px;
}

/* line 165, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__button .filled-button:not(.is-disabled):not(:disabled) {
  padding: 17px 30px;
  background-color: #E31E24;
  box-shadow: none;
}

/* line 172, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__content-item {
  margin-top: 160px;
}

/* line 176, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  padding: 0 0 110px;
  list-style: none;
  font-size: 18px;
  color: #5d707d;
  text-align: center;
  border-bottom: 2px solid #D4DEE5;
}

/* line 189, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__team-member {
  min-width: 220px;
  margin-bottom: 50px;
}

/* line 194, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__team-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  font-size: 0;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
}

/* line 203, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 210, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__team-name {
  margin-bottom: 3px;
  font-weight: 500;
}

/* line 215, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
.case-lerteco__team-position {
  font-weight: 300;
}

@media (max-width: 991px) {
  /* line 222, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro {
    height: 350px;
  }
  /* line 226, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro-text {
    padding-bottom: 40px;
  }
  /* line 230, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__title, .case-lerteco__quote {
    font-size: 30px;
  }
  /* line 235, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__label {
    margin-bottom: 30px;
  }
  /* line 239, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__text {
    max-width: 610px;
    font-size: 18px;
    line-height: 1.7rem;
  }
  /* line 245, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__content-item img {
    width: 140%;
    margin-left: -20%;
  }
  /* line 249, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__team-image img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  /* line 258, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__content-item img {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
  }
  /* line 264, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__team-image img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 270, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__stage_team .case-lerteco__subheader {
    margin-bottom: 40px;
  }
}

@media (max-width: 604px) {
  /* line 280, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco + .kaya-slider {
    display: none !important;
  }
  /* line 284, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro {
    height: 390px;
    background-image: url(https://molinos.ru/assets/cases/lerteco/lerteco-intro-bg-mobile-f7a5e71bc9714912619ec758de2fcd9b483b71c182ee723aa1bf2d15218350be.jpg) 50% 50% no-repeat;
    background-position: right;
  }
  /* line 289, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro .case-lerteco__title {
    font-size: 40px;
  }
  /* line 294, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__label {
    font-size: 12px;
  }
  /* line 298, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro-text {
    max-width: 280px;
    margin: 0;
    padding-bottom: 30px;
  }
  /* line 304, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__inner {
    width: 80%;
  }
  /* line 308, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__title, .case-lerteco__quote {
    font-size: 26px;
  }
  /* line 315, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco #lertecoPosters img {
    position: relative;
    left: -90%;
    width: 280%;
  }
  /* line 324, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco #lertecoShirt img {
    width: 400%;
    position: relative;
    left: -100%;
    top: -25%;
  }
  /* line 334, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__image--double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 337, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__image--double img {
    width: 100%;
  }
  /* line 344, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__image--half img {
    width: 200%;
  }
  /* line 349, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__image--half-centered {
    width: 200%;
    position: relative;
    left: -50%;
  }
  /* line 355, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__image--full {
    display: none;
  }
  /* line 359, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__image--mob {
    display: block;
  }
  /* line 364, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__team {
    max-width: 300px;
    padding-bottom: 70px;
  }
  /* line 368, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__team::after {
    bottom: 250px;
  }
  /* line 373, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__team-member {
    margin-bottom: 40px;
  }
  /* line 377, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__content-item img {
    margin-top: 40px;
  }
  /* line 380, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__team-image img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 385, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__button {
    padding-top: 40px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* line 398, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro {
    background: url(https://molinos.ru/assets/cases/lerteco/lerteco-intro-bg-2x-9dc0d47eff2e328b3f1a4c33dcad1b087ddc793e39412af10b8ed336541b6c95.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 604px), only screen and (min-resolution: 192dpi) and (max-width: 604px) {
  /* line 408, app/assets/stylesheets/partials/blocks/cases/lerteco/case-lerteco.scss */
  .case-lerteco__intro {
    background: url(https://molinos.ru/assets/cases/lerteco/lerteco-intro-bg-mobile-2x-1f7ead3684a0ecc3bbcbb6f07c6ab9e00e724f54939b55cd0fd0b68c9e7725a1.jpg) no-repeat right;
    background-size: cover;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01 {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01 {
    padding: 0 10px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01__inner {
  width: 100%;
  padding: 220px 115px 140px;
  background-color: #0f1920;
}

@media (max-width: 1100px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__inner {
    padding: 180px 70px 125px;
  }
}

@media (max-width: 991px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__inner {
    padding: 220px 75px 140px;
  }
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__inner {
    padding: 130px 30px 75px;
    overflow: hidden;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01 .cmap__title {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01 .cmap__title {
    margin-bottom: 60px;
  }
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01 .cmap__title .title {
  color: #fa00fa;
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01 .cmap__title .title::after {
  background: #fa00fa;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01 .cmap__number {
  color: #17252f;
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01__title {
  margin-bottom: 10px;
  color: #64747f;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1;
}

/* line 61, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01__text {
  margin-bottom: 30px;
  color: #dbe5ee;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.56;
}

@media (max-width: 767px) {
  /* line 61, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__text {
    font-size: 0.9375em;
  }
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1em;
  line-height: 1.56;
}

@media (max-width: 767px) {
  /* line 73, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: inherit;
  }
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01__goal {
  color: #dbe5ee;
  max-width: 230px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__goal {
    margin-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__goal {
    margin-right: 90px;
  }
}

@media (max-width: 767px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__goal {
    max-width: none;
    margin-right: 0;
    margin-bottom: 50px;
    font-size: 0.9375em;
  }
}

/* line 107, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
.cmap-01__task {
  color: #aebfce;
  max-width: 530px;
  font-weight: 300;
}

@media (max-width: 991px) {
  /* line 107, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__task {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  /* line 107, app/assets/stylesheets/partials/blocks/cases/map/cmap-01.scss */
  .cmap-01__task {
    max-width: none;
    width: 100%;
    font-size: 0.875em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02 {
  padding: 200px 0 240px;
  text-align: center;
  background: #15222c url(https://molinos.ru/assets/cases/map/map_02_bg-caa2bcc122c7505b6f829de5ff98f720177cd3877d94e1876b4309c64c4627a9.jpg) no-repeat center 600px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02 {
    padding: 200px 0 140px;
    background: #15222c url(https://molinos.ru/assets/cases/map/tab-map_02_bg-c647c7bdfa9eb9da1d5359b689a61de74a0f6a8cbf456c16f2c63d4f68dbf060.jpg) no-repeat center 600px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02 {
    padding: 130px 0 65px;
    background: #15222c url(https://molinos.ru/assets/cases/map/mob-map_02_bg-ef56f75b895cc5154720bca1262ff53e2cac0a2fc82ed7a7370258884b9ff820.jpg) no-repeat center 600px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02 .cmap__title {
  margin-bottom: 45px;
  display: inline-block;
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02 .cmap__title .title {
  color: #fa00fa;
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02 .cmap__title .title::after {
  background: #fa00fa;
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02 .cmap__number {
  left: -50px;
}

/* line 33, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__text {
  margin: 0 auto 70px;
  max-width: 628px;
  color: #dbe5ee;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__text {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__text {
    font-size: 1em;
    margin: 0 auto 34px;
    padding: 0 10px;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__images {
  position: relative;
  width: 97.3vw;
  height: 39.3vw;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__images {
    width: 93.8vw;
    height: 92.5vw;
  }
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image {
  display: block;
  position: absolute;
}

/* line 68, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image--01 {
  width: 38.7vw;
  height: 20vw;
  left: 3.4vw;
  top: 0;
}

@media (max-width: 991px) {
  /* line 68, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__image--01 {
    width: 56vw;
    height: 31.3vw;
    left: 5.3vw;
  }
}

/* line 81, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image--02 {
  width: 19.6vw;
  height: 11vw;
  left: 42.4vw;
  top: 9vw;
}

@media (max-width: 991px) {
  /* line 81, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__image--02 {
    width: 30.6vw;
    height: 17.2vw;
    left: 61.6vw;
    top: 14.1vw;
  }
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image--03 {
  width: 35vw;
  height: 19.6vw;
  left: 62.3vw;
  top: 0.4vw;
}

@media (max-width: 991px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__image--03 {
    width: 54.7vw;
    height: 30.6vw;
    left: 38.7vw;
    top: 61.6vw;
  }
}

/* line 109, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image--04 {
  width: 24.7vw;
  height: 13.8vw;
  left: 0;
  top: 20.3vw;
}

@media (max-width: 991px) {
  /* line 109, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__image--04 {
    width: 38.4vw;
    height: 21.6vw;
    top: 31.6vw;
  }
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image--05 {
  width: 34vw;
  height: 18vw;
  left: 25vw;
  top: 20.3vw;
}

@media (max-width: 991px) {
  /* line 122, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__image--05 {
    width: 53.1vw;
    height: 29.7vw;
    left: 38.7vw;
    top: 31.6vw;
  }
}

/* line 136, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
.cmap-02__image--06 {
  width: 24.7vw;
  height: 14vw;
  left: 59.3vw;
  top: 20.3vw;
}

@media (max-width: 991px) {
  /* line 136, app/assets/stylesheets/partials/blocks/cases/map/cmap-02.scss */
  .cmap-02__image--06 {
    width: 38.4vw;
    height: 21.9vw;
    left: 0;
    top: 53.5vw;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03 {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03 {
    padding: 0 10px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1b2a36;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__text-side {
  width: 50%;
  padding: 160px 50px 150px 100px;
}

@media (max-width: 1200px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__text-side {
    padding: 145px 50px 125px;
  }
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__text-side {
    padding: 130px 75px 100px;
  }
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__text-side {
    width: 100%;
    padding: 95px 30px 50px;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__image-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  background: #111b23;
  padding: 120px;
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__image-side img {
  width: 179px;
  height: 106px;
}

@media (max-width: 1200px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-side {
    padding: 125px 90px;
  }
}

@media (max-width: 991px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-side {
    padding: 100px 90px;
  }
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-side {
    width: 100%;
    padding: 115px 90px 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 68, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-side img {
    width: 119px;
    height: 72px;
  }
}

/* line 75, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__title {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  /* line 75, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__title {
    margin-bottom: 30px;
  }
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__text {
  margin-bottom: 85px;
  color: #aebfce;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25;
}

@media (max-width: 991px) {
  /* line 83, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__text {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 83, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__text {
    font-size: 0.875em;
  }
}

/* line 99, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__image-var {
  height: 53px;
  width: 100%;
}

/* line 103, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03__image-var img {
  max-width: 480px;
  height: 53px;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 99, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-var {
    height: auto;
    text-align: center;
  }
  /* line 113, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-var img {
    max-width: 450px;
    height: auto;
  }
}

@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
  .cmap-03__image-var img {
    max-width: 300px;
  }
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/map/cmap-03.scss */
.cmap-03 .cmap__number {
  color: #233441;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
.cmap-04 {
  padding-top: 200px;
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04 {
    padding-top: 185px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04 {
    padding-top: 135px;
    padding-bottom: 100px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
.cmap-04__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__inner {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__inner {
    padding-left: 110px;
    padding-right: 90px;
  }
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__inner {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
.cmap-04__text-side {
  max-width: 410px;
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__text-side {
    max-width: 260px;
    margin-right: 90px;
  }
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__text-side {
    max-width: none;
    margin-bottom: 65px;
    margin-right: 0;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
.cmap-04__text {
  color: #aebfce;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

@media (max-width: 767px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__text {
    font-size: 0.875em;
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
.cmap-04__image-side {
  width: 416px;
  height: 272px;
  display: inline-block;
  font-size: 0;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
.cmap-04__image-side img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__image-side {
    width: 320px;
    height: 224px;
  }
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/map/cmap-04.scss */
  .cmap-04__image-side {
    width: 240px;
    height: 163px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05 {
  padding-top: 80px;
  padding-bottom: 130px;
  text-align: center;
  background: #15222c url(https://molinos.ru/assets/cases/map/map_05_bg-22709b53c6a15b196e21fb80852cba2df9db205cfdb2143afef982d9df85e13c.jpg) no-repeat 35% top;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05 {
    padding-top: 40px;
    background: #15222c url(https://molinos.ru/assets/cases/map/tab-map_05_bg-5f0c29d5cb86611a302d122374159252ad4fbf9c4ed3d2e20e787d8e51337f25.jpg) no-repeat 35% top;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05 {
    padding-bottom: 60px;
    background: #15222c url(https://molinos.ru/assets/cases/map/mob-map_05_bg-46510d1c3c7df0bc82414051a6060af608ce700a4a7507c92c4c16932e650c4a.jpg) no-repeat 35% top;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05 .cmap__title {
  margin-bottom: 90px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05 .cmap__title {
    margin-bottom: 75px;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05 .cmap__number {
  left: -30px;
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05 .cmap__number {
    left: -45px;
  }
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05__space {
  margin-bottom: 60px;
  color: #aebfce;
  font-size: 5em;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__space {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__space {
    font-size: 2.625em;
    margin-bottom: 70px;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05__subtitle {
  margin: 0 auto 30px;
  max-width: 480px;
  color: #dbe5ee;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__subtitle {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__subtitle {
    margin-bottom: 25px;
    font-size: 0.9375em;
    padding: 0 50px;
  }
}

/* line 71, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05__text {
  max-width: 460px;
  margin: 0 auto 100px;
  color: #aebfce;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__text {
    margin-bottom: 20px;
    font-size: 0.875em;
    padding: 0 50px;
  }
}

/* line 88, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
.cmap-05__images img {
  width: 240px;
  height: 200px;
  margin: 0 30px;
}

@media (max-width: 767px) {
  /* line 86, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__images {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 320px;
  }
  /* line 99, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__images img {
    display: block;
    width: 140px;
    height: 116px;
    margin: 0;
  }
  /* line 105, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__images img:nth-child(2) {
    margin-top: -26px;
    margin-left: 80px;
  }
  /* line 110, app/assets/stylesheets/partials/blocks/cases/map/cmap-05.scss */
  .cmap-05__images img:nth-child(3) {
    margin-top: -26px;
    margin-left: 160px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06 {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06 {
    padding: 0 10px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1b2a36;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__text-side {
  width: 50%;
  padding: 200px 140px 150px 110px;
}

@media (max-width: 1200px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__text-side {
    padding: 145px 70px 125px;
  }
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__text-side {
    padding: 180px 75px 130px;
  }
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__text-side {
    width: 100%;
    padding: 95px 30px 55px;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__image-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: #111b23;
  padding: 120px;
}

/* line 51, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__image-side img {
  width: 420px;
  height: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1200px) {
  /* line 58, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__image-side img {
    width: 360px;
    height: 240px;
  }
}

@media (max-width: 991px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__image-side {
    padding: 190px 60px 130px 70px;
  }
  /* line 67, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__image-side img {
    width: 280px;
    height: 187px;
  }
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__image-side {
    width: 100%;
    padding: 40px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 78, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__image-side img {
    width: 240px;
    height: 196px;
  }
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 85, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__title {
    margin-bottom: 45px;
  }
}

/* line 93, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__text {
  color: #aebfce;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

@media (max-width: 767px) {
  /* line 93, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
  .cmap-06__text {
    font-size: 0.875em;
  }
}

/* line 103, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__text p {
  margin-top: 0;
}

/* line 107, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06__text ul {
  padding-left: 20px;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/map/cmap-06.scss */
.cmap-06 .cmap__number {
  color: #233441;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
.cmap-footer {
  padding-top: 200px;
  padding-bottom: 150px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer {
    padding-top: 125px;
    padding-bottom: 135px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
.cmap-footer__images {
  margin: 0 auto 60px;
  min-height: 457px;
  max-width: 1200px;
  font-size: 0;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
.cmap-footer__images img {
  width: 176px;
  display: inline-block;
  vertical-align: top;
  margin: 0 60px 140px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer__images {
    margin-bottom: 15px;
    min-height: 10px;
  }
  /* line 33, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer__images img {
    width: 150px;
    min-height: 130px;
    margin: 0 55px 120px;
  }
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer__images {
    margin-bottom: 50px;
  }
  /* line 43, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer__images img {
    width: 100px;
    min-height: 80px;
    margin: 0 20px 40px;
  }
}

/* line 51, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
.cmap-footer__text {
  max-width: 890px;
  margin: 0 auto;
  color: #aebfce;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 991px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer__text {
    padding: 0 55px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/map/cmap-footer.scss */
  .cmap-footer__text {
    font-size: 0.9375em;
    padding: 0 40px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header {
  padding: 60px 0;
  background: #15222c url(https://molinos.ru/assets/cases/map/header_bg-fbfc82ecba8887fadd58db60e989648932de8fc5b44c8ba3f3715e41b6bde30f.jpg) no-repeat center -300px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header {
    padding: 60px;
    background: #15222c url(https://molinos.ru/assets/cases/map/tab-header_bg-f7289a9625e5f6f29cd8a539e42040ba1b7000c5da44ddcbdd30feb76728504b.jpg) no-repeat center -300px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header {
    padding: 34px 10px 40px;
    background: #15222c url(https://molinos.ru/assets/cases/map/mob-header_bg-5ec493ef5dc78ce3290832e80cec4f18675aea101ea9d8148148c91d260b639c.jpg) no-repeat center -300px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__info {
  width: 610px;
  padding-left: 100px;
  padding-top: 100px;
  margin-right: 20px;
}

@media (max-width: 1100px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__info {
    width: 500px;
    padding-left: 50px;
    padding-top: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__info {
    width: 380px;
  }
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__info {
    width: 100%;
    padding: 0 30px 55px;
    margin-right: 0;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__image {
  display: inline-block;
  font-size: 0;
  padding-right: 40px;
  width: 600px;
  height: 670px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__image img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__image {
    padding-right: 0;
    margin-left: 60px;
  }
}

@media (max-width: 900px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__image {
    width: 450px;
    height: 502px;
  }
}

@media (max-width: 767px) {
  /* line 52, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/* line 81, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__type {
  margin-bottom: 100px;
  color: #64747f;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  /* line 81, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__type {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__type {
    font-size: 1em;
    margin-bottom: 65px;
  }
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__title {
  margin-bottom: 65px;
  color: #fa00fa;
  font-size: 2.5em;
  line-height: 1.13;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* line 98, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__title {
    font-size: 2.25em;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  /* line 98, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__title {
    font-size: 1.75em;
    margin-bottom: 70px;
  }
}

/* line 116, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__name {
  font-weight: 300;
}

/* line 120, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__subtitle {
  margin-bottom: 30px;
  color: #dbe5ee;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__subtitle {
    font-size: 0.9375em;
  }
}

/* line 132, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
.cmap-header__text {
  max-width: 420px;
  color: #aebfce;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

@media (max-width: 767px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/map/cmap-header.scss */
  .cmap-header__text {
    font-size: 0.875em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
.cmap {
  background-color: #15222c;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
.cmap__title {
  position: relative;
  margin-bottom: 50px;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
.cmap__title .title {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.875em;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
  .cmap__title .title {
    font-size: 1.5em;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
.cmap__title--lg .title {
  font-size: 3.75em;
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
  .cmap__title--lg .title {
    font-size: 2.5em;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
.cmap__title--lg .cmap__number {
  font-size: 11.875em;
  line-height: 128px;
}

@media (max-width: 767px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
  .cmap__title--lg .cmap__number {
    font-size: 10em;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
.cmap__number {
  position: absolute;
  bottom: 0;
  left: -60px;
  color: #1b2a36;
  font-size: 10em;
  font-weight: 900;
  line-height: 107px;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/map/cmap.scss */
  .cmap__number {
    font-size: 8.75em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols__title {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 1020px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__title {
    width: 80%;
    margin-bottom: 70px;
  }
}

@media (min-width: 900px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}

@media (min-width: 900px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__col:first-child {
    padding-right: 20px;
  }
}

@media (min-width: 1020px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__col:first-child {
    padding-right: 45px;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols__col:last-child {
  margin-top: 24px;
}

@media (min-width: 900px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__col:last-child {
    margin-top: 0;
    padding-left: 20px;
  }
}

@media (min-width: 1020px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__col:last-child {
    padding-left: 45px;
  }
}

/* line 56, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols__col .text, .cmol-2cols__col .studio-start__text, .cmol-2cols__col .studio-business__text, .cmol-2cols__col .kaya-video__text {
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols__col .subtitle, .cmol-2cols__col .promo-screen__subtitle, .cmol-2cols__col .page-header__subtitle, .cmol-2cols__col .achievements__subtitle, .cmol-2cols__col .blog-header__subtitle {
  max-width: 100%;
}

@media (min-width: 900px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
  .cmol-2cols__col .subtitle, .cmol-2cols__col .promo-screen__subtitle, .cmol-2cols__col .page-header__subtitle, .cmol-2cols__col .achievements__subtitle, .cmol-2cols__col .blog-header__subtitle {
    margin-top: 0;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/cases/mol/cmol-2cols.scss */
.cmol-2cols__col * {
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases {
  overflow: hidden;
  background-color: #f5f9fb;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases .subtitle, .cmol-cases .promo-screen__subtitle, .cmol-cases .page-header__subtitle, .cmol-cases .achievements__subtitle, .cmol-cases .blog-header__subtitle {
  margin-bottom: 40px;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 1140px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
  .cmol-cases .subtitle, .cmol-cases .promo-screen__subtitle, .cmol-cases .page-header__subtitle, .cmol-cases .achievements__subtitle, .cmol-cases .blog-header__subtitle {
    width: 200px;
    margin-bottom: 0;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases__laptops {
  position: relative;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases__laptops .cmol__container {
  position: relative;
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases__laptops img:first-child {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-30%, 8%);
          transform: translate(-30%, 8%);
}

@media (min-width: 900px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
  .cmol-cases__laptops img:first-child {
    width: auto;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases__laptops img:last-child {
  position: relative;
  width: 180%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

@media (min-width: 900px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
  .cmol-cases__laptops img:last-child {
    width: auto;
  }
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases__group {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
.cmol-cases__group img {
  position: relative;
  left: 50%;
  display: block;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 900px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cases.scss */
  .cmol-cases__group img {
    width: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb {
  margin-top: 60px;
  padding: 80px 0;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__item {
  position: relative;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__item--1 .cmol-cb__text {
  padding-right: 20px;
  padding-bottom: 30px;
}

@media (min-width: 460px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--1 .cmol-cb__text {
    width: 90%;
    padding-bottom: 46px;
    padding-left: 30px;
  }
}

@media (min-width: 600px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--1 .cmol-cb__text {
    padding-left: 60px;
  }
}

@media (min-width: 900px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--1 .cmol-cb__text {
    width: 50%;
    margin-bottom: 28%;
    padding-right: 45px;
    padding-bottom: 0;
  }
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__item--1 .cmol-cb__image {
  width: 600px;
  max-width: 65%;
  margin-left: auto;
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--1 .cmol-cb__image {
    top: -60px;
    right: 0;
    max-width: 50%;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__item--2 {
  padding-bottom: 120px;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__item--2 .cmol-cb__text {
  margin-top: 30px;
  padding-left: 20px;
}

@media (min-width: 460px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--2 .cmol-cb__text {
    width: 70%;
    margin-top: 60px;
    padding-left: 30px;
  }
}

@media (min-width: 600px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--2 .cmol-cb__text {
    padding-left: 60px;
  }
}

@media (min-width: 900px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--2 .cmol-cb__text {
    width: 40%;
    margin-top: 0;
    margin-left: auto;
    padding-right: 48px;
    padding-left: 45px;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__item--2 .cmol-cb__image {
  left: 0;
  max-width: 80%;
  margin-top: -20%;
}

@media (min-width: 900px) {
  /* line 70, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__item--2 .cmol-cb__image {
    width: 720px;
    max-width: 60%;
  }
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__text {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 500;
}

/* line 91, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
.cmol-cb__image {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 0 20px 50px rgba(39, 59, 72, 0.4);
}

@media (min-width: 900px) {
  /* line 91, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cb.scss */
  .cmol-cb__image {
    position: absolute;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
.cmol-code {
  padding-top: 140px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (min-width: 1140px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
  .cmol-code {
    padding-bottom: 205px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
.cmol-code__content {
  position: relative;
}

@media (min-width: 600px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
  .cmol-code__text-block {
    min-height: 700px;
  }
}

@media (min-width: 1140px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
  .cmol-code__text-block {
    min-height: 900px;
  }
}

@media (min-width: 600px) {
  /* line 24, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
  .cmol-code__laptop {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
.cmol-code__laptop img {
  max-width: 200%;
  -webkit-transform: translate(-15%, -10%);
          transform: translate(-15%, -10%);
}

@media (min-width: 600px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
  .cmol-code__laptop img {
    max-width: 160%;
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
}

@media (min-width: 1140px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-code.scss */
  .cmol-code__laptop img {
    -webkit-transform: translate(-15%, -15%);
            transform: translate(-15%, -15%);
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor {
  position: relative;
  padding-top: 42.5vw;
  overflow: hidden;
  background-color: #273b48;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-constructor::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f9fb;
  -webkit-transform: rotate(0deg) skewX(-113deg);
          transform: rotate(0deg) skewX(-113deg);
  content: "";
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__content {
  position: relative;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__content::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 54vw;
  min-width: 500px;
  height: 54vw;
  min-height: 500px;
  background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
  -webkit-transform: translate(-20%, -40%);
          transform: translate(-20%, -40%);
  border-radius: 100%;
  content: "";
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__content * {
  color: #ffffff;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__content .title-h2, .cmol-constructor__content .text h2, .text .cmol-constructor__content h2, .cmol-constructor__content .kaya-video__text h2, .kaya-video__text .cmol-constructor__content h2, .cmol-constructor__content .studio-business__text h2, .studio-business__text .cmol-constructor__content h2, .cmol-constructor__content .studio-start__text h2, .studio-start__text .cmol-constructor__content h2, .cmol-constructor__content .studio-start__title, .cmol-constructor__content .studio-business__title, .cmol-constructor__content .statement-card--lg .statement-card__text, .statement-card--lg .cmol-constructor__content .statement-card__text, .cmol-constructor__content .marketing-dev__title, .cmol-constructor__content .glossary-list__item__title_inner {
  margin-bottom: 110px;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__content .title::after {
  background-color: #ffffff;
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__video-block {
  margin-top: 56px;
  padding: 40px 30px;
  background-color: #273b48;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
.cmol-constructor__video {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-constructor.scss */
  .cmol-constructor__video {
    max-width: 720px;
    padding-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 144px;
  height: 144px;
  padding: 10px 20px 20px;
  background-color: #27bdbe;
  background-image: -webkit-linear-gradient(bottom, #00a4b3 0%, #32dbdc 100%);
  background-image: linear-gradient(to top, #00a4b3 0%, #32dbdc 100%);
  border-radius: 10px;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube {
    width: 175px;
    height: 175px;
    padding: 10px 30px 27px;
  }
}

@media (min-width: 740px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube {
    width: 220px;
    height: 220px;
  }
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube--sm-num .cmol-cube__num {
  font-size: 32px;
}

@media (min-width: 740px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube--sm-num .cmol-cube__num {
    font-size: 60px;
  }
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube--lg {
  width: 300px;
  height: 300px;
}

@media (min-width: 600px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube--lg {
    width: 358px;
    height: 358px;
  }
}

@media (min-width: 740px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube--lg {
    width: 450px;
    height: 450px;
  }
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube--wide {
  width: 300px;
}

@media (min-width: 600px) {
  /* line 54, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube--wide {
    width: 358px;
  }
}

@media (min-width: 740px) {
  /* line 54, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube--wide {
    width: 450px;
  }
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube__num {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}

@media (min-width: 740px) {
  /* line 66, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
  .cmol-cube__num {
    font-size: 80px;
  }
}

/* line 76, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cube.scss */
.cmol-cube__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 308px;
  height: 1222px;
  margin: 82px auto -226px;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes {
    width: 540px;
    height: 906px;
    margin-bottom: -110px;
  }
}

@media (min-width: 740px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes {
    width: 680px;
    height: 1140px;
  }
}

@media (min-width: 1150px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes {
    width: 1140px;
    height: 680px;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube {
  position: absolute;
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(1) {
  top: 0;
  left: 0;
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(2) {
  top: 154px;
  left: 0;
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(3) {
  top: 0;
  left: 154px;
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(4) {
  top: 462px;
  left: 0;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(5) {
  top: 462px;
  left: 154px;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(6) {
  top: 616px;
  left: 0;
}

/* line 59, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(7) {
  top: 924px;
  left: 0;
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(8) {
  top: 770px;
  left: 0;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(9) {
  top: 770px;
  left: 154px;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
.cmol-cubes .cmol-cube:nth-child(10) {
  top: 1078px;
  left: 154px;
}

@media (min-width: 600px) {
  /* line 80, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(1) {
    top: 0;
    left: 0;
  }
  /* line 85, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(2) {
    top: 0;
    left: 185px;
  }
  /* line 90, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(3) {
    top: 185px;
    left: 0;
  }
  /* line 95, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(4) {
    top: 370px;
    left: 0;
  }
  /* line 100, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(6) {
    top: 370px;
    left: 185px;
  }
  /* line 105, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(5) {
    top: 555px;
    left: 0;
  }
  /* line 110, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(7) {
    top: 555px;
    left: 185px;
  }
  /* line 115, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(8) {
    top: 740px;
    left: 0;
  }
  /* line 120, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(9) {
    top: 740px;
    left: 185px;
  }
  /* line 125, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(10) {
    top: 740px;
    left: 370px;
  }
}

@media (min-width: 740px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(1) {
    top: 0;
    left: 0;
  }
  /* line 137, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(2) {
    top: 0;
    left: 230px;
  }
  /* line 142, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(3) {
    top: 230px;
    left: 0;
  }
  /* line 147, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(4) {
    top: 460px;
    left: 0;
  }
  /* line 152, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(6) {
    top: 460px;
    left: 230px;
  }
  /* line 157, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(5) {
    top: 690px;
    left: 0;
  }
  /* line 162, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(7) {
    top: 690px;
    left: 230px;
  }
  /* line 167, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(8) {
    top: 920px;
    left: 0;
  }
  /* line 172, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(9) {
    top: 920px;
    left: 230px;
  }
  /* line 177, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(10) {
    top: 920px;
    left: 450px;
  }
}

@media (min-width: 1150px) {
  /* line 184, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(1) {
    top: 0;
    left: 0;
  }
  /* line 189, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(2) {
    top: 0;
    left: 230px;
  }
  /* line 194, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(3) {
    top: 0;
    left: 690px;
  }
  /* line 199, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(4) {
    top: 0;
    left: 920px;
  }
  /* line 204, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(5) {
    top: 230px;
    left: 0;
  }
  /* line 209, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(6) {
    top: 230px;
    left: 690px;
  }
  /* line 214, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(7) {
    top: 460px;
    left: 0;
  }
  /* line 219, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(8) {
    top: 460px;
    left: 460px;
  }
  /* line 224, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(9) {
    top: 460px;
    left: 690px;
  }
  /* line 229, app/assets/stylesheets/partials/blocks/cases/mol/cmol-cubes.scss */
  .cmol-cubes .cmol-cube:nth-child(10) {
    top: 460px;
    left: 920px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.cmol-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.cmol-header__image {
  position: absolute;
  width: 100%;
  height: 42vw;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.cmol-header__image:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.cmol-header__image .container, .cmol-header__image .kaya-columns {
  z-index: 2;
}

/* line 25, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.cmol-header__image:after {
  background-image: -webkit-linear-gradient(bottom, #00987a 0%, #00d2ff 100%);
  background-image: linear-gradient(to top, #00987a 0%, #00d2ff 100%);
}

@media (min-width: 1400px) {
  /* line 7, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
  .cmol-header__image {
    height: 600px;
  }
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.cmol-header__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.cmol-header__laptop {
  position: relative;
  z-index: 1;
  max-width: 77vw;
  min-height: 47vw;
  margin-top: 10vw;
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.cmol-header__laptop > * {
  visibility: hidden;
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.noanim .cmol-header__laptop > *, .nojs .cmol-header__laptop > * {
  visibility: visible;
}

@media (min-width: 1400px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
  .cmol-header__laptop {
    max-width: 1080px;
    min-height: 669px;
    margin-top: 160px;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/mol/cmol-header.scss */
.cmol-header__laptop img {
  max-width: 100%;
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history-end.scss */
.cmol-history-end {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -320px;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}

@media (min-width: 1020px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history-end.scss */
  .cmol-history-end {
    margin-top: 100px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history-end.scss */
.cmol-history-end__content {
  display: inline-block;
  padding: 40px 20px;
  background-color: #ffffff;
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 20px;
}

@media (min-width: 460px) {
  /* line 13, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history-end.scss */
  .cmol-history-end__content {
    padding: 40px 30px;
  }
}

@media (min-width: 600px) {
  /* line 13, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history-end.scss */
  .cmol-history-end__content {
    padding: 80px 60px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
.cmol-history {
  margin-bottom: 0;
  padding-top: 15vw;
  padding-bottom: 150px;
  background-image: url(https://molinos.ru/assets/cases/mol/history-clouds-afa00eea721f229b0588b6b0491011eeddc2ba61577ff7b2441ca84ad3a20327.png), -webkit-linear-gradient(top, #ffffff 0%, #eff4f7 30vw);
  background-image: url(https://molinos.ru/assets/cases/mol/history-clouds-afa00eea721f229b0588b6b0491011eeddc2ba61577ff7b2441ca84ad3a20327.png), linear-gradient(to bottom, #ffffff 0%, #eff4f7 30vw);
  background-repeat: no-repeat;
  background-position: center 15vw, top center;
  background-size: 100%, cover;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history {
    margin-bottom: -50px;
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history {
    padding-top: 220px;
    background-position: center 220px, top center;
  }
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
.cmol-history__header {
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

@media (min-width: 1020px) {
  /* line 21, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history__header {
    margin-bottom: 130px;
  }
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
.cmol-history__header .subtitle, .cmol-history__header .promo-screen__subtitle, .cmol-history__header .page-header__subtitle, .cmol-history__header .achievements__subtitle, .cmol-history__header .blog-header__subtitle {
  margin-top: 40px;
}

@media (min-width: 1020px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history__header .subtitle, .cmol-history__header .promo-screen__subtitle, .cmol-history__header .page-header__subtitle, .cmol-history__header .achievements__subtitle, .cmol-history__header .blog-header__subtitle {
    margin-top: 60px;
  }
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history__header .subtitle, .cmol-history__header .promo-screen__subtitle, .cmol-history__header .page-header__subtitle, .cmol-history__header .achievements__subtitle, .cmol-history__header .blog-header__subtitle {
    margin-top: 108px;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
.cmol-history .cmol-history__img {
  max-width: 100%;
}

@media (min-width: 900px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history .cmol-history__img {
    max-width: 480px;
  }
}

@media (min-width: 900px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/mol/cmol-history.scss */
  .cmol-history .cmol-history__img {
    margin-left: -60px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage {
  position: relative;
  z-index: 1;
  margin-bottom: -42.5vw;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage .cmol__container {
  position: relative;
  z-index: 3;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__img1 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(calc(-60% + 21vw));
          transform: translateY(calc(-60% + 21vw));
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__img1 img {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__img2 {
  position: relative;
  z-index: 2;
  height: 200px;
  margin-top: 100px;
}

@media (min-width: 740px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
  .cmol-homepage__img2 {
    height: 300px;
  }
}

@media (min-width: 900px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
  .cmol-homepage__img2 {
    height: 500px;
    margin-top: 6vw;
  }
}

@media (min-width: 1140px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
  .cmol-homepage__img2 {
    margin-top: -10vw;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__img2 img {
  display: block;
  max-width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 56, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__skews {
  position: relative;
  margin-top: 20vw;
  padding-bottom: 42.5vw;
}

@media (min-width: 1140px) {
  /* line 56, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
  .cmol-homepage__skews {
    margin-top: 200px;
  }
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__skews > div:first-child {
  background-color: #2bd4d6;
  background-image: -webkit-linear-gradient(top, #00a4b3 0%, #39c8cd 100%);
  background-image: linear-gradient(to bottom, #00a4b3 0%, #39c8cd 100%);
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__skews .subtitle, .cmol-homepage__skews .promo-screen__subtitle, .cmol-homepage__skews .page-header__subtitle, .cmol-homepage__skews .achievements__subtitle, .cmol-homepage__skews .blog-header__subtitle {
  position: relative;
  max-width: 100%;
  color: #ffffff;
  text-align: left;
}

/* line 78, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__skew {
  position: relative;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__skew:first-child {
  height: 42.5vw;
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-homepage__skew:first-child::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: rotate(0deg) skewX(-113deg);
          transform: rotate(0deg) skewX(-113deg);
  content: "";
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (min-width: 900px) {
  /* line 82, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
  .cmol-homepage__skew:first-child {
    margin-bottom: -60px;
  }
}

/* line 93, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__skew:last-child {
  position: absolute;
  width: 100%;
  height: 42.5vw;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-homepage__skew:last-child::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #39c8cd 0%, #32dbdc 100%);
  background: linear-gradient(to bottom, #39c8cd 0%, #32dbdc 100%);
  -webkit-transform: rotate(0deg) skewX(113deg);
          transform: rotate(0deg) skewX(113deg);
  content: "";
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/mol/cmol-homepage.scss */
.cmol-homepage__text {
  position: absolute;
  z-index: 3;
  top: 35%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners {
  padding-bottom: 90px;
  overflow: hidden;
  background-color: #f5f9fb;
}

/* line 2, app/assets/stylesheets/partials/mixins/clearfix.scss */
.cmol-inners:after {
  display: table;
  clear: both;
  content: '';
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners {
    padding-bottom: 200px;
  }
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__skew {
  position: relative;
  width: 100%;
  height: 42.5vw;
  overflow: hidden;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-inners__skew::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: rotate(0deg) skewX(113deg);
          transform: rotate(0deg) skewX(113deg);
  content: "";
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__features {
  position: relative;
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__features .subtitle, .cmol-inners__features .promo-screen__subtitle, .cmol-inners__features .page-header__subtitle, .cmol-inners__features .achievements__subtitle, .cmol-inners__features .blog-header__subtitle {
  max-width: 100%;
  text-align: left;
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__features img {
  display: block;
  max-width: 100%;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__menu-text {
  width: 80%;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__menu-text {
    width: 38%;
    margin-bottom: 0;
  }
}

@media (min-width: 460px) {
  /* line 45, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__feedback {
    width: 140%;
  }
}

@media (min-width: 740px) {
  /* line 45, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__feedback {
    width: auto;
  }
}

@media (min-width: 900px) {
  /* line 45, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__feedback {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 90%;
    -webkit-transform: translate(35%, 40px);
            transform: translate(35%, 40px);
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__menu {
  position: relative;
  margin: 30px 0 20px;
}

@media (min-width: 600px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__menu {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@media (min-width: 900px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__menu {
    max-width: 50%;
  }
}

@media (min-width: 1020px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__menu {
    margin: 60px 0 80px;
  }
}

/* line 81, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
.cmol-inners__feedback-text {
  position: relative;
  width: 80%;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  /* line 81, app/assets/stylesheets/partials/blocks/cases/mol/cmol-inners.scss */
  .cmol-inners__feedback-text {
    display: inline-block;
    width: 35%;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
.cmol-lq {
  position: relative;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
  .cmol-lq {
    padding-top: 218px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
.cmol-lq__laptop {
  position: relative;
  top: -40px;
  left: -42px;
  max-width: 100%;
  margin-bottom: -20%;
}

@media (min-width: 740px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
  .cmol-lq__laptop {
    left: -48px;
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
  .cmol-lq__laptop {
    position: absolute;
    top: 0;
    left: -120px;
    margin-bottom: 0;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
.cmol-lq__content {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 5px;
}

@media (min-width: 460px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
  .cmol-lq__content {
    padding: 40px 30px;
  }
}

@media (min-width: 600px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
  .cmol-lq__content {
    padding: 90px 60px;
  }
}

@media (min-width: 900px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/mol/cmol-lq.scss */
  .cmol-lq__content {
    width: 600px;
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new {
  position: relative;
  padding-top: 400px;
  background-color: #f5f9fb;
}

@media (min-width: 1020px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
  .cmol-new {
    padding-top: 480px;
  }
}

@media (min-width: 1140px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
  .cmol-new {
    padding-top: 550px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__header-image {
  -webkit-perspective: 3000px;
          perspective: 3000px;
  position: relative;
  max-width: 100%;
  min-height: 29vw;
  margin-top: 50px;
}

@media (min-width: 1400px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
  .cmol-new__header-image {
    min-height: 394px;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__header-image div {
  width: 50%;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__header-image div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__header-image div:last-child {
  position: relative;
  left: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__header-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__content {
  position: relative;
  margin-top: -5vw;
  padding-top: 100px;
  padding-bottom: calc(100px + 15vw);
  background-color: #ffffff;
}

@media (min-width: 1140px) {
  /* line 49, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
  .cmol-new__content {
    padding-bottom: 200px;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__content .subtitle, .cmol-new__content .promo-screen__subtitle, .cmol-new__content .page-header__subtitle, .cmol-new__content .achievements__subtitle, .cmol-new__content .blog-header__subtitle {
  max-width: 770px;
  margin-bottom: 60px;
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__content .text, .cmol-new__content .studio-start__text, .cmol-new__content .studio-business__text, .cmol-new__content .kaya-video__text {
  max-width: 600px;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/mol/cmol-new.scss */
.cmol-new__content .quote-regular {
  margin-top: 50px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-photos.scss */
.cmol-photos {
  position: relative;
  padding-top: 120px;
  background-color: #ffffff;
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-photos.scss */
  .cmol-photos {
    padding-top: 300px;
  }
}

@media (min-width: 1140px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-photos.scss */
  .cmol-photos {
    padding-top: 410px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
.cmol-quotes {
  width: 100%;
  margin: 40px 0 30vw;
}

/* line 2, app/assets/stylesheets/partials/mixins/clearfix.scss */
.cmol-quotes:after {
  display: table;
  clear: both;
  content: '';
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 720px;
    height: 606px;
    margin: 160px 0 70px;
  }
}

@media (min-width: 1140px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes {
    width: 1080px;
    height: 404px;
    margin: 180px auto 70px;
  }
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
.cmol-quotes div {
  width: calc(50% - 2px);
  margin: 1px;
  float: left;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
.cmol-quotes div:nth-child(even) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 900px) {
  /* line 23, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes div {
    float: none;
  }
  /* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes div:nth-child(even) {
    -webkit-transform: none;
            transform: none;
  }
  /* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes div:nth-child(1) {
    margin-top: -1px;
  }
  /* line 43, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes div:nth-child(1), .cmol-quotes div:nth-child(2), .cmol-quotes div:nth-child(3) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (min-width: 1140px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes div:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 900px) {
  /* line 23, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
  .cmol-quotes div {
    width: 358px;
    height: 200px;
  }
}

/* line 62, app/assets/stylesheets/partials/blocks/cases/mol/cmol-quotes.scss */
.cmol-quotes img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp {
  position: relative;
  padding-top: 80px;
  background-color: #ffffff;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp {
    padding-top: 188px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp__img {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 600px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp__img {
    margin-top: -30%;
  }
}

@media (min-width: 900px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp__img {
    margin-top: -450px;
    margin-bottom: 240px;
  }
}

@media (min-width: 1140px) {
  /* line 10, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp__img {
    margin-bottom: 300px;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp__img img {
  position: relative;
  left: 50%;
  width: 150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 900px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp__img img {
    width: auto;
  }
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp__img-phones {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 900px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp__img-phones {
    height: 650px;
  }
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp__img-phones img {
  display: block;
  width: 50%;
  margin-left: auto;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

@media (min-width: 900px) {
  /* line 49, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
  .cmol-resp__img-phones img {
    width: auto;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp .cmol__container {
  position: relative;
}

/* line 68, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp .text, .cmol-resp .studio-start__text, .cmol-resp .studio-business__text, .cmol-resp .kaya-video__text {
  position: relative;
  z-index: 1;
}

/* line 72, app/assets/stylesheets/partials/blocks/cases/mol/cmol-resp.scss */
.cmol-resp .text p, .cmol-resp .studio-start__text p, .cmol-resp .studio-business__text p, .cmol-resp .kaya-video__text p {
  width: 200px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results {
  position: relative;
  padding-top: 250px;
  background-color: #f5f9fb;
  background-image: -webkit-linear-gradient(top, #00a4b3 0%, #32dbdc 100%);
  background-image: linear-gradient(180deg, #00a4b3 0%, #32dbdc 100%);
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
  .cmol-results {
    padding-top: 160px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
  .cmol-results {
    padding-top: 255px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results .cmol__container {
  padding-bottom: 100px;
}

@media (min-width: 900px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
  .cmol-results .cmol__container {
    padding-bottom: 50px;
  }
}

@media (min-width: 1400px) {
  /* line 15, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
  .cmol-results .cmol__container {
    padding-bottom: 0;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results__skew {
  position: relative;
  width: 100%;
  height: 42vw;
  overflow: hidden;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-results__skew::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: rotate(0deg) skewX(112.78deg);
          transform: rotate(0deg) skewX(112.78deg);
  content: "";
  bottom: -1px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results__faces {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateY(calc(59% - 21vw));
          transform: translateY(calc(59% - 21vw));
}

/* line 45, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results__faces img {
  position: relative;
  left: 50%;
  max-width: 120%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results__content * {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/partials/blocks/cases/mol/cmol-results.scss */
.cmol-results__content .title::after {
  background-color: #ffffff;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
.cmol-section-desc {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
  .cmol-section-desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 13, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
  .cmol-section-desc > * {
    width: 45%;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
.cmol-section-desc .title:first-child {
  margin-bottom: 50px;
  margin-left: 0;
}

@media (min-width: 900px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
  .cmol-section-desc .title:first-child {
    margin-bottom: 0;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
.cmol-section-desc .subtitle, .cmol-section-desc .promo-screen__subtitle, .cmol-section-desc .page-header__subtitle, .cmol-section-desc .achievements__subtitle, .cmol-section-desc .blog-header__subtitle {
  text-align: left;
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
.cmol-section-desc img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: auto;
  margin-top: 80px;
  box-shadow: 0 20px 50px rgba(39, 59, 72, 0.4);
}

@media (min-width: 740px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
  .cmol-section-desc img {
    margin-top: 130px;
  }
}

@media (min-width: 900px) {
  /* line 31, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
  .cmol-section-desc img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
.cmol-section-desc__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 900px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-section-desc.scss */
  .cmol-section-desc__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-spiral.scss */
.cmol-spiral {
  position: relative;
  background-color: #152630;
  background-image: url(https://molinos.ru/assets/cases/mol/spiral-48d919bddacd0e1bf95238f7f265c36b061764e3a21a1299e58ed8e78e6d3b0c.png);
  background-repeat: repeat-y;
  background-position: top center;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-spiral::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eff4f7;
  -webkit-transform: rotate(0deg) skewX(113deg);
          transform: rotate(0deg) skewX(113deg);
  content: "";
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-spiral.scss */
  .cmol-spiral {
    padding-top: 160px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/mol/cmol-spiral.scss */
.cmol-spiral .cmol-cb {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
.cmol-text-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0;
  padding: 40px 20px;
  background-image: -webkit-linear-gradient(bottom, #d6e2e9 0%, #f5f9fb 100%);
  background-image: linear-gradient(to top, #d6e2e9 0%, #f5f9fb 100%);
}

@media (min-width: 460px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
  .cmol-text-bg {
    padding: 60px 40px 40px;
  }
}

@media (min-width: 600px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
  .cmol-text-bg {
    padding: 110px 30% 110px 60px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
  .cmol-text-bg {
    width: 540px;
    padding-right: 120px;
  }
}

@media (min-width: 1140px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
  .cmol-text-bg {
    margin-left: -60px;
    padding-left: 120px;
  }
}

@media (min-width: 900px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
  .cmol-text-bg--lg {
    width: 660px;
  }
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
.cmol-text-bg .text, .cmol-text-bg .studio-start__text, .cmol-text-bg .studio-business__text, .cmol-text-bg .kaya-video__text {
  position: relative;
  z-index: 1;
  margin-left: 0;
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
.cmol-text-bg .text h2, .cmol-text-bg .studio-start__text h2, .cmol-text-bg .studio-business__text h2, .cmol-text-bg .kaya-video__text h2 {
  margin-bottom: 90px;
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
.cmol-text-bg .text h3, .cmol-text-bg .studio-start__text h3, .cmol-text-bg .studio-business__text h3, .cmol-text-bg .kaya-video__text h3 {
  margin-bottom: 60px;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/mol/cmol-text-bg.scss */
.cmol-text-bg .text h4, .cmol-text-bg .studio-start__text h4, .cmol-text-bg .studio-business__text h4, .cmol-text-bg .kaya-video__text h4 {
  margin-bottom: 40px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-ui.scss */
.cmol-ui {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: calc(-20% - 21vw);
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-ui.scss */
  .cmol-ui {
    padding-top: 160px;
  }
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/mol/cmol-ui.scss */
.cmol-ui__img {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/mol/cmol-ui.scss */
.cmol-ui__img img {
  position: relative;
  left: 50%;
  width: 150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 740px) {
  /* line 16, app/assets/stylesheets/partials/blocks/cases/mol/cmol-ui.scss */
  .cmol-ui__img img {
    width: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants {
  position: relative;
  background-color: #16232c;
  background-image: url(https://molinos.ru/assets/cases/mol/variants-faces-87609801b45207df6e013a6598783502977e7ecfbba62fb27a5f7da2051bd00f.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

/* line 2, app/assets/stylesheets/partials/mixins/skew-edge.scss */
.cmol-variants::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: rotate(0deg) skewX(112deg);
          transform: rotate(0deg) skewX(112deg);
  content: "";
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__grid {
  width: 100%;
  min-height: 67vw;
  margin-bottom: -10%;
  overflow: hidden;
  -webkit-transform: translateY(calc(-46% + 20vw));
          transform: translateY(calc(-46% + 20vw));
}

@media (min-width: 900px) {
  /* line 12, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
  .cmol-variants__grid {
    margin-bottom: -20%;
  }
}

@media (min-width: 1400px) {
  /* line 12, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
  .cmol-variants__grid {
    min-height: 930px;
    margin-bottom: -10%;
  }
}

@media (min-width: 1860px) {
  /* line 12, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
  .cmol-variants__grid {
    margin-bottom: 0;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__grid img {
  position: relative;
  left: 50%;
  max-width: 150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__content {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__content * {
  color: #ffffff;
}

/* line 51, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__images {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  height: 42vw;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  -webkit-transform: translateY(53%);
          transform: translateY(53%);
}

@media (min-width: 900px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
  .cmol-variants__images {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  /* line 51, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
  .cmol-variants__images {
    height: 527px;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__images div {
  width: 38vw;
  max-width: 534px;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__images div:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 81, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__images div:nth-child(2) {
  position: relative;
  z-index: 1;
  width: 58vw;
  max-width: 810px;
  margin: 0 auto;
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__images div:nth-child(3) {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 97, app/assets/stylesheets/partials/blocks/cases/mol/cmol-variants.scss */
.cmol-variants__images img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
.cmol__container {
  max-width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 460px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__container {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 600px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 740px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__container {
    max-width: 600px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__container {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__container {
    max-width: 840px;
  }
}

@media (min-width: 1140px) {
  /* line 2, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__container {
    max-width: 960px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
.cmol__outward {
  width: auto;
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 460px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__outward {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 600px) {
  /* line 35, app/assets/stylesheets/partials/blocks/cases/mol/cmol.scss */
  .cmol__outward {
    margin-right: -60px;
    margin-left: -60px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item {
  position: relative;
  padding: 170px 160px 110px;
}

/* line 6, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--light .pharm-case-item__number {
  color: rgba(25, 33, 48, 0.05);
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--light .pharm-case-item__title .title {
  color: #f36f32;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--light .pharm-case-item__title .title::after {
  background: #f36f32;
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--light .pharm-case-item__text {
  color: #58585a;
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__title {
  position: relative;
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__title .title {
  margin-left: 0;
  margin-bottom: 80px;
  font-weight: 500;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__title--sm {
  max-width: 300px;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__title--sm .title {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item__title .title::after {
    width: 48px;
    height: 3px;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  max-width: 410px;
  color: #f5f9fb;
}

/* line 55, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__text p {
  margin: 0 0 30px;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__number {
  position: absolute;
  bottom: 0;
  left: -249px;
  color: rgba(239, 244, 247, 0.1);
  font-size: 17.5em;
  font-weight: 900;
  line-height: 188px;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__number--sm {
  font-size: 10em;
  line-height: 121px;
  left: -75px;
}

@media (max-width: 991px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item__number {
    bottom: -34px;
    left: -122px;
    font-size: 180px;
  }
}

@media (max-width: 449px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item__number {
    bottom: -50px;
    left: -80px;
    font-size: 130px;
  }
}

/* line 88, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__image {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__white-sheet {
  position: absolute;
  top: 970px;
  left: 0;
  right: 0;
  height: 1050px;
  background: #fff;
}

/* line 107, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item__step {
  max-width: 1080px;
  margin: 0 auto;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--01 {
  min-height: 970px;
  background-color: #f36f32;
  padding-top: 400px;
}

/* line 117, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--01 .title {
  font-size: 4.375em;
}

/* line 121, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--01 .pharm-case-item__step {
  position: relative;
  z-index: 3;
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--01 .pharm-case-item__image {
  max-width: 1480px;
  margin: 0 auto;
  z-index: 2;
  top: 100px;
  bottom: -200px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_01-37918fd0926b7ee0c1ca01291f631385fb7cffab5094baf54b50fc3a7772f683.png);
  background-position: right top;
}

@media (max-width: 1279px) {
  /* line 137, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__image {
    background-position: 500px top;
  }
}

@media (max-width: 991px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 {
    min-height: auto;
    padding: 0 0 50px;
  }
  /* line 146, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__title .title {
    margin-bottom: 42px;
  }
  /* line 150, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .title {
    font-size: 40px;
  }
  /* line 154, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__step {
    padding: 115px 60px 30px 60px;
  }
  /* line 158, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__image {
    position: relative;
    height: 100vw;
    top: 0;
    min-height: 720px;
    background-size: contain;
    margin-bottom: -223px;
    background-position: 50% bottom;
  }
  /* line 168, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__text {
    max-width: none;
  }
}

@media (max-width: 604px) {
  /* line 174, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__image {
    background-size: cover;
    background-position: 0 bottom;
  }
}

@media (max-width: 449px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 {
    padding-bottom: 0;
  }
  /* line 183, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__step {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }
  /* line 189, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--01 .pharm-case-item__image {
    min-height: 546px;
    margin-bottom: -160px;
    background-position-x: 10%;
  }
}

/* line 197, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--02 {
  padding-top: 255px;
  background-color: #58585a;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}

/* line 205, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--02 .title {
  font-size: 4.375em;
}

/* line 209, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--02 .pharm-case-item__step {
  margin-right: 0;
}

/* line 213, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--02 .pharm-case-item__text {
  color: #b3b3b3;
}

/* line 217, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--02 .pharm-case-item__image {
  z-index: 1;
  width: 80%;
  top: -153px;
  bottom: -200px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_02-86fbab5f540c397fe26a3747b561eaf8cdc0d3d70d68f6a3030e7be562bfda1e.png);
  background-position: right bottom;
}

@media (max-width: 1279px) {
  /* line 227, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__number {
    left: -168px;
  }
}

@media (max-width: 991px) {
  /* line 197, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 {
    min-height: 1020px;
    height: auto;
    padding: 135px 0 570px;
  }
  /* line 237, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .title {
    margin-bottom: 36px;
    font-size: 40px;
  }
  /* line 242, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__step {
    padding: 0 60px;
  }
  /* line 246, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__text {
    max-width: none;
  }
  /* line 250, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__image {
    top: auto;
    bottom: -20%;
    width: 870px;
    height: 772px;
    background-size: cover;
  }
  /* line 258, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__number {
    left: -120px;
  }
}

@media (max-width: 767px) {
  /* line 264, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__image {
    width: 774px;
    height: 691px;
    bottom: -13%;
  }
}

@media (max-width: 449px) {
  /* line 197, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 {
    min-height: 905px;
    padding-top: 200px;
    padding-bottom: 340px;
  }
  /* line 276, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__step {
    padding: 0 40px;
  }
  /* line 280, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__image {
    left: -10%;
    width: 498px;
    height: 415px;
  }
  /* line 286, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--02 .pharm-case-item__number {
    left: -80px;
  }
}

/* line 292, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--03 {
  min-height: 830px;
  padding-top: 400px;
}

/* line 296, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--03 .pharm-case-item__image {
  top: 150px;
  right: 0;
  left: auto;
  width: 80%;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_03-2014fef9d16878b8071e3271897babf6e2667f6dde404fc4bba39e460aa3c5c5.png);
  background-repeat: no-repeat;
  background-position: left top;
}

@media (max-width: 991px) {
  /* line 292, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 310, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__number {
    bottom: 0;
  }
  /* line 314, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__image {
    width: 90%;
  }
  /* line 318, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__title--sm .title {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  /* line 292, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 {
    min-height: 984px;
    height: auto;
    padding-top: 263px;
    padding-bottom: 500px;
  }
  /* line 329, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .title {
    margin-bottom: 37px;
  }
  /* line 333, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__text {
    max-width: none;
  }
  /* line 336, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__text p {
    margin-bottom: 0;
  }
  /* line 341, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__image {
    top: 43%;
    width: 100%;
    background-position: 50% 70px;
    background-size: 1225px 719px;
  }
}

@media (max-width: 449px) {
  /* line 292, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 {
    min-height: 695px;
    padding: 230px 40px 390px;
  }
  /* line 353, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__image {
    top: 50%;
    background-position: 51% 70px;
    background-size: 750px 500px;
  }
  /* line 359, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--03 .pharm-case-item__number {
    bottom: -17px;
  }
}

/* line 365, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--04 {
  min-height: 2430px;
  background-color: #f1f7fc;
  padding-top: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 373, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--04 .pharm-case-item__text {
  max-width: 480px;
}

/* line 377, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--04 .pharm-case-item__step {
  margin-right: 0;
  width: 40%;
  z-index: 1;
}

/* line 383, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--04 .pharm-case-item__paragraph {
  padding-top: 873px;
  max-width: 465px;
}

/* line 388, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--04 .pharm-case-item__image--top {
  top: 300px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_04_top-5751c8dcaa4e7fcfa92523f2a3dbef0a199b3be6874b0c28bbb968c853d65391.png);
  background-position: right top;
}

/* line 393, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--04 .pharm-case-item__image--bottom {
  top: auto;
  height: 1305px;
  bottom: -580px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_04_bottom-c39274a80d5aebc08f30f6ffc2af9bd0f7a2d47f6f8af84f6a89df5507004c36.png);
  background-position: center bottom;
}

@media (max-width: 1279px) {
  /* line 402, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--top {
    width: 90%;
  }
  /* line 406, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__paragraph {
    padding-top: 57vw;
  }
  /* line 410, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--bottom {
    bottom: -375px;
  }
}

@media (max-width: 991px) {
  /* line 365, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 {
    min-height: 2220px;
    padding: 132px 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 420, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__step {
    width: auto;
    margin: 0;
  }
  /* line 425, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .title {
    margin-bottom: 37px;
  }
  /* line 429, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__title--sm,
.pharm-case-item--04 .pharm-case-item__text {
    max-width: none;
  }
  /* line 434, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__number {
    bottom: -28px;
  }
  /* line 438, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--top {
    top: 19%;
    min-width: 814px;
    min-height: 635px;
    width: 100vw;
    height: 100vw;
    background-position: 65%;
    background-size: cover;
  }
  /* line 448, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__paragraph {
    max-width: none;
    padding-top: 110vw;
  }
  /* line 453, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--bottom {
    bottom: -68vw;
  }
  /* line 457, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__white-sheet {
    top: 90vw;
  }
}

@media (max-width: 800px) {
  /* line 365, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 {
    min-height: 1900px;
  }
  /* line 465, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__paragraph {
    padding-top: 99vw;
  }
  /* line 469, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__white-sheet {
    top: 99vw;
  }
  /* line 473, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--top {
    top: 21%;
  }
  /* line 477, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--bottom {
    height: 1170px;
    background-size: cover;
  }
}

@media (max-width: 604px) {
  /* line 365, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 {
    min-height: 1585px;
    padding-bottom: 325px;
  }
  /* line 487, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--top {
    top: 30%;
    background-position-x: 94%;
  }
  /* line 492, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__white-sheet {
    top: 730px;
  }
  /* line 496, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__paragraph {
    padding-top: 670px;
  }
  /* line 500, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--bottom {
    bottom: -333px;
    height: 654px;
  }
}

@media (max-width: 449px) {
  /* line 365, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 {
    min-height: 1430px;
    padding: 110px 40px 313px 40px;
  }
  /* line 510, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__number {
    bottom: -18px;
  }
  /* line 514, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--top {
    top: 40%;
    width: 700px;
    height: 379px;
    min-height: 0;
    min-width: 0;
    background-position-x: -241px;
  }
  /* line 523, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__paragraph {
    padding-top: 127vw;
  }
  /* line 527, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--04 .pharm-case-item__image--bottom {
    bottom: -330px;
    height: 654px;
  }
}

/* line 534, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--05 {
  min-height: 740px;
  background: #58585a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 540, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--05 .pharm-case-item__step {
  width: 40%;
  margin-right: 0;
}

/* line 545, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--05 .pharm-case-item__text {
  max-width: 429px;
}

/* line 549, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--05 .pharm-case-item__image {
  top: 160px;
  right: 20%;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_05-bc38f47d776e5d454ee8b8179145122a362983c1f2b0a54e20feccfbf37a8fb4.png);
  background-position: right top;
}

@media (max-width: 1279px) {
  /* line 557, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__image {
    right: 2%;
  }
}

@media (max-width: 991px) {
  /* line 534, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 {
    padding: 127px 0 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 567, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__image {
    position: relative;
    top: 25px;
    height: 53vw;
    width: 100%;
    min-height: 400px;
    background-position: 0 0;
    background-size: cover;
  }
  /* line 577, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__step {
    width: auto;
    margin: 0;
    padding: 0 60px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 584, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__title--sm,
.pharm-case-item--05 .pharm-case-item__text {
    max-width: none;
  }
  /* line 589, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .title {
    margin-bottom: 37px;
  }
  /* line 593, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__number {
    bottom: 0;
  }
  /* line 597, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__image {
    background-position-x: -27px;
  }
}

@media (max-width: 604px) {
  /* line 603, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__image {
    min-height: 300px;
  }
}

@media (max-width: 449px) {
  /* line 534, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 {
    padding-top: 110px;
  }
  /* line 611, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__step {
    padding: 0 40px;
  }
  /* line 615, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--05 .pharm-case-item__image {
    min-height: 253px;
    background-position-x: -85px;
  }
}

/* line 622, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--06 {
  height: 720px;
  background-color: #f36f32;
}

/* line 626, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--06 .pharm-case-item__image {
  z-index: 1;
  left: auto;
  width: 56%;
  top: -125px;
  bottom: -103px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_06-c951b5e79c809ffc12e8b5264489aa56205e05940329bb3bdf9004c609bd0987.png);
  background-position: left top;
}

/* line 636, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--06 .pharm-case-item__text {
  max-width: 366px;
}

/* line 640, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--06 .title {
  margin-bottom: 37px;
}

@media (max-width: 1279px) {
  /* line 645, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__image {
    width: 49%;
  }
}

@media (max-width: 991px) {
  /* line 622, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 {
    min-height: 940px;
    height: auto;
    padding: 132px 0 625px;
  }
  /* line 655, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__step {
    padding: 0 60px;
  }
  /* line 659, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__title--sm,
.pharm-case-item--06 .pharm-case-item__text {
    max-width: none;
  }
  /* line 664, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__image {
    position: absolute;
    top: auto;
    bottom: -72px;
    left: 22%;
    height: 667px;
    min-width: 570px;
    width: 75%;
    background-size: contain;
  }
}

@media (max-width: 604px) {
  /* line 677, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__image {
    left: 0;
  }
}

@media (max-width: 449px) {
  /* line 622, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 {
    min-height: 897px;
    padding: 112px 0 480px;
  }
  /* line 686, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__step {
    padding: 0 40px;
  }
  /* line 690, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__image {
    left: -5%;
    min-width: 427px;
    height: 540px;
    bottom: -66px;
  }
  /* line 697, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--06 .pharm-case-item__number {
    bottom: -17px;
  }
}

/* line 703, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--07 {
  padding-top: 228px;
  min-height: 680px;
  background-color: #f1f7fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 710, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--07 .pharm-case-item__step {
  width: 40%;
  margin-right: 0;
}

/* line 715, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--07 .pharm-case-item__text {
  max-width: 479px;
}

/* line 719, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--07 .pharm-case-item__image {
  max-width: 1480px;
  margin: 0 auto;
}

/* line 723, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--07 .pharm-case-item__image--left {
  top: 260px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_07_left-16ebe5a31efb78febdef37b0749622861f904bbecb3dddb7cbe6a67774ceae8e.jpg);
  background-position: left top;
}

/* line 729, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--07 .pharm-case-item__image--right {
  top: 175px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_07_right-2e945b454ab9d098e18299aa621221c1490ddfed2d6d8ce518f0d9003915c03e.jpg);
  background-position: 100px top;
}

@media (max-width: 1279px) {
  /* line 703, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 {
    padding-right: 100px;
  }
  /* line 739, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image {
    z-index: 1;
  }
  /* line 743, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--left {
    background-position-x: -25%;
  }
  /* line 747, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--right {
    background-position-x: 2vw;
  }
}

@media (max-width: 991px) {
  /* line 703, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 {
    min-height: 970px;
    padding: 240px 0 450px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 757, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .title {
    margin-bottom: 37px;
  }
  /* line 761, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__step {
    width: auto;
    margin: 0;
    padding: 0 60px;
  }
  /* line 767, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__text,
.pharm-case-item--07 .pharm-case-item__title {
    max-width: none;
  }
  /* line 772, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--right {
    top: auto;
    bottom: 0;
    height: 430px;
    background-position-x: 50%;
  }
  /* line 779, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--left {
    top: auto;
    bottom: 0;
    height: 340px;
  }
  /* line 785, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__number {
    bottom: 0;
  }
}

@media (max-width: 604px) {
  /* line 791, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--right {
    background-size: 400px 497px;
  }
  /* line 795, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--left {
    background-size: calc(100% - 150px) 100vw;
    background-position: 0 50px;
  }
}

@media (max-width: 449px) {
  /* line 703, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 {
    min-height: 880px;
    padding-top: 135px;
    padding-bottom: 280px;
  }
  /* line 806, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__step {
    padding: 0 40px;
  }
  /* line 810, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__number {
    bottom: -20px;
  }
  /* line 814, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--right {
    height: 256px;
    background-size: 260px;
    background-position: top right;
  }
  /* line 820, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--07 .pharm-case-item__image--left {
    background-size: 245px 265px;
    background-position: 0 130px;
  }
}

/* line 827, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--08 {
  min-height: 590px;
  background-color: #fff;
}

/* line 831, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--08 .pharm-case-item__image {
  max-width: 1480px;
  margin: 0 auto;
  top: 130px;
  right: 138px;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_08-948ece1bb49c9e177641875f825ce62b33b84e9e8d5cf5caeb2fa509baf5b2ae.png);
  background-position: right top;
}

/* line 840, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
.pharm-case-item--08 .pharm-case-item__text {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  color: #ed6d30;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1279px) {
  /* line 850, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__image {
    top: 265px;
    right: 0;
    background-position: center top;
  }
  /* line 856, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__title {
    margin-bottom: 200px;
  }
}

@media (max-width: 991px) {
  /* line 827, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 {
    padding: 115px 60px;
  }
  /* line 864, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__number {
    bottom: -4px;
  }
  /* line 868, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__title {
    margin-bottom: 265px;
  }
  /* line 872, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__image {
    background-size: 90vw;
    background-position: 50% 0;
  }
}

@media (max-width: 449px) {
  /* line 827, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 {
    padding: 115px 40px 70px;
  }
  /* line 881, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__image {
    top: 210px;
    height: 495px;
    background-size: contain;
    background-image: url(https://molinos.ru/assets/cases/pharm/pharm_08_mobile-a534b07353efa420ee08a68863e31d2865521402db48e0aac569b2e4326bf3a3.png);
  }
  /* line 888, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case-item.scss */
  .pharm-case-item--08 .pharm-case-item__title {
    margin-bottom: 620px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__header {
  position: relative;
  min-height: 860px;
  padding: 60px 100px 110px;
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header {
    padding: 0;
  }
}

@media (max-width: 449px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header {
    min-height: 688px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__header-inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-inner {
    padding: 85px 60px 0 60px;
  }
}

@media (max-width: 449px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-inner {
    padding: 85px 40px 40px 40px;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__header-image {
  z-index: 1;
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  bottom: -107px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(https://molinos.ru/assets/cases/pharm/pharm_header-685811b789b791abf1f09b61222dec4dba806934b83591581a2bcbffbaeb50bb.png);
  background-position: 70px top;
}

@media (max-width: 1279px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-image {
    background-position: -70px top;
  }
}

@media (max-width: 991px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-image {
    position: relative;
    top: 25px;
    height: 53vw;
    min-height: 465px;
    margin-bottom: -100px;
    background-position: 14.5vw;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-image {
    height: 61vw;
    background-position: -1.5vw;
  }
}

@media (max-width: 604px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-image {
    background-position: -15.5vw;
  }
}

@media (max-width: 449px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__header-image {
    min-height: 344px;
    margin-bottom: -60px;
    background-position: -31vw;
  }
}

/* line 75, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__logo {
  width: 220px;
  margin-bottom: 110px;
}

/* line 79, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__logo svg {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 75, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__logo {
    width: 330px;
    height: 87px;
    margin-bottom: 80px;
  }
  /* line 88, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__logo img {
    max-width: 100%;
  }
}

@media (max-width: 449px) {
  /* line 75, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__logo {
    width: 220px;
    height: 58px;
    margin-bottom: 67px;
  }
}

/* line 100, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info {
  color: #c4d0de;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  max-width: 530px;
}

@media (max-width: 991px) {
  /* line 100, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info {
    max-width: none;
  }
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-item {
    margin-bottom: 40px;
  }
  /* line 119, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 449px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-item {
    font-size: 14px;
    margin-bottom: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 129, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-item:last-of-type {
    margin-bottom: 46px;
  }
}

/* line 135, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-title {
  margin-right: 10px;
  color: #a4a4a4;
  min-width: 60px;
}

@media (max-width: 449px) {
  /* line 135, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* line 147, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-company, .pharm-case__info-task {
  max-width: 400px;
  color: #58585a;
}

@media (max-width: 991px) {
  /* line 147, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-company, .pharm-case__info-task {
    max-width: none;
  }
}

/* line 157, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-task {
  max-width: 364px;
  font-weight: 500;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  /* line 157, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-task {
    max-width: none;
    margin-bottom: 0;
  }
}

/* line 168, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-link {
  position: relative;
  color: #f36f32;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 177, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-link::after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1px;
  background: #282828;
  opacity: 0.3;
}

@media (max-width: 991px) {
  /* line 168, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-link {
    top: 35vw;
    max-width: 170px;
  }
  /* line 193, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-link::after {
    content: none;
  }
}

@media (max-width: 604px) {
  /* line 168, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-link {
    top: 220px;
  }
}

@media (max-width: 449px) {
  /* line 168, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
  .pharm-case__info-link {
    top: 0;
  }
}

/* line 207, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-link-icon {
  margin-right: 10px;
  width: 22px;
}

/* line 211, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-link-icon svg {
  width: 100%;
}

/* line 214, app/assets/stylesheets/partials/blocks/cases/pharm/pharm-case.scss */
.pharm-case__info-link-icon svg path {
  fill: #f36f32;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item {
  position: relative;
  padding: 155px 0 0;
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item {
    padding: 140px 0 0;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--light .ren-case-item__number {
  color: #b3b5b6;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--light .ren-case-item__number::before {
  background: #c9d3d8;
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--light .ren-case-item__number::after {
  color: #dfdfdf;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--light .ren-case-item__page {
  color: #6f777e;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding-left: 85px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__title {
    margin-bottom: 55px;
    padding-left: 95px;
  }
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__title {
    padding-left: 50px;
  }
}

@media (max-width: 449px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__number {
  position: relative;
  color: #616161;
  font-size: 60px;
  font-weight: 300;
}

/* line 56, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__number::before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  background: #c9d3d8;
  right: 120px;
  top: 50%;
}

/* line 67, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__number::after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  font-size: 60px;
  font-weight: 300;
}

@media (max-width: 1279px) {
  /* line 76, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__number::before {
    content: none;
  }
}

@media (max-width: 449px) {
  /* line 50, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__number {
    margin-right: 5vw;
    font-size: 30px;
  }
  /* line 85, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__number::after {
    font-size: 30px;
  }
}

/* line 91, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__image {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__page {
  color: #adadad;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 101, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__page {
    font-size: 16px;
  }
}

@media (max-width: 449px) {
  /* line 101, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__page {
    font-size: 14px;
  }
}

/* line 115, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__text-bordered {
  display: inline-block;
  position: relative;
  padding: 28px 240px 35px;
  color: #28323a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  border: 2px solid #d0d4d7;
  z-index: 3;
}

@media (max-width: 1279px) {
  /* line 115, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__text-bordered {
    border: none;
  }
}

/* line 132, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item__text {
  margin-bottom: 40px;
  position: relative;
  display: block;
  color: #28323a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 1;
}

@media (max-width: 449px) {
  /* line 132, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item__text {
    font-size: 14px;
  }
}

/* line 148, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--01 {
  text-align: center;
}

/* line 151, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--01 .ren-case-item__img-top {
  display: inline-block;
  margin-bottom: 100px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(43, 58, 75, 0.5);
}

/* line 158, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--01 .ren-case-item__img-bottom {
  width: 100%;
  padding: 100px 0;
  background: url(https://molinos.ru/assets/cases/ren/ren_01_bg-1d2d24494c09e51f4a04abb273f928a75f3d6797500463566670e9a364b376db.png) no-repeat;
  background-size: cover;
}

/* line 164, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--01 .ren-case-item__img-bottom img {
  margin-left: auto;
  display: inherit;
}

@media (max-width: 1279px) {
  /* line 171, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--01 .ren-case-item__img-bottom {
    padding: 110px 0;
  }
  /* line 174, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--01 .ren-case-item__img-bottom img {
    width: calc(100% - 12vw);
  }
}

@media (max-width: 800px) {
  /* line 181, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--01 .ren-case-item__img-top {
    width: calc(100% - 40px);
    margin-bottom: 70px;
  }
  /* line 186, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--01 .ren-case-item__img-bottom {
    padding: 70px 0;
  }
}

@media (max-width: 449px) {
  /* line 192, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--01 .ren-case-item__img-top {
    width: calc(100% - 20px);
    margin-bottom: 50px;
  }
  /* line 197, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--01 .ren-case-item__img-bottom img {
    width: 300px;
    margin: 0 auto;
  }
}

/* line 204, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--02 {
  min-height: 1711px;
}

/* line 207, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--02 .ren-case-item__image {
  top: 320px;
  bottom: -250px;
  background: url(https://molinos.ru/assets/cases/ren/ren_02-87c07825e22b338e8a52dd79cbb3fbad7f524b195074adf9e358f089e6161325.png) no-repeat center bottom;
  z-index: 1;
}

@media (max-width: 1279px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 {
    min-height: inherit;
  }
  /* line 217, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 .ren-case-item__image {
    position: relative;
    top: 0;
    left: 0;
    min-height: 149vw;
    margin-bottom: -100px;
    background-size: 100% auto;
    background-position: center top;
  }
}

@media (max-width: 991px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 {
    padding-top: 110px;
  }
  /* line 231, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 .ren-case-item__title {
    margin-bottom: 60px;
  }
  /* line 235, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 .ren-case-item__image {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 {
    padding-top: 70px;
  }
  /* line 243, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 .ren-case-item__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 449px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 {
    padding-top: 50px;
  }
  /* line 251, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--02 .ren-case-item__title {
    margin-bottom: 20px;
  }
}

/* line 257, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03 {
  min-height: 3000px;
  padding-top: 290px;
  text-align: center;
  background: #f0f5f9;
}

/* line 263, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03::before {
  content: '';
  display: block;
  position: absolute;
  height: 1280px;
  top: 0;
  left: 0;
  right: 0;
  background: url(https://molinos.ru/assets/cases/ren/ren_03_bg-e654e5ab76067da89d2f8ec11fdd0c3b7af7f10e22813ad19b7fffc52913248d.jpg) no-repeat center top;
  background-size: cover;
}

/* line 275, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03 .ren-case-item__title {
  margin-bottom: 1010px;
}

/* line 279, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03 .ren-case-item__image--laptop {
  top: 309px;
  height: 1000px;
  bottom: auto;
  background: url(https://molinos.ru/assets/cases/ren/ren_03_laptop-d13a5cc9ead3635a4b36cda403e4af1d1c10e9012d02b85799efb39ec80f2dbc.png) no-repeat right top;
}

/* line 286, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03 .ren-case-item__img-top {
  position: relative;
  width: 1198px;
  max-width: 90%;
  margin-top: -10px;
  display: inline-block;
  margin-bottom: 709px;
  text-align: center;
  box-shadow: 0 18px 53px rgba(43, 58, 75, 0.5);
  z-index: 4;
}

/* line 298, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03 .ren-case-item__image--middle {
  z-index: 2;
  top: 1400px;
  height: 986px;
  bottom: auto;
  background: url(https://molinos.ru/assets/cases/ren/ren_03_middle-fc32d9ad3495a9e73c043fd39496f6bc3377f07a4c46e28b8df3182f04dff79b.png) no-repeat center bottom;
}

/* line 306, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--03 .ren-case-item__img {
  width: 940px;
  height: 1224px;
  display: inline-block;
  margin-bottom: 100px;
  text-align: center;
  box-shadow: 0 18px 53px rgba(43, 58, 75, 0.5);
}

@media (max-width: 991px) {
  /* line 257, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 {
    padding-top: 160px;
  }
  /* line 318, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03::before {
    height: 1035px;
  }
  /* line 322, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__title {
    position: relative;
    margin-bottom: 915px;
  }
  /* line 327, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__image--laptop {
    top: 216px;
    right: 20px;
    height: 820px;
    background-size: cover;
  }
  /* line 334, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__img-top {
    margin-bottom: 515px;
  }
  /* line 338, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__image--middle {
    top: 1200px;
    height: 676px;
    background-size: cover;
  }
  /* line 344, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__img {
    max-width: calc(100% - 40px);
    height: auto;
    margin-bottom: 10vw;
  }
}

@media (max-width: 800px) {
  /* line 257, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 {
    min-height: auto;
  }
  /* line 354, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__text-bordered {
    padding: 28px 0 35px;
  }
}

@media (max-width: 449px) {
  /* line 257, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 {
    min-height: 1120px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  /* line 364, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03::before {
    height: 332px;
  }
  /* line 368, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__image--laptop {
    top: 73px;
    right: 15px;
    height: 262px;
  }
  /* line 374, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__title {
    margin-bottom: 280px;
  }
  /* line 378, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__text-bordered {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
    font-size: 14px;
  }
  /* line 385, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__img-top {
    max-width: 300px;
    margin-bottom: 215px;
  }
  /* line 390, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__image--middle {
    top: 405px;
    height: 217px;
  }
  /* line 395, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__text {
    margin-bottom: 20px;
  }
  /* line 399, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--03 .ren-case-item__img {
    width: 300px;
    height: 392px;
    margin-bottom: 0;
  }
}

/* line 407, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--04 {
  min-height: 1500px;
  padding-top: 10px;
  background-color: #f0f5f9;
}

/* line 412, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--04 .ren-case-item__img {
  display: block;
  position: relative;
  margin: 0 auto;
}

/* line 418, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--04 .ren-case-item__image {
  z-index: 3;
  top: auto;
  height: 842px;
  bottom: -117px;
  background: url(https://molinos.ru/assets/cases/ren/ren_04_bottom-732a540d11ebb38da63bd0d67390861893e2a426d551d391aa84b6e3426abb46.png) no-repeat center top;
  background-size: cover;
}

@media (max-width: 1279px) {
  /* line 428, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 .ren-case-item__img {
    max-width: 940px;
  }
}

@media (max-width: 991px) {
  /* line 407, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 {
    min-height: auto;
    padding-bottom: 50vw;
  }
  /* line 437, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 > img {
    max-width: 940px;
  }
  /* line 441, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 .ren-case-item__img {
    max-width: calc(100% - 40px);
  }
  /* line 445, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 .ren-case-item__image {
    top: 80vw;
    bottom: auto;
    height: 70vw;
  }
}

@media (max-width: 449px) {
  /* line 407, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 {
    min-height: 127vw;
    margin-bottom: 65px;
    padding-top: 0;
    padding-bottom: 140px;
  }
  /* line 458, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 .ren-case-item__title {
    margin-bottom: 15px;
  }
  /* line 462, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--04 .ren-case-item__image {
    top: 60vw;
    bottom: 0;
    height: 300px;
    background-size: cover;
  }
}

/* line 471, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--05 {
  min-height: 1100px;
  padding-top: 200px;
  z-index: 2;
}

/* line 476, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--05::before {
  content: '';
  display: block;
  position: absolute;
  top: -500px;
  left: 0;
  right: 0;
  bottom: -60px;
  background: url(https://molinos.ru/assets/cases/ren/ren_05_bg-b47a1df157c9dceb85e16dacb30d293f8c8b0a8596db7514dc384a0674141086.png) no-repeat center top;
  background-size: cover;
}

/* line 488, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--05 .ren-case-item__page {
  position: relative;
}

/* line 492, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
.ren-case-item--05 .ren-case-item__image {
  top: 355px;
  height: 735px;
  bottom: auto;
  background: url(https://molinos.ru/assets/cases/ren/ren_05-c11befe7775f5c9bcdd4316ab03a22ed7d3a720ddf8e39564a2ee36f7719d9bd.png) no-repeat center top;
}

@media (max-width: 1279px) {
  /* line 471, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 {
    min-height: 87vw;
  }
  /* line 502, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 .ren-case-item__image {
    right: 20px;
    left: 20px;
    bottom: 0;
    height: auto;
    background-size: contain;
  }
  /* line 510, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 .ren-case-item__title {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  /* line 471, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 {
    min-height: 85vw;
    padding-top: 50px;
  }
  /* line 519, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05::before {
    top: -50vw;
    bottom: 0;
  }
  /* line 524, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 .ren-case-item__image {
    top: 26vw;
  }
}

@media (max-width: 767px) {
  /* line 530, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05::before {
    top: -53vw;
  }
}

@media (max-width: 604px) {
  /* line 471, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 {
    padding-top: 0;
  }
  /* line 538, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 .ren-case-item__image {
    top: 16vw;
    background-position: center center;
  }
}

@media (max-width: 449px) {
  /* line 471, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 {
    min-height: 93vw;
    padding-top: 0;
  }
  /* line 548, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05::before {
    top: -60vw;
    bottom: 0;
  }
  /* line 553, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 .ren-case-item__title {
    margin-bottom: 0;
  }
  /* line 557, app/assets/stylesheets/partials/blocks/cases/ren/ren-case-item.scss */
  .ren-case-item--05 .ren-case-item__image {
    top: 18vw;
    right: 10px;
    left: 10px;
    height: 70vw;
    background-position-y: center;
  }
}

/* line 2, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
.ren-case img {
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
.ren-case__header {
  position: relative;
  padding-top: 160px;
  background-image: url(https://molinos.ru/assets/cases/ren/ren_header_bg-7dd30a76bc255a09219305645b3e62046f32172d91e5e4c735e73ccd9e1f7cba.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1000px;
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
.ren-case__logo {
  width: 400px;
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
.ren-case__header-image {
  position: absolute;
  display: block;
  top: 333px;
  right: 0;
  bottom: -100px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(https://molinos.ru/assets/cases/ren/ren_header-fa6bd88fba6c43e2379a9911783ae4ec81997c3e7cedb11089e6409150ec2287.png);
  background-position: center bottom;
}

@media (max-width: 800px) {
  /* line 33, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
  .ren-case__header {
    min-height: 650px;
    padding-top: 120px;
  }
  /* line 38, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
  .ren-case__header-image {
    top: 0;
    left: 20px;
    right: 20px;
    background-size: contain;
  }
}

@media (max-width: 449px) {
  /* line 47, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
  .ren-case__header {
    min-height: 332px;
    padding-top: 60px;
  }
  /* line 52, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
  .ren-case__logo {
    width: 240px;
    height: 48px;
  }
  /* line 57, app/assets/stylesheets/partials/blocks/cases/ren/ren-case.scss */
  .ren-case__header-image {
    right: 0;
    bottom: -26vw;
    left: 0;
    min-width: 300px;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/sc/csc-design.scss */
.csc-design__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/sc/csc-design.scss */
.csc-design__image {
  position: absolute;
  content: '';
  display: block;
  margin-top: -200px;
  top: 0;
  right: 0;
  width: 1580px;
  height: 865px;
  background: url(https://molinos.ru/assets/cases/sc/sc-design-97c9a8faac225b89ee6edff3ecb762f67dc003223b7cb8606a99dfb2eddad3dd.png) no-repeat right top;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/sc/csc-design.scss */
.csc-design__step {
  max-width: 700px;
  margin-left: auto;
  padding: 225px 150px 500px 60px;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/sc/csc-design.scss */
.csc-design .csc__number {
  color: #252645;
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/sc/csc-design.scss */
.csc-design .csc__subtitle {
  max-width: 490px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-footer.scss */
.csc-dev-footer {
  margin-top: -280px;
  padding: 450px 10px 95px;
  text-align: center;
  background-color: #2e99ff;
  background-image: -webkit-linear-gradient(left, #34909d 0%, #55b39a 100%);
  background-image: linear-gradient(to right, #34909d 0%, #55b39a 100%);
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-footer.scss */
.csc-dev-footer__icon {
  margin: 0 auto 60px;
  width: 88px;
  height: 128px;
}

/* line 14, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-footer.scss */
.csc-dev-footer__text {
  max-width: 715px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-services.scss */
.csc-dev-services__inner {
  max-width: 1200px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-services.scss */
.csc-dev-services__left {
  display: inline-block;
  width: 480px;
  height: 316px;
  margin-top: 64px;
  font-size: 0;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.3);
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-services.scss */
.csc-dev-services__left img {
  width: 100%;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-services.scss */
.csc-dev-services__right {
  width: 600px;
  padding: 60px 60px 55px;
  background-image: -webkit-linear-gradient(45deg, #252645 0%, #38385a 100%);
  background-image: linear-gradient(45deg, #252645 0%, #38385a 100%);
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-services.scss */
.csc-dev-services__icon {
  margin-bottom: 80px;
  width: 128px;
  height: 128px;
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-services.scss */
.csc-dev-services__text {
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps {
  position: relative;
  max-width: 1400px;
  margin: -90px auto 0;
  padding: 0 40px;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 180px 130px 100px 230px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #6241a8 0%, #6480d2 100%);
  background-image: linear-gradient(to right, #6241a8 0%, #6480d2 100%);
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__item {
  max-width: 310px;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__item:first-child {
  max-width: 295px;
  margin-right: 70px;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__item:last-child {
  max-width: 240px;
  margin-left: 55px;
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__num {
  margin-bottom: 50px;
  font-size: 5em;
  font-weight: 700;
  line-height: 53px;
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__name {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

/* line 48, app/assets/stylesheets/partials/blocks/cases/sc/csc-dev-steps.scss */
.csc-dev-steps__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development {
  margin-top: -240px;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__photo {
  margin-right: 35px;
  display: inline-block;
  font-size: 0;
  width: 140px;
  height: 140px;
  border-radius: 100%;
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__photo img {
  width: 100%;
  border-radius: 100%;
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__sign {
  color: #ffffff;
  line-height: 1;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__name {
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__prof {
  font-size: 0.875em;
  font-weight: 500;
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development__bottom {
  padding-left: 150px;
}

/* line 43, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc__number {
  opacity: 0.2;
  bottom: 50px;
  left: -50px;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc__title {
  margin-bottom: 55px;
  max-width: 397px;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc-person-desc {
  padding: 60px 60px 100px 120px;
  background-color: #3876ff;
  background-image: -webkit-linear-gradient(left, #34909d 0%, #55b39a 100%);
  background-image: linear-gradient(to right, #34909d 0%, #55b39a 100%);
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc-person-desc__col:first-child {
  max-width: 370px;
}

/* line 64, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc-person-desc__col:last-child {
  max-width: 400px;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc-person-desc__left {
  padding-top: 110px;
}

/* line 73, app/assets/stylesheets/partials/blocks/cases/sc/csc-development.scss */
.csc-development .csc-person-desc__right {
  height: 396px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-empty.scss */
.csc-empty {
  max-width: 1400px;
  padding-left: 160px;
  margin: 0 auto;
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__inner {
  position: relative;
  max-width: 1400px;
  padding: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__info {
  max-width: 960px;
  width: 70%;
  padding: 125px 20px 160px 55px;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #6241a8 0%, #6480d2 100%);
  background-image: linear-gradient(45deg, #6241a8 0%, #6480d2 100%);
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__info-inner {
  position: relative;
  z-index: 2;
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__logo {
  margin-bottom: 45px;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__title {
  max-width: 450px;
  margin-bottom: 45px;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__text {
  max-width: 370px;
  margin-bottom: 100px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__info-link {
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__info-link-icon {
  margin-right: 10px;
  width: 22px;
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__info-link-icon svg {
  width: 100%;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__info-link-icon svg path {
  fill: #fff;
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/sc/csc-header.scss */
.csc-header__image {
  position: absolute;
  content: '';
  display: block;
  height: 586px;
  width: 1459px;
  top: 175px;
  left: 140px;
  background: url(https://molinos.ru/assets/cases/sc/header_laptop-0714a0acadb3bd320e03b306fc154e7d250e479670806457b19fbde2194793d0.png) no-repeat right top;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods {
  margin-top: -320px;
  background-color: #38385a;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods__inner {
  padding: 0 40px;
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods__footer {
  padding-top: 400px;
  padding-bottom: 345px;
  text-align: center;
  background-color: #2e99ff;
  background-image: -webkit-linear-gradient(45deg, #6241a8 0%, #6480d2 100%);
  background-image: linear-gradient(45deg, #6241a8 0%, #6480d2 100%);
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods__icon {
  margin: 0 auto 60px;
  width: 120px;
  height: 90px;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods__icon svg {
  width: 100%;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods__text {
  max-width: 615px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods .csc__number {
  opacity: 0.2;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods .csc__title {
  margin-bottom: 110px;
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods .csc-person-desc {
  bottom: -240px;
  padding: 100px 60px 100px 120px;
  background-image: -webkit-linear-gradient(45deg, #7c56a3 0%, #965685 100%);
  background-image: linear-gradient(45deg, #7c56a3 0%, #965685 100%);
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods .csc-person-desc__left {
  padding-top: 55px;
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/sc/csc-methods.scss */
.csc-methods .csc-person-desc__right {
  height: 320px;
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__top {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  box-shadow: 0 40px 100px rgba(30, 56, 94, 0.3);
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__img img {
  width: 100%;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__img-left {
  width: 340px;
  min-height: 795px;
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__img-right {
  width: 480px;
  height: 664px;
  margin-left: -140px;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__left {
  position: relative;
  z-index: 1;
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__right {
  max-width: 580px;
  padding: 130px 20px 20px 160px;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__title {
  max-width: 385px;
  margin-bottom: 40px;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__number {
  color: #fff;
  opacity: 0.05;
}

/* line 52, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp__after-number {
  position: absolute;
  display: block;
  content: '';
  top: 100%;
  left: 100%;
  width: 550px;
  height: 760px;
  background-color: #38385a;
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/sc/csc-mvp.scss */
.csc-mvp .csc__number {
  bottom: 60px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__right {
  display: inline-block;
  font-size: 0;
  width: 600px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.3);
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__right img {
  width: 100%;
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__photo {
  margin-right: 35px;
  display: inline-block;
  font-size: 0;
  width: 139px;
  height: 139px;
  border-radius: 100%;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__photo img {
  width: 100%;
  border-radius: 100%;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__sign {
  color: #ffffff;
  line-height: 1;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__name {
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__prof {
  font-size: 0.875em;
  font-weight: 500;
}

/* line 58, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__bottom {
  padding-left: 150px;
}

/* line 62, app/assets/stylesheets/partials/blocks/cases/sc/csc-person-desc.scss */
.csc-person-desc__col {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin: 0 27px;
  max-width: 405px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces {
  max-width: 1200px;
  margin: 0 auto 100px;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__row--header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__row--header .csc-pieces__item {
  margin-top: 167px;
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__row--footer .csc-pieces__name {
  font-size: 1.875em;
  margin-bottom: 45px;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__title {
  margin-bottom: 97px;
  padding: 60px 60px 55px;
  width: 600px;
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
  background-image: -webkit-linear-gradient(45deg, #252645 0%, #38385a 100%);
  background-image: linear-gradient(45deg, #252645 0%, #38385a 100%);
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__title svg {
  margin-bottom: 80px;
  width: 128px;
  height: 128px;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__item {
  width: 398px;
  height: 280px;
  padding: 40px 30px 40px 50px;
  background-color: #38385a;
  margin-bottom: 3px;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__item + .csc-pieces__item {
  margin-left: 3px;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__num {
  margin-bottom: 30px;
  color: #646484;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 30px;
}

/* line 62, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__name {
  color: #ffffff;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__link {
  display: inline-block;
  margin-bottom: 25px;
  color: #a09ebe;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.67;
}

/* line 78, app/assets/stylesheets/partials/blocks/cases/sc/csc-pieces.scss */
.csc-pieces__text {
  color: #a09ebe;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.33;
}

/* line 3, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__left, .csc-pluses__right {
  width: 50%;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__left {
  padding-top: 250px;
  padding-left: 150px;
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__left-inner {
  max-width: 700px;
  margin-left: auto;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__right {
  padding: 285px 60px 360px;
  background-color: #38385a;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__top-icon {
  margin-bottom: 25px;
  width: 44px;
  height: 42px;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__top-icon svg {
  width: 100%;
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__top-text {
  max-width: 425px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses .csc__subtitle {
  max-width: 345px;
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses .csc__number {
  color: #252645;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__bottom {
  position: relative;
  max-width: 1200px;
  margin: -270px auto 260px;
  padding: 140px 100px 90px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #6241a8 0%, #6480d2 100%);
  background-image: linear-gradient(to right, #6241a8 0%, #6480d2 100%);
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__bottom-icon {
  width: 98px;
  height: 128px;
  margin: 0 auto 80px;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/sc/csc-pluses.scss */
.csc-pluses__bottom-text {
  max-width: 475px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem {
  background-color: #49497d;
  background-image: -webkit-linear-gradient(45deg, #7c56a3 0%, #965685 100%);
  background-image: linear-gradient(45deg, #7c56a3 0%, #965685 100%);
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__inner {
  max-width: 1400px;
  margin: -55px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__left, .csc-problem__right {
  width: 50%;
}

/* line 17, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__left {
  padding-left: 160px;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__desc {
  width: 100%;
  padding: 70px 60px 50px;
  margin-bottom: -110px;
  color: #feffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
  background-image: -webkit-linear-gradient(45deg, #252645 0%, #38385a 100%);
  background-image: linear-gradient(45deg, #252645 0%, #38385a 100%);
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__icon {
  margin-bottom: 80px;
  width: 128px;
  height: 120px;
}

/* line 38, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__text {
  max-width: 340px;
}

/* line 42, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem__right {
  padding-left: 30px;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 49, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem .csc__subtitle,
.csc-problem .csc__text {
  color: #ffffff;
  max-width: 425px;
}

/* line 55, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem .csc__number {
  opacity: 0.05;
  color: #ffffff;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/sc/csc-problem.scss */
.csc-problem .csc__text {
  margin-bottom: 220px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-rebirth.scss */
.csc-rebirth {
  position: relative;
  top: -220px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 330px 20px 90px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #34909d 0%, #55b39a 100%);
  background-image: linear-gradient(to right, #34909d 0%, #55b39a 100%);
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/sc/csc-rebirth.scss */
.csc-rebirth__icon {
  width: 128px;
  height: 135px;
  margin: 0 auto 80px;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/sc/csc-rebirth.scss */
.csc-rebirth__text {
  max-width: 620px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/sc/csc-rebirth.scss */
.csc-rebirth__phone {
  position: absolute;
  width: 928px;
  height: 530px;
  left: 700px;
  bottom: 390px;
  background: url(https://molinos.ru/assets/cases/sc/sc-mvp_phone-f2153bc98351dfdbb841ec88c80be48b0a866d056cce87e8b441e2054622ae62.png) no-repeat right top;
  z-index: 2;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__left {
  width: 50%;
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__left-inner {
  max-width: 700px;
  padding-left: 160px;
  padding-top: 140px;
  margin-left: auto;
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__right {
  margin-top: -240px;
  padding: 410px 10px 110px;
  width: 50%;
  background-color: #38385a;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__right-inner {
  max-width: 700px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 30, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__item {
  padding: 15px 50px;
  max-width: 305px;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__icon {
  margin-bottom: 25px;
  min-width: 40px;
  max-width: 46px;
  height: 46px;
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__icon svg {
  width: 100%;
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research__text {
  max-width: 210px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research .csc__number {
  color: #252645;
}

/* line 58, app/assets/stylesheets/partials/blocks/cases/sc/csc-research.scss */
.csc-research .csc__subtitle {
  max-width: 320px;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-square.scss */
.csc-square {
  padding: 30px 30px 40px;
  width: 50%;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/sc/csc-square.scss */
.csc-square:first-child, .csc-square:last-child {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #8a5693;
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/sc/csc-square.scss */
.csc-square__icon {
  width: 46px;
  height: 43px;
  margin-bottom: 45px;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/sc/csc-square.scss */
.csc-square__icon svg {
  width: 100%;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/sc/csc-square.scss */
.csc-square__text {
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 130px 40px 0;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__ipad {
  position: absolute;
  top: 0;
  left: 540px;
  width: 1229px;
  height: 754px;
  background: url(https://molinos.ru/assets/cases/sc/sc-steps-bba96ca0291425456269cba97b4d535b0c19ea6217de49be6f0de84bf76ff987.png) no-repeat left top;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 250px 120px 90px;
  background-image: -webkit-linear-gradient(left, #34909d 0%, #55b39a 100%);
  background-image: linear-gradient(to right, #34909d 0%, #55b39a 100%);
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__title {
  margin-bottom: 60px;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__item {
  max-width: 260px;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__item + .csc-steps__item {
  margin-left: 80px;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps__num {
  margin-bottom: 45px;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/sc/csc-steps.scss */
.csc-steps .csc__number {
  opacity: 0.2;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks {
  padding: 0 40px;
  background-color: #38385a;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks__inner {
  position: relative;
  top: -240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 150px 60px 170px 120px;
  background-image: -webkit-linear-gradient(left, #6241a8 0%, #6480d2 100%);
  background-image: linear-gradient(to right, #6241a8 0%, #6480d2 100%);
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks__desc {
  max-width: 385px;
}

/* line 20, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks .csc__number {
  opacity: 0.2;
}

/* line 24, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks .csc__text {
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
  max-width: 400px;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks ul {
  padding-left: 0;
  list-style: none;
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks li {
  margin-bottom: 20px;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/sc/csc-tasks.scss */
.csc-tasks li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin-right: 10px;
  background: #fff;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc-testing.scss */
.csc-testing {
  position: absolute;
  bottom: -110px;
  right: 60px;
  top: 170px;
  width: 600px;
  padding: 60px;
  background-color: #6022d3;
  background-image: -webkit-linear-gradient(45deg, #252645 0%, #38385a 100%);
  background-image: linear-gradient(45deg, #252645 0%, #38385a 100%);
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/sc/csc-testing.scss */
.csc-testing__icon {
  width: 128px;
  height: 128px;
  margin-bottom: 80px;
}

/* line 16, app/assets/stylesheets/partials/blocks/cases/sc/csc-testing.scss */
.csc-testing__icon svg {
  width: 100%;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/sc/csc-testing.scss */
.csc-testing__text {
  color: #ffffff;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.2;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc {
  min-width: 1260px;
  background-color: #2e2c4f;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__title {
  position: relative;
  margin-bottom: 45px;
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__title .title.title-h1, .csc__title .text h1.title, .text .csc__title h1.title, .csc__title .kaya-video__text h1.title, .kaya-video__text .csc__title h1.title, .csc__title .studio-business__text h1.title, .studio-business__text .csc__title h1.title, .csc__title .studio-start__text h1.title, .studio-start__text .csc__title h1.title, .csc__title .title.studio-services__name {
  position: relative;
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.875em;
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__title .title.title-h1::after, .csc__title .text h1.title::after, .text .csc__title h1.title::after, .csc__title .kaya-video__text h1.title::after, .kaya-video__text .csc__title h1.title::after, .csc__title .studio-business__text h1.title::after, .studio-business__text .csc__title h1.title::after, .csc__title .studio-start__text h1.title::after, .studio-start__text .csc__title h1.title::after, .csc__title .title.studio-services__name::after {
  background: #fff;
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__title--lg .title.title-h1, .csc__title--lg .text h1.title, .text .csc__title--lg h1.title, .csc__title--lg .kaya-video__text h1.title, .kaya-video__text .csc__title--lg h1.title, .csc__title--lg .studio-business__text h1.title, .studio-business__text .csc__title--lg h1.title, .csc__title--lg .studio-start__text h1.title, .studio-start__text .csc__title--lg h1.title, .csc__title--lg .title.studio-services__name {
  font-size: 3.75em;
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__title--lg .ef-case-item__number {
  font-size: 11.875em;
  line-height: 128px;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__number {
  position: absolute;
  bottom: 0;
  left: -60px;
  color: #282646;
  font-size: 10em;
  font-weight: 900;
  line-height: 107px;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__subtitle {
  position: relative;
  color: #a09ebe;
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 500;
  max-width: 400px;
  line-height: 1.4;
}

/* line 57, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc__text {
  position: relative;
  max-width: 475px;
  color: #a09ebe;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.56;
}

/* line 66, app/assets/stylesheets/partials/blocks/cases/sc/csc.scss */
.csc img {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: -100px;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 675px;
  background: #f7fbfe;
  z-index: -1;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding::after {
    height: 250px;
  }
  /* line 23, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__component .twocapp-case__subheader {
    padding-left: 20px;
  }
}

@media (max-width: 604px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding {
    margin-bottom: -140px;
  }
  /* line 33, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__component .twocapp-case__subheader {
    padding-left: 0;
  }
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__header {
  position: relative;
  padding: 120px 0 60px;
  background: #f5fafd;
  z-index: 1;
}

/* line 45, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -120px;
  left: 0;
  height: 240px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__branding-strips-7db427f475a10e1f726757e94439349fe5d9d0f0ba0b58f2ad7058224e1041d1.svg) no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 1279px) {
  /* line 57, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header .twocapp-case__title {
    font-size: 220px;
  }
}

@media (max-width: 991px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header {
    padding-top: 300px;
  }
  /* line 65, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header::after {
    bottom: -60px;
    height: 150px;
  }
  /* line 70, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header .twocapp-case__title {
    font-size: 136px;
  }
}

@media (max-width: 604px) {
  /* line 76, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header .twocapp-case__title {
    font-size: 100px;
  }
}

@media (max-width: 449px) {
  /* line 39, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header {
    padding-top: 280px;
  }
  /* line 84, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header::after {
    height: 145px;
  }
  /* line 88, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__header .twocapp-case__title {
    font-size: 70px;
  }
}

/* line 94, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__flow {
  position: relative;
  min-height: 680px;
  margin-bottom: -120px;
  background-image: -webkit-linear-gradient(bottom, #ff4359 0%, #ffd571 100%);
  background-image: linear-gradient(to top, #ff4359 0%, #ffd571 100%);
  z-index: 2;
}

@media (max-width: 991px) {
  /* line 94, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__flow {
    min-height: 740px;
    margin-bottom: 160px;
  }
}

@media (max-width: 449px) {
  /* line 94, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__flow {
    min-height: 680px;
    margin-bottom: 0;
  }
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__naming {
  position: absolute;
  top: -220px;
  left: 50%;
  width: 840px;
  height: 840px;
  padding-top: 89px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-linear-gradient(bottom, #eef6fb 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #eef6fb 0%, #ffffff 100%);
  text-align: center;
  box-sizing: border-box;
}

/* line 125, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__naming::before {
  content: "";
  position: absolute;
  top: 119px;
  right: 119px;
  bottom: 119px;
  left: 119px;
  border: 1px solid #eef6fb;
  border-radius: 50%;
  background: #f7fbfe;
  z-index: -1;
}

@media (max-width: 991px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__naming {
    top: -120px;
  }
}

@media (max-width: 449px) {
  /* line 112, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__naming {
    top: -100px;
    width: 660px;
    height: 660px;
    padding-top: 34px;
  }
  /* line 148, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__naming::before {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }
}

/* line 157, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__idea {
  padding-top: 50px;
}

@media (max-width: 449px) {
  /* line 157, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__idea {
    padding-top: 22px;
  }
}

/* line 165, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__title {
  margin-bottom: 20px;
}

@media (max-width: 449px) {
  /* line 165, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__title {
    margin-bottom: 15px;
  }
}

/* line 173, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__process {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto 50px;
  padding-top: 24px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__branding-flow-f83fcc3719cc698868430b8bd1d7be248cf9d0ab5c53291fb21c322e82a93a66.svg) no-repeat 50% 24px;
  box-sizing: border-box;
}

@media (max-width: 449px) {
  /* line 173, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__process {
    width: 240px;
    height: 240px;
    margin-top: 50px;
    margin-bottom: 70px;
    padding-top: 0;
    background-position-y: 0;
    background-size: cover;
  }
}

/* line 193, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__city {
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  color: #5387ac;
  text-transform: uppercase;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__city--left {
  top: 48px;
  left: -10px;
}

/* line 205, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__city--right {
  right: -15px;
  bottom: 45px;
}

@media (max-width: 449px) {
  /* line 211, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__city--left {
    top: 38px;
    left: 45px;
  }
  /* line 216, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__city--right {
    right: 44px;
    bottom: 47px;
  }
}

/* line 223, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 223, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__name {
    max-width: 515px;
  }
}

@media (max-width: 604px) {
  /* line 223, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__name {
    max-width: 290px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 238, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__name .twocapp-case__label {
    font-size: 16px;
  }
}

/* line 244, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__marker {
  width: 64px;
  height: 55px;
  font-size: 0;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__coordinates-7b0a116a88bad81866629e0b89f3a972a50452dd218cecc8b2d166a3234d3247.svg) no-repeat 0 0;
}

@media (max-width: 604px) {
  /* line 244, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__marker {
    width: 40px;
    height: 34px;
    background-size: cover;
  }
}

/* line 257, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__plus {
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 0;
}

/* line 263, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__plus::before, .twocapp-case-branding__plus::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #92b3ce;
}

/* line 272, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__plus::before {
  left: 50%;
  margin-left: -1px;
}

/* line 277, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__plus::after {
  top: 50%;
  left: 5px;
  margin-top: -7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 604px) {
  /* line 257, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__plus {
    width: 8px;
    height: 8px;
  }
  /* line 288, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__plus::before, .twocapp-case-branding__plus::after {
    height: 8px;
  }
  /* line 293, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__plus::after {
    left: 3px;
    margin-top: -4px;
  }
}

/* line 300, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__result {
  position: absolute;
  bottom: -194px;
  left: 50%;
  width: 400px;
  height: 400px;
  padding-top: 95px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(bottom, #ff4359 0%, #ffd571 100%);
  background-image: linear-gradient(to top, #ff4359 0%, #ffd571 100%);
  box-shadow: 0 30px 70px 0 rgba(45, 90, 122, 0.2);
  margin-left: -200px;
}

/* line 312, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__result::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  border-radius: 50%;
  background: #fff url(https://molinos.ru/assets/cases/twocapp/twocapp-case__branding-logo-7bcfc819914809c03759fb9a06131c240ae2eb991fdcddc9c479bd4e128d17ac.png) no-repeat 50% 57%;
}

@media (max-width: 991px) {
  /* line 300, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__result {
    bottom: -280px;
  }
}

@media (max-width: 449px) {
  /* line 300, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__result {
    bottom: -80px;
    width: 280px;
    height: 280px;
    margin-left: -140px;
    padding-top: 65px;
  }
  /* line 334, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__result::before {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    padding-top: 60px;
    background-size: 130px;
  }
}

/* line 345, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__subheader {
  position: relative;
}

/* line 349, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__parts {
  position: relative;
  width: 1080px;
  height: 1080px;
  margin: 0 auto -114px;
  padding-top: 482px;
  border: 3px solid #eef6fb;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 0 60px #f7fafe, 0 0 0 62px #eef6fb, 0 0 0 120px #fff, 0 0 0 121px #eef6fb;
}

/* line 364, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__parts::before, .twocapp-case-branding__parts::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
}

/* line 372, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__parts::before {
  top: 240px;
  left: 50%;
  width: 120px;
  height: 320px;
  background: #e7f3fa;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 381, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__parts::after {
  top: 50%;
  width: 580px;
  height: 580px;
  border: 1px solid #e7f3fa;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1279px) {
  /* line 349, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts {
    width: 900px;
    height: 900px;
    margin-bottom: -60px;
    padding-top: 450px;
  }
  /* line 396, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts::before {
    top: 225px;
  }
}

@media (max-width: 991px) {
  /* line 349, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts {
    width: 580px;
    height: 580px;
    margin-bottom: 90px;
    padding-top: 205px;
    box-shadow: none;
  }
  /* line 408, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts::before {
    top: -25px;
  }
}

@media (max-width: 604px) {
  /* line 349, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts {
    width: 100%;
    height: auto;
    margin-bottom: 121px;
    padding-top: 175px;
    border: none;
  }
  /* line 420, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts::before {
    top: -70px;
  }
  /* line 424, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts::after {
    top: 68%;
  }
}

@media (max-width: 449px) {
  /* line 349, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts {
    margin-bottom: 150px;
    padding-top: 128px;
  }
  /* line 433, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts::before {
    top: -122px;
  }
  /* line 437, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__parts::after {
    top: 70%;
  }
}

/* line 443, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__label, .twocapp-case-branding__components {
  position: relative;
  z-index: 2;
}

/* line 449, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__components {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 111px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1279px) {
  /* line 449, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__components {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  /* line 449, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__components {
    max-width: 500px;
  }
}

@media (max-width: 604px) {
  /* line 449, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__components {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 72px;
  }
}

@media (max-width: 449px) {
  /* line 449, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__components {
    padding-top: 62px;
  }
}

@media (max-width: 604px) {
  /* line 474, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__component {
    width: 100%;
  }
  /* line 478, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__component:nth-of-type(1) {
    margin-bottom: 60px;
  }
}

/* line 484, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__colors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 37px;
}

/* line 490, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__colors::before, .twocapp-case-branding__colors::after {
  content: "";
  position: absolute;
  top: 90px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d5e7f2;
}

/* line 501, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__colors::before {
  left: -64px;
  box-shadow: -40px 0 0 -6px #d5e7f2, 40px 0 0 -3px #d5e7f2;
}

/* line 507, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__colors::after {
  right: -13px;
  box-shadow: 80px 0 0 -6px #d5e7f2, 120px 0 0 -3px #d5e7f2;
}

@media (max-width: 991px) {
  /* line 514, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__colors::before, .twocapp-case-branding__colors:after {
    content: none;
  }
}

@media (max-width: 604px) {
  /* line 484, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__colors {
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 525, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__colors .twocapp-case-branding__addition {
    bottom: 0;
  }
}

/* line 531, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__color {
  position: relative;
  border-radius: 50%;
  font-size: 0;
}

/* line 536, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__color--crimson {
  width: 120px;
  height: 120px;
  background: #ff2b44;
}

/* line 542, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__color--coral {
  left: 20px;
  width: 60px;
  height: 60px;
  background: #df1c45;
}

/* line 549, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__color--mineshaft {
  left: 60px;
  width: 30px;
  height: 30px;
  background: #333;
}

@media (max-width: 991px) {
  /* line 557, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__color--mineshaft {
    left: 20px;
  }
}

@media (max-width: 604px) {
  /* line 563, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__color--mineshaft {
    left: 10px;
  }
}

/* line 569, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__fonts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 604px) {
  /* line 569, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__fonts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -10px;
  }
}

/* line 581, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__font {
  position: relative;
  top: 15px;
  font-size: 60px;
  font-weight: 600;
  color: #333;
}

/* line 589, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__addition {
  position: absolute;
  bottom: -55px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 597, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__addition--arial {
  bottom: -60px;
  font-family: "Arial", sans-serif;
  font-size: 34px;
  color: #92b3ce;
}

/* line 605, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__hex {
  padding-right: 50px;
  font-size: 18px;
}

/* line 609, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__hex::before {
  content: "#";
  color: #bad5e5;
}

/* line 614, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__hex--coral {
  color: #df1c45;
}

/* line 618, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__hex--crimson {
  color: #ff2b44;
}

/* line 622, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__hex--mineshaft {
  padding-right: 0;
  color: #333;
}

@media (max-width: 991px) {
  /* line 605, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__hex {
    padding-right: 30px;
  }
  /* line 630, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__hex:last-of-type {
    padding-right: 0;
  }
}

/* line 636, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__versions {
  position: relative;
  padding-top: 55px;
  text-align: center;
  z-index: 3;
}

/* line 642, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__versions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(bottom, #ffd571 0%, #ff4359 100%);
  background-image: linear-gradient(to top, #ffd571 0%, #ff4359 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 991px) {
  /* line 636, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__versions {
    padding-top: 30px;
  }
  /* line 658, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__versions::before {
    width: 440px;
    height: 440px;
  }
}

@media (max-width: 449px) {
  /* line 665, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__versions::before {
    width: 480px;
    height: 480px;
  }
}

/* line 672, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 726px;
  margin: 0 auto -2px;
  padding: 26px 0 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  /* line 672, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__list {
    max-width: 600px;
  }
}

@media (max-width: 449px) {
  /* line 672, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__list {
    max-width: 400px;
  }
}

/* line 690, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version {
  width: 240px;
  height: 202px;
  margin: 1px;
  font-size: 0;
}

/* line 696, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version:first-of-type {
  background: #333 url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-ver-1-94b4fd97511cb17f9b9b785c3986a33534cb7596eb6b4f57e2779fb93365840b.png) no-repeat 0 0;
  background-size: cover;
}

/* line 701, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version:nth-of-type(2) {
  background: #fff url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-ver-2-95b4ab82ef541c3a943ee97c0898a0dff2664ac79340d20badbd66d6c3bf99ce.png) no-repeat 0 0;
  background-size: cover;
}

/* line 706, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version:nth-of-type(3) {
  background: #f2f2f2 url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-ver-3-981bc7cc6d6f0c9d581bc8cb760702bcd1f30316bee08a013905c0d6b02d0d60.png) no-repeat 0 0;
  background-size: cover;
}

/* line 711, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version:nth-of-type(4) {
  background: #333 url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-ver-4-0124e0fd5a5e636799cf4448cf17aaaf50ffc00b846cd28c07f266be97e79333.png) no-repeat 0 0;
  background-size: cover;
}

/* line 716, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version:nth-of-type(5) {
  background: #fff url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-ver-5-1f5e184c550b07faf2842b0908ade540f1a65ef8437b9ff5c026b4af4486776b.png) no-repeat 0 0;
  background-size: cover;
}

/* line 721, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
.twocapp-case-branding__version:nth-of-type(6) {
  background: #f2f2f2 url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-ver-6-55e5dd934c4517f24a747bead5b25b101348483d4ce71d547ddda6b8343c57a5.png) no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 690, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__version {
    width: 180px;
    height: 150px;
  }
}

@media (max-width: 449px) {
  /* line 690, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-branding.scss */
  .twocapp-case-branding__version {
    width: 138px;
    height: 116px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital {
  background: #f5fafd;
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital {
    margin-bottom: -120px;
  }
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__header {
  padding-top: 50px;
  padding-bottom: 120px;
  margin-bottom: -345px;
}

@media (max-width: 1279px) {
  /* line 14, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__header .twocapp-case__title {
    font-size: 300px;
  }
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__header {
    margin-bottom: -205px;
    padding-top: 150px;
  }
  /* line 23, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__header .twocapp-case__title {
    font-size: 170px;
  }
}

@media (max-width: 604px) {
  /* line 8, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__header {
    margin-bottom: -165px;
  }
  /* line 31, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__header .twocapp-case__title {
    font-size: 100px;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__application {
  position: relative;
  padding-top: 55px;
  padding-bottom: 340px;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__application::before, .twocapp-case-digital__application::after {
  content: "";
  position: absolute;
}

/* line 51, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__application::before {
  top: 0;
  left: 50%;
  width: 1836px;
  height: 1836px;
  border: 1px solid #d4e7f2;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__application::after {
  bottom: 0;
  right: 0;
  left: 0;
  height: 340px;
  background: #fff;
  z-index: -2;
}

@media (max-width: 1279px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application {
    padding-bottom: 250px;
  }
  /* line 75, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application::before {
    width: 1500px;
    height: 1500px;
  }
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application {
    padding-top: 0;
    padding-bottom: 180px;
  }
  /* line 85, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application::before {
    top: 40px;
    width: 1320px;
    height: 1320px;
  }
}

@media (max-width: 604px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application {
    padding-top: 30px;
    padding-bottom: 135px;
  }
  /* line 96, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application::before {
    top: 0;
  }
}

@media (max-width: 449px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__application {
    padding-bottom: 312px;
  }
}

/* line 106, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__title {
  margin-bottom: 20px;
}

/* line 110, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__features {
  padding-top: 90px;
}

@media (max-width: 991px) {
  /* line 110, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__features {
    padding-top: 50px;
  }
}

@media (max-width: 449px) {
  /* line 110, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__features {
    padding-top: 25px;
  }
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__subheader {
  margin-bottom: 30px;
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stages {
  position: relative;
  width: 1200px;
  height: 1200px;
  margin: 0 auto;
  padding-top: 95px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(bottom, #ff4359 0%, #ffd571 100%);
  background-image: linear-gradient(to top, #ff4359 0%, #ffd571 100%);
  box-sizing: border-box;
}

/* line 136, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stages::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #d5e7f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media (max-width: 1279px) {
  /* line 126, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stages {
    width: 960px;
    height: 960px;
    padding-top: 78px;
  }
}

@media (max-width: 991px) {
  /* line 126, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stages {
    width: 100%;
    height: auto;
    padding-top: 30px;
    background: none;
  }
  /* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stages::before, .twocapp-case-digital__stages::after {
    content: none;
  }
}

/* line 167, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__scale {
  display: none;
}

@media (max-width: 991px) {
  /* line 167, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__scale {
    position: absolute;
    top: 0;
    bottom: -33px;
    left: 0;
    display: block;
    width: calc(100% - 557px);
    min-width: 60px;
    border-right: 2px solid #d5e7f2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0;
    z-index: 3;
  }
  /* line 183, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__scale::before, .twocapp-case-digital__scale::after {
    content: "";
    position: absolute;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d5e7f2;
  }
  /* line 194, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__scale::before {
    top: 0;
  }
  /* line 198, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__scale::after {
    bottom: 0;
  }
}

/* line 204, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__wrap {
  position: absolute;
  width: 960px;
  height: 960px;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background: -webkit-linear-gradient(bottom, #ff4359 0%, #ffd571 100%);
  background: linear-gradient(to top, #ff4359 0%, #ffd571 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  font-size: 0;
}

/* line 216, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 740px;
  height: 740px;
  border-radius: 50%;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__digital-5f2793038e5a802a66bd3e8ff3429d8480e0f4788f4c6ae8be840a64e67b03bf.png) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 230, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__list {
  position: relative;
  width: 1010px;
  height: 1010px;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__digital-5f2793038e5a802a66bd3e8ff3429d8480e0f4788f4c6ae8be840a64e67b03bf.png) no-repeat 50% 50%;
  list-style: none;
  counter-reset: list;
}

/* line 241, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__list::before, .twocapp-case-digital__list::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d5e7f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 253, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__list::before {
  top: -105px;
}

/* line 257, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__list::after {
  bottom: -105px;
}

@media (max-width: 1279px) {
  /* line 230, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__list {
    width: 800px;
    height: 800px;
  }
  /* line 265, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__list::before {
    top: -90px;
  }
  /* line 269, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__list::after {
    bottom: -90px;
  }
}

@media (max-width: 991px) {
  /* line 230, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__list {
    width: 100%;
    height: auto;
    padding: 0 30px 0 60px;
    background: none;
  }
  /* line 280, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__list::before, .twocapp-case-digital__list::after {
    content: none;
  }
}

/* line 287, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage {
  position: relative;
  width: 470px;
  margin-bottom: -60px;
  background: #fff;
  text-align: left;
  line-height: 20px;
  box-shadow: 0 10px 50px 0 rgba(83, 135, 172, 0.2);
  z-index: 3;
}

/* line 297, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage::before {
  content: "0" counter(list);
  position: absolute;
  top: 45px;
  left: 40px;
  font-size: 14px;
  color: #bad5e5;
  font-weight: 600;
  counter-increment: list;
}

/* line 308, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  border: 4px solid transparent;
  border-left: 9px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 318, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage:nth-of-type(odd) {
  margin-left: auto;
}

/* line 322, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage:nth-of-type(odd)::after {
  right: auto;
  left: -13px;
  border-left: 4px solid transparent;
  border-right: 9px solid #fff;
}

/* line 329, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage:nth-of-type(even) .twocapp-case-digital__content::before {
  right: -45px;
  left: auto;
}

/* line 334, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage:first-of-type {
  top: -35px;
  margin-bottom: -115px;
}

/* line 339, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage:nth-of-type(3) {
  margin-bottom: -70px;
}

/* line 343, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage:last-of-type {
  margin-bottom: 0;
}

/* line 347, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__stage span {
  color: #92b3ce;
  font-weight: 300;
}

@media (max-width: 1279px) {
  /* line 287, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage {
    width: 400px;
  }
  /* line 355, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage::before {
    top: 30px;
  }
  /* line 359, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(odd) {
    right: -35px;
  }
  /* line 363, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(even) {
    left: -35px;
  }
  /* line 367, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:first-of-type {
    top: -55px;
    margin-bottom: -165px;
  }
}

@media (max-width: 991px) {
  /* line 287, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage {
    width: 100%;
    max-width: 520px;
    margin-bottom: 10px;
    z-index: 3;
  }
  /* line 379, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage::before {
    top: 15px;
  }
  /* line 383, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(odd) {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 389, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage::after {
    right: auto;
    left: -13px;
    border-left: 4px solid transparent;
    border-right: 9px solid #fff;
  }
  /* line 396, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(even) {
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 402, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(odd)::after {
    left: -13px;
    border-left: 4px solid transparent;
    border-right: 9px solid #fff;
  }
  /* line 408, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(even) .twocapp-case-digital__content::before {
    right: auto;
    left: -45px;
  }
  /* line 413, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:first-of-type {
    top: 0;
    margin-bottom: 10px;
  }
  /* line 418, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(3) {
    margin-bottom: 10px;
  }
  /* line 422, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 630px) {
  /* line 428, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage:nth-of-type(even) .twocapp-case-digital__content::before {
    left: -41px;
  }
}

@media (max-width: 449px) {
  /* line 436, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage::before {
    top: 7px;
    left: 20px;
  }
  /* line 441, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__stage .twocapp-case__label {
    font-size: 12px;
    line-height: 15px;
  }
}

/* line 448, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__content {
  padding: 103px 30px 36px 40px;
}

/* line 451, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
.twocapp-case-digital__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #ff4359;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1279px) {
  /* line 448, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__content {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  /* line 448, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__content {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  /* line 473, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__content::before {
    left: -45px;
  }
}

@media (max-width: 630px) {
  /* line 479, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__content::before {
    left: -41px;
  }
}

@media (max-width: 449px) {
  /* line 448, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-digital.scss */
  .twocapp-case-digital__content {
    padding: 30px 20px 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro {
  position: relative;
  margin-bottom: -195px;
  padding: 130px 120px 60px;
  z-index: 2;
  overflow-x: hidden;
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 105vw;
  min-width: 1480px;
  height: 430px;
  border-radius: 0 0 50% 50%/ 0 0 100% 100%;
  background-image: -webkit-linear-gradient(bottom, #ff4359 0%, #ffd571 100%);
  background-image: linear-gradient(to top, #ff4359 0%, #ffd571 100%);
  box-shadow: 0 0 0 60px #f7fbfe, 0 0 0 62px #d5e7f2, 0 0 0 190px #fff, 0 0 0 191px #d5e7f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro {
    margin-bottom: -300px;
    padding: 130px 70px 60px;
  }
  /* line 30, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro::before {
    width: 1480px;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro {
    padding: 130px 30px 60px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro {
    padding: 51px 10px 60px;
  }
  /* line 43, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro::before {
    width: 900px;
    height: 270px;
    box-shadow: 0 0 0 23px #f7fbfe, 0 0 0 25px #d5e7f2, 0 0 0 90px #fff, 0 0 0 91px #d5e7f2;
  }
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__header {
  max-width: 425px;
  margin: 0 auto 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 449px) {
  /* line 53, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__header {
    max-width: 270px;
    margin-bottom: 45px;
  }
}

/* line 67, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__title {
  margin-bottom: 15px;
  font-size: 90px;
  font-weight: 700;
}

@media (max-width: 449px) {
  /* line 67, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__title {
    font-size: 60px;
  }
}

/* line 77, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__logo {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  border-radius: 40px;
  font-size: 0;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__logo-d2666caef3bac2e1c2c809214403603949f83230032d5efd7727d4367547aa5b.png) no-repeat 0 0;
  background-size: 180px;
  box-shadow: 0 20px 50px 0 rgba(83, 135, 172, 0.2);
}

@media (max-width: 449px) {
  /* line 77, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__logo {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background-size: 100px;
  }
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 152px 0 100px 120px;
  box-sizing: border-box;
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__content::before, .twocapp-case-intro__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 180px;
  z-index: -1;
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__content::before {
  right: 42%;
  width: 162px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case_city-left-980932a4670871425ade2017fd4ebefa1c351ea6b06e4fd568e86f01b4a4afb2.png) no-repeat 0 0;
  background-size: cover;
}

/* line 118, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__content::after {
  right: 0;
  width: 180px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case_city-right-e7e1169d09559240beb427bf90f3ef8121aaf12540800d035f81901977238f90.png) no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 1279px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content {
    padding-top: 55px;
    padding-bottom: 0;
  }
  /* line 133, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::before {
    right: auto;
    left: 10%;
  }
  /* line 138, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::after {
    right: 10%;
  }
}

@media (max-width: 767px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content {
    padding-top: 25px;
  }
  /* line 146, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::before {
    left: 5%;
    width: 120px;
    height: 134px;
  }
  /* line 152, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::after {
    right: 3%;
    width: 134px;
    height: 134px;
  }
}

@media (max-width: 604px) {
  /* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::before {
    left: 10px;
  }
  /* line 164, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::after {
    right: 10px;
  }
}

@media (max-width: 449px) {
  /* line 170, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::before {
    width: 80px;
    height: 90px;
  }
  /* line 175, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__content::after {
    width: 90px;
    height: 90px;
  }
}

/* line 182, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__description {
  max-width: 390px;
}

@media (max-width: 1279px) {
  /* line 182, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__description {
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  /* line 182, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__description {
    max-width: none;
  }
}

@media (max-width: 604px) {
  /* line 182, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__description {
    max-width: 380px;
    margin: 0 auto -30px;
  }
}

@media (max-width: 449px) {
  /* line 182, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__description {
    margin-bottom: 0;
    padding-left: 30px;
  }
}

/* line 204, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__subtitle {
  margin-bottom: 50px;
}

@media (max-width: 604px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__subtitle {
    margin-bottom: 55px;
  }
}

@media (max-width: 449px) {
  /* line 204, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__subtitle {
    margin-bottom: 24px;
  }
}

/* line 216, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__label {
  margin-bottom: 25px;
}

@media (max-width: 449px) {
  /* line 216, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__label {
    margin-bottom: 10px;
  }
}

/* line 224, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__image {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 57%;
  text-align: center;
}

/* line 231, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__image img {
  max-width: 485px;
  width: 34vw;
}

@media (max-width: 1279px) {
  /* line 224, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__image {
    right: 5%;
    bottom: -10%;
    width: 45%;
  }
  /* line 241, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__image img {
    max-width: 420px;
  }
}

@media (max-width: 991px) {
  /* line 224, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__image {
    position: relative;
    bottom: -75px;
    width: 365px;
    margin: 0 auto;
  }
  /* line 252, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__image img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 449px) {
  /* line 224, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__image {
    width: 245px;
    bottom: -50px;
  }
}

/* line 264, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__banner {
  max-width: 1200px;
  min-height: 555px;
  margin: 0 auto;
  padding: 235px 170px 40px;
  background: #fff;
  box-shadow: 0 15px 70px 0 rgba(45, 90, 122, 0.2);
}

/* line 272, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__banner::after {
  content: "";
  position: absolute;
  right: 23px;
  left: 23px;
  bottom: -13px;
  height: 23px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  z-index: -1;
}

@media (max-width: 991px) {
  /* line 264, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__banner {
    padding: 235px 100px 50px;
  }
}

@media (max-width: 604px) {
  /* line 264, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__banner {
    padding: 235px 75px 60px;
  }
}

@media (max-width: 449px) {
  /* line 264, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__banner {
    padding: 262px 40px 60px;
  }
}

/* line 298, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden;
}

/* line 308, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__wrap::before, .twocapp-case-intro__wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

/* line 318, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__wrap::before {
  content: "";
  position: absolute;
  top: 95px;
  width: 85px;
  height: 85px;
  border: 3px solid #bad5e5;
  background: #fff url(https://molinos.ru/assets/cases/twocapp/twocapp-case__train-faeebdc7dc5296d8306cc246d8f00f58cd14b820554da7e267380a3128fc286f.svg) no-repeat 50% 50%;
  box-shadow: 0 0 0 25px #fff, 0 0 0 27px #d5e7f2;
  z-index: 2;
}

/* line 331, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__wrap::after {
  top: -40px;
  width: 356px;
  height: 356px;
  border: 1px solid #d5e7f2;
  background: #f7fafe;
  box-shadow: 0 0 0 150px #fff, 0 0 0 151px #edf4f9;
}

@media (max-width: 604px) {
  /* line 343, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__wrap::after {
    box-shadow: none;
  }
}

@media (max-width: 449px) {
  /* line 349, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__wrap::after {
    top: 20px;
    width: 230px;
    height: 230px;
  }
}

/* line 357, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__subheader {
  position: relative;
  max-width: 690px;
  margin: 0 auto 35px;
  text-align: center;
  font-family: "Arial", sans-serif;
  color: #333;
  font-size: 20px;
  z-index: 2;
}

/* line 367, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro__subheader::after {
  content: "";
  position: absolute;
  right: 23px;
  bottom: 0;
  left: 23px;
  height: 10px;
}

@media (max-width: 449px) {
  /* line 357, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro__subheader {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 15px;
  }
}

/* line 383, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
.twocapp-case-intro .twocapp-case__text {
  position: relative;
  z-index: 2;
}

@media (max-width: 449px) {
  /* line 383, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-intro.scss */
  .twocapp-case-intro .twocapp-case__text {
    padding-right: 30px;
    font-size: 12px;
    line-height: 15px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform {
  position: relative;
  margin-bottom: -37px;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform::before, .twocapp-case-platform::after {
  content: "";
  position: absolute;
}

/* line 11, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform::before {
  top: -90px;
  left: 50%;
  width: 120px;
  height: 260px;
  background: #e7f3fa;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

/* line 21, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform::after {
  right: 0;
  bottom: -392px;
  left: 0;
  height: 760px;
  background-image: -webkit-linear-gradient(bottom, #ff4359 0%, #ffd571 100%);
  background-image: linear-gradient(to top, #ff4359 0%, #ffd571 100%);
}

@media (max-width: 1279px) {
  /* line 30, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform::before {
    top: -120px;
  }
}

@media (max-width: 991px) {
  /* line 36, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform::after {
    bottom: -910px;
    height: 1385px;
  }
}

@media (max-width: 604px) {
  /* line 43, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform::after {
    bottom: -850px;
    height: 1560px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform {
    margin-bottom: 15px;
  }
  /* line 52, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform::before {
    top: -30px;
  }
  /* line 56, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform::after {
    bottom: -670px;
    height: 1330px;
  }
}

@media (max-width: 380px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform::before {
    top: -100px;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__header {
  position: relative;
  min-height: 400px;
  padding-top: 90px;
  text-align: center;
}

@media (max-width: 1279px) {
  /* line 68, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__header {
    padding-top: 65px;
  }
  /* line 77, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__header .twocapp-case__title {
    font-size: 220px;
  }
}

@media (max-width: 1279px) {
  /* line 83, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__header .twocapp-case__title {
    font-size: 170px;
  }
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__header .twocapp-case__title {
    font-size: 120px;
  }
}

@media (max-width: 604px) {
  /* line 95, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__header .twocapp-case__title {
    font-size: 100px;
  }
}

@media (max-width: 449px) {
  /* line 101, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__header .twocapp-case__title {
    font-size: 70px;
  }
}

/* line 107, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__title {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 449px) {
  /* line 107, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__title {
    top: 226px;
  }
}

/* line 119, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__label {
  position: relative;
  margin-bottom: 92px;
  z-index: 4;
}

@media (max-width: 1279px) {
  /* line 119, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__label {
    margin-bottom: 60px;
  }
}

@media (max-width: 604px) {
  /* line 119, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__label {
    margin-bottom: 30px;
  }
}

@media (max-width: 449px) {
  /* line 119, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__label {
    max-width: 240px;
    margin: 0 auto 50px;
  }
}

/* line 138, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__subheader {
  position: relative;
  margin-bottom: 85px;
  z-index: 4;
}

@media (max-width: 1279px) {
  /* line 138, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__subheader {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  /* line 138, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__subheader {
    margin-bottom: 15px;
  }
}

@media (max-width: 449px) {
  /* line 138, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__subheader {
    margin-bottom: 114px;
  }
}

/* line 156, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__about {
  text-align: left;
}

/* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__banner {
  position: relative;
  max-width: 1200px;
  min-height: 700px;
  margin: 0 auto;
  padding: 100px;
  box-shadow: 0 15px 70px 0 rgba(45, 90, 122, 0.2);
  background: #fff url(https://molinos.ru/assets/cases/twocapp/twocapp-case__platform-41b4e1ed557b9a71d53ec137ac454fe37b83bd2823381e14687e6e19b915bac1.png) no-repeat 155px 100px;
  z-index: 2;
}

@media (max-width: 1279px) {
  /* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__banner {
    max-width: 960px;
    padding: 70px 50px;
    background-position-x: 70px;
  }
}

@media (max-width: 991px) {
  /* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__banner {
    width: 90%;
    padding-top: 420px;
    background: #fff url(https://molinos.ru/assets/cases/twocapp/twocapp-case__platform-mobile-617f40f8e8abafaafe13740702652b0b045f29e8e3d9554d538a8e95a9a26f01.png) no-repeat 50% 90px;
  }
}

@media (max-width: 604px) {
  /* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__banner {
    padding-top: 350px;
    background-size: 320px;
  }
}

@media (max-width: 449px) {
  /* line 160, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__banner {
    padding: 235px 30px 50px;
    background-position-y: 50px;
    background-size: 240px;
  }
}

/* line 194, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__about {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 1279px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__about {
    width: 55%;
  }
}

@media (max-width: 991px) {
  /* line 194, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
  .twocapp-case-platform__about {
    width: 100%;
    margin: 0;
  }
}

/* line 208, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__content {
  padding-top: 29px;
}

/* line 212, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__list {
  margin: 0;
  padding: 9px 0;
  list-style: none;
}

/* line 217, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__list li {
  position: relative;
  padding-left: 20px;
}

/* line 222, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__list li:first-of-type {
  padding-bottom: 9px;
}

/* line 226, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-platform.scss */
.twocapp-case-platform__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4359;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync {
  position: relative;
}

@media (max-width: 991px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync .twocapp-case__title {
    font-size: 260px;
  }
}

@media (max-width: 604px) {
  /* line 11, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync .twocapp-case__title {
    font-size: 200px;
  }
}

@media (max-width: 500px) {
  /* line 17, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync .twocapp-case__title {
    font-size: 190px;
  }
}

@media (max-width: 449px) {
  /* line 23, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync .twocapp-case__title {
    font-size: 140px;
  }
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__systems {
  position: relative;
  margin-top: -155px;
}

@media (max-width: 604px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__systems {
    margin-top: -120px;
  }
}

@media (max-width: 449px) {
  /* line 28, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__systems {
    margin-top: -80px;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 36px;
}

@media (max-width: 991px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__socials {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media (max-width: 604px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__socials {
    padding-top: 40px;
  }
}

@media (max-width: 449px) {
  /* line 41, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__socials {
    width: 100%;
    max-width: none;
    padding: 27px 10px 0;
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 380px;
  min-height: 290px;
  padding: 100px 30px 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

/* line 76, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__social:not(:last-of-type) {
  margin-right: 30px;
}

/* line 80, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__social::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  height: 60px;
}

/* line 88, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__social--networks::before {
  width: 141px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__socials-2781b20c3eb20c0bee53fec1811a9228154d7ef9885d820ff15943256b2b9db6.png) no-repeat 0 0;
}

/* line 93, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__social--schedule::before {
  width: 50px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__schedule-e4a90e10128e91cde26727ead62d3cabaa2e70654597e7c771ba323aca28475e.png) no-repeat 0 0;
}

/* line 98, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__social--tags::before {
  width: 61px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__tags-a802fe2a0bc4b088e42cd12e6389c80ff808398fb56d91917964d3661e1132b1.png) no-repeat 0 0;
}

@media (max-width: 1279px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social {
    width: 300px;
    min-height: 210px;
  }
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social {
    width: 440px;
    min-height: 260px;
  }
  /* line 112, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social:not(:last-of-type) {
    margin: 0 0 10px;
  }
}

@media (max-width: 604px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social {
    width: 400px;
  }
}

@media (max-width: 449px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social {
    width: 100%;
    min-height: 170px;
  }
  /* line 125, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social::before {
    left: 30px;
  }
  /* line 129, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social--networks::before {
    width: 90px;
    height: 40px;
    background-size: 90px;
  }
  /* line 135, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social--schedule::before {
    width: 34px;
    height: 40px;
    background-size: 34px 40px;
  }
  /* line 141, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__social--tags:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}

/* line 149, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__feed {
  position: relative;
  padding: 175px 60px 150px;
}

@media (max-width: 991px) {
  /* line 149, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__feed {
    min-height: 1080px;
  }
}

@media (max-width: 767px) {
  /* line 149, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__feed {
    min-height: 1000px;
  }
}

@media (max-width: 604px) {
  /* line 149, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__feed {
    padding-bottom: 566px;
  }
}

@media (max-width: 449px) {
  /* line 149, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__feed {
    min-height: 600px;
    padding: 0 40px 320px;
  }
}

/* line 172, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__bg-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  z-index: -1;
  overflow: hidden;
}

/* line 181, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__bg-wrap::before, .twocapp-case-sync__bg-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 190, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__bg-wrap::before {
  top: 532px;
  width: 725px;
  height: 725px;
  border: 1px solid #d4e7f2;
  background: #f7fbfe;
  box-shadow: 0 0 0 70px #eef6fb, 0 0 0 72px #d4e7f2;
  z-index: 1;
}

/* line 201, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__bg-wrap::after {
  top: 165px;
  width: 1468px;
  height: 1538px;
  border: 1px solid #d4e7f2;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 210, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::before {
    top: 25%;
  }
  /* line 214, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::after {
    top: 17%;
    width: 1300px;
    height: 1300px;
  }
}

@media (max-width: 604px) {
  /* line 222, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::before {
    top: 25%;
    width: 417px;
    height: 417px;
    box-shadow: 0 0 0 40px #eef6fb, 0 0 0 42px #d4e7f2;
  }
  /* line 229, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::after {
    top: 18.5%;
    width: 1100px;
    height: 1100px;
  }
}

@media (max-width: 449px) {
  /* line 237, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::before {
    top: 23%;
    width: 220px;
    height: 220px;
    box-shadow: 0 0 0 20px #eef6fb, 0 0 0 22px #d4e7f2;
  }
  /* line 244, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::after {
    top: 18%;
    width: 680px;
    height: 680px;
  }
}

@media (max-width: 380px) {
  /* line 252, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::before {
    top: 28%;
  }
  /* line 256, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__bg-wrap::after {
    top: 20%;
  }
}

/* line 262, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__content {
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 1365px) {
  /* line 262, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content {
    position: relative;
  }
}

@media (max-width: 604px) {
  /* line 262, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content {
    max-width: 90%;
  }
  /* line 273, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content .twocapp-case__label {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 280, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content .twocapp-case__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 449px) {
  /* line 262, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content {
    max-width: none;
  }
  /* line 289, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content .twocapp-case__label {
    margin-bottom: 14px;
    padding-top: 52px;
    font-size: 14px;
    line-height: 15px;
  }
  /* line 296, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__content .twocapp-case__text {
    font-size: 12px;
    line-height: 15px;
  }
}

/* line 303, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__label, .twocapp-case-sync__text {
  position: relative;
  max-width: 370px;
  z-index: 2;
}

@media (max-width: 991px) {
  /* line 303, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__label, .twocapp-case-sync__text {
    max-width: 610px;
    margin: 0 auto;
  }
}

/* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__image {
  position: absolute;
  top: 60px;
  right: 0;
  width: 765px;
  height: 730px;
  background: url(https://molinos.ru/assets/cases/twocapp/twocapp-case__phone-b9065835e5e3d2c5f7888c8d313d57520f692796e98e795da23da9b99d710106.png) no-repeat 0 0;
  background-size: cover;
  font-size: 0;
}

@media (min-width: 1365px) {
  /* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__image {
    top: 0;
    right: -10%;
    background-size: contain;
  }
}

@media (max-width: 1279px) {
  /* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__image {
    width: 691px;
    height: 638px;
  }
}

@media (max-width: 991px) {
  /* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__image {
    top: initial;
    bottom: -120px;
  }
}

@media (max-width: 767px) {
  /* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__image {
    width: 500px;
    height: 568px;
  }
}

@media (max-width: 604px) {
  /* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__image {
    bottom: -75px;
    width: 100%;
    height: 635px;
    background-position-x: -8px;
  }
}

@media (max-width: 449px) {
  /* line 315, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__image {
    right: 0;
    bottom: 0;
    height: 313px;
    background-position-x: 0;
  }
}

/* line 361, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__banner {
  max-width: 1080px;
  margin: 0 auto 180px;
  padding: 104px 132px 106px;
  line-height: 30px;
  box-shadow: 0 15px 70px 0 rgba(45, 90, 122, 0.2);
}

/* line 368, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__banner span {
  color: #92b3ce;
}

/* line 372, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__banner .twocapp-case-sync__hashtag {
  color: #ff4359;
}

@media (max-width: 1279px) {
  /* line 361, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__banner {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  /* line 361, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__banner {
    width: 90%;
    padding: 90px 70px;
  }
}

@media (max-width: 604px) {
  /* line 361, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__banner {
    width: 95%;
    min-height: 380px;
    margin-bottom: 128px;
    padding: 60px 50px;
  }
}

@media (max-width: 449px) {
  /* line 361, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__banner {
    min-height: 0;
    margin-bottom: 65px;
    padding: 43px 30px 50px;
  }
  /* line 397, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__banner .twocapp-case__label {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 404, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__steps {
  position: relative;
}

/* line 407, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__steps::before {
  content: "";
  position: absolute;
  top: -30%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f7fbfe;
  z-index: -2;
}

@media (max-width: 991px) {
  /* line 419, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__steps::after {
    top: 17%;
  }
}

/* line 425, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto -100px;
  z-index: 2;
}

/* line 432, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__step:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 425, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 570px;
    padding-bottom: 110px;
    margin-bottom: 0;
  }
  /* line 443, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 90%;
    max-width: 570px;
    margin: 0 auto -70px;
  }
  /* line 450, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step .twocapp-case-sync__label {
    padding-top: 0;
  }
}

@media (max-width: 604px) {
  /* line 425, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step {
    width: 90%;
  }
  /* line 458, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step img {
    margin-bottom: -50px;
  }
}

@media (max-width: 449px) {
  /* line 425, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step {
    width: 100%;
    padding-bottom: 50px;
  }
  /* line 467, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__step img {
    margin-bottom: -20px;
  }
}

@media (max-width: 991px) {
  /* line 473, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__description {
    width: 100%;
  }
}

@media (max-width: 604px) {
  /* line 473, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__description {
    width: 80%;
    margin: 0 auto;
  }
  /* line 482, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__description .twocapp-case-sync__label {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 25px;
  }
  /* line 488, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__description .twocapp-case-sync__subheader,
.twocapp-case-sync__description .twocapp-case__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 604px) {
  /* line 496, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__description .twocapp-case-sync__label {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 502, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__description .twocapp-case-sync__subheader,
.twocapp-case-sync__description .twocapp-case__text {
    font-size: 12px;
    line-height: 15px;
  }
}

/* line 510, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__label {
  margin-bottom: 26px;
  padding-top: 110px;
  font-size: 22px;
  line-height: 25px;
  color: #333;
  font-weight: 600;
}

@media (max-width: 991px) {
  /* line 510, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__label {
    padding-top: 57px;
  }
}

/* line 523, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__subheader {
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: #5387ac;
}

@media (max-width: 604px) {
  /* line 523, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__subheader {
    padding-bottom: 8px;
  }
}

/* line 536, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  font-size: 0;
}

/* line 545, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
.twocapp-case-sync__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  border: 1px solid #d4e7f2;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 0 70px #eef6fb, 0 0 0 72px #d4e7f2, 0 0 0 290px #f7fafe, 0 0 0 291px #d4e7f2;
  z-index: 1;
}

@media (max-width: 604px) {
  /* line 564, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__wrap::after {
    top: 15%;
  }
}

@media (max-width: 449px) {
  /* line 570, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case-sync.scss */
  .twocapp-case-sync__wrap::after {
    top: 430px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case {
  font-family: "Ubuntu", "Arial", sans-serif;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subtitle {
  font-size: 70px;
  font-weight: 700;
  color: #ff4359;
  line-height: 1;
}

/* line 10, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subtitle--smaller {
  font-size: 50px;
}

@media (max-width: 449px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
  .twocapp-case__subtitle {
    font-size: 50px;
  }
  /* line 17, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
  .twocapp-case__subtitle--smaller {
    font-size: 40px;
  }
}

/* line 23, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__label {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__label--centred {
  text-align: center;
}

/* line 32, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__label--regular {
  font-weight: 400;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__label--font-16 {
  font-size: 16px;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__label--font-18 {
  font-size: 18px;
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__label--font-26 {
  font-size: 26px;
}

@media (max-width: 449px) {
  /* line 23, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
  .twocapp-case__label {
    font-size: 18px;
  }
  /* line 51, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
  .twocapp-case__label--font-18 {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 56, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
  .twocapp-case__label--font-16 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__text {
  color: #5387ac;
  font-size: 16px;
  line-height: 25px;
  font-family: "Arial", sans-serif;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__text--centred {
  text-align: center;
}

@media (max-width: 449px) {
  /* line 63, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
  .twocapp-case__text {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 79, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__banner {
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

/* line 85, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__banner--shadowed {
  box-shadow: 0 15px 70px 0 rgba(45, 90, 122, 0.2);
}

/* line 90, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__title {
  color: rgba(146, 179, 206, 0.1);
  font-weight: 600;
  text-align: center;
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__title--font-370 {
  font-size: 370px;
}

/* line 99, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__title--font-300 {
  font-size: 300px;
}

/* line 103, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__title--font-290 {
  font-size: 290px;
}

/* line 107, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__title--font-280 {
  font-size: 280px;
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__title--orange {
  color: rgba(255, 213, 113, 0.2);
}

/* line 116, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subheader {
  font-size: 14px;
  color: #5387ac;
  font-weight: 600;
  text-align: center;
}

/* line 122, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subheader::before, .twocapp-case__subheader::after {
  content: "-";
  display: inline-block;
  vertical-align: middle;
}

/* line 129, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subheader::before {
  margin-right: 5px;
}

/* line 133, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subheader::after {
  margin-left: 5px;
}

/* line 137, app/assets/stylesheets/partials/blocks/cases/twocapp/twocapp-case.scss */
.twocapp-case__subheader--white {
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item {
  position: relative;
  padding: 170px 160px 110px;
}

/* line 5, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ccd5de;
  opacity: 0.1;
}

@media (min-width: 1400px) {
  /* line 5, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item::after {
    left: calc(50vw - 607px);
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--half-bg::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #f7f7f7;
  z-index: -1;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__title {
  position: relative;
}

/* line 38, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__title--sm {
  max-width: 300px;
}

/* line 41, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__title--sm .utls-case-item__number {
  left: -183px;
}

/* line 46, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__title .title {
  margin-left: 0;
  margin-bottom: 80px;
  font-weight: 500;
}

/* line 53, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  max-width: 405px;
  color: #c5c5c5;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__text p {
  margin: 0 0 30px;
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__number {
  position: absolute;
  bottom: 0;
  left: -249px;
  color: rgba(239, 244, 247, 0.05);
  font-size: 17.5em;
  font-weight: 900;
  line-height: 188px;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__number--sm {
  font-size: 11.25em;
  line-height: 121px;
}

/* line 79, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__number--light {
  color: rgba(25, 33, 48, 0.05);
}

/* line 82, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__number--light::before {
  opacity: 1;
}

/* line 87, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__number::before {
  content: '';
  top: 94px;
  left: 50%;
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ccd5de;
  opacity: 0.5;
}

/* line 101, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__image {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

/* line 111, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item__step {
  max-width: 1080px;
  margin: 0 auto;
}

/* line 116, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--01 {
  min-height: 1500px;
  background: #5b5f60 url(https://molinos.ru/assets/cases/utls/utls_01_bg-eccc9fa2c437887d0e1a7ddb41f62db624b9c2205f168cb58579451c5682fcbf.png) no-repeat 150px top;
  background-size: cover;
}

/* line 121, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--01::after {
  top: 160px;
}

/* line 126, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--02 {
  overflow: hidden;
  background-color: #363636;
  min-height: 640px;
}

/* line 131, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--02 .utls-case-item__text {
  max-width: 300px;
  color: #a4a4a4;
}

/* line 136, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--02 .utls-case-item__image {
  margin: 0 auto;
  bottom: 0;
  right: 0;
  top: auto;
  width: 1130px;
  height: 550px;
  left: 720px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_02_phone-0b8b53fe522a49a6fba7cd2aa2ff4105d7f7e37561bfbb22c072e9e10c84f336.png);
  background-position: left top;
}

/* line 149, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--03 {
  min-height: 900px;
  background: url(https://molinos.ru/assets/cases/utls/utls_header-1a6ce7d191abcd1f731d23495cee29da760cfe238914549031f7bcf80bcb0e94.jpg) no-repeat;
  background-size: cover;
}

/* line 154, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--03 .utls-case-item__image {
  top: 310px;
  bottom: -300px;
  max-width: 1750px;
  margin: 0 auto;
}

/* line 161, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--03 .utls-case-item__text {
  color: #c4d0de;
  max-width: 363px;
}

/* line 166, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--03 .utls-case-item__image--top {
  background-image: url(https://molinos.ru/assets/cases/utls/utls_03_top-cb3cb47b6e2f8ffa7bfa8de742a85df4fb440173f44c7e6f0d7de85787689853.png);
  background-position: right top;
}

/* line 170, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--03 .utls-case-item__image--middle {
  top: 500px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_03_middle-e7c2319a0557cd0061187d5a6e9961b58077a0b8b261028a3a43f03902ffaed4.png);
  background-position: 0 bottom;
}

/* line 175, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--03 .utls-case-item__image--bottom {
  top: 500px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_03_bottom-ae4747f7fcc97bf3d459e3fe3371c799115c98bbdadb3c37cb7fe1dd00f9bf7c.png);
  background-position: right bottom;
}

/* line 182, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--04 {
  min-height: 1050px;
  padding-top: 470px;
}

/* line 186, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--04 .utls-case-item__image {
  width: 60%;
  left: auto;
  top: 300px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_04-c80c4e6c7252771cbaf35b1d606577ea01b23905779c97c8aee326c7781d98a9.png);
  background-position: left top;
}

/* line 194, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--04 .utls-case-item__text {
  color: #787878;
  max-width: 364px;
}

/* line 200, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--05 {
  min-height: 940px;
  background: #f7f7f7;
}

/* line 204, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--05 .utls-case-item__image {
  width: 56%;
  left: auto;
  top: 120px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_05-fbc6ed1f21398425c96a9eac0466e054273be2ac1d8802b3f739d0bb45ff0164.png);
  background-position: left top;
}

/* line 212, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--05 .utls-case-item__text {
  color: #777;
  max-width: 293px;
}

/* line 218, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--06 {
  min-height: 1050px;
}

/* line 221, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--06 .utls-case-item__image {
  width: 75%;
  left: auto;
  top: 30px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_06-3c4ed1be36b6986c2045289626283b0b08406e08257d0c8adbd7dbaedab6bc1f.png);
  background-position: left top;
}

/* line 229, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
.utls-case-item--06 .utls-case-item__text {
  color: #64747f;
  max-width: 362px;
}

@media (max-width: 1279px) {
  /* line 236, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 .utls-case-item__image {
    left: auto;
    width: 53%;
  }
  /* line 241, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 {
    min-height: 870px;
  }
  /* line 244, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image {
    background-size: cover;
  }
  /* line 248, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--top {
    width: 52vw;
    height: 30vw;
    top: 17vw;
    margin: 0;
    left: auto;
  }
  /* line 256, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--middle {
    width: 77vw;
    top: 33vw;
    height: 50vw;
  }
  /* line 262, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--bottom {
    top: 55vw;
    bottom: -17vw;
    width: 98vw;
    height: 42vw;
  }
  /* line 269, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__step {
    padding-right: 38vw;
  }
  /* line 274, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 {
    padding-top: 300px;
  }
  /* line 277, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 .utls-case-item__image {
    top: 19vw;
    width: 50%;
    background-size: cover;
  }
  /* line 283, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 .utls-case-item__step {
    width: 50%;
    margin-left: 0;
    padding-right: 40px;
  }
  /* line 292, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 .utls-case-item__step {
    padding-right: 57%;
  }
  /* line 296, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 .utls-case-item__image {
    width: 50%;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item {
    min-height: 850px;
    padding: 120px 61px;
  }
  /* line 306, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item::after {
    left: 44px;
  }
  /* line 310, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item .title.title-h1, .utls-case-item .text h1.title, .text .utls-case-item h1.title, .utls-case-item .kaya-video__text h1.title, .kaya-video__text .utls-case-item h1.title, .utls-case-item .studio-business__text h1.title, .studio-business__text .utls-case-item h1.title, .utls-case-item .studio-start__text h1.title, .studio-start__text .utls-case-item h1.title, .utls-case-item .title.studio-services__name,
.utls-case-item .title.title-h3,
.utls-case-item .text h3.title,
.text .utls-case-item h3.title,
.utls-case-item .kaya-video__text h3.title,
.kaya-video__text .utls-case-item h3.title,
.utls-case-item .studio-business__text h3.title,
.studio-business__text .utls-case-item h3.title,
.utls-case-item .studio-start__text h3.title,
.studio-start__text .utls-case-item h3.title,
.utls-case-item .title.statement-card__text,
.utls-case-item .title.achievements__title,
.utls-case-item .title.awards__title {
    margin-bottom: 40px;
  }
  /* line 315, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item .utls-case-item__title--sm .title-h3, .utls-case-item .utls-case-item__title--sm .text h3, .text .utls-case-item .utls-case-item__title--sm h3, .utls-case-item .utls-case-item__title--sm .kaya-video__text h3, .kaya-video__text .utls-case-item .utls-case-item__title--sm h3, .utls-case-item .utls-case-item__title--sm .studio-business__text h3, .studio-business__text .utls-case-item .utls-case-item__title--sm h3, .utls-case-item .utls-case-item__title--sm .studio-start__text h3, .studio-start__text .utls-case-item .utls-case-item__title--sm h3, .utls-case-item .utls-case-item__title--sm .statement-card__text, .utls-case-item .utls-case-item__title--sm .achievements__title, .utls-case-item .utls-case-item__title--sm .awards__title {
    font-size: 26px;
  }
  /* line 319, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item__title--sm .utls-case-item__number {
    left: -70px;
    bottom: -12px;
    font-size: 140px;
    z-index: 1;
  }
  /* line 326, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item__number {
    bottom: -38px;
    left: -86px;
    font-size: 180px;
  }
  /* line 332, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item .utls-case-item__title--sm .utls-case-item__number::before {
    top: 72px;
    left: 50px;
  }
  /* line 337, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--01 .utls-case-item__title .utls-case-item__number::before, .utls-case-item--02 .utls-case-item__title .utls-case-item__number::before {
    top: 95px;
    left: 66px;
  }
  /* line 343, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--06 .utls-case-item__title--sm .utls-case-item__number::before, .utls-case-item--03 .utls-case-item__title--sm .utls-case-item__number::before {
    top: 40px;
  }
  /* line 348, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--01 {
    min-height: 965px;
    background-position: 23vw 10vw;
    background-size: cover;
  }
  /* line 353, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--01::after {
    top: 138px;
  }
  /* line 359, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 .utls-case-item__text {
    max-width: 212px;
  }
  /* line 364, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 {
    min-height: 614px;
  }
  /* line 367, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__step {
    padding-right: 42vw;
  }
  /* line 371, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--top {
    top: 10vw;
    right: -30px;
  }
  /* line 376, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--middle {
    top: 23vw;
  }
  /* line 380, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--bottom {
    top: 42vw;
    height: 40vw;
  }
}

@media (max-width: 800px) {
  /* line 388, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item .utls-case-item__title,
.utls-case-item .utls-case-item__text {
    max-width: none;
  }
  /* line 393, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--01 {
    background-position: 30% 300px;
    background-size: cover;
  }
  /* line 398, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 {
    min-height: 390px;
    padding-right: 57vw;
  }
  /* line 402, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 .utls-case-item__image {
    width: 72vw;
    height: 400px;
    right: -20%;
    background-size: cover;
  }
  /* line 410, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 {
    z-index: 2;
  }
  /* line 413, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image {
    top: auto;
  }
  /* line 417, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--top {
    width: 58vw;
    height: 35vw;
    bottom: 50px;
  }
  /* line 423, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--middle {
    top: auto;
    right: auto;
    bottom: -18vw;
    left: -30%;
    width: 85vw;
    height: 55vw;
  }
  /* line 432, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--bottom {
    top: auto;
    height: 38vw;
    bottom: -22vw;
    width: 90vw;
    left: 14vw;
  }
  /* line 440, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__step {
    padding-right: 0;
  }
  /* line 445, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 {
    min-height: 820px;
    padding-top: 270px;
    z-index: 1;
  }
  /* line 450, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 .utls-case-item__step {
    width: auto;
    padding-right: 0;
  }
  /* line 455, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 .utls-case-item__image {
    top: auto;
    bottom: -9vw;
    width: 75vw;
    height: 49vw;
    min-width: 366px;
    min-height: 285px;
  }
  /* line 465, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 {
    min-height: 790px;
  }
  /* line 468, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 .utls-case-item__step {
    padding-right: 0;
  }
  /* line 472, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 .utls-case-item__image {
    top: auto;
    bottom: 4%;
    width: 100%;
    min-height: 450px;
    background-size: 700px 100%;
    background-position: 51px top;
  }
  /* line 482, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--06 {
    min-height: 795px;
  }
  /* line 485, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--06 .utls-case-item__image {
    width: 115%;
    top: auto;
    bottom: -95px;
    height: 495px;
    background-size: cover;
    background-position: 76% top;
    min-width: 682px;
    min-height: 515px;
  }
  /* line 497, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--06 .utls-case-item__title--sm .utls-case-item__number::before, .utls-case-item--03 .utls-case-item__title--sm .utls-case-item__number::before {
    top: 70px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item {
    padding: 108px 41px;
  }
  /* line 506, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item::after {
    left: 28px;
  }
  /* line 510, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--01 {
    min-height: 890px;
    background-position-y: 380px;
  }
  /* line 514, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--01::after {
    top: 122px;
  }
  /* line 519, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 {
    padding: 108px 41px 0 41px;
  }
  /* line 522, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 .utls-case-item__image {
    position: relative;
    top: 0;
    right: -10%;
    width: 90vw;
    min-height: 165px;
    height: 66vw;
  }
  /* line 531, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--02 .utls-case-item__text {
    max-width: none;
  }
  /* line 536, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 {
    padding-bottom: 245px;
  }
  /* line 539, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--top {
    right: -109px;
    width: 332px;
    height: 190px;
    min-width: initial;
    min-height: initial;
  }
  /* line 547, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--middle {
    width: 405px;
    height: 260px;
    left: -230px;
    bottom: -83px;
  }
  /* line 554, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03 .utls-case-item__image--bottom {
    width: 446px;
    height: 200px;
    bottom: -100px;
    left: 0;
  }
  /* line 561, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--03__number--sm::before {
    top: 42px;
  }
  /* line 566, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 {
    padding-top: 237px;
    padding-bottom: 250px;
  }
  /* line 570, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 .utls-case-item__image {
    bottom: -50px;
    min-width: 320px;
  }
  /* line 576, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 {
    min-height: 685px;
    padding-bottom: 322px;
  }
  /* line 580, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--05 .utls-case-item__image {
    top: auto;
    bottom: 4vw;
    width: 100%;
    min-height: 315px;
    background-size: 424px 100%;
    background-position: -8px top;
  }
  /* line 590, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--06 {
    min-height: 693px;
    padding-bottom: 300px;
  }
  /* line 594, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--06 .utls-case-item__image {
    left: -110px;
    bottom: -50px;
    min-width: 532px;
    min-height: 359px;
    height: 359px;
  }
  /* line 603, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item__number {
    left: -82px;
  }
  /* line 607, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item__number::before {
    top: 98px;
    left: 89px;
  }
  /* line 612, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item .utls-case-item__title--sm .utls-case-item__number::before {
    top: 40px;
    left: 54px;
  }
  /* line 617, app/assets/stylesheets/partials/blocks/cases/utls/utls-case-item.scss */
  .utls-case-item--04 .utls-case-item__title--sm .utls-case-item__number::before {
    top: 70px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__header {
  position: relative;
  padding: 60px 100px 110px;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_header-1a6ce7d191abcd1f731d23495cee29da760cfe238914549031f7bcf80bcb0e94.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 12, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__header-wrap {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__header-image {
  position: absolute;
  display: block;
  top: 180px;
  right: 0;
  bottom: -40px;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(https://molinos.ru/assets/cases/utls/utls_header_laptop-a8c631e3c53f3dd983c9c840c48c8dad24a10ff6f5e703b58ecd8780c92f44b0.png);
  background-position: left bottom;
}

/* line 31, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__logo {
  width: 220px;
  margin-bottom: 115px;
}

/* line 35, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__logo svg {
  width: 100%;
}

/* line 40, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__title .title {
  margin-left: 0;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 90px;
}

/* line 47, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info {
  color: #c4d0de;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  max-width: 530px;
}

/* line 55, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-title {
  margin-right: 10px;
  min-width: 55px;
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-company {
  max-width: 467px;
}

/* line 69, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-task {
  font-weight: 500;
  max-width: 464px;
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-link {
  position: relative;
  color: #27bdbe;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-link::after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

/* line 96, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-link-icon {
  margin-right: 10px;
  width: 22px;
}

/* line 100, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
.utls-case__info-link-icon svg {
  width: 100%;
}

@media (max-width: 1279px) {
  /* line 106, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header {
    z-index: 1;
  }
  /* line 110, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-image {
    background-position: 20% bottom;
  }
}

@media (max-width: 991px) {
  /* line 116, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header {
    padding: 0;
  }
  /* line 120, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-wrap {
    padding: 54px 61px;
  }
  /* line 124, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__logo {
    width: 80px;
    height: 80px;
    margin-bottom: 22px;
  }
  /* line 130, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__logo svg {
    height: 100%;
  }
  /* line 134, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case .title {
    margin-bottom: 65px;
    font-size: 40px;
  }
  /* line 139, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case .title-h1::after, .utls-case .text h1::after, .text .utls-case h1::after, .utls-case .kaya-video__text h1::after, .kaya-video__text .utls-case h1::after, .utls-case .studio-business__text h1::after, .studio-business__text .utls-case h1::after, .utls-case .studio-start__text h1::after, .studio-start__text .utls-case h1::after, .utls-case .studio-services__name::after {
    width: 37px;
    height: 3px;
    margin-top: 22px;
  }
  /* line 145, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info {
    max-width: none;
  }
  /* line 149, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-item {
    margin-bottom: 27px;
  }
  /* line 153, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-company, .utls-case__info-task {
    max-width: none;
  }
  /* line 158, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-image {
    position: relative;
    height: 53vw;
    background-position: -9.5vw;
    background-size: cover;
    margin-left: auto;
    top: 25px;
  }
  /* line 167, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-link {
    top: 50vw;
  }
  /* line 170, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-link::after {
    content: none;
  }
}

@media (max-width: 800px) {
  /* line 177, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-image {
    height: 62vw;
    background-position: -26vw;
  }
}

@media (max-width: 449px) {
  /* line 184, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-wrap {
    padding: 54px 40px 0 40px;
  }
  /* line 188, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-wrap .title {
    margin-bottom: 40px;
  }
  /* line 192, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__logo {
    margin-bottom: 33px;
  }
  /* line 196, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 200, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-item:last-of-type {
    margin-bottom: 0;
  }
  /* line 204, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  /* line 210, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__header-image {
    top: 3vw;
    height: 65vw;
    min-height: 227px;
    background-position: -35vw;
  }
  /* line 217, app/assets/stylesheets/partials/blocks/cases/utls/utls-case.scss */
  .utls-case__info-link {
    top: 16vw;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1 {
  position: relative;
  padding-top: 102px;
  padding-bottom: 106px;
  background: url(https://molinos.ru/assets/cases/yand/screen1-bg-ae02c9883f71a0a3818a39124c193eb1cb630dba3140cd637f7c5891c7ab1952.jpg) no-repeat center top;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 {
    padding: 40px 30px 115px 40px;
    background: url(https://molinos.ru/assets/cases/yand/min-screen1-bg-ff9d7d3928aa33588e9c8e9872a23502ea402880d55eb05399e4b484ea7f74b9.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media (max-width: 640px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 {
    padding: 40px 30px 38% 40px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__logo {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1__logo {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 1200px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__container {
    padding-left: 70px;
  }
}

@media (max-width: 1050px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__container {
    padding-left: 50px;
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__container {
    padding: 0;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1 .cyand__title {
  max-width: 400px;
  margin-bottom: 34px;
  margin-left: 0;
}

@media (max-width: 991px) {
  /* line 44, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__title {
    margin-bottom: 30px;
  }
}

/* line 54, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1 .cyand__text {
  max-width: 475px;
}

@media (max-width: 1300px) {
  /* line 54, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__text {
    max-width: 400px;
  }
}

@media (max-width: 900px) {
  /* line 54, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__text {
    max-width: 300px;
  }
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1 .cyand__text + .cyand-scr1__text-title {
  margin-top: 26px;
}

@media (max-width: 991px) {
  /* line 65, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1 .cyand__text + .cyand-scr1__text-title {
    margin-top: 30px;
  }
}

/* line 74, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__text-title {
  margin-bottom: 14px;
  color: #262424;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* line 74, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1__text-title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* line 86, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__link {
  margin-top: 34px;
}

/* line 90, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__link:hover a {
  color: #97222d;
}

/* line 95, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__link > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__link a {
  margin-left: 9px;
  color: #ac2733;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 109, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
.cyand-scr1__notebook {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -29px;
  max-width: 1300px;
}

@media (max-width: 991px) {
  /* line 109, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
  .cyand-scr1__notebook {
    width: 100%;
    left: 20px;
    bottom: 0;
    opacity: 1;
  }
}

/* line 128, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr1.scss */
body.full-width .cyand-scr1__notebook {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr1__notebook {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr1__notebook.a-started {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr2.scss */
.cyand-scr2 {
  padding-top: 109px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr2.scss */
  .cyand-scr2 {
    padding: 75px 0 0;
  }
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr2.scss */
.cyand-scr2__notebook {
  display: block;
  margin: 65px auto -140px;
  max-width: 1240px;
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr2.scss */
  .cyand-scr2__notebook {
    width: 100%;
    margin: 40px auto -40px;
    opacity: 1;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr2.scss */
body.full-width .cyand-scr2__notebook {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr2__notebook {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr2__notebook.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr3.scss */
.cyand-scr3 {
  padding-top: 115px;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #ededed 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr3.scss */
  .cyand-scr3 {
    padding-top: 80px;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr3.scss */
.cyand-scr3__notebook {
  position: relative;
  z-index: 1;
  display: block;
  margin: 65px auto -140px;
  max-width: 1240px;
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr3.scss */
  .cyand-scr3__notebook {
    width: 100%;
    margin: 40px auto -40px;
    opacity: 1;
  }
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr3.scss */
body.full-width .cyand-scr3__notebook {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr3__notebook {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr3__notebook.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr4.scss */
.cyand-scr4 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #f1f1f1 100%);
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr4.scss */
.cyand-scr4__pages {
  width: 100%;
  opacity: 0;
}

/* line 8, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr4.scss */
.cyand-scr4__pages img {
  display: block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr4.scss */
  .cyand-scr4__pages img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr4.scss */
  .cyand-scr4__pages {
    opacity: 1;
  }
}

/* line 28, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr4.scss */
body.full-width .cyand-scr4__pages {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr4__pages {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr4__pages.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr5.scss */
.cyand-scr5 {
  padding-top: 115px;
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #ededed 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr5.scss */
  .cyand-scr5 {
    padding-top: 80px;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr5.scss */
.cyand-scr5__notebook {
  display: block;
  margin: 65px auto -140px;
  max-width: 1240px;
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 9, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr5.scss */
  .cyand-scr5__notebook {
    width: 100%;
    margin: 40px auto;
    opacity: 1;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr5.scss */
body.full-width .cyand-scr5__notebook {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr5__notebook {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr5__notebook.a-started {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6 {
  padding-top: 98px;
  padding-bottom: 153px;
  background-image: -webkit-linear-gradient(bottom, #181818 0%, #090708 100%);
  background-image: linear-gradient(to top, #181818 0%, #090708 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6 {
    padding-top: 80px;
    padding-bottom: 10%;
  }
  /* line 10, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6 .cyand__container {
    padding: 0;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6 .cyand__text {
  color: #d3d1d1;
}

/* line 19, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6 .cyand__title {
  color: #d3d1d1;
}

/* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6 .cyand__title::after {
  background-color: #d3d1d1;
}

/* line 27, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 34, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block:first-child {
  opacity: 0;
}

/* line 37, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block:first-child .cyand-scr6__content {
  padding-top: 8%;
}

@media (max-width: 1279px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__block:first-child .cyand-scr6__content {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__block:first-child .cyand-scr6__content {
    padding-top: 8%;
    margin-bottom: 45px;
  }
}

/* line 50, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block:first-child .cyand-scr6__img {
  margin-bottom: -40px;
  margin-left: 59px;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__block:first-child {
    opacity: 1;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block:nth-child(2) {
  opacity: 0;
}

/* line 63, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block:nth-child(2) .cyand-scr6__content {
  padding-top: 20%;
}

/* line 67, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block:nth-child(2) .cyand-scr6__img {
  margin-right: 52px;
}

@media (max-width: 991px) {
  /* line 60, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__block:nth-child(2) {
    opacity: 1;
  }
  /* line 74, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__block:nth-child(2) .cyand-scr6__content {
    padding-top: 10%;
  }
}

/* line 80, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__block img {
  display: block;
  width: 100%;
}

/* line 86, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
.cyand-scr6__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 255px;
}

@media (max-width: 991px) {
  /* line 86, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
  .cyand-scr6__content {
    padding: 0 45px 0 40px;
    width: auto;
  }
}

/* line 102, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
body.full-width .cyand-scr6__block:first-child {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr6__block:first-child {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr6__block.a-started:first-child {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 106, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr6.scss */
body.full-width .cyand-scr6__block:nth-child(2) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand-scr6__block:nth-child(2) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand-scr6__block.a-started:nth-child(2) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr7.scss */
.cyand-scr7 {
  height: 59vw;
  min-height: 796px;
  max-height: 100vh;
  background: url(https://molinos.ru/assets/cases/yand/screen7-form-a772e42a78e3b9f6b62c5e7fd30143664af33fde6964a9e26b04509feb0e5aa9.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand-scr7.scss */
  .cyand-scr7 {
    width: 100vw;
    height: 100vw;
    min-height: 320px;
    background: url(https://molinos.ru/assets/cases/yand/min-screen7-form-badc9e987dc668184c4b00e4b336b376e5b6cb380d3ebe94ece51f2d3d1b2de4.jpg) no-repeat center;
    background-size: cover;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(0) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(1) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(2) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(3) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(4) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(5) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(6) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(7) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(8) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(9) {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__container > *:nth-child(10) {
  opacity: 0;
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container {
    padding: 0 40px;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(0) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(1) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(2) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(3) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(4) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(5) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(6) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(7) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(8) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(9) {
    opacity: 1;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__container > *:nth-child(10) {
    opacity: 1;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #262424;
  line-height: 1.1;
  font-weight: 700;
}

/* line 36, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title--h1 {
  font-size: 60px;
}

/* line 39, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title--h1::after {
  width: 57px;
  height: 6px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  /* line 36, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__title--h1 {
    font-size: 36px;
  }
  /* line 48, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__title--h1::after {
    width: 29px;
    height: 3px;
    margin-top: 30px;
  }
}

/* line 56, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title--h2 {
  font-size: 30px;
}

/* line 59, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title--h2::after {
  width: 29px;
  height: 3px;
  margin-top: 30px;
}

/* line 65, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title--h2 + .cyand__text {
  margin-top: 30px;
}

/* line 70, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__title::after {
  position: relative;
  display: block;
  background: #262424;
  content: "";
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__title {
    font-weight: 500;
  }
}

/* line 82, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__text {
  max-width: 864px;
  color: #262424;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

/* line 89, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__text p {
  margin: 0;
}

/* line 92, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__text p.nobr {
  margin-top: 0;
}

/* line 96, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
.cyand__text p + p {
  margin-top: 32px;
}

@media (max-width: 991px) {
  /* line 82, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
  .cyand__text {
    font-size: 14px;
  }
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(0) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(0) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(0) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(1) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(1) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(1) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(2) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(2) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(2) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(3) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(3) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(3) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(4) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(4) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(4) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(5) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(5) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(5) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(6) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(6) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(6) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(7) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(7) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(7) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(8) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(8) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(8) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(9) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(9) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(9) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

/* line 112, app/assets/stylesheets/partials/blocks/cases/yand/cyand.scss */
body.full-width .cyand__container > *:nth-child(10) {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/partials/base/animations.scss */
.nojs body.full-width .cyand__container > *:nth-child(10) {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/partials/base/animations.scss */
body.full-width .cyand__container > *.a-started:nth-child(10) {
  -webkit-animation-name: fadeInFromBottom;
          animation-name: fadeInFromBottom;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* line 2, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__consents,
.base-form__consents,
.footer__consents,
.event-form__consents {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__consent-item,
.base-form__consent-item,
.footer__consent-item,
.event-form__consent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

/* line 18, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__consent-item:last-child,
.base-form__consent-item:last-child,
.footer__consent-item:last-child,
.event-form__consent-item:last-child {
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__checkbox,
.base-form__checkbox,
.footer__checkbox,
.event-form__checkbox {
  margin: 0;
  margin-right: 10px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 33, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__consent-label,
.base-form__consent-label,
.footer__consent-label,
.event-form__consent-label {
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
  cursor: pointer;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 44, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__consent-label a,
.base-form__consent-label a,
.footer__consent-label a,
.event-form__consent-label a {
  color: inherit;
  text-decoration: underline;
}

/* line 48, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
.form__consent-label a:hover,
.base-form__consent-label a:hover,
.footer__consent-label a:hover,
.event-form__consent-label a:hover {
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/partials/blocks/consent-checkboxes.scss */
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 2, app/assets/stylesheets/partials/blocks/contact-buttons.scss */
.contact-buttons .center-button {
  position: fixed;
  z-index: 5;
  bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, app/assets/stylesheets/partials/blocks/contact-buttons.scss */
.contact-buttons .center-button__close {
  margin: -7px -8px 0 0;
  cursor: pointer;
  z-index: 11;
}

/* line 17, app/assets/stylesheets/partials/blocks/contact-buttons.scss */
.contact-buttons .center-button__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009bac;
  border-radius: 32px;
}

/* line 24, app/assets/stylesheets/partials/blocks/contact-buttons.scss */
.contact-buttons .center-button__inner a span {
  margin: 0 13px 0 11px;
  color: white;
}

/* line 32, app/assets/stylesheets/partials/blocks/contact-buttons.scss */
.contact-buttons .right-button {
  position: fixed;
  z-index: 10;
  right: 112px;
  bottom: 24px;
}

/* line 1, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts {
  height: 100%;
}

/* line 4, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts .expanding-page__scroller {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__inner {
  position: relative;
  padding: 80px 30px 50px;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__inner {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__inner {
    padding-top: 60px;
  }
}

@media (min-width: 1860px) {
  /* line 8, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__inner {
    padding-top: 100px;
    padding-left: 165px;
  }
}

/* line 26, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__map {
  position: relative;
  width: 100%;
  height: 500px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 33, app/assets/stylesheets/partials/blocks/contacts.scss */
.is-hiding .contacts__map {
  opacity: 0;
}

@media (min-width: 992px) {
  /* line 26, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__map {
    height: 100%;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__map svg {
  max-width: 30px;
  height: auto;
}

/* line 47, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__title {
  margin-bottom: 35px;
  margin-left: 0;
}

/* line 52, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d6e2e9;
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  /* line 52, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__links {
    margin-right: 85px;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__socials .social-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  margin-bottom: 25px;
  margin-left: -13px;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__socials .social-menu {
    margin-bottom: 0;
  }
}

/* line 80, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__socials .social-menu .social-menu__item + .social-menu__item {
  margin-left: 12px;
}

/* line 87, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__feedback-button svg {
  width: 16px;
  height: 12px;
}

/* line 91, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__feedback-button svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

/* line 97, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__feedback-button:hover svg path {
  fill: white;
}

/* line 103, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts .tabs-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}

/* line 108, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts .tabs-nav .tabs-nav__item {
  padding: 0 0 10px;
}

/* line 111, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts .tabs-nav .tabs-nav__item + .tabs-nav__item {
  margin-left: 40px;
}

/* line 117, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__tabs-content {
  display: none;
  margin-bottom: 40px;
}

/* line 121, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__tabs-content.is-active {
  display: block;
}

@media (min-width: 992px) {
  /* line 117, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__tabs-content {
    margin-bottom: 0;
  }
}

/* line 130, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__address {
  display: block;
  margin-bottom: 30px;
  color: #273b48;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 130, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__address {
    font-size: 1.25em;
  }
}

/* line 142, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__address p {
  margin: 0;
}

/* line 147, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__phone-capture {
  display: block;
  margin-bottom: 15px;
  color: #87a0b2;
  font-size: 1em;
  font-weight: 300;
}

/* line 155, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__phone {
  display: block;
  margin-bottom: 5px;
  color: #273b48;
  font-size: 1.125em;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 155, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__phone {
    font-size: 1.25em;
  }
}

/* line 166, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__phone a {
  color: #273b48;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.contacts__phone a:hover {
  color: #00a4b3;
}

/* line 171, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__email {
  display: block;
  font-size: 1em;
  font-weight: 500;
}

/* line 176, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__email a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.contacts__email a:hover {
  color: #00a4b3;
}

/* line 181, app/assets/stylesheets/partials/blocks/contacts.scss */
.contacts__copyright {
  color: #87a0b2;
  font-size: 0.875em;
  font-weight: 300;
}

@media (min-width: 992px) {
  /* line 181, app/assets/stylesheets/partials/blocks/contacts.scss */
  .contacts__copyright {
    position: absolute;
    bottom: 18px;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__canvas-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 110px;
}

/* line 12, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__canvas-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 21, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  z-index: 3;
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__logo {
    padding: 30px;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__logo svg {
  width: 180px;
  fill: #fff;
}

/* line 38, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-weight: 300;
  padding: 0 50px 50px;
}

@media (max-width: 449px) {
  /* line 38, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__content {
    padding: 0 20px 20px;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__number {
  font-size: 15.625em;
}

@media (max-width: 991px) {
  /* line 52, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__number {
    font-size: 30vw;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__text {
  margin: 0 auto 20px;
  max-width: 500px;
  text-align: left;
  font-size: 1.25em;
}

@media (max-width: 767px) {
  /* line 60, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__text {
    font-size: 1em;
    text-align: center;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__trigger {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}

/* line 78, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__trigger .close-button {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  /* line 78, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__trigger .close-button {
    width: 40px;
    height: 40px;
  }
}

/* line 89, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__link {
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  margin: 0 20px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__link {
    display: block;
    margin-bottom: 10px;
    font-size: 1em;
  }
}

/* line 103, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page__link:hover, .error-page__link:active {
  font-size: 1.25em;
  color: #16232c;
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 103, app/assets/stylesheets/partials/blocks/error-page.scss */
  .error-page__link:hover, .error-page__link:active {
    font-size: 1em;
  }
}

/* line 115, app/assets/stylesheets/partials/blocks/error-page.scss */
.error-page:hover {
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad {
  margin: 80px 0;
  background: #fff;
}

/* line 5, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__bordered-title {
  margin-bottom: 35px;
}

@media (min-width: 1860px) {
  /* line 5, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__bordered-title {
    margin-bottom: 45px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__quote {
  margin: 0 auto 20px;
}

@media (min-width: 1860px) {
  /* line 16, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__quote {
    margin: 0 auto 35px;
  }
}

/* line 24, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 770px;
  margin: 0 auto;
}

@media (min-width: 1860px) {
  /* line 24, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__info {
    max-width: 920px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__item {
  width: 33.3333%;
  padding: 0 10px;
}

@media (min-width: 450px) {
  /* line 35, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__item {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__item {
    width: 23%;
    padding: 0 40px 0 0;
  }
}

@media (min-width: 992px) {
  /* line 35, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__item {
    padding: 0 50px 0 0;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__item--wide {
  width: 100%;
  margin-top: 25px;
  padding-right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__item--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 31%;
    margin-top: 0;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-bottom: 17px;
}

/* line 73, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__icon svg {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 35px;
  max-height: 30px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 73, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__icon svg {
    margin: 0;
  }
}

@media (min-width: 1860px) {
  /* line 68, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__icon {
    height: 35px;
  }
  /* line 87, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__icon svg {
    max-width: 42px;
    max-height: 35px;
  }
}

/* line 94, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
.event-ad__text {
  color: #e21776;
  font-size: 0.9375em;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__text {
    text-align: left;
  }
}

@media (min-width: 1860px) {
  /* line 94, app/assets/stylesheets/partials/blocks/event/event-ad.scss */
  .event-ad__text {
    font-size: 1.125em;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(39, 59, 72, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card.is-expanded {
  z-index: 1;
  box-shadow: 0 25px 40px rgba(39, 59, 72, 0.2);
}

/* line 18, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card.is-collapsing {
  z-index: 1;
}

/* line 24, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card:hover .event-card__image::after {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 28, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card:hover .event-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 34, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  background-color: #f5f9fb;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__image:empty {
  cursor: default;
}

/* line 47, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__image:empty::after {
  display: none;
}

/* line 52, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__image:not(:empty) {
  min-height: 200px;
}

/* line 56, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 67, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* line 75, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__content {
  position: relative;
  margin: 0 auto;
  padding: 30px 20px 10px;
  -webkit-transition: opacity 0s ease 0.3s;
  transition: opacity 0s ease 0.3s;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__content {
    padding: 50px 30px 20px;
  }
}

/* line 86, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__title {
  color: #273b48;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 22px;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.event-card__title:hover {
  color: #00a4b3;
}

/* line 91, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__title::after {
  display: none;
}

/* line 96, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__description {
  margin-bottom: 20px;
  padding-bottom: 36px;
  border-bottom: 1px solid #d6e2e9;
  color: #5d707d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

/* line 106, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1280px) {
  /* line 106, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__contacts-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 991px) {
  /* line 106, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__contacts-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  /* line 106, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 123, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__when {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
  margin-bottom: 10px;
}

/* line 130, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__where {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  /* line 135, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__where .event-card__contacts-icon {
    margin-right: 23px;
  }
}

@media (max-width: 991px) {
  /* line 135, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__where .event-card__contacts-icon {
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  /* line 135, app/assets/stylesheets/partials/blocks/event/event-card.scss */
  .event-card__where .event-card__contacts-icon {
    margin-right: 23px;
  }
}

/* line 152, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__contacts-icon {
  margin-right: 14px;
}

/* line 156, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__text {
  color: #e21776;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

/* line 162, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__text span {
  display: block;
}

/* line 167, app/assets/stylesheets/partials/blocks/event/event-card.scss */
.event-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 30px;
  background-color: #f5f9fb;
}

/* line 1, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/event/event-form.scss */
  .event-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 150px;
  }
}

/* line 11, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__header {
  color: #273b48;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  width: 200px;
}

/* line 19, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/partials/blocks/event/event-form.scss */
  .event-form__form-wrapper {
    max-width: 770px;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  /* line 27, app/assets/stylesheets/partials/blocks/event/event-form.scss */
  .event-form__fields {
    gap: 30px;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__button {
  padding: 15px 0;
  border-radius: 3px;
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px;
}

/* line 47, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__privacy {
  color: #87a0b2;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: 30px;
}

/* line 56, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__privacy-link {
  color: #87a0b2;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

/* line 64, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

/* line 69, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form .checkbox-wrapper .checkbox__text {
  color: #87a0b2;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

/* line 77, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form .base-form__success {
  color: #273b48;
  font-size: 20px;
}

@media (min-width: 768px) {
  /* line 77, app/assets/stylesheets/partials/blocks/event/event-form.scss */
  .event-form .base-form__success {
    font-size: 26px;
  }
}

/* line 86, app/assets/stylesheets/partials/blocks/event/event-form.scss */
.event-form__submit-btn {
  line-height: initial;
  max-height: 50px;
}

/* line 1, app/assets/stylesheets/partials/blocks/event/event-header.scss */
.event-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 60px 0px;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/event/event-header.scss */
  .event-header {
    min-height: 610px;
    padding: 80px 0 60px 60px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/event/event-header.scss */
.event-header__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* line 27, app/assets/stylesheets/partials/blocks/event/event-header.scss */
.event-header__title {
  color: #fff;
  font-weight: 800;
  font-size: 54px;
  line-height: 150%;
  padding: 0 212px 0 50px;
}

@media (max-width: 449px) {
  /* line 27, app/assets/stylesheets/partials/blocks/event/event-header.scss */
  .event-header__title {
    font-size: 28px;
    padding: 0 20px 0 20px;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/event/event-header.scss */
.event-header__actions {
  text-align: center;
}

/* line 52, app/assets/stylesheets/partials/blocks/event/event-header.scss */
.event-header .filled-button.filled-button--md {
  box-shadow: none;
}

/* line 55, app/assets/stylesheets/partials/blocks/event/event-header.scss */
.event-header .filled-button.filled-button--md:hover {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/event/event-info.scss */
.event-info {
  padding: 22px 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/event/event-info.scss */
  .event-info {
    padding: 20px 0 0 20px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/event/event-info.scss */
.event-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1280px) {
  /* line 10, app/assets/stylesheets/partials/blocks/event/event-info.scss */
  .event-info__row {
    gap: 100px;
  }
}

/* line 19, app/assets/stylesheets/partials/blocks/event/event-info.scss */
.event-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/* line 25, app/assets/stylesheets/partials/blocks/event/event-info.scss */
.event-info__header {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 21px;
  line-height: 150%;
}

/* line 32, app/assets/stylesheets/partials/blocks/event/event-info.scss */
.event-info__content {
  font-weight: 800;
  font-size: 21px;
  line-height: 150%;
  color: #fff;
}

/* line 39, app/assets/stylesheets/partials/blocks/event/event-info.scss */
.event-info__year {
  font-weight: 800;
}

/* line 1, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
.event-org-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
  .event-org-info {
    gap: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
.event-org-info__header {
  width: 200px;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
}

/* line 17, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
.event-org-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
  .event-org-info__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
.event-org-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
  .event-org-info__item:nth-child(1) {
    min-width: 313px;
    margin-right: 24px;
  }
  /* line 38, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
  .event-org-info__item:nth-child(2) {
    min-width: 162px;
    margin-right: 63px;
  }
}

/* line 45, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
.event-org-info__title {
  color: #87a0b2;
  font-weight: 500;
  font-size: 21px;
  line-height: 150%;
}

/* line 52, app/assets/stylesheets/partials/blocks/event/event-org-info.scss */
.event-org-info__description {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  max-width: 320px;
}

/* line 2, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/partials/blocks/event/event-page.scss */
  .event-page .kaya {
    padding: 0 15px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya > :nth-child(1) {
  margin-top: 64px;
}

/* line 14, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya > :nth-child(2) {
  margin-top: 80px;
}

/* line 18, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya > :nth-child(3) {
  margin-top: 80px;
}

/* line 22, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya > :nth-child(4) {
  margin-top: 118px;
}

/* line 26, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya > :nth-child(5) {
  margin-top: 142px;
}

/* line 30, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya > :nth-child(6) {
  margin-top: 80px;
}

/* line 35, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-block {
  margin: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-block .text, .event-page .kaya-block .studio-start__text, .event-page .kaya-block .studio-business__text, .event-page .kaya-block .kaya-video__text {
  color: #273b48;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

/* line 47, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-block:last-child {
  margin-bottom: 150px;
}

/* line 51, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-block:first-of-type {
  padding: 0;
}

/* line 55, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-columns {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 62, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-columns::after {
  display: none;
}

@media (min-width: 992px) {
  /* line 55, app/assets/stylesheets/partials/blocks/event/event-page.scss */
  .event-page .kaya-columns {
    gap: 147px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 71, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-columns__column {
  margin: 0;
  padding: 0;
  max-width: initial;
  width: auto;
  float: initial;
}

/* line 78, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-columns__column:nth-child(odd) {
  padding: 0;
  min-width: 200px;
}

/* line 83, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-columns__column:nth-child(even) {
  padding: 0;
}

/* line 89, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .title.title-h2, .event-page .text h2.title, .text .event-page h2.title, .event-page .kaya-video__text h2.title, .kaya-video__text .event-page h2.title, .event-page .studio-business__text h2.title, .studio-business__text .event-page h2.title, .event-page .studio-start__text h2.title, .studio-start__text .event-page h2.title, .event-page .title.studio-start__title, .event-page .title.studio-business__title, .event-page .statement-card--lg .title.statement-card__text, .statement-card--lg .event-page .title.statement-card__text, .event-page .title.marketing-dev__title, .event-page .title.glossary-list__item__title_inner {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
}

/* line 94, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .title.title-h2::after, .event-page .text h2.title::after, .text .event-page h2.title::after, .event-page .kaya-video__text h2.title::after, .kaya-video__text .event-page h2.title::after, .event-page .studio-business__text h2.title::after, .studio-business__text .event-page h2.title::after, .event-page .studio-start__text h2.title::after, .studio-start__text .event-page h2.title::after, .event-page .title.studio-start__title::after, .event-page .title.studio-business__title::after, .event-page .statement-card--lg .title.statement-card__text::after, .statement-card--lg .event-page .title.statement-card__text::after, .event-page .title.marketing-dev__title::after, .event-page .title.glossary-list__item__title_inner::after {
  display: none;
}

/* line 98, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .title.title-h2 p, .event-page .text h2.title p, .text .event-page h2.title p, .event-page .kaya-video__text h2.title p, .kaya-video__text .event-page h2.title p, .event-page .studio-business__text h2.title p, .studio-business__text .event-page h2.title p, .event-page .studio-start__text h2.title p, .studio-start__text .event-page h2.title p, .event-page .title.studio-start__title p, .event-page .title.studio-business__title p, .event-page .statement-card--lg .title.statement-card__text p, .statement-card--lg .event-page .title.statement-card__text p, .event-page .title.marketing-dev__title p, .event-page .title.glossary-list__item__title_inner p {
  margin: 0;
}

/* line 103, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .kaya-columns {
  max-width: initial;
}

/* line 108, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .author__hr {
  display: none;
}

/* line 112, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .author__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 7px;
}

/* line 119, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .author__name {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
}

/* line 125, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .author__position {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #87a0b2;
}

/* line 132, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .author--regular {
  margin-bottom: 20px;
}

/* line 137, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .awards-gallery {
  gap: 15px;
  margin-top: 44px;
}

/* line 142, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .awards-gallery__item__header {
  color: #273b48;
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 23px;
}

/* line 149, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .awards-gallery__item__description {
  color: #273b48;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-top: 36px;
}

/* line 157, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .awards-gallery__item > *:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 160, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .awards-gallery__item > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 163, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .awards-gallery__item > *:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 170, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .speakers-gallery {
  margin-top: 13px;
}

/* line 174, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .speakers-gallery__item > img {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 174, app/assets/stylesheets/partials/blocks/event/event-page.scss */
  .event-page .speakers-gallery__item > img {
    width: initial;
  }
}

@media (max-width: 767px) {
  /* line 181, app/assets/stylesheets/partials/blocks/event/event-page.scss */
  .event-page .speakers-gallery__item__image {
    width: 100%;
  }
}

/* line 187, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .speakers-gallery__item__header {
  color: #273b48;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  margin-top: 8px;
}

/* line 195, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .speakers-gallery__item__description {
  color: #87a0b2;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
}

/* line 205, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .base-form__success {
  color: #273b48 !important;
  font-size: 21px !important;
}

/* line 210, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular {
  margin-bottom: 30px;
  max-width: 650px;
  padding-right: 80px;
  padding-bottom: 0;
}

/* line 211, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular > * {
  margin: 0;
  padding: 0;
}

/* line 218, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular:nth-child(even) {
  margin-bottom: 0;
}

/* line 226, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular__text {
  padding: 20px 0 30px;
}

/* line 229, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular__text p,
.event-page .quote-regular__text ul {
  margin: 0;
  padding: 0;
}

/* line 235, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular__text p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

/* line 241, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular__text p strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  display: block;
  margin: 20px 0;
}

/* line 251, app/assets/stylesheets/partials/blocks/event/event-page.scss */
.event-page .quote-regular__text ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  list-style: none;
}

/* line 3, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info__wrap {
  padding: 36px 10px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 449px) {
  /* line 3, app/assets/stylesheets/partials/blocks/event/events-info.scss */
  .events-info__wrap {
    padding: 20px 10px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info__inner {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  color: #273b48;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1280px) {
  /* line 13, app/assets/stylesheets/partials/blocks/event/events-info.scss */
  .events-info__inner {
    max-width: 1070px;
  }
}

@media (max-width: 449px) {
  /* line 13, app/assets/stylesheets/partials/blocks/event/events-info.scss */
  .events-info__inner {
    font-size: 1em;
    width: 90%;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info__text {
  margin-bottom: 20px;
}

/* line 36, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info__button {
  min-width: 240px;
  margin-right: 20px;
}

/* line 40, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info__button--active:not(.is-disabled):not(:disabled) {
  border-color: #27bdbe;
}

/* line 44, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info__button:nth-of-type(3) {
  margin-right: 0;
}

/* line 49, app/assets/stylesheets/partials/blocks/event/events-info.scss */
.events-info .kaya {
  padding-top: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/event/events-list.scss */
.events-list {
  background: #f5f9fb;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list {
    padding-left: 60px;
  }
}

/* line 8, app/assets/stylesheets/partials/blocks/event/events-list.scss */
.events-list__wrap {
  position: relative;
  width: 80%;
  max-width: 100%;
  min-height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 17, app/assets/stylesheets/partials/blocks/event/events-list.scss */
.events-list__wrap.is-loading {
  opacity: 0;
}

@media (max-width: 449px) {
  /* line 8, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__wrap {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__wrap {
    width: 570px;
  }
}

@media (min-width: 1280px) {
  /* line 8, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__wrap {
    width: 100%;
    max-width: 1205px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/event/events-list.scss */
.events-list__sizer {
  width: 100%;
}

@media (min-width: 1280px) {
  /* line 35, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__sizer {
    width: 50%;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/event/events-list.scss */
.events-list__item {
  margin-bottom: 40px;
  max-width: 570px;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__item {
    width: 570px;
  }
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__item {
    width: 100%;
  }
}

@media (min-width: 450px) {
  /* line 43, app/assets/stylesheets/partials/blocks/event/events-list.scss */
  .events-list__item {
    margin: 0 15px 40px;
  }
}

/* line 59, app/assets/stylesheets/partials/blocks/event/events-list.scss */
.events-list__item .event-card {
  margin-right: auto;
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/expanding-page.scss */
.expanding-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 5, app/assets/stylesheets/partials/blocks/expanding-page.scss */
.expanding-page__column {
  position: relative;
  width: 100%;
  padding-top: 80px;
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .expanding-page__column {
    width: 50%;
    min-height: 100vh;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/expanding-page.scss */
.expanding-page__column:last-child {
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .expanding-page__column:last-child {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background: #fff;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}

/* line 28, app/assets/stylesheets/partials/blocks/expanding-page.scss */
.expanding-page__column.is-wide:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .expanding-page__column.is-wide:last-child {
    width: calc(100% - 60px);
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/expanding-page.scss */
.expanding-page__expanding-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .expanding-page__scroller {
    position: absolute;
    right: 0;
    width: 50vw;
    height: 100%;
    overflow-y: scroll;
  }
  /* line 52, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .is-wide .expanding-page__scroller {
    width: 100vw;
    padding-left: 150px;
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1860px) {
  /* line 44, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .expanding-page__scroller {
    padding-left: 40px;
  }
  /* line 62, app/assets/stylesheets/partials/blocks/expanding-page.scss */
  .is-wide .expanding-page__scroller {
    padding-left: 180px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
.expanding-trigger {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 30px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d6e2e9;
  cursor: pointer;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
  .expanding-trigger {
    display: none;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
  .expanding-trigger {
    width: 40px;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
.expanding-trigger:hover {
  background: #eff4f7;
}

/* line 26, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
.is-wide .expanding-trigger {
  width: 90px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1860px) {
  /* line 26, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
  .is-wide .expanding-trigger {
    width: 120px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
.is-wide .expanding-trigger .expanding-trigger__icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 41, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
.expanding-trigger__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
}

@media (max-height: 767px) {
  /* line 41, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
  .expanding-trigger__icon {
    top: 60%;
    bottom: auto;
  }
}

/* line 57, app/assets/stylesheets/partials/blocks/expanding-trigger.scss */
.expanding-trigger__icon svg {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  fill: #27bdbe;
}

/* line 1, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload {
  position: relative;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload.is-required::after {
  position: absolute;
  top: 4px;
  right: 4px;
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #27bdbe;
  border-radius: 50%;
}

/* line 19, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 10em;
  opacity: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #273b48;
  border: 1px solid #d6e2e9;
  border-radius: 4px;
  outline: none;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 45, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload__input:hover, .file-upload__input:focus {
  border-color: #27bdbe;
}

/* line 50, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload__input.is-filled {
  border-color: #87a0b2;
}

/* line 55, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload + .input__placeholder {
  top: -10px;
}

/* line 58, app/assets/stylesheets/partials/blocks/file-upload.scss */
.file-upload + .input__placeholder::before {
  top: 50%;
  background-color: #ffffff;
}

/* line 1, app/assets/stylesheets/partials/blocks/flex-three-columns.scss */
.flex-three-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, app/assets/stylesheets/partials/blocks/flex-three-columns.scss */
.flex-three-columns__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

/* line 1, app/assets/stylesheets/partials/blocks/footer.scss */
.footer {
  padding: 50px 0;
  background: #f5f9fb;
}

/* line 5, app/assets/stylesheets/partials/blocks/footer.scss */
.footer .container, .footer .kaya-columns {
  width: 100%;
}

/* line 9, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__wrap {
    padding: 0 60px 0 120px;
  }
}

@media (max-width: 991px) {
  /* line 9, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__wrap {
    padding: 0 60px;
  }
}

/* line 24, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__column {
    width: 50%;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__column--contacts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__column--contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__column--form {
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__column--form {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 54, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__logo {
  margin-bottom: 40px;
}

/* line 57, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__logo svg {
  width: 317px;
  height: auto;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__logo {
    margin-bottom: 65px;
  }
}

/* line 67, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__menu {
    text-align: left;
    width: 100%;
    max-width: 297px;
    margin: 0 0 43px;
  }
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__menu {
    max-width: 357px;
  }
}

/* line 88, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__menu-item {
  margin-bottom: 14px;
}

/* line 91, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__menu-item--phone {
  font-size: 1.1em;
  margin-top: 11px;
}

/* line 97, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__menu-item--lang .footer__menu-link {
  color: #87a0b2;
}

/* line 103, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__menu-link {
  color: #273b48;
}

/* line 108, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__socials .social-menu {
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__socials .social-menu {
    margin: 0 0 40px -13px;
  }
}

/* line 117, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__badge {
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  /* line 117, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__badge {
    margin: 0 0 40px 0;
  }
}

/* line 125, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__copyright {
  font-size: 0.875em;
  font-weight: 300;
  color: #87a0b2;
}

/* line 131, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 22px;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form {
    max-width: 550px;
  }
}

/* line 142, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__privacy {
  padding-top: 10px;
  color: #87a0b2;
  font-size: 16px;
  line-height: 150%;
}

/* line 148, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__privacy a {
  color: #87a0b2;
  text-decoration: underline;
}

/* line 154, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-link {
  color: #27bdbe;
}

/* line 158, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* line 164, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-row:nth-child(2) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 158, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 173, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__input {
  width: 100%;
}

/* line 177, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-title {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 150%;
}

/* line 189, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-title::after {
  display: none;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form-title {
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 202, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form-button {
    margin-top: 40px;
    width: 100%;
  }
}

/* line 212, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 17px;
}

@media (min-width: 768px) {
  /* line 212, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 221, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-footer__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 40px;
}

/* line 227, app/assets/stylesheets/partials/blocks/footer.scss */
.footer__form-footer__button-row .g-recaptcha * {
  max-width: 100%;
}

@media (min-width: 992px) {
  /* line 221, app/assets/stylesheets/partials/blocks/footer.scss */
  .footer__form-footer__button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 241, app/assets/stylesheets/partials/blocks/footer.scss */
.footer .success:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox {
  position: relative;
}

/* line 17, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

/* line 24, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input[disabled] + span {
  cursor: not-allowed;
}

/* line 27, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input[disabled] + span::before {
  border-color: #eff4f7;
  background-color: #eff4f7;
}

/* line 32, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input[disabled] + span .checkbox__text {
  color: #87a0b2;
}

/* line 38, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input:checked + span::before {
  border: 12px solid #22c26a;
}

/* line 42, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input:checked + span .checkbox__icon {
  opacity: 1;
}

/* line 46, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input:checked + span .checkbox__text {
  color: #273b48;
}

/* line 52, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input:not([disabled]):not(:checked) + span:hover::before {
  border-color: #0ca764;
  background-color: #f5f9fb;
}

/* line 57, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input:not([disabled]):not(:checked) + span:hover .checkbox__text {
  color: #273b48;
}

/* line 62, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input + span {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox input + span::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  content: '';
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  vertical-align: middle;
  border: 2px solid #d6e2e9;
  border-radius: 2px;
  background-color: #eaf2f4;
}

/* line 81, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox__text {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  vertical-align: middle;
  color: #5d707d;
}

/* line 89, app/assets/stylesheets/partials/blocks/form/checkbox.scss */
.checkbox__icon {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 13px;
  -webkit-transition: opacity 0.1s ease-in 0.15s;
  transition: opacity 0.1s ease-in 0.15s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  fill: #ffffff;
}

/* line 5, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 150%;
  color: #273b48 !important;
}

/* line 2, app/assets/stylesheets/partials/mixins/clearfix.scss */
.form__row:after {
  display: table;
  clear: both;
  content: '';
}

/* line 15, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__row + .form__row {
  margin-top: 20px;
}

/* line 20, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__close {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 13px;
  height: 13px;
  margin: auto;
  cursor: pointer;
  -webkit-animation: fadeOut 0s ease, fadeIn 0.5s ease-in-out;
          animation: fadeOut 0s ease, fadeIn 0.5s ease-in-out;
  color: #273b48 !important;
}

/* line 31, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__close:active {
  top: 17px;
}

/* line 35, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__close::before, .form__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6.5px;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #4c5b66;
}

/* line 54, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__close::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 59, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__close:hover::before, .form__close:hover::after {
  background-color: #87a0b2;
}

/* line 66, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__top {
  padding: 60px 55px 28px;
  background: #fff;
  border-radius: 5px;
}

/* line 72, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__bottom {
  padding: 30px;
  background: #f5f9fb;
  border-radius: 5px;
}

/* line 78, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__legend {
  padding-top: 20px;
  color: #87a0b2;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

/* line 85, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__legend::before {
  margin-right: 6px;
  vertical-align: top;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #27bdbe;
  border-radius: 50%;
}

/* line 97, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 102, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__botofield {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

/* line 108, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__link {
  color: #27bdbe;
}

/* line 112, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form__privacy {
  font-size: 0.75em;
  padding-bottom: 20px;
  color: #64747f;
}

/* line 119, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--footer .form__title {
  font-size: 1.75em;
  margin-bottom: 32px;
  text-align: left;
}

/* line 126, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--subscribe {
  width: 100%;
  color: #64747f;
}

@media (max-width: 767px) {
  /* line 126, app/assets/stylesheets/partials/blocks/form/forms.scss */
  .form--subscribe {
    max-width: 480px;
  }
}

@media (max-width: 449px) {
  /* line 126, app/assets/stylesheets/partials/blocks/form/forms.scss */
  .form--subscribe {
    max-width: 280px;
  }
}

/* line 138, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--subscribe .form__submit {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 720px) {
  /* line 138, app/assets/stylesheets/partials/blocks/form/forms.scss */
  .form--subscribe .form__submit {
    width: 180px;
  }
}

/* line 152, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--mail-us {
  min-width: 280px;
  padding: 72px 45px 45px;
  text-align: left;
  color: #64747f;
}

/* line 158, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--mail-us .form__privacy {
  padding-top: 20px;
}

/* line 162, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--mail-us .form__button {
  font-size: 18px;
  margin-top: 36px;
}

/* line 167, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--mail-us .form__privacy {
  padding: 46px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #87a0b2;
}

/* line 174, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--mail-us .form__privacy a {
  text-decoration: underline;
  color: #009bac;
}

/* line 180, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--mail-us .g-recaptcha {
  margin-top: 40px;
}

/* line 185, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form--participate {
  padding: 72px 45px 45px;
}

/* line 189, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form .icon-file-upload {
  position: absolute;
  right: 0;
  top: 8px;
}

/* line 194, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form .icon-file-upload svg path {
  fill: #87a0b2;
}

/* line 198, app/assets/stylesheets/partials/blocks/form/forms.scss */
.form .icon-file-upload__text {
  position: absolute;
  bottom: -24px;
  right: 0;
}

/* line 206, app/assets/stylesheets/partials/blocks/form/forms.scss */
.popup {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(39, 59, 72, 0.3);
  border-radius: 5px;
  background-color: #fff;
}

/* line 216, app/assets/stylesheets/partials/blocks/form/forms.scss */
.popup__wrap {
  padding: 60px;
}

/* line 221, app/assets/stylesheets/partials/blocks/form/forms.scss */
.mfp-wrap {
  padding-top: 13px;
  overflow: auto;
}

@media (max-width: 400px) {
  /* line 221, app/assets/stylesheets/partials/blocks/form/forms.scss */
  .mfp-wrap {
    padding-top: 60px;
  }
}

/* line 231, app/assets/stylesheets/partials/blocks/form/forms.scss */
.mfp-container {
  position: static;
}

/* line 236, app/assets/stylesheets/partials/blocks/form/forms.scss */
.mfp-removing .form__close {
  opacity: 0;
}

/* line 241, app/assets/stylesheets/partials/blocks/form/forms.scss */
.mfp-bg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 152, 122, 0.6) 0%, rgba(0, 210, 255, 0.6) 100%);
  background-image: linear-gradient(to top, rgba(0, 152, 122, 0.6) 0%, rgba(0, 210, 255, 0.6) 100%);
}

/* line 245, app/assets/stylesheets/partials/blocks/form/forms.scss */
.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/**
 * Fade-zoom animation for first dialog
 */
/* line 252, app/assets/stylesheets/partials/blocks/form/forms.scss */
.my-mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
  /* Dark overlay, start state */
  /* animate out */
}

/* line 254, app/assets/stylesheets/partials/blocks/form/forms.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* line 261, app/assets/stylesheets/partials/blocks/form/forms.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* line 267, app/assets/stylesheets/partials/blocks/form/forms.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* line 273, app/assets/stylesheets/partials/blocks/form/forms.scss */
.my-mfp-zoom-in.mfp-bg {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 278, app/assets/stylesheets/partials/blocks/form/forms.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/form/input.scss */
.input {
  position: relative;
}

/* line 4, app/assets/stylesheets/partials/blocks/form/input.scss */
.input.is-field-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

/* line 10, app/assets/stylesheets/partials/blocks/form/input.scss */
.input.is-field-shake .input__field {
  border-color: red;
}

/* line 16, app/assets/stylesheets/partials/blocks/form/input.scss */
.input.is-required::after {
  position: absolute;
  top: 4px;
  right: 4px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #27bdbe;
  border-radius: 50%;
}

/* line 29, app/assets/stylesheets/partials/blocks/form/input.scss */
.input__field {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #273b48;
  border: 1px solid #d6e2e9;
  border-radius: 4px;
  outline: none;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 44, app/assets/stylesheets/partials/blocks/form/input.scss */
.input__field:hover, .input__field:focus {
  border-color: #27bdbe;
}

/* line 49, app/assets/stylesheets/partials/blocks/form/input.scss */
.input__field.is-filled {
  border-color: #87a0b2;
}

/* line 54, app/assets/stylesheets/partials/blocks/form/input.scss */
.input__placeholder {
  font-weight: 300;
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 8px;
  padding: 0 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #87a0b2;
}

/* line 12, app/assets/stylesheets/partials/mixins/float-placeholder.scss */
.input__placeholder::before {
  position: absolute;
  z-index: -1;
  top: -14px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 57, app/assets/stylesheets/partials/blocks/form/input.scss */
input:focus + .input__placeholder, input.is-filled + .input__placeholder, textarea:focus + .input__placeholder, textarea.is-filled + .input__placeholder {
  top: -10px;
}

/* line 27, app/assets/stylesheets/partials/mixins/float-placeholder.scss */
input:focus + .input__placeholder::before, input.is-filled + .input__placeholder::before, textarea:focus + .input__placeholder::before, textarea.is-filled + .input__placeholder::before {
  top: 50%;
  background-color: #ffffff;
}

/* line 65, app/assets/stylesheets/partials/blocks/form/input.scss */
.input input[type="file"] i {
  display: none;
}

/* line 72, app/assets/stylesheets/partials/blocks/form/input.scss */
.input--underlined:hover .input__field, .input--underlined:focus .input__field {
  border-color: #27bdbe;
}

/* line 77, app/assets/stylesheets/partials/blocks/form/input.scss */
.input--underlined .input__field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #87a0b2;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 5px;
}

/* line 86, app/assets/stylesheets/partials/blocks/form/input.scss */
.input--underlined label.input__field {
  display: inline-block;
  cursor: pointer;
  height: 41px;
}

/* line 92, app/assets/stylesheets/partials/blocks/form/input.scss */
.input--underlined span.input__placeholder {
  left: 0;
  bottom: 10px;
  padding: 0;
  line-height: 15px;
  height: 15px;
}

/* line 99, app/assets/stylesheets/partials/blocks/form/input.scss */
.input--underlined span.input__placeholder::before {
  display: none;
}

/* line 104, app/assets/stylesheets/partials/blocks/form/input.scss */
.input--underlined textarea.input__field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #87a0b2;
  border-radius: 0;
}

@-webkit-keyframes shake {
  10%,
90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
50%,
70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%,
90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
50%,
70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio {
  position: relative;
}

/* line 16, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

/* line 23, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input[disabled] + span {
  cursor: not-allowed;
}

/* line 26, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input[disabled] + span::before {
  border-color: #eff4f7;
  background-color: #eff4f7;
}

/* line 31, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input[disabled] + span .radio_text {
  color: #87a0b2;
}

/* line 37, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input:checked + span::before {
  border: 9px solid #22c26a;
}

/* line 41, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input:checked + span .radio__text {
  color: #273b48;
}

/* line 47, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input:not([disabled]):not(:checked) + span:hover::before {
  border-color: #0ca764;
  background-color: #f5f9fb;
}

/* line 53, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input:not([disabled]):not(:checked) + span:hover .radio__text {
  color: #273b48;
}

/* line 58, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input + span {
  display: inline-block;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio input + span::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  content: '';
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  vertical-align: middle;
  border: 2px solid #d6e2e9;
  border-radius: 24px;
  background-color: #eaf2f4;
}

/* line 76, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio__text {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  vertical-align: middle;
  color: #5d707d;
}

/* line 84, app/assets/stylesheets/partials/blocks/form/radio.scss */
.radio__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/form/select.scss */
.select {
  position: relative;
}

/* line 4, app/assets/stylesheets/partials/blocks/form/select.scss */
.select select {
  opacity: 0;
}

/* line 8, app/assets/stylesheets/partials/blocks/form/select.scss */
.select__title {
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  z-index: 11;
  top: 7px;
  left: 20px;
  cursor: pointer;
  color: #87a0b2;
}

/* line 19, app/assets/stylesheets/partials/blocks/form/select.scss */
.select__dropdown {
  line-height: 7px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #87a0b2;
}

/* line 28, app/assets/stylesheets/partials/blocks/form/select.scss */
.select__dropdown::before {
  font-size: 7px;
  display: block;
  content: '▼';
}

/* line 38, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  height: 100%;
  outline: none;
}

/* line 46, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-open {
  z-index: 1;
}

/* line 49, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-open .selectric {
  border-color: #27bdbe;
}

/* line 53, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-open .selectric-items {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* line 58, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-open .select__dropdown {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 60, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-open .select__dropdown::before {
  color: #5d707d;
}

/* line 67, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-hover .select__dropdown {
  color: #5d707d;
}

/* line 73, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-wrapper.selectric-hover:not(.selectric-open) .selectric {
  border-color: #27bdbe;
}

/* line 79, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #d6e2e9;
  border-radius: 3px;
  background-color: #ffffff;
}

/* line 87, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 20px 30px 14px 20px;
  white-space: normal;
  color: #273b48;
}

/* line 99, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-items {
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  box-shadow: 0 10px 30px rgba(39, 59, 72, 0.3);
}

/* line 110, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-above .selectric-items {
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* line 116, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-items li {
  font-size: 16px;
  font-weight: 300;
  min-height: 40px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  color: #273b48;
  background-color: #ffffff;
}

/* line 126, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-items li::before {
  width: 0;
  height: 30px;
  content: '';
}

/* line 132, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-items li:hover {
  background-color: #eff4f7;
}

/* line 136, app/assets/stylesheets/partials/blocks/form/select.scss */
.selectric-items li.selected {
  background-color: #f6f9fa;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/frontpage.scss */
  #app {
    position: initial !important;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  /* line 5, app/assets/stylesheets/partials/blocks/frontpage.scss */
  #app .app {
    height: 100%;
  }
}

/* line 11, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage {
  height: 100%;
  width: 100%;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 11, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage {
    height: auto;
    min-height: 100%;
    background: -webkit-linear-gradient(#7048F4, #00CAA2);
    background: linear-gradient(#7048F4, #00CAA2);
  }
}

/* line 21, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

/* line 32, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 85px 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  /* line 32, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__column {
    width: 50%;
    padding: 60px 0 0;
  }
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__column {
    padding: 60px 16px 0;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 55, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  /* line 55, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__logo {
    padding-left: 60px;
  }
}

/* line 63, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__logo-icon {
  display: none;
  margin-right: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  /* line 63, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__logo-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
}

/* line 73, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__logo-icon svg {
  width: 145px;
  height: 16px;
}

@media (min-width: 992px) {
  /* line 73, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__logo-icon svg {
    width: 217px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  /* line 83, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__logo-icon-mobile {
    display: none;
  }
}

/* line 88, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__logo-icon-mobile svg {
  width: 80px;
  fill: #fff;
}

/* line 94, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__logo-text {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__logo-text {
    font-size: 1.5625em;
  }
}

@media (min-width: 992px) {
  /* line 94, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__logo-text {
    font-size: 2.375em;
  }
}

/* line 112, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__trigger {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__trigger {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  /* line 112, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__trigger {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 112, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__trigger {
    position: absolute;
    top: 80px;
    right: 20px;
  }
}

/* line 132, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__menu .menu {
  background: -webkit-linear-gradient(top, #7048f4 0%, #00caa2 54.27%);
  background: linear-gradient(180deg, #7048f4 0%, #00caa2 54.27%);
}

/* line 135, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__menu .menu .answers-list {
  display: block;
  position: relative;
  bottom: 0;
  font-size: 28px !important;
  padding: 53px 0 0 20px;
}

/* line 142, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__menu .menu .answers-list__item-outer {
  padding: 0 0 8px 0;
  font-size: 28px;
}

@media (min-width: 600px) {
  /* line 135, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__menu .menu .answers-list {
    position: absolute;
    padding: 0 0 47px 30px;
  }
}

/* line 153, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__menu .menu__contact-button {
  padding: 10px 13px;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 449px) {
  /* line 153, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__menu .menu__contact-button {
    margin: 25px 0 0 20px;
  }
}

/* line 164, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__menu .menu__footer__phone {
  display: none;
}

/* line 171, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__item {
  color: #f5f9fb;
  font-size: 16px;
}

/* line 174, app/assets/stylesheets/partials/blocks/frontpage.scss */
px px .frontpage .main-menu__item::after {
  background-color: #f5f9fb;
}

/* line 178, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__item::after {
  background-color: #f5f9fb;
}

/* line 182, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__item:visited, .frontpage .main-menu__item:hover, .frontpage .main-menu__item:active {
  color: #f5f9fb;
}

/* line 189, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__contact-button {
  border: 1px solid #f5f9fb;
  color: #f5f9fb;
  background-color: transparent;
  font-weight: 300;
}

/* line 194, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__contact-button:hover {
  background-color: #f5f9fb;
  border: 1px solid #f5f9fb;
  color: #273b48;
}

/* line 202, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__drawer {
  background: transparent;
}

/* line 206, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__footer {
  display: none;
}

/* line 211, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage .main-menu__drawer__backdrop {
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

/* line 218, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__footer-column {
  position: absolute;
  bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  z-index: 10;
}

@media (max-width: 991px) {
  /* line 218, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__footer-column {
    position: initial;
    padding-top: 30px;
  }
  /* line 231, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__footer-column:first-child {
    display: none;
  }
}

/* line 237, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 241, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__links-item {
  font-size: 1.3125em;
  font-weight: 300;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -8px;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 992px) {
  /* line 241, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__links-item {
    font-size: 1.875em;
    line-height: 1;
  }
}

/* line 256, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__links-item span {
  padding: 8px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: transparent;
}

/* line 261, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__links-item span:nth-child(2) {
  font-weight: 700;
}

/* line 267, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__links-item:hover span {
  background: #27bdbe;
}

/* line 272, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__links-item + .frontpage__links-item {
  margin-left: 25px;
}

/* line 277, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__socials {
  display: none;
}

@media (min-width: 992px) {
  /* line 277, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

/* line 288, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__socials .social-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 292, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__socials .social-menu .social-menu__link svg path {
  fill: #fff;
}

/* line 297, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__socials .social-menu .social-menu__link:hover svg path {
  fill: #101010;
}

/* line 305, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__copyrights {
  opacity: 0.6;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  word-break: keep-all;
}

/* line 313, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 120px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-radius: 17px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #273b48;
  border-radius: 36px;
  background-color: #fff;
  padding: 8px 17px;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}

/* line 13, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button.is-disabled, .frontpage__contact-button:disabled {
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button--sm {
  min-width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 13px;
  border-radius: 33px;
  line-height: 22px;
}

/* line 26, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button--md {
  min-width: 170px;
  padding: 13px 18px;
  border-radius: 25px;
}

/* line 32, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button--lg {
  min-width: 230px;
  padding: 23px 28px;
  border-radius: 35px;
}

/* line 38, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button--lg-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  padding: 23px 28px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 49, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button--centered {
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/partials/mixins/button.scss */
.frontpage__contact-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 319, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button--hidden {
  display: none;
}

/* line 323, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button:not(.is-disabled):not(:disabled) {
  color: #58C5B7;
}

/* line 327, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button:not(.is-disabled):not(:disabled):hover {
  background-color: #f5f9fb;
  color: #273b48;
}

/* line 333, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button.is-disabled, .frontpage__contact-button:disabled {
  border: 1px solid #eff4f7;
  background-color: #f5f9fb;
}

/* line 344, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #58C5B7;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px;
  margin: 0 auto !important;
  padding: 10px 13px;
}

/* line 357, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__contact-button--bottom span {
  margin: 0;
}

@media (max-width: 991px) {
  /* line 344, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__contact-button--bottom {
    padding: 10px 88px !important;
  }
}

@media (max-width: 449px) {
  /* line 344, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__contact-button--bottom {
    padding: 10px 66px !important;
  }
}

/* line 370, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info {
  width: 100%;
  margin: 0 auto 30px auto;
  max-width: 1395px;
}

/* line 375, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.5px solid #fff;
  margin: 0 30px;
  border-radius: 40px;
  min-height: 82px;
  background-color: rgba(255, 255, 255, 0);
  /* Полупрозрачный цвет воды */
  -webkit-backdrop-filter: blur(2px) brightness(100%);
          backdrop-filter: blur(2px) brightness(100%);
  padding: 19px 25px;
}

@media (max-width: 991px) {
  /* line 375, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin: 0;
    padding: 16px 18px;
  }
}

/* line 394, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 396, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container__column__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

/* line 404, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container__column__socials a svg path {
  fill: #fff;
}

/* line 409, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container__column__socials a:hover svg path {
  fill: #101010;
}

@media (max-width: 449px) {
  /* line 396, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__socials {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  /* line 419, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__contacts {
    padding-top: 16px;
  }
}

/* line 424, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container__column__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 17px;
  letter-spacing: 0em;
  color: #fff;
}

/* line 433, app/assets/stylesheets/partials/blocks/frontpage.scss */
.frontpage__info .info-container__column__feedback a {
  color: #fff;
  padding: 10px 13px;
}

@media (max-width: 991px) {
  /* line 424, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__feedback {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
  /* line 440, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__feedback a {
    padding: 8px 0px;
    margin: 0 4.5px;
  }
}

@media (max-width: 1100px) {
  /* line 449, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__feedback {
    margin-right: -45%;
  }
}

@media (max-width: 991px) {
  /* line 456, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__feedback {
    margin-right: 0%;
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  /* line 466, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__socials div {
    display: inline-block;
  }
  /* line 470, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__socials a svg {
    height: 30px;
    width: 30px;
  }
  /* line 476, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info .info-container__column__feedback {
    font-size: 14px;
    font-weight: 200;
  }
}

@media (min-width: 992px) {
  /* line 370, app/assets/stylesheets/partials/blocks/frontpage.scss */
  .frontpage__info {
    margin-bottom: 30px;
  }
}

@-webkit-keyframes show-submenu {
  to {
    opacity: 1;
  }
}

@keyframes show-submenu {
  to {
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/fullscreen.scss */
.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

/* line 2, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary.kaya {
  padding-top: 0;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-form__row {
  padding: 0 30px 0 0;
}

/* line 14, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav {
  padding: 30px 0;
}

/* line 17, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__row {
  text-align: center;
  min-height: 40px;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-nav__row {
    padding: 0 50px;
  }
}

@media (max-width: 449px) {
  /* line 17, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-nav__row {
    padding: 0 30px;
  }
}

/* line 28, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__all {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 9px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5d707d;
  border: 2px solid #d6e2e9;
  border-radius: 3px;
}

/* line 40, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__all:hover {
  color: #273b48;
  border: 2px solid #0ca764;
  background: #f5f9fb;
}

/* line 46, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__all.is-active, .glossary-nav__all.is-active:hover {
  color: #fff;
  border: 2px solid #22c26a;
  background: #22c26a;
}

/* line 54, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125em;
  font-weight: 500;
  min-width: 40px;
  list-style: none;
  text-align: center;
}

/* line 64, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__link {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  padding: 12px 5px 12px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: middle;
  color: #87a0b2;
}

/* line 75, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__link:hover {
  color: #5d707d;
}

/* line 79, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-nav__link.is-active {
  color: #e21776;
  box-shadow: inset 0 -3px 0 0 #e21776;
}

/* line 86, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list {
  background: #f5f9fb;
  padding: 30px 0;
}

/* line 90, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 30px auto 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 370px;
}

@media (min-width: 768px) {
  /* line 90, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-list__item {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  /* line 90, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-list__item {
    max-width: 1170px;
  }
}

/* line 106, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item.inactive {
  opacity: 0;
  height: 0;
  margin: 0;
  width: 100%;
}

/* line 113, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 10%;
}

@media (max-width: 767px) {
  /* line 113, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-list__item__title {
    width: 100%;
  }
}

/* line 120, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item__title_inner {
  max-width: 100%;
  margin-bottom: 30px;
}

/* line 124, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item__title_inner:after {
  display: none;
}

/* line 129, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 90%;
}

@media (max-width: 767px) {
  /* line 129, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-list__item__content {
    width: 100%;
  }
}

/* line 136, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-list__item__content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 146, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-term {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 33%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 30px 30px 0;
}

@media (max-width: 1279px) {
  /* line 146, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-term {
    width: 50%;
  }
}

@media (max-width: 991px) {
  /* line 146, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-term {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 146, app/assets/stylesheets/partials/blocks/glossary.scss */
  .glossary-term {
    width: 100%;
  }
}

/* line 164, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-term__title {
  font-size: 1.125em;
  padding: 0.5em 0.25em 0.5em 0;
  font-weight: 700;
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/partials/blocks/glossary.scss */
.glossary-term__content {
  font-size: 1em;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/partials/blocks/icon-text.scss */
.icon-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 4, app/assets/stylesheets/partials/blocks/icon-text.scss */
.icon-text__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  margin-right: 20px;
}

/* line 9, app/assets/stylesheets/partials/blocks/icon-text.scss */
.icon-text__icon:only-child {
  margin-right: 0;
}

/* line 13, app/assets/stylesheets/partials/blocks/icon-text.scss */
.icon-text__icon svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 40px;
  height: 40px;
}

@media (min-width: 1860px) {
  /* line 4, app/assets/stylesheets/partials/blocks/icon-text.scss */
  .icon-text__icon {
    min-width: 48px;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/icon-text.scss */
  .icon-text__icon svg {
    width: 48px;
    height: 48px;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/icon-text.scss */
.icon-text__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #87a0b2;
  font-size: 1em;
  font-weight: 500;
}

@media (min-width: 1860px) {
  /* line 29, app/assets/stylesheets/partials/blocks/icon-text.scss */
  .icon-text__text {
    font-size: 1.25em;
  }
}

/* line 40, app/assets/stylesheets/partials/blocks/icon-text.scss */
.icon-text__text span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-banner.scss */
.kaya-banner {
  min-height: 300px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background: -webkit-radial-gradient(101.39% 101.39% at 100% 100%, #02c1d7 0%, #009bac 100%);
  background: radial-gradient(101.39% 101.39% at 100% 100%, #02c1d7 0%, #009bac 100%);
  padding: 40px 30px 45px 15px;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
  .base-form {
    padding: 70px 170px 50px 60px;
  }
}

/* line 12, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 380px;
}

/* line 19, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__privacy {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #87a0b2;
}

/* line 31, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__form-link {
  color: #27bdbe;
}

/* line 35, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__form-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 38, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__form-col:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  /* line 35, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
  .base-form__form-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 52, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form .input {
  width: 100%;
  margin-top: 30px;
}

/* line 56, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form .input input {
  border-color: #fff;
  color: #fff;
}

/* line 60, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form .input input:hover {
  border-color: #fff;
}

/* line 65, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form .input__placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

/* line 73, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form__form-title {
  width: 100%;
  font-weight: 800;
  font-size: 64px;
  line-height: 150%;
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 73, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
  .base-form__form-title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  /* line 73, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
  .base-form__form-title {
    font-size: 48px;
  }
}

@media (max-width: 449px) {
  /* line 73, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
  .base-form__form-title {
    font-size: 24px;
  }
}

/* line 101, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form .success:empty {
  display: none;
}

/* line 105, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form .h100 {
  height: 100%;
}

/* line 110, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
.base-form--fullwidth:before {
  display: none;
}

/* line 116, app/assets/stylesheets/partials/blocks/kaya/kaya-base-form.scss */
span.invalid-message {
  font-size: 16px;
  color: red;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

/* line 7, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block:first-of-type {
  padding-top: 100px;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
  .kaya-block {
    max-width: 770px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
  .kaya-block {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
  .kaya-block:first-of-type {
    padding-top: 38px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
  .kaya-block {
    padding-top: 40px;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block:last-child {
  margin-bottom: 140px;
}

/* line 34, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block.kaya-blog-item {
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

/* line 40, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block--full {
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block--large-margins {
  padding-top: 140px !important;
  padding-bottom: 140px;
}

@media (max-width: 449px) {
  /* line 44, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
  .kaya-block--large-margins {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* line 53, app/assets/stylesheets/partials/blocks/kaya/kaya-block.scss */
.kaya-block--large-margins:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-blog-item.scss */
.kaya-blog-item {
  margin-top: 90px;
  max-width: 720px;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-blog-item.scss */
  .kaya-blog-item {
    max-width: 770px;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/kaya/kaya-blog-item.scss */
.kaya-blog-item .text, .kaya-blog-item .studio-start__text, .kaya-blog-item .studio-business__text, .kaya-blog-item .kaya-video__text {
  max-width: 100%;
}

/* line 13, app/assets/stylesheets/partials/blocks/kaya/kaya-blog-item.scss */
.kaya-blog-item p span {
  font-weight: 300 !important;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-blog-latest.scss */
.kaya-blog-latest {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/partials/blocks/kaya/kaya-blog-latest.scss */
.kaya-blog-latest:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-button.scss */
.kaya-button {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
.kaya-columns {
  max-width: 970px;
  padding-right: 0;
  padding-left: 0;
}

/* line 2, app/assets/stylesheets/partials/mixins/clearfix.scss */
.kaya-columns:after {
  display: table;
  clear: both;
  content: '';
}

/* line 12, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
.kaya-columns__column {
  width: 100%;
  max-width: 486px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
  .kaya-columns__column {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
  .kaya-columns__column:nth-child(odd) {
    padding-right: 45px;
  }
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
  .kaya-columns__column:nth-child(even) {
    padding-left: 45px;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
.kaya-columns__column .kaya-block {
  width: 100%;
}

/* line 38, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
.kaya-columns__column .kaya-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
  .kaya-columns__column .kaya-block {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/kaya/kaya-columns.scss */
.kaya-columns__column .kaya-title {
  padding-top: 60px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
  .kaya-epixx {
    padding-bottom: 30px;
  }
}

/* line 6, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
  .kaya-epixx__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}

/* line 18, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__col:first-child {
  padding-right: 50px;
}

/* line 22, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__col:last-child {
  padding-left: 30px;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
  .kaya-epixx__col {
    max-width: none;
    min-width: 100%;
  }
  /* line 30, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
  .kaya-epixx__col:first-child {
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 35, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
  .kaya-epixx__col:last-child {
    padding: 0;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__img {
  max-width: 100%;
}

/* line 45, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0;
}

/* line 51, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__logos img {
  max-width: 62px;
}

/* line 54, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__logos img:first-child {
  margin-right: 14px;
}

/* line 58, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx__logos img:last-child {
  max-width: 52px;
}

/* line 64, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx h2 {
  margin-bottom: 30px;
}

/* line 68, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx a {
  background-color: #22c26a !important;
  box-shadow: 0 5px 10px rgba(34, 255, 133, 0.7);
  color: #fff;
  border: none !important;
}

/* line 74, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx a:hover {
  background-color: #0ca764 !important;
  box-shadow: 0 5px 10px rgba(135, 160, 178, 0.7);
  border: none;
}

/* line 81, app/assets/stylesheets/partials/blocks/kaya/kaya-epixx.scss */
.kaya-epixx p {
  margin-top: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  width: 100%;
  color: #273b48;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-gallery-tile.scss */
.kaya-gallery-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-gallery-tile.scss */
  .kaya-gallery-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/kaya/kaya-gallery-tile.scss */
.kaya-gallery-tile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/partials/blocks/kaya/kaya-gallery-tile.scss */
  .kaya-gallery-tile__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero {
  width: 100%;
  max-width: 1440px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero {
    max-height: 410px;
  }
}

@media (max-width: 604px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    max-height: 310px;
  }
}

@media (max-width: 604px) {
  /* line 21, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__container {
    padding-top: 60px;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero__left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  padding-left: 70px;
}

@media (max-width: 604px) {
  /* line 27, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__left-column {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero__right-column {
  width: 50%;
  height: 100%;
  position: relative;
}

@media (max-width: 604px) {
  /* line 43, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__right-column {
    width: 100%;
    position: absolute;
    z-index: 1;
  }
}

/* line 55, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero__title {
  font-weight: 300;
  font-size: 60px;
  line-height: 65px;
  color: #273b48;
}

@media (max-width: 991px) {
  /* line 55, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__title {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 67, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  color: #273b48;
}

@media (max-width: 991px) {
  /* line 67, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__description {
    font-size: 16px;
  }
}

/* line 79, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero__image {
  height: 100%;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 604px) {
  /* line 79, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__image {
    opacity: 0.3;
  }
}

/* line 93, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
.kaya-hero__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  /* line 101, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__navigation__direction-button {
    font-size: 0.7em;
  }
}

@media (max-width: 767px) {
  /* line 101, app/assets/stylesheets/partials/blocks/kaya/kaya-hero.scss */
  .kaya-hero__navigation__direction-button {
    font-size: 0.5em;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/kaya/kaya-image.scss */
.kaya-image--natural {
  overflow: hidden;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 11, app/assets/stylesheets/partials/blocks/kaya/kaya-image.scss */
.kaya-image img {
  max-width: 100%;
  height: auto;
}

/* line 16, app/assets/stylesheets/partials/blocks/kaya/kaya-image.scss */
.kaya-image--shaded img {
  box-shadow: 0 10px 30px rgba(39, 59, 72, 0.15);
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-marketing.scss */
.kaya-marketing {
  padding-left: 0;
  padding-right: 0;
}

/* line 5, app/assets/stylesheets/partials/blocks/kaya/kaya-marketing.scss */
.kaya-title + .kaya-marketing {
  margin-top: 60px;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-numbers.scss */
.kaya-numbers {
  width: 100%;
}

/* line 4, app/assets/stylesheets/partials/blocks/kaya/kaya-numbers.scss */
.kaya-numbers .statistics__wrap:after {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form,
.kaya-opened-feedback-form-bg {
  position: relative;
}

/* line 5, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form form,
.kaya-opened-feedback-form-bg form {
  position: relative;
}

/* line 9, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form,
.kaya-opened-feedback-form-bg .base-form {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 14, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__foreground,
.kaya-opened-feedback-form-bg .base-form__foreground {
  position: absolute;
  background-image: url(https://molinos.ru/assets/content/form-background-d43bb56fb34c1027a768cbe494b0e175dfd1a2bccf6f94c57cd0d01d96b1e36e.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 29, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__success,
.kaya-opened-feedback-form-bg .base-form__success {
  font-weight: 800;
  font-size: 64px;
  line-height: 150%;
  color: #fff;
}

@media (max-width: 449px) {
  /* line 41, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
  .kaya-opened-feedback-form .base-form__form-col--form,
.kaya-opened-feedback-form-bg .base-form__form-col--form {
    margin-top: 75px;
  }
}

/* line 49, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__form-row,
.kaya-opened-feedback-form-bg .base-form__form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  /* line 49, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
  .kaya-opened-feedback-form .base-form__form-row,
.kaya-opened-feedback-form-bg .base-form__form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 60, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form .g-recaptcha,
.kaya-opened-feedback-form-bg .base-form .g-recaptcha {
  z-index: 700;
  padding: 20px 0;
}

/* line 65, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__button,
.kaya-opened-feedback-form-bg .base-form__button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 40px;
  margin-top: 20px;
}

/* line 76, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__button:not(.is-disabled):not(:disabled),
.kaya-opened-feedback-form-bg .base-form__button:not(.is-disabled):not(:disabled) {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

/* line 81, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__button:not(.is-disabled):not(:disabled):hover,
.kaya-opened-feedback-form-bg .base-form__button:not(.is-disabled):not(:disabled):hover {
  border-color: #fff;
  color: #009bac;
  background-color: #fff;
}

/* line 88, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__button.is-disabled, .kaya-opened-feedback-form .base-form__button:disabled,
.kaya-opened-feedback-form-bg .base-form__button.is-disabled,
.kaya-opened-feedback-form-bg .base-form__button:disabled {
  border: 1px solid #9298a5;
  color: #9298a5;
  background-color: transparent;
}

/* line 96, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__privacy,
.kaya-opened-feedback-form-bg .base-form__privacy {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

/* line 103, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form__privacy a,
.kaya-opened-feedback-form-bg .base-form__privacy a {
  color: #fff;
  line-height: 150%;
  border-bottom: 1px solid #fff;
}

/* line 111, app/assets/stylesheets/partials/blocks/kaya/kaya-opened-feedback-form.scss */
.kaya-opened-feedback-form .base-form .input__placeholder,
.kaya-opened-feedback-form-bg .base-form .input__placeholder {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
.kaya-promo {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
  .kaya-promo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    background-color: #fff;
  }
  /* line 18, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
  .kaya-promo::before {
    top: -90px;
  }
  /* line 22, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
  .kaya-promo::after {
    bottom: -90px;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
.kaya-promo--black .promo-screen::after {
  opacity: 0.6;
  background-color: #273b48;
  background-image: none;
}

/* line 36, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
.kaya-promo .promo-screen__subtitle {
  margin-bottom: 0;
}

/* line 40, app/assets/stylesheets/partials/blocks/kaya/kaya-promo.scss */
.kaya-promo .promo-screen__content {
  padding-top: 90px;
  padding-bottom: 100px;
}

/* line 2, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form {
  background: #F6F9FB;
  padding-top: 65px;
}

/* line 6, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form__button {
  margin-top: 0px;
}

/* line 10, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form__form-title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  color: #464646;
}

/* line 18, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 20, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .display-lt-768 {
  display: none;
}

/* line 23, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -30px;
}

/* line 26, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular {
  border: 0px;
}

/* line 28, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 32, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__photo img {
  width: 153px;
  height: 153px;
}

/* line 36, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__desc {
  margin-top: -20px;
}

/* line 38, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__desc .author__name {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #464646;
  margin-top: 16px;
}

/* line 46, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__desc .author__position {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #87A0B2;
  margin-top: 4px;
}

/* line 58, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--quote {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: -25px 7px 0 -16px;
}

/* line 61, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--quote span.quote {
  width: 33px;
  height: 28px;
  color: #464646;
  font-size: 95px;
}

/* line 68, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 70, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info {
  margin: 105px 35px 0 0;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

/* line 73, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #464646;
}

/* line 83, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 30px;
}

/* line 86, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form * {
  font-weight: 300;
  color: #87A0B2;
}

/* line 90, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__input .input__field:first-child {
  margin-top: 0px;
  border-bottom: 1px solid #87A0B2;
}

/* line 94, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 96, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action .base-form__button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: 1px solid #87A0B2;
}

/* line 99, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action .base-form__button:hover {
  color: #87A0B2;
}

/* line 103, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action .base-form__privacy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px;
}

/* line 106, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
.kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action .base-form__privacy .base-form__form-link {
  border-bottom: 1px solid #87A0B2;
}

@media (max-width: 1200px) {
  /* line 119, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form__form-title {
    font-size: 42px;
  }
  /* line 123, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile {
    margin-top: 62px;
  }
  /* line 125, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular {
    border: 0px;
  }
  /* line 128, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__photo img {
    width: 120px;
    height: 120px;
  }
  /* line 132, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__desc {
    margin-top: -20px;
  }
  /* line 138, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 140, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info {
    margin: -4px 35px 0 0;
  }
  /* line 142, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info p {
    font-size: 18px;
  }
  /* line 146, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form {
    margin-top: 14px;
  }
}

@media (max-width: 991px) {
  /* line 157, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks {
    padding-left: 12px;
  }
  /* line 159, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (max-width: 767px) {
  /* line 169, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form {
    padding-top: 42px;
  }
  /* line 172, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form__form-title {
    font-size: 36px;
    width: 75%;
  }
  /* line 178, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .display-gt-768 {
    display: none;
  }
  /* line 179, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .display-lt-768 {
    display: block;
  }
  /* line 180, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile {
    margin-top: 15px;
    max-width: 150px;
  }
  /* line 183, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular {
    border: 0px;
  }
  /* line 185, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 187, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__photo img {
    width: 100px;
    height: 100px;
  }
  /* line 191, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__desc {
    margin-top: 0px;
  }
  /* line 197, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--quote {
    margin: 3px 0 0 -28px;
  }
  /* line 200, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 202, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info {
    margin: 30px 30px 0 0;
  }
  /* line 204, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info p {
    font-size: 16px;
  }
  /* line 208, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form {
    margin-top: -5px;
  }
}

@media (max-width: 640px) {
  /* line 222, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__photo img {
    width: 90px;
    height: 90px;
  }
  /* line 229, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--quote {
    margin: 3px 0px 0 -30px;
  }
  /* line 232, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks {
    width: 66%;
  }
}

@media (max-width: 478px) {
  /* line 241, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form {
    padding-top: 42px;
  }
  /* line 244, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .base-form__form-title {
    font-size: 32px;
    width: 100%;
  }
  /* line 249, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 251, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile {
    margin-top: 34px;
    max-width: 100%;
  }
  /* line 255, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 257, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__photo img {
    width: 75px;
    height: 75px;
  }
  /* line 262, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--profile .quote-regular .author--regular .author__desc .author__name {
    margin-top: 0px;
  }
  /* line 269, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .base-form__form-col.base-form__form-col--quote {
    margin: -42px 0px 0 -6px;
  }
  /* line 272, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 275, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info {
    margin: -70px 0 0 27px;
  }
  /* line 277, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col.base-form__form-col--info p {
    font-size: 16px;
  }
  /* line 281, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form {
    margin-top: 8px;
  }
  /* line 284, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action .base-form__button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 287, app/assets/stylesheets/partials/blocks/kaya/kaya-quote-with-form.scss */
  .kaya-opened-feedback-form.kaya-quote-with-form-v2 .quote-form-all-blocks .quote-form-inner-two-blocks .base-form__form-col--form .base-form__button-action .base-form__privacy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2px;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/kaya/kaya-quote.scss */
.kaya-quote--photo-bg {
  padding-left: 0;
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/partials/blocks/kaya/kaya-quote.scss */
.kaya-quote--photo-bg:first-child {
  margin-top: 0;
}

/* line 11, app/assets/stylesheets/partials/blocks/kaya/kaya-quote.scss */
.kaya-quote--photo-bg + .kaya-title {
  padding-top: 0;
}

/* line 16, app/assets/stylesheets/partials/blocks/kaya/kaya-quote.scss */
.kaya-quote__inner {
  margin-right: auto;
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-related-pages.scss */
.kaya-block.kaya-related-pages {
  margin-bottom: 80px;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-slider.scss */
.kaya-slider {
  padding-left: 0;
  padding-right: 0;
}

/* line 5, app/assets/stylesheets/partials/blocks/kaya/kaya-slider.scss */
.kaya-slider--shaded .swiper-slide {
  padding: 0 30px;
}

/* line 8, app/assets/stylesheets/partials/blocks/kaya/kaya-slider.scss */
.kaya-slider--shaded .swiper-slide img {
  box-shadow: 0 10px 30px rgba(39, 59, 72, 0.15);
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription {
  background-color: #f5f9fc;
  padding: 80px 60px !important;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription {
    padding: 45px 30px !important;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription {
    padding: 45px 0 !important;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .subscription-image {
  width: 75%;
  height: auto;
  vertical-align: middle;
  margin: auto;
  display: block;
}

@media (min-width: 992px) {
  /* line 13, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .subscription-image {
    width: 95%;
  }
}

@media (max-width: 767px) {
  /* line 13, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .subscription-image {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 29, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .base-form__form-row {
    display: block;
  }
}

@media (max-width: 449px) {
  /* line 29, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .base-form__form-row {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 40, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .base-form__form-row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 47, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription {
  max-width: 540px;
}

/* line 50, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription .form__title {
  font-size: 48px;
  line-height: 150%;
  color: #273a48;
  margin-right: -260px;
}

@media (max-width: 991px) {
  /* line 50, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .form-subscription .form__title {
    font-size: 42px;
    margin-right: -100px;
  }
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .form-subscription .form__title {
    margin-right: 0;
    font-size: 36px;
  }
}

@media (max-width: 449px) {
  /* line 50, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .form-subscription .form__title {
    font-size: 32px;
  }
}

/* line 71, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription .form__subtitle {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #87A0B2;
}

/* line 79, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription .form__privacy {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

/* line 84, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription .form__privacy a {
  color: #009BAC;
  text-decoration: underline;
}

/* line 90, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription .filled-button {
  z-index: 0;
  margin: 20px 0;
  -webkit-transition: unset;
  transition: unset;
  padding: 15px 40px;
}

@media (max-width: 449px) {
  /* line 90, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
  .kaya-subscription .form-subscription .filled-button {
    margin-top: 10px;
    padding: 11px 0;
    width: 100%;
  }
}

/* line 102, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription .form-subscription .filled-button:hover {
  background-color: #009BAC;
  background: -webkit-radial-gradient(101.39% 101.39% at 100% 100%, #02C1D7 50%, #009BAC 100%);
  background: radial-gradient(101.39% 101.39% at 100% 100%, #02C1D7 50%, #009BAC 100%);
}

/* line 109, app/assets/stylesheets/partials/blocks/kaya/kaya-subscription.scss */
.kaya-subscription-modal {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team {
  width: 100%;
  max-width: 100%;
  background-color: #f5f9fc;
  padding-top: 0;
  background-image: url(https://molinos.ru/assets/kaya/kaya-team-background-00739bdef098660719bbb8dc88e122a90fa20ceca997bff90614f9d2fbd49d58.svg);
  background-size: 100% auto;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
  .kaya-team {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__wrapper {
  padding: 80px 0 80px 60px;
}

@media (max-width: 991px) {
  /* line 14, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
  .kaya-team__wrapper {
    padding: 45px 0 45px 30px;
  }
}

@media (max-width: 449px) {
  /* line 14, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
  .kaya-team__wrapper {
    padding-left: 15px;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__wrapper .team-items-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

/* line 29, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__wrapper .team-items-slider .slider-nav {
  background-color: #8fd0d9;
  border: none;
  width: 40px;
  height: 40px;
}

/* line 36, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__wrapper .team-items-slider .slider-nav--prev {
  margin-right: 16px;
}

/* line 40, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__wrapper .team-items-slider svg path {
  fill: white;
}

/* line 46, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

@media (max-width: 991px) {
  /* line 46, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
  .kaya-team__title {
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 449px) {
  /* line 46, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
  .kaya-team__title {
    font-size: 32px;
    line-height: 38px;
  }
}

/* line 62, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 449px) {
  /* line 62, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
  .kaya-team__items {
    margin-top: 20px;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item {
  width: 314px;
  min-width: 314px;
  border: 1px solid #87A0B2;
  border-radius: 10px;
  background-color: white;
  position: relative;
  padding: 0 40px 40px 40px;
}

/* line 81, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item:not(:last-child) {
  margin-right: 20px;
}

/* line 85, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 62px;
  border: 50px solid transparent;
  border-top: 0 solid transparent;
  border-left: 300px solid #009BAC;
}

/* line 95, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item .photo {
  padding: 21px 0 10px 15px;
  position: relative;
  z-index: 1;
}

/* line 100, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item .photo img {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 106, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item .photo img[src=""], .kaya-team__item .photo img:not([src]) {
  opacity: 0;
}

/* line 112, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item .fullname {
  color: #273A48;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

/* line 119, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item .position {
  color: #87A0B2;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding-top: 6px;
  padding-bottom: 10px;
}

/* line 128, app/assets/stylesheets/partials/blocks/kaya/kaya-team.scss */
.kaya-team__item .description {
  color: #273A48;
  font-size: 18px;
  font-weight: 350;
  line-height: 27px;
}

@media (max-width: 449px) {
  /* line 3, app/assets/stylesheets/partials/blocks/kaya/kaya-text.scss */
  .kaya-title + .kaya-text {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-title.scss */
  .kaya-title {
    max-width: 1070px;
  }
}

@media (max-width: 449px) {
  /* line 7, app/assets/stylesheets/partials/blocks/kaya/kaya-title.scss */
  .kaya-text + .kaya-title {
    margin-top: 80px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya-video.scss */
.kaya-video {
  position: relative;
}

/* line 4, app/assets/stylesheets/partials/blocks/kaya/kaya-video.scss */
.kaya-video__title {
  margin-top: 20px;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/kaya/kaya.scss */
  .kaya {
    margin-left: 60px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/logotypes.scss */
.logotypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/partials/blocks/logotypes.scss */
.logotypes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  padding: 0 15px;
  opacity: .6;
}

@media (min-width: 450px) {
  /* line 7, app/assets/stylesheets/partials/blocks/logotypes.scss */
  .logotypes__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/partials/blocks/logotypes.scss */
  .logotypes__item {
    width: 33.3333333333%;
    height: 130px;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/partials/blocks/logotypes.scss */
  .logotypes__item {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  /* line 7, app/assets/stylesheets/partials/blocks/logotypes.scss */
  .logotypes__item {
    width: 20%;
  }
}

/* line 34, app/assets/stylesheets/partials/blocks/logotypes.scss */
.logotypes__item img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

/* line 41, app/assets/stylesheets/partials/blocks/logotypes.scss */
.logotypes__item img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* line 16, app/assets/stylesheets/partials/blocks/main-menu.scss */
.navbar {
  z-index: 4;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
}

/* line 26, app/assets/stylesheets/partials/blocks/main-menu.scss */
.navbar--fixed {
  top: 0;
}

/* line 30, app/assets/stylesheets/partials/blocks/main-menu.scss */
.navbar__column {
  width: 50%;
}

/* line 35, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 40px 0 40px;
}

@media (max-width: 991px) {
  /* line 35, app/assets/stylesheets/partials/blocks/main-menu.scss */
  .main-menu {
    display: none;
  }
}

/* line 45, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__item {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
}

/* line 53, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__item:hover::after {
  width: 100%;
}

/* line 57, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__item::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #16232c;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 69, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  z-index: 11;
  width: 100%;
  min-width: 320px;
  max-width: 520px;
}

/* line 80, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__items-wrapper--light .main-menu__item {
  color: #fff;
}

/* line 84, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__items-wrapper--light .main-menu__item::after {
  background-color: #fff;
}

/* line 90, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__submenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  opacity: 0;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  margin-top: 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 101, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__submenu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}

/* line 108, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__submenu__item {
  position: relative;
  color: #f5f9fb;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 117, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__submenu__item:hover::after {
  width: 100%;
}

/* line 121, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__submenu__item::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #f5f9fb;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 134, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__drawer {
  position: absolute;
  width: 50%;
  background: -webkit-radial-gradient(101.39% 101.39% at 100% 100%, #02c1d7 0%, #009bac 100%);
  background: radial-gradient(101.39% 101.39% at 100% 100%, #02c1d7 0%, #009bac 100%);
  height: 100vh;
  top: -100vh;
  right: 0;
  z-index: 7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 147, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__drawer--active {
  top: 0;
}

/* line 151, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__drawer__backdrop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 6;
  background: rgba(51, 51, 51, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* line 162, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__drawer__backdrop--active {
  display: block;
}

/* line 168, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__contact-button {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 120px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-radius: 17px;
  outline: 0;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #273b48;
  color: #273b48;
  font-weight: 300;
  border-radius: 40px;
  background-color: transparent;
  padding: 10px 17px;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}

/* line 13, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button.is-disabled, .main-menu__contact-button:disabled {
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button--sm {
  min-width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 13px;
  border-radius: 33px;
  line-height: 22px;
}

/* line 26, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button--md {
  min-width: 170px;
  padding: 13px 18px;
  border-radius: 25px;
}

/* line 32, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button--lg {
  min-width: 230px;
  padding: 23px 28px;
  border-radius: 35px;
}

/* line 38, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button--lg-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  padding: 23px 28px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 49, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button--centered {
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/partials/mixins/button.scss */
.main-menu__contact-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 176, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__contact-button:hover {
  background-color: #27bdbe;
  border: 1px solid #27bdbe;
  color: #f5f9fb;
}

/* line 182, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__contact-button--light {
  border: 1px solid #f5f9fb;
  background-color: transparent;
  color: #f5f9fb;
}

/* line 187, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__contact-button--light:hover {
  background-color: #f5f9fb;
  border: 1px solid #f5f9fb;
  color: #273b48;
}

/* line 200, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px 50px 0;
}

/* line 206, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__footer__phone {
  color: #f5f9fb;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding-right: 30px;
}

/* line 214, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__footer .social-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 218, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__footer .social-menu .social-menu__link svg path {
  fill: #fff;
}

/* line 223, app/assets/stylesheets/partials/blocks/main-menu.scss */
.main-menu__footer .social-menu .social-menu__link:hover svg path {
  fill: #101010;
}

/* line 3, app/assets/stylesheets/partials/blocks/marketing/marketing-business.scss */
.marketing-business__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/partials/blocks/marketing/marketing-business.scss */
  .marketing-business__title {
    margin-bottom: 70px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/marketing/marketing-business.scss */
.marketing-business__subtitle {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/partials/blocks/marketing/marketing-business.scss */
  .marketing-business__subtitle {
    margin-bottom: 30px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
.marketing-cases {
  padding: 70px 0;
  background: #eff4f7;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
  .marketing-cases {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
  .marketing-cases {
    padding: 90px 0;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
  .marketing-cases {
    padding: 130px 0;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
.marketing-cases__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
  .marketing-cases__title {
    margin-bottom: 70px;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
.marketing-cases__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 35, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
.marketing-cases__item {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  /* line 35, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
  .marketing-cases__item {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 15px;
  }
}

@media (min-width: 1860px) {
  /* line 35, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
  .marketing-cases__item {
    width: 33.3333333333%;
    padding: 0 25px;
  }
}

/* line 50, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
.marketing-cases__item .statement-card {
  width: 100%;
  height: 100%;
  max-width: 570px;
  min-height: 220px;
  margin: 0 auto;
}

/* line 60, app/assets/stylesheets/partials/blocks/marketing/marketing-cases.scss */
.casetitle {
  padding: 0 0 30px;
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-clients.scss */
.marketing-clients {
  margin-bottom: 110px;
}

/* line 4, app/assets/stylesheets/partials/blocks/marketing/marketing-clients.scss */
.marketing-clients__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/partials/blocks/marketing/marketing-clients.scss */
  .marketing-clients__title {
    margin-bottom: 70px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-dev.scss */
.marketing-dev {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-dev.scss */
  .marketing-dev {
    padding-bottom: 110px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-dev.scss */
  .marketing-dev {
    padding-bottom: 125px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-dev.scss */
  .marketing-dev {
    padding-bottom: 180px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/marketing/marketing-dev.scss */
.marketing-dev__title {
  margin-bottom: 40px;
}

/* line 23, app/assets/stylesheets/partials/blocks/marketing/marketing-dev.scss */
.marketing-dev__quote {
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-enigma.scss */
.marketing-enigma {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-enigma.scss */
  .marketing-enigma {
    background-position: center;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
.marketing-model {
  padding: 70px 0;
  background: #eff4f7;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
  .marketing-model {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
  .marketing-model {
    padding: 130px 0 125px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
  .marketing-model {
    padding: 130px 0 125px;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
.marketing-model__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
  .marketing-model__title {
    margin-bottom: 70px;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
.marketing-model__quote {
  margin: 0 auto;
}

/* line 33, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
.marketing-model__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin: 58px auto 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1280px) {
  /* line 33, app/assets/stylesheets/partials/blocks/marketing/marketing-model.scss */
  .marketing-model__link {
    max-width: 1070px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
.marketing-prof {
  padding: 70px 0;
  background: #eff4f7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
  .marketing-prof {
    padding: 80px 0;
    min-height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
  .marketing-prof {
    padding: 90px 0;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
  .marketing-prof {
    padding: 130px 0;
  }
}

/* line 24, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
.marketing-prof__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
  .marketing-prof__title {
    margin-bottom: 70px;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
.marketing-prof__subtitle {
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 37, app/assets/stylesheets/partials/blocks/marketing/marketing-prof.scss */
  .marketing-prof__subtitle {
    margin-bottom: 30px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-stats.scss */
.marketing-stats {
  padding-top: 175px !important;
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 70px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy {
    padding-top: 90px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy {
    padding-top: 130px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy__title {
    margin-bottom: 70px;
  }
}

/* line 31, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__parallax {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 40, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
}

/* line 47, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item {
  position: relative;
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy__item {
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

/* line 59, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item.statement-card {
  overflow: hidden;
  width: 100%;
  max-width: 516px;
  min-height: auto;
}

/* line 65, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item.statement-card .statement-card__content {
  padding: 20px;
}

@media (min-width: 450px) {
  /* line 65, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy__item.statement-card .statement-card__content {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  /* line 65, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy__item.statement-card .statement-card__content {
    padding: 40px;
  }
}

/* line 77, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item.statement-card .statement-card__text {
  font-size: 1.125em;
  font-weight: 200;
  margin-top: 30px;
  color: #273b48;
}

@media (min-width: 450px) {
  /* line 77, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
  .marketing-strategy__item.statement-card .statement-card__text {
    font-size: 1.25em;
  }
}

/* line 87, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item.statement-card .statement-card__text:after {
  background: #273b48;
}

/* line 93, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item + .marketing-strategy__item {
  margin-top: 20px;
}

/* line 97, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item--center {
  margin-right: auto;
  margin-left: auto;
}

/* line 102, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item--right {
  margin-left: auto;
}

/* line 107, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__item--wide.statement-card {
  max-width: 756px;
}

/* line 113, app/assets/stylesheets/partials/blocks/marketing/marketing-strategy.scss */
.marketing-strategy__number {
  font-size: 10em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: -60px;
  left: -50px;
  opacity: 0.1;
  color: #273b48;
}

/* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
.marketing-tech {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
  .marketing-tech {
    padding: 80px 0;
    min-height: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
  .marketing-tech {
    padding: 90px 0;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
  .marketing-tech {
    padding: 130px 0;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
.marketing-tech__title {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
  .marketing-tech__title {
    margin-bottom: 70px;
  }
}

/* line 34, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
.marketing-tech__subtitle {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/partials/blocks/marketing/marketing-tech.scss */
  .marketing-tech__subtitle {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/partials/blocks/marketing/marketing-vision.scss */
  .marketing-vision .promo-screen {
    min-height: 720px;
  }
}

/* line 9, app/assets/stylesheets/partials/blocks/marketing/marketing-vision.scss */
.marketing-vision .promo-screen::after {
  background-image: none;
}

/* line 14, app/assets/stylesheets/partials/blocks/marketing/marketing-vision.scss */
.marketing-vision .promo-screen__bordered-title {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/menu.scss */
.menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh;
  background: -webkit-radial-gradient(101.39% 101.39% at 100% 100%, #02c1d7 0%, #009bac 100%);
  background: radial-gradient(101.39% 101.39% at 100% 100%, #02c1d7 0%, #009bac 100%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 15, app/assets/stylesheets/partials/blocks/menu.scss */
.menu--opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 19, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 601px) {
  /* line 19, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__main {
    max-width: 680px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__contact-button {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 120px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
  border: 0;
  border-radius: 17px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
  background-color: transparent;
  padding: 10px 17px;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  font-weight: 300;
  border: 1px solid #f5f9fb;
  color: #f5f9fb;
}

/* line 13, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button.is-disabled, .menu__contact-button:disabled {
  cursor: not-allowed;
}

/* line 18, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button--sm {
  min-width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 13px;
  border-radius: 33px;
  line-height: 22px;
}

/* line 26, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button--md {
  min-width: 170px;
  padding: 13px 18px;
  border-radius: 25px;
}

/* line 32, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button--lg {
  min-width: 230px;
  padding: 23px 28px;
  border-radius: 35px;
}

/* line 38, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button--lg-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  padding: 23px 28px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 49, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button--centered {
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/partials/mixins/button.scss */
.menu__contact-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  /* line 30, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__contact-button {
    width: 180px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__contact-button:hover {
  background-color: #f5f9fb;
  border: 1px solid #f5f9fb;
  color: #273b48;
}

/* line 54, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media (min-width: 601px) {
  /* line 54, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__items-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__items-wrapper {
    padding-top: 25px;
    gap: 40px;
  }
}

/* line 74, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__item {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 21px;
  line-height: 22px;
  color: #fff;
}

/* line 83, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__item--active::after {
  width: 100%;
}

/* line 88, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__item::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 100, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__submenu {
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 28px 0 0 14px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media (min-width: 601px) {
  /* line 100, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__submenu {
    margin-top: 50px;
    padding: 50px 0 0 0;
    top: -25px;
  }
}

/* line 117, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__submenu--active {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 600px) {
  /* line 117, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__submenu--active {
    position: relative;
  }
}

/* line 126, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__submenu__item {
  position: relative;
  color: #f5f9fb;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

/* line 138, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__submenu__item::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #f5f9fb;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 151, app/assets/stylesheets/partials/blocks/menu.scss */
.menu .answers-list {
  display: none;
}

/* line 155, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 36px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 125px;
}

@media (min-width: 601px) {
  /* line 155, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 171, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__footer__phone {
  color: #f5f9fb;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 601px) {
  /* line 171, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__footer__phone {
    padding-right: 30px;
  }
}

/* line 182, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__footer .social-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 186, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__footer .social-menu .social-menu__link svg path {
  fill: #fff;
  width: 25px;
  height: 25px;
  padding: 0;
}

/* line 194, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__footer .social-menu .social-menu__link:hover svg path {
  fill: #101010;
}

/* line 202, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 135px 20px 0px 20px;
}

@media (min-width: 961px) {
  /* line 202, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__container {
    max-width: 760px;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

/* line 214, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__top-bar {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 20px 0px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
}

/* line 226, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 234, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__close svg {
  width: 24px;
  height: 24px;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #fff;
}

/* line 242, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__close:hover svg {
  fill: #16232c;
}

@media (min-width: 768px) {
  /* line 226, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__close {
    top: 19px;
    right: 19px;
    width: 60px;
    height: 60px;
  }
  /* line 253, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__close svg {
    width: 30px;
    height: 30px;
  }
}

/* line 260, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__logo {
  display: block;
}

/* line 263, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__logo svg {
  width: 73px;
  height: 30px;
}

/* line 267, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__logo svg path {
  fill: #fff;
}

@media (min-width: 768px) {
  /* line 260, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__logo {
    top: 27px;
    left: 20px;
    text-align: center;
  }
  /* line 277, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__logo svg {
    width: 230px;
    max-height: 27px;
  }
}

/* line 284, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__logo-link {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 284, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__logo-link {
    display: none;
  }
}

/* line 293, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__logo-link--mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 293, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__logo-link--mobile {
    display: block;
  }
}

/* line 301, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__wrap {
  width: 100%;
  margin: auto;
}

/* line 306, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__row {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 306, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__row {
    margin-bottom: 52px;
  }
}

/* line 314, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__row:last-child {
  margin-bottom: 0;
}

/* line 319, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 319, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__title {
    font-size: 2.5em;
  }
}

@media (min-width: 992px) {
  /* line 319, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__title {
    font-size: 3.125em;
  }
}

@media (min-width: 1860px) {
  /* line 319, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__title {
    font-size: 3.75em;
  }
}

/* line 338, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__title:hover {
  color: #16232c;
}

/* line 343, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__links {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  /* line 343, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__links {
    margin: 15px 0 0;
  }
}

/* line 353, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__links-item {
  font-size: 1.3125em;
  font-weight: 100;
  line-height: 2;
  display: block;
  color: #16232c;
}

@media (min-width: 768px) {
  /* line 353, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__links-item {
    font-size: 1.4375em;
  }
}

@media (min-width: 992px) {
  /* line 353, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__links-item {
    font-size: 1.5625em;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 369, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__links-item + .menu__links-item {
    margin-left: 45px;
  }
}

@media (min-width: 1860px) {
  /* line 353, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__links-item {
    font-size: 2em;
  }
  /* line 377, app/assets/stylesheets/partials/blocks/menu.scss */
  .menu__links-item + .menu__links-item {
    margin-left: 50px;
  }
}

/* line 382, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__links-item a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #16232c;
}

/* line 386, app/assets/stylesheets/partials/blocks/menu.scss */
.menu__links-item a:hover {
  color: #fff;
}

/* line 3, app/assets/stylesheets/partials/blocks/molinoslab/ml-big-promo.scss */
.ml-big-promo .kaya-promo {
  margin: 0;
}

/* line 6, app/assets/stylesheets/partials/blocks/molinoslab/ml-big-promo.scss */
.ml-big-promo .kaya-promo::before, .ml-big-promo .kaya-promo::after {
  display: none;
}

/* line 12, app/assets/stylesheets/partials/blocks/molinoslab/ml-big-promo.scss */
.ml-big-promo .kaya-promo--black .promo-screen::after {
  opacity: 0.7;
  background-color: #273b48;
}

/* line 17, app/assets/stylesheets/partials/blocks/molinoslab/ml-big-promo.scss */
.ml-big-promo .kaya-promo .promo-screen__content {
  padding-top: 200px;
  padding-bottom: 200px;
}

/* line 3, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
.ml-decision__content {
  text-align: center;
  padding: 180px 10px;
}

@media (max-width: 991px) {
  /* line 3, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
  .ml-decision__content {
    padding: 150px 10px;
  }
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
  .ml-decision__content {
    padding: 120px 10px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
.ml-decision__title {
  font-weight: 300;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
.ml-decision__title::after {
  display: none;
}

/* line 28, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
.ml-decision--large .ml-decision__content {
  padding: 212px 10px;
}

@media (max-width: 991px) {
  /* line 28, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
  .ml-decision--large .ml-decision__content {
    padding: 182px 0;
  }
}

@media (max-width: 767px) {
  /* line 28, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
  .ml-decision--large .ml-decision__content {
    padding: 152px 0;
  }
}

/* line 40, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
.ml-decision--large .title {
  max-width: 950px;
  font-size: 2.5em;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 40, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
  .ml-decision--large .title {
    font-size: 1.875em;
  }
}

@media (max-width: 449px) {
  /* line 40, app/assets/stylesheets/partials/blocks/molinoslab/ml-decision.scss */
  .ml-decision--large .title {
    font-size: 1.25em;
    line-height: 1.2;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
.ml-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
  .ml-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 7, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
  .ml-half + .ml-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 12, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
.ml-half__photo {
  width: 50%;
  min-height: 100px;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
  .ml-half__photo {
    width: 100%;
    min-height: 300px;
  }
}

/* line 23, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
.ml-half__text {
  width: 50%;
  padding-top: 50px;
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
  .ml-half__text {
    width: 100%;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
.ml-half .kaya-title {
  max-width: 500px;
}

/* line 36, app/assets/stylesheets/partials/blocks/molinoslab/ml-half.scss */
.ml-half .kaya-text {
  max-width: 500px;
}

/* line 1, app/assets/stylesheets/partials/blocks/molinoslab/ml-mail-us.scss */
.ml-mail-us {
  width: 100%;
  padding: 110px 10px;
  background-color: #eff4f7;
}

/* line 6, app/assets/stylesheets/partials/blocks/molinoslab/ml-mail-us.scss */
.ml-mail-us__inner {
  max-width: 500px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #273b48;
  text-align: center;
}

/* line 16, app/assets/stylesheets/partials/blocks/molinoslab/ml-mail-us.scss */
.ml-mail-us__link {
  display: block;
  color: #27bdbe;
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/blocks/molinoslab/ml-science.scss */
.ml-science {
  background: #f5f9fb;
  padding: 70px 0 1px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/molinoslab/ml-science.scss */
  .ml-science {
    padding: 50px 0 1px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/number.scss */
.number {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 171px;
  height: 160px;
  padding-top: 26px;
  text-align: center;
}

@media (min-width: 450px) {
  /* line 1, app/assets/stylesheets/partials/blocks/number.scss */
  .number {
    height: 186px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/number.scss */
  .number {
    width: 230px;
    height: 210px;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/number.scss */
.number--higher {
  height: 180px;
}

@media (min-width: 450px) {
  /* line 18, app/assets/stylesheets/partials/blocks/number.scss */
  .number--higher {
    height: 200px;
  }
}

@media (min-width: 1860px) {
  /* line 18, app/assets/stylesheets/partials/blocks/number.scss */
  .number--higher {
    height: 250px;
  }
}

/* line 30, app/assets/stylesheets/partials/blocks/number.scss */
.number--titled {
  z-index: 3;
}

/* line 33, app/assets/stylesheets/partials/blocks/number.scss */
.number--titled .number__text {
  margin-top: 120px;
}

/* line 38, app/assets/stylesheets/partials/blocks/number.scss */
.number__counter {
  font-size: 4.375em;
  font-weight: 700;
  min-height: 70px;
  overflow: hidden;
  line-height: 1.1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f22987;
  white-space: nowrap;
}

@media (min-width: 450px) {
  /* line 38, app/assets/stylesheets/partials/blocks/number.scss */
  .number__counter {
    font-size: 6.25em;
    line-height: 0.75;
  }
}

@media (min-width: 1860px) {
  /* line 38, app/assets/stylesheets/partials/blocks/number.scss */
  .number__counter {
    line-height: 0.9;
  }
}

/* line 62, app/assets/stylesheets/partials/blocks/number.scss */
.number__border {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  border: 10px solid #27bdbe;
}

/* line 69, app/assets/stylesheets/partials/blocks/number.scss */
.number__text {
  font-size: 1em;
  line-height: 1.3;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  min-width: 100%;
  width: auto;
  margin-top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 450px) {
  /* line 69, app/assets/stylesheets/partials/blocks/number.scss */
  .number__text {
    margin-top: 90px;
    font-size: 1.125em;
    line-height: 1.1;
  }
}

@media (min-width: 1860px) {
  /* line 69, app/assets/stylesheets/partials/blocks/number.scss */
  .number__text {
    margin-top: 100px;
    font-size: 1.4375em;
  }
}

/* line 94, app/assets/stylesheets/partials/blocks/number.scss */
.number__text--smaller {
  color: #5d707d;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
}

/* line 100, app/assets/stylesheets/partials/blocks/number.scss */
.number__text--smaller::after {
  content: none;
}

/* line 104, app/assets/stylesheets/partials/blocks/number.scss */
.number__text--smaller span {
  font-weight: 600;
}

/* line 109, app/assets/stylesheets/partials/blocks/number.scss */
.number__text::after {
  margin-right: auto;
  margin-left: auto;
}

/* line 115, app/assets/stylesheets/partials/blocks/number.scss */
.number a {
  color: #27bdbe;
}

/* line 119, app/assets/stylesheets/partials/blocks/number.scss */
.number__place {
  position: absolute;
  top: 88px;
  left: 50%;
  min-height: 25px;
  font-size: 1.125em;
  line-height: 1.1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 128, app/assets/stylesheets/partials/blocks/number.scss */
.number__place::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #273b48;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 1, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
  .numeric-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__wrap {
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
  padding-left: 40px;
}

/* line 21, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__item {
  max-width: 360px;
}

/* line 26, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__text--blue {
  font-size: 1.125em;
  font-weight: 300;
  color: #27bdbe;
}

/* line 33, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__number {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  color: #5d707d;
  font-size: 10em;
  font-weight: 900;
  line-height: 118px;
}

/* line 44, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__list {
  margin: 22px 0 0;
  padding: 0;
}

/* line 49, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__list-item {
  color: #27bdbe;
  font-size: 1em;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
  .numeric-columns__list-item {
    font-size: 1.125em;
  }
}

/* line 58, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__list-item a {
  color: #27bdbe;
}

/* line 62, app/assets/stylesheets/partials/blocks/numeric-columns.scss */
.numeric-columns__list-item + .numeric-columns__list-item {
  margin-top: 8px;
}

/* line 1, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 80px;
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header.shortscreen {
    min-height: 450px;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header.shortscreen .page-header__content {
  padding: 70px 0 40px;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.page-header--lvl1:after, .page-header--lvl2:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.page-header--lvl1 .container, .page-header--lvl1 .kaya-columns, .page-header--lvl2 .container, .page-header--lvl2 .kaya-columns {
  z-index: 2;
}

/* line 25, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.page-header--lvl1:after, .page-header--lvl2:after {
  background-image: -webkit-linear-gradient(bottom, #00987a 0%, #00d2ff 100%);
  background-image: linear-gradient(to top, #00987a 0%, #00d2ff 100%);
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.page-header--lvl3:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.page-header--lvl3 .container, .page-header--lvl3 .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.page-header--lvl3:after {
  background-color: #273b48;
}

/* line 31, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 42, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 49, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__content {
  padding: 70px 0 85px;
}

/* line 54, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__title .bordered-title, .page-header__title .promo-screen__bordered-title, .page-header__title .marketing-business__title, .page-header__title .marketing-cases__title, .page-header__title .marketing-clients__title, .page-header__title .marketing-model__title, .page-header__title .marketing-prof__title, .page-header__title .marketing-strategy__title, .page-header__title .marketing-tech__title {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__title .bordered-title, .page-header__title .promo-screen__bordered-title, .page-header__title .marketing-business__title, .page-header__title .marketing-cases__title, .page-header__title .marketing-clients__title, .page-header__title .marketing-model__title, .page-header__title .marketing-prof__title, .page-header__title .marketing-strategy__title, .page-header__title .marketing-tech__title {
    margin-bottom: 55px;
  }
}

@media (min-width: 1860px) {
  /* line 54, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__title .bordered-title, .page-header__title .promo-screen__bordered-title, .page-header__title .marketing-business__title, .page-header__title .marketing-cases__title, .page-header__title .marketing-clients__title, .page-header__title .marketing-model__title, .page-header__title .marketing-prof__title, .page-header__title .marketing-strategy__title, .page-header__title .marketing-tech__title {
    margin-bottom: 70px;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__title .social-menu {
  margin-top: 21px;
}

/* line 73, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__subtitle {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  /* line 73, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__subtitle {
    margin-bottom: 85px;
  }
}

@media (min-width: 1860px) {
  /* line 73, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__subtitle {
    margin-bottom: 110px;
  }
}

/* line 88, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 720px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 88, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__buttons {
    margin: 0 auto 60px;
  }
}

@media (min-width: 1860px) {
  /* line 88, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__buttons {
    max-width: 770px;
  }
}

@media (min-width: 1280px) {
  /* line 88, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__buttons {
    max-width: 1070px;
  }
}

/* line 112, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__buttons .direction-button:hover .direction-button__icon {
  border-color: #fff !important;
  background-color: #fff !important;
}

/* line 50, app/assets/stylesheets/partials/mixins/nav-button.scss */
.page-header__buttons .direction-button:hover .direction-button__icon .icon {
  fill: #27bdbe !important;
}

/* line 119, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__button {
  width: 48%;
}

/* line 122, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__button:last-child {
  padding-left: 40px;
  text-align: right;
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__button:last-child {
    padding-left: 0;
  }
}

/* line 131, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__button:first-child {
  padding-right: 40px;
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__button:first-child {
    margin-bottom: 10px;
    padding-right: 0;
  }
  /* line 153, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__button:first-child:before {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 160, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__button .direction-button {
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  /* line 166, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__button-contact {
    display: none;
  }
}

/* line 172, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__button-contact--mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 172, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__button-contact--mobile {
    display: block;
    max-width: 200px;
    margin: 1em auto;
  }
}

/* line 181, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header__scroll-button {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  display: none;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header__scroll-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 202, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author {
  padding-top: 80px;
  padding-left: 0;
}

@media (min-width: 992px) {
  /* line 202, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author {
    padding-left: 60px;
  }
}

/* line 211, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__container {
  width: 100%;
  margin: auto 0;
  padding: 0;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: var(--radio-gradient, radial-gradient(119.9% 142.41% at 100% 100%, #02C1D7 0%, #009BAC 100%));
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  /* line 211, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 15px;
  }
}

/* line 226, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__hero {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 10px auto 0;
}

@media (min-width: 992px) {
  /* line 226, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__hero {
    margin-left: 39px;
    margin-right: 0;
    width: auto;
  }
}

@media (min-width: 768px) {
  /* line 226, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__hero {
    width: 50%;
    margin-top: 12px;
  }
}

/* line 240, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__hero img {
  width: 100%;
  vertical-align: bottom;
}

/* line 245, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title {
  padding: 31px 16px 0;
  max-width: 600px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (min-width: 768px) {
  /* line 245, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__title {
    padding: 68px 8px 0;
    width: 50%;
  }
}

/* line 253, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title h1 {
  margin: 9px 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 992px) {
  /* line 253, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__title h1 {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  /* line 253, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__title h1 {
    margin-bottom: 10px;
  }
}

/* line 265, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title .page-header__company, .page-header_author .page-header__title .page-header__post {
  color: #f8f8f8;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
}

/* line 272, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title .page-header__description {
  margin: 21px 0;
  font-style: normal;
  font-weight: 300;
  max-width: 473px;
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  /* line 272, app/assets/stylesheets/partials/blocks/page-header.scss */
  .page-header_author .page-header__title .page-header__description {
    font-size: 16px;
    line-height: 1.575;
  }
}

/* line 285, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title * {
  color: white;
}

/* line 289, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title .social-menu {
  gap: 10px;
}

/* line 291, app/assets/stylesheets/partials/blocks/page-header.scss */
.page-header_author .page-header__title .social-menu svg {
  width: 20px;
  height: 20px;
}

/* line 2, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header p {
  margin: 0;
}

/* line 6, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header__container {
  position: relative;
  padding-top: 80px;
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
  .page-podcast-header__container {
    padding-left: 60px;
  }
}

/* line 15, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header__img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 21, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header .description_container_mobile {
  color: black;
  text-align: center;
  padding: 35px 20px 0 20px;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
  .page-podcast-header .description_container_mobile {
    display: none;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header .description_container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-weight: 300;
  padding: 0 20px 20px 20px;
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
  .page-podcast-header .description_container {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  /* line 33, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
  .page-podcast-header .description_container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 54, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header .description_container .podcast-text {
  width: 70%;
  font-size: 16px;
}

@media (min-width: 992px) {
  /* line 54, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
  .page-podcast-header .description_container .podcast-text {
    font-size: 17px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
  .page-podcast-header .description_container .podcast-text {
    display: none;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header .description_container .mave-link {
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 75, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header .description_container .mave-link .static_text {
  padding-bottom: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 80, app/assets/stylesheets/partials/blocks/page-podcast-header.scss */
.page-podcast-header .description_container .mave-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination {
  text-align: center;
}

/* line 4, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #d6e2e9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 12, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 19, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list li {
  font-size: 18px;
  font-weight: 500;
  min-width: 40px;
  list-style: none;
  text-align: center;
}

/* line 26, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list li:last-child {
  position: relative;
  padding-left: 30px;
}

/* line 30, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list li:last-child::before {
  line-height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 11px;
  margin: auto 10px auto 0;
  content: '.....';
  color: #87a0b2;
}

/* line 45, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list a {
  display: inline-block;
  width: 100%;
  padding: 12px 5px 12px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: middle;
  color: #87a0b2;
}

/* line 53, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list a:hover {
  color: #5d707d;
}

/* line 57, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__list a.is-current {
  color: #e21776;
  box-shadow: inset 0 -3px 0 0 #e21776;
}

/* line 64, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__button {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  /* line 64, app/assets/stylesheets/partials/blocks/pagintation.scss */
  .pagination__button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #d6e2e9;
  }
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/partials/blocks/pagintation.scss */
  .pagination__button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #d6e2e9;
  }
}

/* line 16, app/assets/stylesheets/partials/mixins/nav-button.scss */
.pagination__button .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #5d707d;
}

/* line 69, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__button:not(.is-disabled):hover {
  border-color: #27bdbe;
  background-color: #27bdbe;
}

/* line 32, app/assets/stylesheets/partials/mixins/nav-button.scss */
.pagination__button:not(.is-disabled):hover .icon {
  fill: #ffffff;
}

/* line 73, app/assets/stylesheets/partials/blocks/pagintation.scss */
.pagination__button.is-disabled {
  cursor: not-allowed;
  border-color: #d6e2e9;
}

/* line 59, app/assets/stylesheets/partials/mixins/nav-button.scss */
.pagination__button.is-disabled .icon {
  fill: #d6e2e9;
}

/* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body {
  margin-top: 70px;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body {
    margin-top: 90px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body {
    margin-top: 50px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .kaya-block {
  margin: 0;
  padding: 0;
}

/* line 18, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-content {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-content {
    width: 80%;
  }
}

@media (max-width: 767px) {
  /* line 18, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-content {
    width: 95%;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-mave-audio {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  /* line 32, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-mave-audio {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-mave-audio {
    margin-bottom: 50px;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-mave-audio.podcast_2 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  /* line 43, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-mave-audio.podcast_2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-mave-audio.podcast_2 {
    margin-bottom: 20px;
  }
}

/* line 56, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .block-header {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 35px;
}

@media (max-width: 449px) {
  /* line 56, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .block-header {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* line 67, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast__text {
  color: #464646;
  overflow: hidden;
}

/* line 72, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body__read_full_description {
  display: none;
}

@media (max-width: 449px) {
  /* line 72, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body__read_full_description {
    display: block;
    margin: -50px 0 50px;
  }
  /* line 79, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body__read_full_description span {
    text-decoration: underline;
    text-align: center;
    display: block;
    color: #464646;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-top: 45px;
    background-image: -webkit-linear-gradient(bottom, white 12%, rgba(255, 255, 255, 0.5) 100%);
  }
  /* line 91, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body__read_full_description span:hover {
    cursor: pointer;
  }
}

/* line 98, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-hosts {
  margin-top: 60px;
  font-size: 16px;
}

/* line 102, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-hosts__item {
  margin-top: 25px;
}

/* line 105, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-hosts__item .name {
  color: #e21776;
  font-weight: 500;
}

/* line 110, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-hosts__item .description {
  color: #1d2830;
  font-weight: 300;
  margin-top: 9px;
}

/* line 116, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-hosts__item .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 119, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-hosts__item .icons .icon {
  margin: 10px 37px 0 0;
}

/* line 126, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-video {
  margin-top: 60px;
}

@media (max-width: 449px) {
  /* line 126, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-video {
    margin-top: 50px;
  }
}

/* line 134, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
.podcast-body .podcast-additional_text {
  margin-top: 50px;
}

@media (max-width: 449px) {
  /* line 134, app/assets/stylesheets/partials/blocks/podcast/podcast-body.scss */
  .podcast-body .podcast-additional_text {
    margin-top: 70px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons {
  margin-top: 60px;
  margin-bottom: 120px;
}

/* line 5, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons.podcast_2 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
  .podcast-buttons {
    margin-bottom: 100px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 449px) {
  /* line 13, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
  .podcast-buttons .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons .button-container.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 27, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons .button {
  width: 100%;
  max-width: 344px;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #e21776;
  border-radius: 33px;
  color: #e21776;
}

/* line 39, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons .button:first-child {
  margin-right: 10px;
}

@media (max-width: 449px) {
  /* line 39, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
  .podcast-buttons .button:first-child {
    margin: 0;
    margin-top: 20px;
  }
}

/* line 48, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast-buttons .button:last-child {
  margin-left: 10px;
}

@media (max-width: 449px) {
  /* line 48, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
  .podcast-buttons .button:last-child {
    margin: 0;
  }
}

/* line 58, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast_items-previous_episodes_button {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 449px) {
  /* line 58, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
  .podcast_items-previous_episodes_button {
    margin-bottom: 50px;
  }
}

/* line 68, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast_items-previous_episodes_button button {
  background-color: white;
  border: 1px solid #009bac;
  color: #009bac;
  height: 40px;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  padding: 10px 35px 35px 35px;
  border-radius: 33px;
}

/* line 79, app/assets/stylesheets/partials/blocks/podcast/podcast-buttons.scss */
.podcast_items-previous_episodes_button button:hover {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  width: 100%;
  font-weight: 300;
}

/* line 7, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card > *:nth-child(n+2) {
  padding-top: 15px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
  .podcast_item-card {
    width: 50%;
    padding: 0 50px;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
  .podcast_item-card {
    margin-top: 16px;
  }
}

/* line 20, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__img {
  width: 100%;
  height: auto;
}

/* line 26, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__title {
  font-size: 21px;
  line-height: 23px;
}

/* line 30, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__title a {
  color: #1d2830;
}

/* line 35, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__episode, .podcast_item-card__published_at {
  color: #5d707d;
  font-size: 14px;
  font-weight: 300;
  line-height: 3px;
}

/* line 42, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card-episode-and-published_at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 45, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card-episode-and-published_at .podcast_item-card__published_at {
  margin-left: 20px;
}

@media (min-width: 450px) {
  /* line 45, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
  .podcast_item-card-episode-and-published_at .podcast_item-card__published_at {
    display: none;
  }
}

/* line 54, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 59, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__footer .podcast_item-card__button {
  background-color: #e21776;
  color: white;
  height: 44px;
  width: 220px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  padding: 11px 33px;
  border-radius: 33px;
}

/* line 71, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__footer .podcast_item-card__published_at {
  padding-top: 20px;
}

@media (max-width: 449px) {
  /* line 71, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
  .podcast_item-card__footer .podcast_item-card__published_at {
    display: none;
  }
}

/* line 80, app/assets/stylesheets/partials/blocks/podcast/podcast-card.scss */
.podcast_item-card__preview_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
.podcast-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 80px 0 20px 0px;
  min-height: 340px;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
  .podcast-header {
    padding: 80px 0 20px 60px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
  .podcast-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
.podcast-header__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 32, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
.podcast-header__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 130%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
  .podcast-header__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 20px 0 20px;
  }
}

@media (max-width: 449px) {
  /* line 32, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
  .podcast-header__title {
    font-size: 28px;
  }
}

/* line 50, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
.podcast-header__info {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 20px;
  z-index: 1;
}

/* line 58, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
.podcast-header__info .podcast-date {
  margin-left: 15px;
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/partials/blocks/podcast/podcast-header.scss */
  .podcast-header__info {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 20px 20px 0 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-list.scss */
.podcast_items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  margin-bottom: 85px;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-list.scss */
  .podcast_items-list {
    padding: 20px 0 0 60px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-list.scss */
  .podcast_items-list {
    padding: 10px 0;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/blocks/podcast/podcast-list.scss */
  .podcast_items-list {
    margin-bottom: 50px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/popup.scss */
.popup {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(39, 59, 72, 0.3);
  border-radius: 5px;
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/partials/blocks/popup.scss */
.popup__wrap {
  padding: 60px;
}

/* line 15, app/assets/stylesheets/partials/blocks/popup.scss */
.popup__img {
  max-height: 280px;
}

/* line 19, app/assets/stylesheets/partials/blocks/popup.scss */
.popup img {
  border-radius: 5px;
  width: 100%;
}

/* line 24, app/assets/stylesheets/partials/blocks/popup.scss */
.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 29, app/assets/stylesheets/partials/blocks/popup.scss */
.popup .title {
  margin-bottom: 10px;
}

/* line 33, app/assets/stylesheets/partials/blocks/popup.scss */
.popup--subscription {
  max-width: 625px;
}

/* line 37, app/assets/stylesheets/partials/blocks/popup.scss */
.popup--subscription .popup__wrap {
  padding: 60px 45px;
}

/* line 41, app/assets/stylesheets/partials/blocks/popup.scss */
.popup--subscription .popup__button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 449px) {
  /* line 45, app/assets/stylesheets/partials/blocks/popup.scss */
  .popup--subscription .popup__button .bordered-button-small, .popup--subscription .popup__button .footer__form-button, .popup--subscription .popup__button .base-form__button {
    width: 100%;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/popup.scss */
.popup--subscription .title-h2, .popup--subscription .text h2, .text .popup--subscription h2, .popup--subscription .kaya-video__text h2, .kaya-video__text .popup--subscription h2, .popup--subscription .studio-business__text h2, .studio-business__text .popup--subscription h2, .popup--subscription .studio-start__text h2, .studio-start__text .popup--subscription h2, .popup--subscription .studio-start__title, .popup--subscription .studio-business__title, .popup--subscription .statement-card--lg .statement-card__text, .statement-card--lg .popup--subscription .statement-card__text, .popup--subscription .glossary-list__item__title_inner, .popup--subscription .marketing-dev__title {
  font-size: 36px;
  font-weight: 800;
}

@media (max-width: 449px) {
  /* line 52, app/assets/stylesheets/partials/blocks/popup.scss */
  .popup--subscription .title-h2, .popup--subscription .text h2, .text .popup--subscription h2, .popup--subscription .kaya-video__text h2, .kaya-video__text .popup--subscription h2, .popup--subscription .studio-business__text h2, .studio-business__text .popup--subscription h2, .popup--subscription .studio-start__text h2, .studio-start__text .popup--subscription h2, .popup--subscription .studio-start__title, .popup--subscription .studio-business__title, .popup--subscription .statement-card--lg .statement-card__text, .statement-card--lg .popup--subscription .statement-card__text, .popup--subscription .glossary-list__item__title_inner, .popup--subscription .marketing-dev__title {
    font-size: 23px;
  }
}

/* line 61, app/assets/stylesheets/partials/blocks/popup.scss */
.popup--subscription p {
  color: #87A0B2;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 40px;
}

@media (max-width: 449px) {
  /* line 61, app/assets/stylesheets/partials/blocks/popup.scss */
  .popup--subscription p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/portfolio-page.scss */
  .portfolio-page {
    margin-left: 60px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.promo-screen:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.promo-screen .container, .promo-screen .kaya-columns {
  z-index: 2;
}

/* line 25, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.promo-screen:after {
  background-image: -webkit-linear-gradient(bottom, #00987a 0%, #00d2ff 100%);
  background-image: linear-gradient(to top, #00987a 0%, #00d2ff 100%);
}

/* line 20, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen--short, .promo-screen--case {
  min-height: 450px;
}

/* line 28, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen--short .promo-screen__buttons, .promo-screen--case .promo-screen__buttons {
  margin-bottom: 0;
}

@media (min-width: 1860px) {
  /* line 20, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen--short, .promo-screen--case {
    min-height: 550px;
  }
}

/* line 45, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 52, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__content {
  padding: 70px 0 85px;
}

/* line 56, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 66, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__bordered-title {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  /* line 66, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__bordered-title {
    margin-bottom: 55px;
  }
}

@media (min-width: 1860px) {
  /* line 66, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__bordered-title {
    margin-bottom: 70px;
  }
}

/* line 81, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__subtitle {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  /* line 81, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__subtitle {
    margin-bottom: 85px;
  }
}

@media (min-width: 1860px) {
  /* line 81, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__subtitle {
    margin-bottom: 110px;
  }
}

/* line 96, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__buttons {
    margin: 0 auto 60px;
  }
}

@media (min-width: 1860px) {
  /* line 96, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__buttons {
    max-width: 770px;
  }
}

/* line 117, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__buttons .direction-button:hover .direction-button__icon {
  border-color: #fff !important;
  background-color: #fff !important;
}

/* line 50, app/assets/stylesheets/partials/mixins/nav-button.scss */
.promo-screen__buttons .direction-button:hover .direction-button__icon .icon {
  fill: #27bdbe !important;
}

/* line 124, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__button {
  width: 48%;
}

/* line 127, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__button:last-child {
  padding-left: 40px;
  text-align: right;
}

@media (max-width: 767px) {
  /* line 127, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__button:last-child {
    padding-left: 0;
  }
}

/* line 136, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__button:first-child {
  padding-right: 40px;
}

/* line 139, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__button:first-child:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 90px;
  margin: auto;
  content: '';
  opacity: 0.5;
  background: #fff;
}

@media (max-width: 767px) {
  /* line 136, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__button:first-child {
    margin-bottom: 10px;
    padding-right: 0;
  }
  /* line 158, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__button:first-child:before {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 165, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__button .direction-button {
    min-width: 100px;
  }
}

/* line 171, app/assets/stylesheets/partials/blocks/promo-screen.scss */
.promo-screen__scroll-button {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  display: none;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  /* line 171, app/assets/stylesheets/partials/blocks/promo-screen.scss */
  .promo-screen__scroll-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg {
  position: relative;
  padding-bottom: 30px;
}

/* line 2, app/assets/stylesheets/partials/mixins/clearfix.scss */
.quote-bg:after {
  display: table;
  clear: both;
  content: '';
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg {
    padding-bottom: 0;
  }
}

/* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    width: 940px;
  }
}

@media (min-width: 1280px) and (max-width: 1879px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    width: 1200px;
  }
}

@media (min-width: 1860px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    width: 1780px;
  }
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    height: 500px;
  }
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    height: 700px;
  }
}

@media (min-width: 1280px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    height: 800px;
  }
}

@media (min-width: 1860px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    height: 1000px;
  }
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  /* line 12, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__container {
    width: 100%;
    padding-right: 15px;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__image {
  height: 320px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__image {
    display: none;
  }
}

/* line 54, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__parallax {
    opacity: 0;
    height: 0;
  }
}

/* line 69, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__quote {
  top: 35px;
  width: 100%;
  margin-bottom: 35px;
  padding-top: 35px;
  background: white;
}

@media (max-width: 767px) {
  /* line 69, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__quote {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background: transparent;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__quote {
    top: 50px;
    float: right;
    max-width: 380px;
    padding: 35px 40px 35px 40px;
  }
}

@media (min-width: 992px) {
  /* line 69, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__quote {
    max-width: 480px;
    padding: 45px 50px 45px 50px;
  }
}

@media (min-width: 1280px) {
  /* line 69, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__quote {
    max-width: 570px;
    padding: 60px 90px 50px 70px;
  }
}

@media (min-width: 1860px) {
  /* line 69, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__quote {
    max-width: 740px;
    padding: 75px 110px 70px 85px;
  }
}

/* line 108, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #273b48;
}

@media (min-width: 450px) {
  /* line 108, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__text {
    font-size: 1.125em;
  }
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__text {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  /* line 108, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__text {
    font-size: 1.375em;
  }
}

@media (min-width: 1860px) {
  /* line 108, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
  .quote-bg__text {
    font-size: 1.75em;
  }
}

/* line 133, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__text p {
  margin: 0 0 10px;
}

/* line 137, app/assets/stylesheets/partials/blocks/quotes/quote-bg.scss */
.quote-bg__text a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.quote-bg__text a:hover {
  color: #00a4b3;
}

/* line 1, app/assets/stylesheets/partials/blocks/quotes/quote-card.scss */
.quote-card {
  position: relative;
  max-width: 415px;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/partials/blocks/quotes/quote-card.scss */
.quote-card__text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  width: 100%;
  color: #273b48;
}

/* line 14, app/assets/stylesheets/partials/blocks/quotes/quote-card.scss */
.quote-card__text p {
  margin: 0 0 10px;
}

/* line 18, app/assets/stylesheets/partials/blocks/quotes/quote-card.scss */
.quote-card__text a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.quote-card__text a:hover {
  color: #00a4b3;
}

/* line 1, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
.quote-large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 770px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6e2e9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
.quote-large__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 26, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
.quote-large__hr {
  width: 100%;
  height: 0;
  margin: 25px 0;
  border: 0;
  border-top: 2px solid #d6e2e9;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large__hr {
    margin: 50px 0 30px;
  }
}

@media (min-width: 1860px) {
  /* line 26, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large__hr {
    margin: 55px 0 35px;
  }
}

/* line 42, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
.quote-large__text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  color: #273b48;
}

@media (min-width: 1280px) {
  /* line 42, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large__text {
    max-width: 770px;
  }
}

@media (min-width: 450px) {
  /* line 42, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large__text {
    font-size: 1.125em;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large__text {
    font-size: 1.25em;
    max-width: 600px;
  }
}

@media (min-width: 1860px) {
  /* line 42, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
  .quote-large__text {
    font-size: 1.4375em;
    max-width: 750px;
  }
}

/* line 70, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
.quote-large__text p {
  margin: 0 0 10px;
}

/* line 74, app/assets/stylesheets/partials/blocks/quotes/quote-large.scss */
.quote-large__text a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.quote-large__text a:hover {
  color: #00a4b3;
}

/* line 1, app/assets/stylesheets/partials/blocks/quotes/quote-regular.scss */
.quote-regular {
  position: relative;
  max-width: 770px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6e2e9;
}

/* line 7, app/assets/stylesheets/partials/blocks/quotes/quote-regular.scss */
.quote-regular__text {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  width: 100%;
  color: #273b48;
}

/* line 15, app/assets/stylesheets/partials/blocks/quotes/quote-regular.scss */
.quote-regular__text p {
  margin: 0 0 10px;
}

/* line 19, app/assets/stylesheets/partials/blocks/quotes/quote-regular.scss */
.quote-regular__text a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.quote-regular__text a:hover {
  color: #00a4b3;
}

/* line 2, app/assets/stylesheets/partials/blocks/related-pages.scss */
.related-pages .title {
  padding: 0 0 70px;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .related-pages .title {
    padding: 0 0 45px;
  }
}

/* line 10, app/assets/stylesheets/partials/blocks/related-pages.scss */
.related-pages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .related-pages__items {
    padding: 0;
  }
}

/* line 21, app/assets/stylesheets/partials/blocks/related-pages.scss */
.related-pages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3 - 13px);
  margin-bottom: 20px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/partials/blocks/related-pages.scss */
.related-pages__item:before {
  content: "";
  display: block;
  padding-top: 63%;
  /* ratio 1.59 */
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.related-pages__item:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.related-pages__item .container, .related-pages__item .kaya-columns {
  z-index: 2;
}

/* line 25, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.related-pages__item:after {
  background-image: -webkit-linear-gradient(bottom, #00987a 0%, #00d2ff 100%);
  background-image: linear-gradient(to top, #00987a 0%, #00d2ff 100%);
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.related-pages__item:hover:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.related-pages__item:hover .container, .related-pages__item:hover .kaya-columns {
  z-index: 2;
}

/* line 25, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.related-pages__item:hover:after {
  background-image: -webkit-linear-gradient(bottom, #00987a 0%, #00d2ff 100%);
  background-image: linear-gradient(to top, #00987a 0%, #00d2ff 100%);
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .related-pages__item {
    width: 100%;
  }
  /* line 46, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .related-pages__item:last-child {
    margin-bottom: 0;
  }
}

/* line 52, app/assets/stylesheets/partials/blocks/related-pages.scss */
.related-pages__text {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

/* line 61, app/assets/stylesheets/partials/blocks/related-pages.scss */
.blog-body .related-pages .container, .blog-body .related-pages .kaya-columns {
  width: 800px;
}

@media (max-width: 1279px) {
  /* line 61, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .blog-body .related-pages .container, .blog-body .related-pages .kaya-columns {
    width: 600px;
  }
}

@media (max-width: 991px) {
  /* line 61, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .blog-body .related-pages .container, .blog-body .related-pages .kaya-columns {
    width: 570px;
  }
}

@media (max-width: 767px) {
  /* line 61, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .blog-body .related-pages .container, .blog-body .related-pages .kaya-columns {
    width: 100%;
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  /* line 80, app/assets/stylesheets/partials/blocks/related-pages.scss */
  .related-pages .container, .related-pages .kaya-columns {
    padding: 0 5px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services {
  padding: 133px 71px 133px 72px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/related-services.scss */
  .related-services {
    padding: 80px 15px;
  }
}

/* line 8, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/partials/blocks/related-services.scss */
  .related-services__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 17, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
  position: relative;
  padding: 34px 27px 28px 27px;
  width: 419px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 991px) {
  /* line 17, app/assets/stylesheets/partials/blocks/related-services.scss */
  .related-services__item {
    width: 100%;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item__background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  left: 0;
  top: 0;
}

/* line 44, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--fill {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 12px;
}

/* line 49, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--gradient {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 12px;
}

/* line 53, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--gradient .related-services__title {
  color: #fff;
}

/* line 57, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--gradient .related-services__description {
  color: #fff;
}

/* line 61, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--gradient .related-services__link {
  margin-top: 20px;
}

/* line 64, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--gradient .related-services__link a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

/* line 73, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--svg {
  border-radius: 5px;
  border: 1px solid #009bac;
}

/* line 77, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--svg .related-services__item__background {
  left: -83px;
  top: 164px;
  width: 261px;
  height: 261px;
}

/* line 84, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--svg .related-services__link {
  position: absolute;
  left: 27px;
  bottom: 28px;
}

/* line 90, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__item--svg .related-services__icon {
  display: none;
}

/* line 96, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__icon {
  position: absolute;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 31px;
  left: 31px;
  z-index: 2;
}

/* line 108, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  color: #273a48;
  z-index: 2;
}

/* line 116, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__description {
  margin-top: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #5d707d;
  z-index: 2;
}

/* line 125, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__link {
  margin-top: 20px;
  z-index: 2;
}

/* line 129, app/assets/stylesheets/partials/blocks/related-services.scss */
.related-services__link a {
  color: #009bac;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

/* line 1, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/seo/main.scss */
  .seo-filters {
    font-size: 1.125em;
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters ul {
  font-size: 1em;
}

/* line 18, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters li {
  font-size: 1.25em;
  font-weight: 300;
  line-height: normal;
  padding: 10px 4px;
  text-align: center;
  color: #101010;
  border: 0;
}

/* line 27, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters li:hover {
  background-color: #d6e2e9;
}

/* line 31, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters li.selected {
  border: 0;
  background-color: #d6e2e9;
}

/* line 37, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters .selectric-wrapper {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/partials/blocks/seo/main.scss */
  .seo-filters .selectric-wrapper {
    position: static;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters .selectric {
  border: 0;
  background: transparent;
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/partials/blocks/seo/main.scss */
  .seo-filters .selectric {
    position: static;
  }
}

/* line 55, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters .selectric .label {
  font-size: 1em;
  line-height: 1;
  height: auto;
  margin: 0;
  padding: 0;
  color: #27bdbe;
  border-bottom: 1px dotted;
}

/* line 66, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-filters .selectric-items {
  font-size: 16px;
  left: 0;
  margin-top: 10px;
  padding: 30px 30px 20px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  border: 0;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 1, 1, 0.6);
}

@media (max-width: 767px) {
  /* line 66, app/assets/stylesheets/partials/blocks/seo/main.scss */
  .seo-filters .selectric-items {
    max-width: 100%;
  }
}

/* line 83, app/assets/stylesheets/partials/blocks/seo/main.scss */
.seo-select {
  opacity: 0;
}

/* line 87, app/assets/stylesheets/partials/blocks/seo/main.scss */
.nojs .seo-select {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
.seo-header .page-header.shortscreen {
  z-index: 1;
}

/* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
.seo-top-row {
  font-weight: 300;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  padding: 40px 20px;
  color: #273b48;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1860px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    width: 720px;
  }
}

@media (max-width: 991px) and (min-width: 992px) and (max-width: 1279px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    width: 940px;
  }
}

@media (max-width: 991px) and (min-width: 1280px) and (max-width: 1879px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    width: 1200px;
  }
}

@media (max-width: 991px) and (min-width: 1860px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    width: 1780px;
  }
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 10px;
  }
}

/* line 32, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
.seo-update {
  font-size: 16px;
  line-height: 1.2;
  margin-left: 10px;
  text-align: right;
  color: #5d707d;
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
  .seo-update {
    margin-left: 0;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/seo/seo-header.scss */
.seo-update__date {
  color: #273b48;
}

/* line 1, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table {
  width: 100%;
  padding-bottom: 60px;
}

/* line 5, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  color: #5d707d;
  font-size: 0.875em;
  font-weight: 300;
  background-color: #d6e2e9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__header .seo-table__col--company {
    text-align: center;
  }
  /* line 21, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__header .seo-table__col--keywords {
    display: none;
  }
}

@media (max-width: 449px) {
  /* line 27, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__header .seo-table__col--company {
    text-align: left;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__header::before {
  display: block;
  width: 1px;
  height: 50px;
  content: "";
  visibility: hidden;
}

/* line 42, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 940px) {
  /* line 42, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__inner {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__inner {
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 449px) {
  /* line 42, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__inner {
    margin: 0 20px;
  }
}

/* line 64, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__header-row {
  width: 100%;
  min-height: 50px;
  padding: 16px 0;
}

/* line 70, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__row {
  padding: 16px 0;
  opacity: 1;
  overflow: hidden;
}

/* line 75, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__row:nth-of-type(odd) {
  background-color: #fff;
}

/* line 79, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__row:nth-of-type(even) {
  background-color: #eff4f7;
}

/* line 85, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__row--expanded .seo-table__expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 89, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__row--expanded .seo-table__hidden {
  -webkit-transition: opacity ease-out 1s 0.1s;
  transition: opacity ease-out 1s 0.1s;
  opacity: 1;
}

/* line 95, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__col {
  padding-right: 20px;
}

/* line 98, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__col:last-child {
  padding-right: 0;
}

/* line 102, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__col--company {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}

@media (max-width: 767px) {
  /* line 102, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__col--company {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/* line 113, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__col--keywords {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 767px) {
  /* line 113, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__col--keywords {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* line 128, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__col--total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 60px;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

@media (max-width: 767px) {
  /* line 128, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__col--total {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 143, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__company {
  display: block;
  color: #16232c;
  line-height: 1.25;
  font-weight: 300;
}

/* line 150, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__category {
  display: block;
  color: #a5b2bb;
  font-size: 0.875em;
  font-weight: 300;
}

/* line 157, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword {
  display: block;
  color: #5d707d;
  line-height: 1.25;
  font-weight: 300;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media (max-width: 767px) {
  /* line 157, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__keyword {
    color: #f5f9fb;
  }
}

/* line 170, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__place {
  display: block;
  padding-left: 30px;
  color: #5d707d;
  font-size: 1.125em;
  line-height: 1.1111111111;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 170, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__place {
    color: #f5f9fb;
  }
}

/* line 183, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__total {
  display: block;
  color: #27bdbe;
  font-size: 1.125em;
  line-height: 1.1111111111;
  font-weight: 500;
}

/* line 191, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__hidden {
  position: absolute;
  width: 100%;
  padding-right: 20px;
  -webkit-transition: opacity ease-out 0.5s 0s;
  transition: opacity ease-out 0.5s 0s;
  opacity: 0;
}

@media (max-width: 767px) {
  /* line 191, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__hidden {
    padding-right: 0;
  }
}

/* line 203, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 208, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row + .seo-table__keyword-row, .seo-table__keyword-row + .seo-table__hidden {
  margin-top: 5px;
}

/* line 212, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row:last-child {
  margin-bottom: 0;
}

/* line 216, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row span {
  display: block;
}

/* line 221, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row--mobile-header {
  display: none;
  font-size: 0.875em;
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 221, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
  .seo-table__keyword-row--mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/* line 232, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row--mobile-header + .seo-table__keyword-row {
  margin-top: 0;
}

/* line 236, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__keyword-row--mobile-header span {
  color: #a5b2bb;
}

/* line 241, app/assets/stylesheets/partials/blocks/seo/seo-table.scss */
.seo-table__expand {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* line 1, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1025px) {
  /* line 1, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu {
    left: 69px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu {
    padding: 0 20px;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  /* line 38, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu__item--logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 43, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--logo:hover svg {
  fill: #27bdbe;
}

/* line 47, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--logo svg {
  width: 73px;
  height: 100%;
  fill: #27bdbe;
}

/* line 103, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--menu {
  display: none;
}

@media (max-width: 991px) {
  /* line 103, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu__item--menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 110, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--menu svg {
  width: 30px;
  height: auto;
  fill: #16232c;
}

@media (min-width: 1860px) {
  /* line 110, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu__item--menu svg {
    width: 40px;
  }
}

/* line 121, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--back {
  display: none;
}

@media (max-width: 767px) {
  /* line 121, app/assets/stylesheets/partials/blocks/short-menu.scss */
  .short-menu__item--back {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/* line 127, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--back:hover svg {
  fill: #16232c;
}

/* line 131, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item--back svg {
  fill: #fff;
}

/* line 136, app/assets/stylesheets/partials/blocks/short-menu.scss */
.short-menu__item svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider {
  position: relative;
  max-width: 570px;
}

/* line 5, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--md {
  max-width: 830px;
}

/* line 9, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--full {
  width: 90%;
  max-width: 90%;
}

/* line 13, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--full .slider-nav {
  position: fixed;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1860px) {
  /* line 13, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--next {
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--next {
    right: calc((100% - 720px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 24, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--next {
    right: calc((100% - 940px) / 2);
  }
}

@media (min-width: 1280px) and (max-width: 1879px) {
  /* line 24, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--next {
    right: calc((100% - 1200px) / 2);
  }
}

@media (min-width: 1860px) {
  /* line 24, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--next {
    right: calc((100% - 1760px) / 2);
  }
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--prev {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 42, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--prev {
    left: calc((100% - 720px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 42, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--prev {
    left: calc((100% - 940px) / 2);
  }
}

@media (min-width: 1280px) and (max-width: 1879px) {
  /* line 42, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--prev {
    left: calc((100% - 1200px) / 2);
  }
}

@media (min-width: 1860px) {
  /* line 42, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .slider-nav--prev {
    left: calc((100% - 1780px) / 2);
  }
}

/* line 61, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--full .default-slider__image {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  /* line 66, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .default-slider__slide {
    overflow: hidden;
    max-height: 100vh;
  }
}

/* line 73, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--full .container, .default-slider--full .kaya-columns {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

/* line 81, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--full .default-slider__description {
  right: 0;
  left: auto;
  width: 335px;
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
  .default-slider--full .default-slider__description {
    right: 15px;
  }
}

/* line 91, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider--full .default-slider__navbar {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 101, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 105, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__slide {
  box-sizing: border-box;
}

/* line 109, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 117, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__navbar {
  margin-top: 20px;
}

/* line 121, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
  max-height: 24px;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.1s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.1s ease-in-out;
  opacity: 0;
}

/* line 131, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description.is-description-visible {
  max-height: 300px;
}

/* line 134, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description.is-description-visible p {
  opacity: 1;
}

/* line 139, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.swiper-slide-active .default-slider__description {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  opacity: 1;
}

/* line 144, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.07;
  margin: 0;
  padding: 26px 20px 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  color: #ffffff;
  background-color: rgba(22, 35, 44, 0.7);
}

/* line 157, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description-toggler {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 100%;
}

/* line 164, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.is-description-visible .default-slider__description-toggler span:first-child {
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

/* line 170, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.is-description-visible .default-slider__description-toggler span:last-child {
  visibility: visible;
  opacity: 1;
}

/* line 176, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description-toggler span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px 4px;
  cursor: pointer;
  white-space: nowrap;
  color: #ffffff;
}

/* line 188, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description-toggler span:first-child {
  -webkit-transition: background-color 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  background-color: rgba(22, 35, 44, 0.5);
}

/* line 193, app/assets/stylesheets/partials/blocks/sliders/default-slider.scss */
.default-slider__description-toggler span:last-child {
  visibility: hidden;
  opacity: 0;
}

/* line 3, app/assets/stylesheets/partials/blocks/sliders/royalSlider.scss */
.royalSlider .slider-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: #fff;
}

/* line 10, app/assets/stylesheets/partials/blocks/sliders/royalSlider.scss */
.royalSlider .slider-nav--prev {
  left: 10px;
}

/* line 14, app/assets/stylesheets/partials/blocks/sliders/royalSlider.scss */
.royalSlider .slider-nav--next {
  right: 10px;
}

/* line 1, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  content: '';
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #d4d8da;
}

/* line 33, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot:hover::before {
  background-color: #5d707d;
}

/* line 38, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot.is-current {
  cursor: default;
}

/* line 41, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot.is-current::before {
  width: 20px;
  height: 20px;
  background-color: #e21776;
}

/* line 48, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot:first-child {
  margin-left: 0;
}

/* line 52, app/assets/stylesheets/partials/blocks/sliders/slider-dots.scss */
.slider-dots__dot:last-child {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/sliders/slider-nav.scss */
.slider-nav {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/sliders/slider-nav.scss */
  .slider-nav {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #d6e2e9;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/sliders/slider-nav.scss */
  .slider-nav {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #d6e2e9;
  }
}

/* line 16, app/assets/stylesheets/partials/mixins/nav-button.scss */
.slider-nav .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #5d707d;
}

/* line 6, app/assets/stylesheets/partials/blocks/sliders/slider-nav.scss */
.slider-nav:not(.is-disabled):hover {
  border-color: #27bdbe;
  background-color: #27bdbe;
}

/* line 32, app/assets/stylesheets/partials/mixins/nav-button.scss */
.slider-nav:not(.is-disabled):hover .icon {
  fill: #ffffff;
}

/* line 10, app/assets/stylesheets/partials/blocks/sliders/slider-nav.scss */
.slider-nav.is-disabled {
  cursor: not-allowed;
  border-color: #d6e2e9;
}

/* line 59, app/assets/stylesheets/partials/mixins/nav-button.scss */
.slider-nav.is-disabled .icon {
  fill: #d6e2e9;
}

/* line 1, app/assets/stylesheets/partials/blocks/sliders/slider-navbar.scss */
.slider-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 6, app/assets/stylesheets/partials/blocks/sliders/slider-navbar.scss */
.slider-navbar__dots {
  margin: 0 75px;
}

/* line 1, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 8, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu--case-card .social-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

/* line 18, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu--case-card .social-menu__item:hover {
  box-shadow: inset 0 0 0 40px #ffffff;
}

/* line 21, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu--case-card .social-menu__item:hover path {
  fill: #273b48;
}

/* line 28, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu__item {
  position: relative;
  display: block;
  width: 30px;
  height: 28px;
}

/* line 34, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu__item + .social-menu__item {
  margin-left: 20px;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/partials/blocks/social-menu.scss */
  .social-menu__item {
    width: 34px;
    height: 32px;
  }
}

/* line 44, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 7px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 53, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu__link:hover path {
  fill: #273b48;
}

/* line 58, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu__link svg {
  width: auto;
  max-height: 18px;
}

/* line 62, app/assets/stylesheets/partials/blocks/social-menu.scss */
.social-menu__link svg path {
  fill: #87a0b2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 7, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 220px;
  min-height: 220px;
  margin: 20px 10px;
  padding: 18px 26px;
  border: 4px solid #eff4f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/partials/blocks/square-list.scss */
  .square-list__item {
    margin: 1%;
  }
}

@media (max-width: 1200px) {
  /* line 7, app/assets/stylesheets/partials/blocks/square-list.scss */
  .square-list__item {
    max-width: 220px;
  }
}

@media (max-width: 940px) {
  /* line 7, app/assets/stylesheets/partials/blocks/square-list.scss */
  .square-list__item {
    max-width: none;
    margin: 10px;
  }
}

/* line 33, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__item:hover {
  background-color: #e21776;
  border-color: #e21776;
}

/* line 37, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__item:hover .square-list__title {
  color: #fff;
}

/* line 41, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__item:hover .square-list__text {
  -webkit-transform: translate(0);
          transform: translate(0);
  visibility: visible;
  opacity: 1;
}

/* line 47, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__item:hover .square-list__icon {
  position: relative;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

/* line 54, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__title {
  color: #5d707d;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 63, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 300;
  text-align: left;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 76, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__icon {
  width: 48px;
  height: 48px;
  margin-top: -20px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 84, app/assets/stylesheets/partials/blocks/square-list.scss */
.square-list__icon svg {
  max-width: 48px;
  max-height: 48px;
  fill: #e21776;
}

/* line 1, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 570px;
  min-height: 210px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(39, 59, 72, 0.3);
}

/* line 11, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
  background-color: #f5f9fb;
}

/* line 22, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card:hover .statement-card__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 24, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card:hover .statement-card__bg::after {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 30, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card--lg {
  width: 100%;
}

/* line 38, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card--sm {
  width: 100%;
  max-width: 240px;
  min-height: 190px;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/partials/blocks/statement-card.scss */
  .statement-card--sm {
    max-width: 270px;
  }
}

@media (min-width: 1860px) {
  /* line 38, app/assets/stylesheets/partials/blocks/statement-card.scss */
  .statement-card--sm {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  /* line 51, app/assets/stylesheets/partials/blocks/statement-card.scss */
  .statement-card--sm .statement-card__content {
    padding: 20px;
  }
}

/* line 57, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card--sm .statement-card__text {
  font-size: 1em;
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/partials/blocks/statement-card.scss */
  .statement-card--sm .statement-card__text {
    font-size: 1.125em;
  }
}

@media (min-width: 992px) {
  /* line 57, app/assets/stylesheets/partials/blocks/statement-card.scss */
  .statement-card--sm .statement-card__text {
    font-size: 1.25em;
  }
}

/* line 72, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  background-color: #f5f9fb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 85, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: rgba(22, 35, 44, 0.4);
}

/* line 97, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__bg img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 104, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__content {
  position: relative;
  margin: 0 auto;
  padding: 20px 30px 20px;
  -webkit-transition: opacity 0s ease 0.3s;
  transition: opacity 0s ease 0.3s;
}

/* line 111, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__content:nth-child(2) .statement-card__text {
  color: #ffffff;
}

/* line 114, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__content:nth-child(2) .statement-card__text::after {
  background-color: #ffffff;
}

/* line 121, app/assets/stylesheets/partials/blocks/statement-card.scss */
.statement-card__category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 9px;
  padding: 6px 9px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #e21776;
  margin-bottom: 24px;
}

/* line 1, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics {
  background: #fff;
}

/* line 4, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--titled {
  padding-top: 43px;
}

/* line 7, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--titled .statistics__wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 11, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--titled .statistics__wrap::after {
  top: -160px;
  height: calc(100% + 180px);
}

/* line 17, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--ratings {
  margin-bottom: 60px;
}

/* line 24, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--ratings .statistics__wrap, .statistics--awards .statistics__wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 910px;
}

/* line 29, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--ratings .statistics__item, .statistics--awards .statistics__item {
  min-width: 300px;
}

/* line 35, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--no-bg .statistics__wrap::after {
  content: none;
}

/* line 40, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 48, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics__wrap:after {
  position: absolute;
  z-index: 0;
  top: -40px;
  left: 0;
  right: 0;
  display: none;
  width: 55%;
  height: calc(100% + 30px);
  margin: 0 auto;
  background: #f5f9fb;
  content: "";
  opacity: 0.5;
}

@media (min-width: 450px) {
  /* line 64, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics__wrap:after {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics__wrap:after {
    top: -60px;
    height: calc(100% + 80px);
    width: 70%;
  }
}

@media (min-width: 1860px) {
  /* line 78, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics__wrap:after {
    width: 75%;
  }
}

/* line 84, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics__item {
  width: 100%;
  margin-bottom: 35px;
  padding: 0 20px;
  text-align: center;
}

/* line 90, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics__item--higher {
  min-height: 230px;
}

@media (min-width: 450px) {
  /* line 84, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics__item {
    width: 50%;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  /* line 84, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics__item {
    width: 25%;
  }
}

/* line 104, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics .title-h2, .statistics .text h2, .text .statistics h2, .statistics .kaya-video__text h2, .kaya-video__text .statistics h2, .statistics .studio-business__text h2, .studio-business__text .statistics h2, .statistics .studio-start__text h2, .studio-start__text .statistics h2, .statistics .studio-start__title, .statistics .studio-business__title, .statistics .glossary-list__item__title_inner, .statistics .marketing-dev__title, .statistics .statement-card--lg .statement-card__text, .statement-card--lg .statistics .statement-card__text {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  z-index: 2;
}

/* line 110, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics .title-h2::after, .statistics .text h2::after, .text .statistics h2::after, .statistics .kaya-video__text h2::after, .kaya-video__text .statistics h2::after, .statistics .studio-business__text h2::after, .studio-business__text .statistics h2::after, .statistics .studio-start__text h2::after, .studio-start__text .statistics h2::after, .statistics .studio-start__title::after, .statistics .studio-business__title::after, .statistics .glossary-list__item__title_inner::after, .statistics .marketing-dev__title::after, .statistics .statement-card--lg .statement-card__text::after, .statement-card--lg .statistics .statement-card__text::after {
  margin: 20px auto 0;
}

/* line 115, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics__link {
  display: block;
  margin: 7px 0 10px;
}

/* line 121, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple {
  margin: 80px 0;
  padding: 0;
  background: #fff;
}

@media (min-width: 768px) {
  /* line 121, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple {
    margin: 110px 0 0;
  }
}

@media (min-width: 992px) {
  /* line 121, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple {
    margin: 130px 0 0;
  }
}

@media (min-width: 1860px) {
  /* line 121, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple {
    margin: 180px 0 0;
  }
}

/* line 138, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .statistics__wrap {
  display: block;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 1280px) {
  /* line 138, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple .statistics__wrap {
    max-width: 1080px;
  }
}

@media (min-width: 1860px) {
  /* line 138, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple .statistics__wrap {
    max-width: 1660px;
  }
}

/* line 152, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .statistics__wrap:after {
  display: none;
}

/* line 157, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .statistics__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-width: 0;
  margin-bottom: 40px;
}

@media (min-width: 450px) {
  /* line 157, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple .statistics__item {
    width: 33%;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  /* line 157, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple .statistics__item {
    width: 20%;
  }
}

/* line 174, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .title-h3, .statistics--simple .text h3, .text .statistics--simple h3, .statistics--simple .kaya-video__text h3, .kaya-video__text .statistics--simple h3, .statistics--simple .studio-business__text h3, .studio-business__text .statistics--simple h3, .statistics--simple .studio-start__text h3, .studio-start__text .statistics--simple h3, .statistics--simple .achievements__title, .statistics--simple .awards__title, .statistics--simple .statement-card__text {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
  z-index: 2;
}

/* line 180, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .title-h3::after, .statistics--simple .text h3::after, .text .statistics--simple h3::after, .statistics--simple .kaya-video__text h3::after, .kaya-video__text .statistics--simple h3::after, .statistics--simple .studio-business__text h3::after, .studio-business__text .statistics--simple h3::after, .statistics--simple .studio-start__text h3::after, .studio-start__text .statistics--simple h3::after, .statistics--simple .achievements__title::after, .statistics--simple .awards__title::after, .statistics--simple .statement-card__text::after {
  margin: 10px auto 0;
}

@media (min-width: 450px) {
  /* line 174, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple .title-h3, .statistics--simple .text h3, .text .statistics--simple h3, .statistics--simple .kaya-video__text h3, .kaya-video__text .statistics--simple h3, .statistics--simple .studio-business__text h3, .studio-business__text .statistics--simple h3, .statistics--simple .studio-start__text h3, .studio-start__text .statistics--simple h3, .statistics--simple .achievements__title, .statistics--simple .awards__title, .statistics--simple .statement-card__text {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  /* line 174, app/assets/stylesheets/partials/blocks/statistics.scss */
  .statistics--simple .title-h3, .statistics--simple .text h3, .text .statistics--simple h3, .statistics--simple .kaya-video__text h3, .kaya-video__text .statistics--simple h3, .statistics--simple .studio-business__text h3, .studio-business__text .statistics--simple h3, .statistics--simple .studio-start__text h3, .studio-start__text .statistics--simple h3, .statistics--simple .achievements__title, .statistics--simple .awards__title, .statistics--simple .statement-card__text {
    margin-bottom: 60px;
  }
}

/* line 193, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
}

/* line 199, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__counter {
  position: relative;
  left: auto;
  top: auto;
  font-size: 4em;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
}

/* line 208, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__place {
  position: relative;
  left: auto;
  top: auto;
  min-height: 0;
  padding: 0 0 18px;
  -webkit-transform: none;
          transform: none;
}

/* line 216, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__place::after {
  width: 20px;
}

/* line 221, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__text {
  position: relative;
  left: auto;
  top: auto;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  -webkit-transform: none;
          transform: none;
}

/* line 231, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__text::after {
  display: none;
}

/* line 235, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__text a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.statistics--simple .number__text a:hover {
  color: #00a4b3;
}

/* line 239, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__text .title {
  color: #27bdbe;
  font-weight: bold;
}

/* line 244, app/assets/stylesheets/partials/blocks/statistics.scss */
.statistics--simple .number__text span {
  display: block;
  margin: 8px 0 0;
  color: #87a0b2;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/partials/blocks/sticky.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
}

/* line 6, app/assets/stylesheets/partials/blocks/sticky.scss */
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

/* line 1, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
.studio-advantages {
  padding: 80px 0 50px;
  background-color: #f8f8f8;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
  .studio-advantages {
    padding: 110px 0 80px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
  .studio-advantages {
    padding: 140px 0 110px;
  }
}

/* line 13, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
.studio-advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

/* line 20, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
.studio-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 35px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
  .studio-advantages__item {
    width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  /* line 20, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
  .studio-advantages__item {
    width: 20%;
    margin-bottom: 0;
  }
}

/* line 37, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
.studio-advantages__icon {
  width: 20px;
  height: 20px;
  margin: 0 auto 15px;
}

@media (min-width: 1280px) {
  /* line 37, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
  .studio-advantages__icon {
    margin: 0 0 15px;
  }
}

/* line 47, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
.studio-advantages__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  max-width: 250px;
  margin: 0 auto;
  color: #5d707d;
  text-align: center;
}

@media (min-width: 1280px) {
  /* line 47, app/assets/stylesheets/partials/blocks/studio/studio-advantages.scss */
  .studio-advantages__text {
    text-align: left;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block--gray {
  background: #eff4f7;
}

/* line 8, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block--large .studio-block__content {
  padding-top: 140px;
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
  .studio-block--large .studio-block__content {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

/* line 20, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__container {
  height: 80px;
}

/* line 24, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__content {
  max-width: 600px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 24, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
  .studio-block__content {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1860px) {
  /* line 24, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
  .studio-block__content {
    max-width: 750px;
  }
}

/* line 42, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 49, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__image--fullwidth {
  width: 100%;
  margin-top: auto;
}

/* line 53, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__image--fullwidth img {
  width: 100%;
  height: auto;
}

/* line 60, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__video {
  width: 100%;
  max-width: 600px;
  margin-left: 45px;
}

@media (max-width: 991px) {
  /* line 60, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
  .studio-block__video {
    margin: 60px auto 0;
  }
}

@media (min-width: 1860px) {
  /* line 60, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
  .studio-block__video {
    max-width: 750px;
  }
}

/* line 74, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__title {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
  .studio-block__text.text, .studio-block__text.studio-start__text, .studio-block__text.studio-business__text, .studio-block__text.kaya-video__text {
    margin-left: 40px;
  }
}

/* line 85, app/assets/stylesheets/partials/blocks/studio/studio-block.scss */
.studio-block__text .subtitle, .studio-block__text .achievements__subtitle, .studio-block__text .blog-header__subtitle, .studio-block__text .page-header__subtitle, .studio-block__text .promo-screen__subtitle {
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/blocks/studio/studio-business.scss */
.studio-business {
  padding: 80px 0 50px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-business.scss */
  .studio-business {
    padding: 110px 0 80px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-business.scss */
  .studio-business {
    padding: 140px 0 110px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-business.scss */
  .studio-business {
    padding: 180px 0 150px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/studio/studio-business.scss */
.studio-business__title {
  margin-bottom: 40px;
}

/* line 22, app/assets/stylesheets/partials/blocks/studio/studio-business.scss */
.studio-business__text {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/blocks/studio/studio-devices.scss */
.studio-devices {
  background-color: #f5f9fb;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-devices.scss */
  .studio-devices {
    background-image: url(https://molinos.ru/assets/content/studio-devices-b4d6f7b71269a960fcaa2bfe5cbb183c784c025a4a197e1bb81610a4d3fe4392.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 800px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-ipad.scss */
  .studio-ipad {
    background-image: url(https://molinos.ru/assets/content/studio-ipad-4a89cd22f7e5e68d7adc930a4be9c2952497456afd94e9ff35ef03a1192d30c4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 800px;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/studio/studio-programming.scss */
.studio-programming__image-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 45px;
}

@media (max-width: 991px) {
  /* line 3, app/assets/stylesheets/partials/blocks/studio/studio-programming.scss */
  .studio-programming__image-block {
    margin: 60px auto 0;
  }
}

@media (min-width: 992px) {
  /* line 3, app/assets/stylesheets/partials/blocks/studio/studio-programming.scss */
  .studio-programming__image-block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* line 3, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__column {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.studio-services__column:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.studio-services__column .container, .studio-services__column .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.studio-services__column:after {
  background-color: #273b48;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
  .studio-services__column {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  /* line 3, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
  .studio-services__column {
    padding: 160px 0;
  }
}

@media (min-width: 1860px) {
  /* line 3, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
  .studio-services__column {
    padding: 190px 0;
  }
}

/* line 22, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__column .column-half__inner {
  z-index: 2;
}

/* line 27, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__item {
  margin: 0 auto;
  text-align: center;
}

/* line 32, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 150px;
  margin-bottom: 25px;
}

/* line 39, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__icon svg {
  width: 150px;
  max-height: 100%;
}

/* line 45, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__name {
  margin: 0 auto;
  color: #27bdbe;
}

/* line 50, app/assets/stylesheets/partials/blocks/studio/studio-services.scss */
.studio-services__name:after {
  content: none;
}

/* line 1, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
.studio-start {
  margin: 70px 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
  .studio-start {
    margin: 60px 0;
  }
}

/* line 8, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
.studio-start__title {
  margin-bottom: 40px;
}

/* line 14, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
.studio-start__text {
  text-align: center;
  color: #27bdbe;
}

/* line 20, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
.studio-start__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  height: 100%;
}

/* line 27, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
.studio-start__quote .kaya-text {
  margin-left: 0;
}

@media (max-width: 991px) {
  /* line 20, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
  .studio-start__quote {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1860px) {
  /* line 20, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
  .studio-start__quote {
    max-width: 750px;
  }
}

/* line 42, app/assets/stylesheets/partials/blocks/studio/studio-start.scss */
.studio-start__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps {
  padding: 0 40px 70px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps {
    padding: 0 0 80px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps {
    padding: 0 0 90px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps {
    padding: 0 0 130px;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: inset 0 -1px 0 #d6e2e9;
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__items {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: 92px;
    width: 92px;
    box-shadow: none;
  }
}

/* line 34, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__item {
  cursor: pointer;
  margin: 0 50px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__item {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__item {
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
  }
}

/* line 51, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__item:last-child {
  margin-right: 0;
}

/* line 55, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__item:first-child {
  margin-left: 0;
}

/* line 60, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__item.is-active path, .studio-steps__item:hover path {
  stroke: #5d707d;
}

/* line 64, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__item.is-active .studio-steps__title, .studio-steps__item:hover .studio-steps__title {
  color: #e21776;
}

/* line 67, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__item.is-active .studio-steps__title::after, .studio-steps__item:hover .studio-steps__title::after {
  background-color: #e21776;
}

/* line 75, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__title {
  color: #87a0b2;
}

@media (max-width: 767px) {
  /* line 75, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__title {
    display: none;
  }
}

/* line 82, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__title::after {
  position: relative;
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  margin-top: 14px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 93, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__icon {
  margin: 0 auto 28px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
  /* line 93, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__icon {
    height: 92px;
    width: 92px;
    margin: 0;
    opacity: 0;
  }
  /* line 108, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .is-active .studio-steps__icon {
    opacity: 1;
  }
}

/* line 113, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__icon svg {
  width: 100%;
  height: 100%;
}

/* line 117, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__icon svg path {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  stroke: #87a0b2;
}

/* line 124, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__hidden-text {
  display: none;
}

/* line 128, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__text-slider {
  margin-top: 58px;
}

@media (max-width: 767px) {
  /* line 128, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__text-slider {
    margin-top: 30px;
  }
}

/* line 135, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__text-slider .swiper-slide {
  background-color: #fff;
}

/* line 140, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
.studio-steps__select {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 140, app/assets/stylesheets/partials/blocks/studio/studio-steps.scss */
  .studio-steps__select {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/blocks/studio/studio-video.scss */
  .studio-video {
    min-height: 680px;
  }
}

/* line 1, app/assets/stylesheets/partials/blocks/subscription.scss */
.subscription {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #F6F9FB;
}

/* line 10, app/assets/stylesheets/partials/blocks/subscription.scss */
.subscription .logo {
  max-width: 285px;
}

/* line 14, app/assets/stylesheets/partials/blocks/subscription.scss */
.subscription svg {
  width: 100%;
}

/* line 18, app/assets/stylesheets/partials/blocks/subscription.scss */
.subscription .small_text {
  font-size: 18px;
}

/* line 22, app/assets/stylesheets/partials/blocks/subscription.scss */
.subscription .unsubscribe-button {
  font-size: 18px;
  font-weight: 500;
  color: #87A0B2;
  border: 1px solid #87A0B2 !important;
  padding: 12px 40px;
  letter-spacing: 0.05em;
}

/* line 1, app/assets/stylesheets/partials/blocks/table.scss */
.table {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 40px 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

/* line 10, app/assets/stylesheets/partials/blocks/table.scss */
.table__scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 15, app/assets/stylesheets/partials/blocks/table.scss */
.table:before, .table:after {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  content: "";
}

/* line 26, app/assets/stylesheets/partials/blocks/table.scss */
.table--overflow-left:before {
  display: block;
  left: 0;
  background: -webkit-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
  background-size: 10px 100%;
  background-repeat: no-repeat;
}

/* line 36, app/assets/stylesheets/partials/blocks/table.scss */
.table--overflow-right:after {
  display: block;
  right: 0;
  background: -webkit-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%;
  background-repeat: no-repeat;
}

/* line 1, app/assets/stylesheets/partials/blocks/tabs-nav.scss */
.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 9, app/assets/stylesheets/partials/blocks/tabs-nav.scss */
.tabs-nav__item {
  padding: 0 56px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #87a0b2;
  -webkit-transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/partials/blocks/tabs-nav.scss */
  .tabs-nav__item {
    font-size: 1.25em;
  }
}

/* line 21, app/assets/stylesheets/partials/blocks/tabs-nav.scss */
.tabs-nav__item:hover {
  color: #5d707d;
}

/* line 25, app/assets/stylesheets/partials/blocks/tabs-nav.scss */
.tabs-nav__item.is-active {
  cursor: default;
  color: #e21776;
  box-shadow: inset 0 -3px 0 #e21776;
}

/* line 1, app/assets/stylesheets/partials/blocks/text.scss */
.text, .kaya-video__text, .studio-business__text, .studio-start__text {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  color: #1d2830;
  font-size: 1.1875em;
  font-weight: 300;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/partials/blocks/text.scss */
  .text, .kaya-video__text, .studio-business__text, .studio-start__text {
    max-width: 770px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/blocks/text.scss */
  .text, .kaya-video__text, .studio-business__text, .studio-start__text {
    font-size: 1.125em;
  }
}

/* line 18, app/assets/stylesheets/partials/blocks/text.scss */
.text h1, .kaya-video__text h1, .studio-business__text h1, .studio-start__text h1 {
  margin-top: 65px;
}

/* line 23, app/assets/stylesheets/partials/blocks/text.scss */
.text h1:first-child, .kaya-video__text h1:first-child, .studio-business__text h1:first-child, .studio-start__text h1:first-child {
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/partials/blocks/text.scss */
.text h2, .kaya-video__text h2, .studio-business__text h2, .studio-start__text h2 {
  margin-top: 60px;
}

/* line 33, app/assets/stylesheets/partials/blocks/text.scss */
.text h2:first-child, .kaya-video__text h2:first-child, .studio-business__text h2:first-child, .studio-start__text h2:first-child {
  margin-top: 0;
}

/* line 38, app/assets/stylesheets/partials/blocks/text.scss */
.text h3, .kaya-video__text h3, .studio-business__text h3, .studio-start__text h3 {
  margin-top: 55px;
}

/* line 43, app/assets/stylesheets/partials/blocks/text.scss */
.text h3:first-child, .kaya-video__text h3:first-child, .studio-business__text h3:first-child, .studio-start__text h3:first-child {
  margin-top: 0;
}

/* line 48, app/assets/stylesheets/partials/blocks/text.scss */
.text h4, .kaya-video__text h4, .studio-business__text h4, .studio-start__text h4 {
  margin-top: 50px;
}

/* line 53, app/assets/stylesheets/partials/blocks/text.scss */
.text h4:first-child, .kaya-video__text h4:first-child, .studio-business__text h4:first-child, .studio-start__text h4:first-child {
  margin-top: 0;
}

/* line 58, app/assets/stylesheets/partials/blocks/text.scss */
.text > p, .kaya-video__text > p, .studio-business__text > p, .studio-start__text > p {
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.56;
}

/* line 63, app/assets/stylesheets/partials/blocks/text.scss */
.text > p:first-child, .kaya-video__text > p:first-child, .studio-business__text > p:first-child, .studio-start__text > p:first-child {
  margin-top: 0;
}

/* line 67, app/assets/stylesheets/partials/blocks/text.scss */
.text > p.nobr, .kaya-video__text > p.nobr, .studio-business__text > p.nobr, .studio-start__text > p.nobr {
  margin-top: 0;
}

/* line 71, app/assets/stylesheets/partials/blocks/text.scss */
.text > p + ul, .kaya-video__text > p + ul, .studio-business__text > p + ul, .studio-start__text > p + ul {
  margin-top: 12px;
}

/* line 76, app/assets/stylesheets/partials/blocks/text.scss */
.text > div, .kaya-video__text > div, .studio-business__text > div, .studio-start__text > div,
.text .royalSlider,
.kaya-video__text .royalSlider,
.studio-business__text .royalSlider,
.studio-start__text .royalSlider {
  margin-top: 24px;
}

/* line 81, app/assets/stylesheets/partials/blocks/text.scss */
.text .royalSlider img, .kaya-video__text .royalSlider img, .studio-business__text .royalSlider img, .studio-start__text .royalSlider img {
  margin-top: 0;
}

/* line 85, app/assets/stylesheets/partials/blocks/text.scss */
.text a, .kaya-video__text a, .studio-business__text a, .studio-start__text a {
  color: #27bdbe;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 6, app/assets/stylesheets/partials/mixins/link.scss */
.text a:hover, .kaya-video__text a:hover, .studio-business__text a:hover, .studio-start__text a:hover {
  color: #00a4b3;
}

/* line 89, app/assets/stylesheets/partials/blocks/text.scss */
.text b, .kaya-video__text b, .studio-business__text b, .studio-start__text b,
.text strong,
.kaya-video__text strong,
.studio-business__text strong,
.studio-start__text strong {
  color: #273b48;
}

/* line 94, app/assets/stylesheets/partials/blocks/text.scss */
.text img, .kaya-video__text img, .studio-business__text img, .studio-start__text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 16px;
}

/* line 101, app/assets/stylesheets/partials/blocks/text.scss */
.text iframe, .kaya-video__text iframe, .studio-business__text iframe, .studio-start__text iframe,
.text video,
.kaya-video__text video,
.studio-business__text video,
.studio-start__text video {
  max-width: 100%;
  margin-top: 24px;
}

/* line 107, app/assets/stylesheets/partials/blocks/text.scss */
.text blockquote, .kaya-video__text blockquote, .studio-business__text blockquote, .studio-start__text blockquote {
  margin: 24px 0 0;
  padding: 30px 0;
  border-top: 2px solid #d6e2e9;
  border-bottom: 2px solid #d6e2e9;
  color: #273b48;
  font-size: 1.125em;
  font-weight: 500;
}

@media (min-width: 1860px) {
  /* line 107, app/assets/stylesheets/partials/blocks/text.scss */
  .text blockquote, .kaya-video__text blockquote, .studio-business__text blockquote, .studio-start__text blockquote {
    font-size: 1.3125em;
  }
}

/* line 120, app/assets/stylesheets/partials/blocks/text.scss */
.text blockquote p, .kaya-video__text blockquote p, .studio-business__text blockquote p, .studio-start__text blockquote p {
  line-height: 1.25;
}

/* line 125, app/assets/stylesheets/partials/blocks/text.scss */
.text ul, .kaya-video__text ul, .studio-business__text ul, .studio-start__text ul {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* line 131, app/assets/stylesheets/partials/blocks/text.scss */
.text ul:first-child, .kaya-video__text ul:first-child, .studio-business__text ul:first-child, .studio-start__text ul:first-child {
  margin-top: 0;
}

/* line 135, app/assets/stylesheets/partials/blocks/text.scss */
.text ul li, .kaya-video__text ul li, .studio-business__text ul li, .studio-start__text ul li {
  line-height: 1.56;
}

/* line 138, app/assets/stylesheets/partials/blocks/text.scss */
.text ul li:before, .kaya-video__text ul li:before, .studio-business__text ul li:before, .studio-start__text ul li:before {
  padding-right: 15px;
  color: #e21776;
  font-size: 1.5em;
  line-height: 1;
  content: "•";
}

/* line 147, app/assets/stylesheets/partials/blocks/text.scss */
.text ul li + li, .kaya-video__text ul li + li, .studio-business__text ul li + li, .studio-start__text ul li + li {
  margin-top: 3px;
}

/* line 152, app/assets/stylesheets/partials/blocks/text.scss */
.text ol, .kaya-video__text ol, .studio-business__text ol, .studio-start__text ol {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

/* line 159, app/assets/stylesheets/partials/blocks/text.scss */
.text ol + p, .kaya-video__text ol + p, .studio-business__text ol + p, .studio-start__text ol + p {
  margin-top: 12px;
}

/* line 163, app/assets/stylesheets/partials/blocks/text.scss */
.text ol:first-child, .kaya-video__text ol:first-child, .studio-business__text ol:first-child, .studio-start__text ol:first-child {
  margin-top: 0;
}

/* line 167, app/assets/stylesheets/partials/blocks/text.scss */
.text ol li, .kaya-video__text ol li, .studio-business__text ol li, .studio-start__text ol li {
  line-height: 1.56;
  counter-increment: li;
}

/* line 171, app/assets/stylesheets/partials/blocks/text.scss */
.text ol li:before, .kaya-video__text ol li:before, .studio-business__text ol li:before, .studio-start__text ol li:before {
  display: inline-block;
  min-width: 23px;
  margin-right: 10px;
  color: #e21776;
  text-align: right;
  content: counter(li) ".";
}

/* line 181, app/assets/stylesheets/partials/blocks/text.scss */
.text ol li + li, .kaya-video__text ol li + li, .studio-business__text ol li + li, .studio-start__text ol li + li {
  margin-top: 4px;
}

/* line 186, app/assets/stylesheets/partials/blocks/text.scss */
.text table, .kaya-video__text table, .studio-business__text table, .studio-start__text table {
  max-width: 100%;
  margin: 40px 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 195, app/assets/stylesheets/partials/blocks/text.scss */
.text table tr, .kaya-video__text table tr, .studio-business__text table tr, .studio-start__text table tr,
.text table th,
.kaya-video__text table th,
.studio-business__text table th,
.studio-start__text table th,
.text table td,
.kaya-video__text table td,
.studio-business__text table td,
.studio-start__text table td {
  vertical-align: top;
}

/* line 201, app/assets/stylesheets/partials/blocks/text.scss */
.text table th, .kaya-video__text table th, .studio-business__text table th, .studio-start__text table th,
.text table td,
.kaya-video__text table td,
.studio-business__text table td,
.studio-start__text table td {
  padding: 14px 16px 14px 8px;
  font-size: 1em;
  line-height: 1.2;
  text-align: left;
}

/* line 208, app/assets/stylesheets/partials/blocks/text.scss */
.text table th:first-child, .kaya-video__text table th:first-child, .studio-business__text table th:first-child, .studio-start__text table th:first-child,
.text table td:first-child,
.kaya-video__text table td:first-child,
.studio-business__text table td:first-child,
.studio-start__text table td:first-child {
  padding-left: 16px;
}

/* line 212, app/assets/stylesheets/partials/blocks/text.scss */
.text table th p, .kaya-video__text table th p, .studio-business__text table th p, .studio-start__text table th p,
.text table td p,
.kaya-video__text table td p,
.studio-business__text table td p,
.studio-start__text table td p {
  margin: 0;
  line-height: inherit;
}

/* line 219, app/assets/stylesheets/partials/blocks/text.scss */
.text table thead th, .kaya-video__text table thead th, .studio-business__text table thead th, .studio-start__text table thead th,
.text table thead td,
.kaya-video__text table thead td,
.studio-business__text table thead td,
.studio-start__text table thead td {
  background-color: #27bdbe;
  color: #ffffff;
  font-weight: 500;
}

/* line 229, app/assets/stylesheets/partials/blocks/text.scss */
.text table tbody tr:nth-child(even) th, .kaya-video__text table tbody tr:nth-child(even) th, .studio-business__text table tbody tr:nth-child(even) th, .studio-start__text table tbody tr:nth-child(even) th,
.text table tbody tr:nth-child(even) td,
.kaya-video__text table tbody tr:nth-child(even) td,
.studio-business__text table tbody tr:nth-child(even) td,
.studio-start__text table tbody tr:nth-child(even) td {
  background-color: #f5f9fb;
}

/* line 237, app/assets/stylesheets/partials/blocks/text.scss */
.text .table table, .kaya-video__text .table table, .studio-business__text .table table, .studio-start__text .table table {
  max-width: none;
  margin: 0;
  border: 0;
}

/* line 1, app/assets/stylesheets/partials/blocks/ui.scss */
.ui {
  padding: 40px 80px;
  background-color: #ffffff;
}

/* line 5, app/assets/stylesheets/partials/blocks/ui.scss */
.ui__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, app/assets/stylesheets/partials/blocks/ui.scss */
.ui__item {
  margin-bottom: 40px;
}

/* line 15, app/assets/stylesheets/partials/blocks/ui.scss */
.ui__spacer {
  display: inline-block;
  margin: 0 20px;
}

/* line 1, app/assets/stylesheets/partials/blocks/up-button.scss */
.up-button {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 80px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 14, app/assets/stylesheets/partials/blocks/up-button.scss */
.up-button.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/up-button.scss */
  .up-button {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/blocks/up-button.scss */
  .up-button {
    width: 55px;
    height: 55px;
  }
}

/* line 29, app/assets/stylesheets/partials/blocks/up-button.scss */
.up-button__inner {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #27bdbe;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/partials/blocks/up-button.scss */
  .up-button__inner {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #27bdbe;
  }
}

/* line 41, app/assets/stylesheets/partials/blocks/up-button.scss */
.up-button__inner:hover {
  background-color: #27bdbe;
}

/* line 44, app/assets/stylesheets/partials/blocks/up-button.scss */
.up-button__inner:hover .icon {
  fill: #fff;
}

/* line 49, app/assets/stylesheets/partials/blocks/up-button.scss */
.up-button__inner .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy {
  border-bottom: 2px solid #d6e2e9;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}

/* line 5, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy:hover {
  border-bottom: 2px solid #00a4b3;
}

/* line 10, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy.is-opened .career-vacancies__position {
  color: #e21776;
}

/* line 14, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy.is-opened .direction-button__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 19, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px 28px;
  cursor: pointer;
  color: #273b48;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 449px) {
  /* line 19, app/assets/stylesheets/partials/blocks/vacancy.scss */
  .vacancy__position {
    font-size: 1.125em;
    padding: 30px 10px 18px;
  }
}

/* line 36, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__position .direction-button__icon {
  border: 2px solid #d6e2e9;
}

/* line 39, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__position .direction-button__icon .icon {
  fill: #87a0b2;
}

/* line 44, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__position:hover {
  color: #00a4b3;
}

/* line 47, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__position:hover .direction-button__icon {
  border-color: #27bdbe;
  background-color: #27bdbe;
}

/* line 51, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__position:hover .direction-button__icon .icon {
  fill: #fff;
}

/* line 59, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__content {
  display: none;
}

/* line 63, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__description {
  padding: 20px 30px 0;
  margin-bottom: 50px;
  color: #273b48;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 449px) {
  /* line 63, app/assets/stylesheets/partials/blocks/vacancy.scss */
  .vacancy__description {
    font-size: 1em;
    padding: 15px 10px 0;
  }
}

/* line 77, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__requirements {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 449px) {
  /* line 77, app/assets/stylesheets/partials/blocks/vacancy.scss */
  .vacancy__requirements {
    max-width: 90%;
  }
}

/* line 86, app/assets/stylesheets/partials/blocks/vacancy.scss */
.vacancy__button {
  padding-top: 25px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 86, app/assets/stylesheets/partials/blocks/vacancy.scss */
  .vacancy__button {
    padding-top: 15px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  /* line 86, app/assets/stylesheets/partials/blocks/vacancy.scss */
  .vacancy__button {
    padding-top: 5px;
    margin-bottom: 30px;
  }
}

@media (max-width: 449px) {
  /* line 86, app/assets/stylesheets/partials/blocks/vacancy.scss */
  .vacancy__button {
    padding-top: 0;
  }
}

/* line 2, app/assets/stylesheets/partials/blocks/video.scss */
.video-block__video {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(39, 59, 72, 0.3);
}

/* line 8, app/assets/stylesheets/partials/blocks/video.scss */
.video-block .plyr {
  display: block;
}

/* line 11, app/assets/stylesheets/partials/blocks/video.scss */
.video-block .plyr__play-large {
  font-weight: 300;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  white-space: nowrap;
  color: #a5b2bb;
  border: 0;
  border-radius: 90px;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 30, app/assets/stylesheets/partials/blocks/video.scss */
.video-block .plyr__play-large:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}

/* line 34, app/assets/stylesheets/partials/blocks/video.scss */
.video-block .plyr__play-large svg {
  right: 0;
  left: 0;
  margin: auto;
  fill: #27bdbe;
}

/* line 1, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
.webdev-benefits {
  height: 100%;
  padding: 70px 70px 50px;
  max-width: 1440px;
  margin: 0 auto;
  gap: 2em;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
  .webdev-benefits {
    margin: 70px auto 0;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}

/* line 16, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
.webdev-benefits__container {
  margin: 0 auto;
  background-color: #f8f8f8;
  overflow: hidden;
  margin-top: 150px;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
  .webdev-benefits__container {
    margin-top: 50px;
  }
}

/* line 27, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
.webdev-benefits__column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 32, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
.webdev-benefits__column:first-child {
  padding-right: 50px;
}

/* line 36, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
.webdev-benefits__column:last-child {
  padding-left: 50px;
}

@media (max-width: 991px) {
  /* line 27, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
  .webdev-benefits__column {
    width: 100%;
  }
}

/* line 46, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
.webdev-benefits__button__container {
  padding: 50px 0 100px;
}

@media (max-width: 991px) {
  /* line 46, app/assets/stylesheets/partials/blocks/webdev/webdev-benefits.scss */
  .webdev-benefits__button__container {
    margin-top: 50px;
  }
}

/* line 2, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
.webdev-business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-left: 0;
  max-width: 440px;
}

@media (min-width: 992px) {
  /* line 9, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
  .webdev-business__item > a {
    padding: 80px 0 66px 80px;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
.webdev-business__item::before {
  content: "";
  width: 25px;
  height: 100%;
  background-image: -webkit-linear-gradient(#828ad5, #09acaf);
  background-image: linear-gradient(#828ad5, #09acaf);
  background: -webkit-linear-gradient(top, #8888d7 0%, #08abae 56.77%);
  background: linear-gradient(180deg, #8888d7 0%, #08abae 56.77%);
  border-radius: 0px 10px 10px 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* line 24, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
.webdev-business__item__number {
  top: -40px;
  left: 0px;
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
  .webdev-business__item__number {
    top: 40px;
    left: 75px;
    font-size: 6em;
  }
}

/* line 35, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
.webdev-business__item__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #1d2830;
}

/* line 41, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
.webdev-business__item__title::after {
  display: none;
}

/* line 46, app/assets/stylesheets/partials/blocks/webdev/webdev-business.scss */
.webdev-business__item__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #273b48;
}

/* line 1, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

/* line 5, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 10, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card__icon--60 {
  width: 60px;
  height: 60px;
}

/* line 14, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card__icon--80 {
  width: 80px;
  height: 80px;
}

/* line 19, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card__icon svg {
  width: 100%;
  height: 100%;
}

/* line 26, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card__body__header {
  font-weight: 300;
  font-size: 30px;
  line-height: 70px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
  .webdev-icon-card__body__header {
    font-size: 25px;
  }
}

/* line 36, app/assets/stylesheets/partials/blocks/webdev/webdev-icon-card.scss */
.webdev-icon-card__body__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

/* line 1, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
.webdev-site-types {
  height: 100%;
  padding: 70px;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
  .webdev-site-types {
    margin: 70px auto 0;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}

/* line 14, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
.webdev-site-types__container {
  margin: 0 auto;
  background-color: #f8f8f8;
  overflow: hidden;
  margin-top: 150px;
}

@media (max-width: 991px) {
  /* line 14, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
  .webdev-site-types__container {
    margin-top: 50px;
  }
}

/* line 25, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
.webdev-site-types__column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
  .webdev-site-types__column {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 35, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
  .webdev-site-types__column:first-child {
    padding-right: 50px;
  }
  /* line 39, app/assets/stylesheets/partials/blocks/webdev/webdev-site-types.scss */
  .webdev-site-types__column:last-child {
    padding-left: 50px;
  }
}

/* line 1, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 289px;
  overflow: hidden;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card .video-inside {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: black;
}

/* line 20, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card .video-inside video {
  width: 100%;
}

/* line 26, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card:hover .case-card__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/partials/portfolio/case-card.scss */
  .case-card:hover .case-card__inner {
    opacity: 1;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/case-card.scss */
  .case-card {
    height: 400px;
  }
}

/* line 43, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 54, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__bg__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.068725) 49.58%, rgba(0, 0, 0, 0.6) 81.35%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.068725) 49.58%, rgba(0, 0, 0, 0.6) 81.35%);
}

/* line 63, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__inner {
  position: absolute;
  z-index: 2;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.case-card__inner:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.case-card__inner .container, .case-card__inner .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.case-card__inner:after {
  background-color: none;
}

/* line 77, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__inner:first-child {
  opacity: 1;
}

@media (min-width: 1860px) {
  /* line 63, app/assets/stylesheets/partials/portfolio/case-card.scss */
  .case-card__inner {
    padding: 50px;
  }
}

/* line 89, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__inner::after {
  z-index: -2;
}

/* line 94, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__content {
  display: table;
  position: relative;
  height: 86%;
  overflow: hidden;
}

/* line 100, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
}

/* line 112, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__title {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/partials/portfolio/case-card.scss */
  .case-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1860px) {
  /* line 112, app/assets/stylesheets/partials/portfolio/case-card.scss */
  .case-card__title {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 16px;
  }
}

/* line 133, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__subtitle {
  display: block;
  color: #87a0b2;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
}

@media (min-width: 1860px) {
  /* line 133, app/assets/stylesheets/partials/portfolio/case-card.scss */
  .case-card__subtitle {
    font-size: 16px;
  }
}

/* line 145, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__socials {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}

/* line 151, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__socials .social-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 155, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__socials .social-menu__item {
  margin-left: 10px;
}

/* line 159, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__portfolio-categories {
  position: absolute;
  bottom: 8px;
}

/* line 163, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__labels {
  display: inline-block;
  z-index: 2;
  white-space: nowrap;
  pointer-events: none;
}

/* line 171, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__labels span {
  color: #f5f9fb;
  font-size: 9px;
  font-weight: 300;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #f5f9fb;
  border-radius: 90px;
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 182, app/assets/stylesheets/partials/portfolio/case-card.scss */
.case-card__labels span.is-active {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl {
  padding: 0;
  font-weight: 300;
  background: #f8f8f8;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl {
    padding-left: 60px;
  }
}

/* line 10, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header {
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: #000;
  -webkit-transition: margin-top 0.6s ease;
  transition: margin-top 0.6s ease;
}

/* line 17, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header--transition {
  margin-top: 50vh;
}

/* line 21, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.67;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 29, app/assets/stylesheets/partials/portfolio/case-template.scss */
body:not(.os-safari) .case-tpl__header--transition .case-tpl__header-img {
  opacity: 0.4;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-2.5%, -2.5%);
          transform: translate(-2.5%, -2.5%);
}

/* line 36, app/assets/stylesheets/partials/portfolio/case-template.scss */
body.os-safari .case-tpl__header--transition .case-tpl__header-img {
  opacity: 0.4;
}

/* line 41, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-desc {
  position: absolute;
  left: 100px;
  bottom: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__header-desc {
    left: 15px;
    bottom: 91px;
  }
}

/* line 53, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-name {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__header-name {
    font-size: 40px;
  }
}

/* line 63, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-tags {
  padding-left: 3px;
  font-size: 14px;
  font-weight: 100;
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__header-tags {
    font-size: 12px;
  }
}

/* line 73, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-tag {
  display: inline-block;
  margin-right: 10px;
}

/* line 78, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-site {
  display: inline-block;
  position: absolute;
  bottom: 31px;
  right: 100px;
}

@media (max-width: 767px) {
  /* line 78, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__header-site {
    right: auto;
    left: 15px;
  }
}

/* line 89, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__header-site a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
  color: #191e23;
}

/* line 104, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__big-text {
  padding: 160px 100px;
}

@media (max-width: 767px) {
  /* line 104, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__big-text {
    padding: 60px 15px;
  }
}

/* line 111, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__big-text-content {
  font-size: 60px;
  line-height: 72px;
  color: #191e23;
}

@media (max-width: 767px) {
  /* line 111, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__big-text-content {
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 122, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__big-text-wrapper {
  padding: 160px 100px 0;
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__big-text-wrapper {
    padding: 100px 25px 25px;
  }
}

/* line 131, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__picture {
  background: #fff;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__picture {
    height: auto;
  }
}

/* line 141, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__picture-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 141, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__picture-img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    margin: 0 auto;
  }
}

/* line 158, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__picture-img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  /* line 158, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__picture-img--cover {
    height: auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

/* line 171, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__text-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
  max-width: 770px;
}

@media (max-width: 767px) {
  /* line 171, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__text-section {
    padding-left: 15px;
    padding-right: 10px;
    max-width: none;
    margin-bottom: 40px;
  }
}

/* line 184, app/assets/stylesheets/partials/portfolio/case-template.scss */
:not(.case-tpl__text-section) + .case-tpl__text-section {
  margin-top: 160px;
}

@media (max-width: 767px) {
  /* line 184, app/assets/stylesheets/partials/portfolio/case-template.scss */
  :not(.case-tpl__text-section) + .case-tpl__text-section {
    margin-top: 60px;
  }
}

/* line 192, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__text-section--padding {
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  /* line 192, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__text-section--padding {
    margin-bottom: 60px;
  }
}

/* line 201, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__title {
  font-size: 60px;
  line-height: 72px;
}

@media (max-width: 767px) {
  /* line 201, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__title {
    margin-top: 60px;
    font-size: 30px;
    line-height: 36px;
  }
}

/* line 212, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__text {
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

/* line 217, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__text p {
  margin: 0;
}

/* line 222, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__two-pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  height: 100vh;
  margin-top: -1px;
}

@media (max-width: 767px) {
  /* line 222, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__two-pictures {
    height: auto;
    -ms-flex-flow: column;
        flex-flow: column;
  }
}

/* line 233, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__two-pictures-picture {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  /* line 233, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__two-pictures-picture {
    height: 100vh;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 244, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__two-pictures-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 253, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__video * {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 253, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__video * {
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* line 252, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__video {
    height: 500px;
  }
}

@media (max-width: 449px) {
  /* line 252, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__video {
    height: 250px;
  }
}

/* line 272, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery {
  background: #fff;
  height: 100vh;
}

/* line 276, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-container {
  height: 100%;
}

/* line 280, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-wrapper {
  height: 100%;
  position: relative;
}

/* line 285, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-slide {
  position: relative;
  overflow: hidden;
}

/* line 289, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 300, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 300, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__gallery-nav {
    top: auto;
    bottom: 53px;
  }
}

/* line 317, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-nav--prev {
  left: 49px;
}

@media (max-width: 767px) {
  /* line 317, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__gallery-nav--prev {
    left: 4px;
  }
}

/* line 325, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-nav--next {
  right: 49px;
}

@media (max-width: 767px) {
  /* line 325, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__gallery-nav--next {
    right: 4px;
  }
}

/* line 334, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-navbar {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

@media (max-width: 767px) {
  /* line 334, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__gallery-navbar {
    bottom: 78px;
  }
}

/* line 346, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0099a8;
  opacity: 0.5;
  cursor: pointer;
  margin: 0 3px;
}

/* line 356, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__gallery-dot--active {
  opacity: 1;
}

/* line 362, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer {
  border-top: 1px solid #f8f8f8;
  height: 100vh;
}

@media (max-width: 767px) {
  /* line 362, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__footer {
    border-top: 5px solid #f8f8f8;
  }
}

/* line 370, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-want {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

/* line 378, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-next {
  height: 50vh;
  overflow: hidden;
  position: relative;
  background: #000;
}

/* line 385, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-loader {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  width: 0;
  -webkit-transition: width 3s linear;
  transition: width 3s linear;
}

/* line 394, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-loader--progress {
  width: 95%;
}

/* line 399, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 407, app/assets/stylesheets/partials/portfolio/case-template.scss */
body:not(.os-safari) .case-tpl__footer-next:hover .case-tpl__footer-img {
  opacity: 0.4;
  width: 105%;
  height: 105%;
  -webkit-transform: translate(-2.5%, -2.5%);
          transform: translate(-2.5%, -2.5%);
}

/* line 414, app/assets/stylesheets/partials/portfolio/case-template.scss */
body.os-safari .case-tpl__footer-next:hover .case-tpl__footer-img {
  opacity: 0.4;
}

/* line 419, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 60px;
}

@media (max-width: 767px) {
  /* line 419, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__footer-link {
    font-size: 30px;
  }
}

/* line 438, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__footer-desc {
  position: absolute;
  left: 100px;
  bottom: 25px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 438, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__footer-desc {
    left: 50%;
    bottom: auto;
    top: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 454, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__slide {
  width: 310px;
  height: 75px;
  overflow: hidden;
  text-align: center;
  font-size: 60px;
  color: #000;
}

@media (max-width: 767px) {
  /* line 454, app/assets/stylesheets/partials/portfolio/case-template.scss */
  .case-tpl__slide {
    font-size: 30px;
    height: 37px;
  }
}

/* line 467, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__slide-item {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* line 472, app/assets/stylesheets/partials/portfolio/case-template.scss */
.case-tpl__slide:hover .case-tpl__slide-item {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 1, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid {
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (min-width: 700px) {
  /* line 11, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .cases-grid .cases-grid__sizer {
    width: 50%;
  }
  /* line 15, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .cases-grid .case-card {
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }
  /* line 19, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .cases-grid .case-card:nth-child(odd) {
    margin-right: 5px;
  }
  /* line 25, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .is-wide .cases-grid .cases-grid__sizer {
    width: 50%;
  }
  /* line 29, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .is-wide .cases-grid .case-card {
    width: 50%;
  }
}

@media (max-width: 1279px) and (min-width: 992px), (max-width: 699px) {
  /* line 36, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .cases-grid .cases-grid__sizer {
    width: 100%;
  }
  /* line 40, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .cases-grid .case-card {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 47, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .is-wide .cases-grid .cases-grid__sizer {
    width: 33.3333333333%;
  }
  /* line 51, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
  .is-wide .cases-grid .case-card {
    width: 33.3333333333%;
  }
}

/* line 57, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 64, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid__inner.is-loading {
  opacity: 0;
}

/* line 69, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid__sizer {
  width: 100%;
}

/* line 73, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid__loader {
  position: relative;
  bottom: 0;
  background: #fff;
}

/* line 78, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid__loader_hidden {
  visibility: hidden;
}

/* line 82, app/assets/stylesheets/partials/portfolio/cases-grid.scss */
.cases-grid__loader svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 449px) {
  /* line 14, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
  .portfolio-categories__scroled-menu {
    position: absolute;
    width: 95%;
  }
  /* line 17, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
  .portfolio-categories__scroled-menu ul {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  /* line 22, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
  .portfolio-categories__scroled-menu ul li {
    display: inline-block;
  }
}

@media (min-width: 450px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
  .portfolio-categories {
    max-width: 570px;
  }
}

/* line 33, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li {
  margin: 0 20px 20px 0;
}

/* line 47, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li span {
  display: inline-block;
  max-width: 100%;
  color: #273a48;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  padding: 9px 18px;
  border: 1px solid #273a48;
  border-radius: 90px;
}

/* line 64, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li:hover span {
  color: #5d707d;
}

/* line 70, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li.is-active span {
  color: #009bac;
  cursor: default;
  border: 1px solid #009bac;
}

/* line 79, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li[data-cat="Разработка"], .portfolio-categories li[data-category="Разработка"] {
  display: none;
}

/* line 84, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li.minimal-border {
  margin-bottom: 26px;
}

/* line 86, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li.minimal-border span {
  border: 0;
  border-radius: unset;
  font-size: 16px;
}

/* line 92, app/assets/stylesheets/partials/portfolio/portfolio-categories.scss */
.portfolio-categories li.is-active.minimal-border {
  border-bottom: 1px solid #009bac;
}

/* line 1, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
.portfolio-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) and (max-height: 900px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 20, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
.portfolio-nav__button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav__button {
    width: 50%;
    padding: 0 30px 30px;
  }
}

@media (min-width: 992px) {
  /* line 34, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav__button:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 38, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav__button:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 992px) and (max-width: 1279px) and (max-height: 767px) {
  /* line 20, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav__button {
    padding: 20px;
  }
  /* line 46, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
  .portfolio-nav__button .direction-button__icon {
    width: 40px;
    height: 40px;
  }
}

/* line 52, app/assets/stylesheets/partials/portfolio/portfolio-nav.scss */
.portfolio-nav__button:hover {
  background: #f5f9fb;
}

/* line 1, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio {
  display: table;
  position: relative;
  padding: 60px 60px 20px 10px;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1279px) and (max-height: 767px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 80%;
  }
}

@media (min-width: 1280px) and (max-height: 767px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 80%;
  }
}

/* line 19, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio .title-h1, .portfolio .studio-services__name, .portfolio .text h1, .text .portfolio h1, .portfolio .kaya-video__text h1, .kaya-video__text .portfolio h1, .portfolio .studio-business__text h1, .studio-business__text .portfolio h1, .portfolio .studio-start__text h1, .studio-start__text .portfolio h1 {
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
}

/* line 25, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__title {
  margin-bottom: 35px;
  margin-left: 0;
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
}

/* line 33, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
  padding-bottom: 18px;
  border-bottom: 1px solid #d6e2e9;
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 45, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__read_full_description {
  display: none;
}

/* line 50, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__socials .social-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  margin-left: -6px;
}

/* line 55, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__socials .social-menu .social-menu__item + .social-menu__item {
  margin-left: 12px;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__socials .social-menu {
    margin-bottom: 0;
  }
  /* line 62, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__socials .social-menu .social-menu__item + .social-menu__item {
    margin-left: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) and (max-height: 900px) {
  /* line 68, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__socials .social-menu .social-menu__item + .social-menu__item {
    margin-left: 0;
  }
}

/* line 75, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__feedback-button {
  text-align: right;
}

/* line 78, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__feedback-button svg {
  width: 16px;
  height: 12px;
}

/* line 82, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__feedback-button svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

/* line 88, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__feedback-button:hover svg path {
  fill: white;
}

/* line 94, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__text {
  margin: 100px 0 35px 0;
}

/* line 97, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__text p {
  font-size: 14px;
}

@media (max-width: 449px) {
  /* line 1, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio {
    padding: 10px 10px 20px 10px;
    height: 113%;
  }
  /* line 105, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__text {
    margin: 8px 0 14px 0;
    overflow: hidden;
  }
  /* line 109, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__text.small-description {
    margin: 8px 0 14px 0;
    height: 100px;
  }
  /* line 113, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__read_full_description {
    display: block;
    height: 27px;
    margin: -51px 0 28px;
  }
  /* line 117, app/assets/stylesheets/partials/portfolio/portfolio.scss */
  .portfolio__read_full_description span {
    text-align: center;
    display: block;
    width: 100;
    color: #87A0B2;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    height: 43px;
    position: relative;
    padding-top: 22px;
    background-image: -webkit-linear-gradient(bottom, white 12%, rgba(255, 255, 255, 0.5) 100%);
  }
}

/* line 133, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__form-button {
  width: 100%;
  display: table-footer-group;
  vertical-align: bottom;
}

/* line 139, app/assets/stylesheets/partials/portfolio/portfolio.scss */
.portfolio__form-button > a {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  max-width: 135px;
  max-height: 42px;
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}

/* line 2, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.answers-area:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  content: "";
}

/* line 14, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.answers-area .container, .answers-area .kaya-columns {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/partials/mixins/block-overlay.scss */
.answers-area:after {
  background-color: #000000;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
  .answers-area {
    position: relative;
    width: 50%;
    height: 100%;
  }
  /* line 6, app/assets/stylesheets/partials/mixins/column-block.scss */
  .answers-area > * {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
  .answers-area {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    height: auto;
  }
  /* line 20, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
  .answers-area::after {
    background: none !important;
  }
}

/* line 25, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area::after {
  z-index: 0;
}

/* line 29, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 37, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__bg {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-clip: content-box;
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
  .answers-area__bg {
    background: none !important;
  }
}

/* line 49, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__bg.bg-enter {
  position: absolute;
  opacity: 0;
}

/* line 53, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__bg.bg-enter:only-child {
  position: relative;
}

/* line 58, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__bg.bg-enter-active {
  -webkit-transition: 1700ms ease-in-out;
  transition: 1700ms ease-in-out;
  opacity: 1;
}

/* line 63, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__bg.bg-leave {
  -webkit-transition: opacity 2700ms 500ms ease-in;
  transition: opacity 2700ms 500ms ease-in;
  opacity: 0;
}

/* line 69, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__list-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

/* line 77, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__title {
  position: absolute;
  z-index: 3;
  top: 160px;
  left: 50px;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: opacity 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38), -webkit-transform 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: opacity 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38), -webkit-transform 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: opacity 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38), transform 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: opacity 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38), transform 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38), -webkit-transform 0.3s 500ms cubic-bezier(0.38, 0, 0.4, 0.38);
  border-bottom: 2px solid #f5f9fb;
}

@media (min-height: 600px) {
  /* line 77, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
  .answers-area__title {
    top: 200px;
  }
}

@media (min-width: 992px) {
  /* line 77, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
  .answers-area__title {
    top: 26vh;
    left: 130px;
    font-size: 30px;
    -webkit-transition: opacity 0.5s 2700ms cubic-bezier(0.38, 0, 0.4, 0.38), border-color 0.3s cubic-bezier(0.38, 0, 0.4, 0.38), -webkit-transform 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38);
    transition: opacity 0.5s 2700ms cubic-bezier(0.38, 0, 0.4, 0.38), border-color 0.3s cubic-bezier(0.38, 0, 0.4, 0.38), -webkit-transform 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38);
    transition: opacity 0.5s 2700ms cubic-bezier(0.38, 0, 0.4, 0.38), transform 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38), border-color 0.3s cubic-bezier(0.38, 0, 0.4, 0.38);
    transition: opacity 0.5s 2700ms cubic-bezier(0.38, 0, 0.4, 0.38), transform 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38), border-color 0.3s cubic-bezier(0.38, 0, 0.4, 0.38), -webkit-transform 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38);
  }
}

/* line 102, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__title:hover {
  border-color: rgba(245, 249, 251, 0);
}

/* line 106, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__title.answers-enter, .answers-area__title.answers-appear {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 113, app/assets/stylesheets/partials/frontpage-app/AnswersArea.scss */
.answers-area__title.answers-enter-active, .answers-area__title.answers-appear-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list {
  position: absolute;
  z-index: 2;
  bottom: 78px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list--hidden {
  display: none;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
  .answers-list {
    position: initial;
    padding-top: 16px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
  .answers-list {
    bottom: 15vh;
    padding-bottom: 45px;
  }
}

/* line 24, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list__item {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

/* line 28, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list__item:hover {
  background-color: rgba(65, 204, 198, 0.5);
}

/* line 32, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list__item:active {
  background-color: rgba(65, 204, 198, 0.5);
}

/* line 37, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list__item-outer {
  display: block;
  padding: 22px 0 0px 100px;
  color: #ffffff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  text-decoration: none;
}

@media (max-width: 1279px) {
  /* line 37, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
  .answers-list__item-outer {
    padding-left: 45px;
    font-size: 34px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
  .answers-list__item-outer {
    padding-left: 16px;
    padding-top: 16px;
    font-size: 1.75em;
    line-height: 28px;
  }
}

/* line 60, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list__item-inner {
  display: block;
  padding: 3px 0 3px 50px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

@media (min-height: 550px) {
  /* line 60, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
  .answers-list__item-inner {
    padding: 10px 0 10px 50px;
  }
}

@media (min-width: 992px) {
  /* line 60, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
  .answers-list__item-inner {
    padding-left: 130px;
  }
}

/* line 78, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter, .answers-list.answers-appear {
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 83, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter .answers-list__item, .answers-list.answers-appear .answers-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 92, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item, .answers-list.answers-appear-active .answers-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(0) {
  -webkit-transition: all 0.5s 1900ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 1900ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(1) {
  -webkit-transition: all 0.5s 2050ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2050ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(2) {
  -webkit-transition: all 0.5s 2200ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2200ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(3) {
  -webkit-transition: all 0.5s 2350ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2350ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(4) {
  -webkit-transition: all 0.5s 2500ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2500ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(5) {
  -webkit-transition: all 0.5s 2650ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2650ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(6) {
  -webkit-transition: all 0.5s 2800ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2800ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(7) {
  -webkit-transition: all 0.5s 2950ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2950ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(8) {
  -webkit-transition: all 0.5s 3100ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3100ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(9) {
  -webkit-transition: all 0.5s 3250ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3250ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(10) {
  -webkit-transition: all 0.5s 3400ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3400ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(11) {
  -webkit-transition: all 0.5s 3550ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3550ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(12) {
  -webkit-transition: all 0.5s 3700ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3700ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(13) {
  -webkit-transition: all 0.5s 3850ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3850ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(14) {
  -webkit-transition: all 0.5s 4000ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 4000ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 101, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-enter-active .answers-list__item:nth-child(15) {
  -webkit-transition: all 0.5s 4150ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 4150ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(0) {
  -webkit-transition: all 0.5s 200ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 200ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(1) {
  -webkit-transition: all 0.5s 400ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 400ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(2) {
  -webkit-transition: all 0.5s 600ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 600ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(3) {
  -webkit-transition: all 0.5s 800ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 800ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(4) {
  -webkit-transition: all 0.5s 1000ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 1000ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(5) {
  -webkit-transition: all 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 1200ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(6) {
  -webkit-transition: all 0.5s 1400ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 1400ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(7) {
  -webkit-transition: all 0.5s 1600ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 1600ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(8) {
  -webkit-transition: all 0.5s 1800ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 1800ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(9) {
  -webkit-transition: all 0.5s 2000ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2000ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(10) {
  -webkit-transition: all 0.5s 2200ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2200ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(11) {
  -webkit-transition: all 0.5s 2400ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2400ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(12) {
  -webkit-transition: all 0.5s 2600ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2600ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(13) {
  -webkit-transition: all 0.5s 2800ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 2800ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(14) {
  -webkit-transition: all 0.5s 3000ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3000ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 114, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-appear-active .answers-list__item:nth-child(15) {
  -webkit-transition: all 0.5s 3200ms cubic-bezier(0.38, 0, 0.4, 0.38);
  transition: all 0.5s 3200ms cubic-bezier(0.38, 0, 0.4, 0.38);
}

/* line 121, app/assets/stylesheets/partials/frontpage-app/AnswersList.scss */
.answers-list.answers-leave-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back-container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back-container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back-container {
    width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back-container {
    width: 940px;
  }
}

@media (min-width: 1280px) and (max-width: 1879px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back-container {
    width: 1200px;
  }
}

@media (min-width: 1860px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back-container {
    width: 1780px;
  }
}

/* line 5, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back {
  position: absolute;
  z-index: 3;
  top: 115px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
}

@media (min-height: 600px) {
  /* line 5, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back {
    top: 150px;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back {
    top: 26vh;
    right: 41.5%;
    left: auto;
  }
}

@media (min-width: 1860px) {
  /* line 5, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
  .question-back {
    right: 44.5%;
  }
}

/* line 30, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back:hover .question-back__icon {
  background-color: #ffffff;
}

/* line 33, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back:hover .question-back__icon svg {
  fill: #27bdbe;
}

/* line 39, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back.back-enter {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back.back-enter-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 500ms 2700ms ease-in-out;
  transition: 500ms 2700ms ease-in-out;
}

/* line 52, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back.back-leave {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  pointer-events: none;
}

/* line 58, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 2px solid #27bdbe;
  border-radius: 50px;
  border-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 70, app/assets/stylesheets/partials/frontpage-app/BackButton.scss */
.question-back__icon svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/MobileScreen.scss */
.mobile-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 9, app/assets/stylesheets/partials/frontpage-app/MobileScreen.scss */
.mobile-screen canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 17, app/assets/stylesheets/partials/frontpage-app/MobileScreen.scss */
.mobile-screen__logo-container {
  position: relative;
}

/* line 20, app/assets/stylesheets/partials/frontpage-app/MobileScreen.scss */
.mobile-screen__logo-container span {
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  display: block;
  margin-top: 10px;
}

/* line 30, app/assets/stylesheets/partials/frontpage-app/MobileScreen.scss */
.mobile-screen__logo svg {
  width: 180px;
  fill: #ffffff;
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
  .photo-bg {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg > span {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 19, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg__face {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
  will-change: width;
}

/* line 29, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg__face + .photo-bg__face {
  width: 50%;
}

/* line 33, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg__face > div {
  position: absolute;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* line 44, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg .photo-enter {
  z-index: 1;
  width: 0;
}

/* line 49, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg .photo-enter-active {
  width: 100%;
  -webkit-transition: all 800ms 700ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 800ms 700ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 53, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg .photo-enter-active + .photo-enter {
  width: 50%;
  -webkit-transition: all 400ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 59, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg .photo-leave {
  width: 100%;
}

/* line 62, app/assets/stylesheets/partials/frontpage-app/PhotoBg.scss */
.photo-bg .photo-leave + .photo-leave {
  width: 100%;
  -webkit-transition: all 400ms 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 400ms 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/Question.scss */
.question-page {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/Question.scss */
  .question-page {
    height: auto;
    width: 100%;
    min-height: 100%;
  }
}

/* line 12, app/assets/stylesheets/partials/frontpage-app/Question.scss */
.question-page__wrapper {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  /* line 12, app/assets/stylesheets/partials/frontpage-app/Question.scss */
  .question-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

/* line 25, app/assets/stylesheets/partials/frontpage-app/Question.scss */
.question-wrapper-enter {
  top: 0;
  left: 100%;
  position: absolute;
  -webkit-animation: show 2s 0.5s forwards;
          animation: show 2s 0.5s forwards;
}

/* line 32, app/assets/stylesheets/partials/frontpage-app/Question.scss */
.question-wrapper-leave {
  max-height: 100vh;
  overflow: hidden;
  -webkit-animation: hide 2s 0.5s forwards;
          animation: hide 2s 0.5s forwards;
  position: relative;
  right: 0;
}

@-webkit-keyframes show {
  to {
    left: 0;
  }
}

@keyframes show {
  to {
    left: 0;
  }
}

@-webkit-keyframes hide {
  to {
    right: 100%;
  }
}

@keyframes hide {
  to {
    right: 100%;
  }
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 2;
}

/* line 6, app/assets/stylesheets/partials/mixins/column-block.scss */
.question-area > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area {
    width: 100%;
    height: auto;
    padding-top: 136px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-height: 700px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area {
    font-size: 90%;
  }
}

/* line 16, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title-wrapper {
  position: absolute;
  bottom: 20vh;
  width: 100%;
  text-align: right;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area__title-wrapper {
    position: initial;
  }
}

/* line 26, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title {
  display: block;
  padding-right: 60px;
  padding-left: 60px;
  float: right;
  color: #ffffff;
  font-size: 100%;
  line-height: 1;
  text-align: right;
}

@media (min-width: 992px) {
  /* line 26, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area__title {
    padding-right: 120px;
  }
}

@media (max-width: 1279px) {
  /* line 26, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area__title {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  /* line 26, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area__title {
    text-align: left;
    float: none;
    padding: 0 16px;
  }
}

/* line 50, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title.title-enter, .question-area__title.title-appear {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* line 56, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title.title-enter:only-child, .question-area__title.title-appear:only-child {
  position: relative;
}

/* line 61, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title.title-appear-active, .question-area__title.title-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* line 67, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title.title-appear-active {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

/* line 71, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title.title-enter-active {
  -webkit-transition: 500ms 1700ms ease-in-out;
  transition: 500ms 1700ms ease-in-out;
}

/* line 75, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title.title-leave {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

/* line 80, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title h1 {
  margin-bottom: 0.35em;
  font-size: 4.375em;
  font-weight: 700;
}

@media (max-width: 1279px) {
  /* line 80, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area__title h1 {
    font-size: 3.4375em;
  }
}

@media (max-width: 991px) {
  /* line 80, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
  .question-area__title h1 {
    font-size: 2.5em;
  }
}

/* line 94, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title h2 {
  font-size: 4.375em;
  font-weight: 700;
}

/* line 99, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title h3 {
  margin-bottom: 0.35em;
  font-size: 3.125em;
  font-weight: 500;
}

/* line 105, app/assets/stylesheets/partials/frontpage-app/QuestionArea.scss */
.question-area__title h4 {
  font-size: 2.5em;
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/combine.scss */
#app {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(bottom, rgba(0, 152, 122, 0.6) 0%, rgba(0, 210, 255, 0.6) 100%);
  background: linear-gradient(to top, rgba(0, 152, 122, 0.6) 0%, rgba(0, 210, 255, 0.6) 100%);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/combine.scss */
  #app {
    background: none;
    display: block;
  }
}

/* line 16, app/assets/stylesheets/partials/frontpage-app/combine.scss */
#app .app {
  opacity: 0;
  -webkit-animation: app-fade-in 0.5s forwards;
          animation: app-fade-in 0.5s forwards;
}

@-webkit-keyframes app-fade-in {
  to {
    opacity: 1;
  }
}

@keyframes app-fade-in {
  to {
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
.index-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 8, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
.index-form > * {
  max-width: 460px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(39, 59, 72, 0.3);
}

/* line 16, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
.frontpage > .index-form {
  display: none;
  -webkit-animation: none;
          animation: none;
}

/* line 21, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
.index-form .form {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: showIndexForm 500ms ease-in-out 1.5s forwards;
          animation: showIndexForm 500ms ease-in-out 1.5s forwards;
}

/* line 28, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
.index-form.is-hiding .form {
  -webkit-animation: hideIndexForm 500ms ease-in-out forwards;
          animation: hideIndexForm 500ms ease-in-out forwards;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
  .index-form .form {
    max-width: 360px;
    padding: 30px 45px;
  }
}

@media (max-height: 800px) {
  /* line 41, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
  .index-form .form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 46, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
  .index-form .index-form__title {
    margin-bottom: 16px;
  }
  /* line 50, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
  .index-form .form__row + .form__row {
    margin-top: 10px;
  }
  /* line 54, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
  .index-form .form__privacy {
    padding: 10px 0;
    font-size: 0.5em;
  }
}

@media (max-height: 700px) and (max-width: 991px) {
  /* line 1, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
  .index-form {
    bottom: 30px;
  }
}

/* line 64, app/assets/stylesheets/partials/frontpage-app/index-form.scss */
.index-form__title {
  margin-bottom: 36px;
}

@-webkit-keyframes showIndexForm {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showIndexForm {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes hideIndexForm {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes hideIndexForm {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

/* line 2, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h1 {
  margin: 0;
}

/* line 4, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h1 + h2 {
  margin-top: 0.25em;
}

/* line 5, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h1 + h3 {
  margin-top: 0.45em;
}

/* line 6, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h1 + h4 {
  margin-top: 0.65em;
}

/* line 8, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h2 {
  margin: 0;
}

/* line 10, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h2 + h1 {
  margin-top: 0.15em;
}

/* line 11, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h2 + h3 {
  margin-top: 0.5em;
}

/* line 12, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h2 + h4 {
  margin-top: 0.7em;
}

/* line 14, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h3 {
  margin: 0;
}

/* line 16, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h3 + h1 {
  margin-top: 0.175em;
}

/* line 17, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h3 + h2 {
  margin-top: 0.325em;
}

/* line 18, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h3 + h4 {
  margin-top: 0.725em;
}

/* line 20, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h4 {
  margin: 0;
  line-height: 1.1;
}

/* line 23, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h4 + h1 {
  margin-top: 0.175em;
}

/* line 24, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h4 + h2 {
  margin-top: 0.325em;
}

/* line 25, app/assets/stylesheets/partials/frontpage-app/tuning.scss */
.question-area__title h4 + h3 {
  margin-top: 0.575em;
}
