:root {
  --f-color-primary: #3a5cdc;
  --f-color-primary--hover: #3553c1;
  --f-color-primary--contrast: #ffffff;
  --f-color-service: #73808d;
  --f-color-light: #a6b1bc;
  --f-color-text: #2e2f31;
  --f-color-danger: #f96261;
  --f-color-success: #37a74a;
  --f-color-yellow: #ffcc00;
  --f-color-blue: #2d99ff;
  --f-color-blue-2: #3f65f1;
  --f-color-violet: #8400ff;
  --f-color-teal: #16ceb9;
  --f-color-gold: #caad46;
  --f-color-mint: #24bbb6;
  --f-color-red: #f96261;
  --f-color-bg--body: #f5f6fa;
}
/* Цвета иконок */
/* Цвета кнопок */
.fc-gallery {
  display: block;
}
.fc-gallery__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 15px;
  font-style: italic;
  position: sticky;
  top: -1px;
  z-index: 10;
  min-height: 40px;
  pointer-events: none;
}
.fc-gallery__description {
  color: #808289;
  pointer-events: all;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.fc-gallery__header.isSticky .case-gallery__description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fc-gallery__indicator {
  display: -ms-flexbox;
  display: flex;
}
.fc-gallery__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.fc-gallery__prev,
.fc-gallery__next {
  pointer-events: all;
  cursor: pointer;
}
.fc-gallery__slide {
  height: auto;
}
.fc-gallery__slide img {
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .fc-gallery {
    margin-top: -40px;
  }
  .fc-gallery__header {
    z-index: 9;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fc-gallery__header:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: -1;
  }
  .fc-gallery__header.isSticky {
    box-shadow: 0px 0px 10px rgba(46, 47, 49, 0.2);
    padding-top: 40px;
    min-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fc-gallery {
    margin: 24px 0;
  }
  .fc-gallery__header {
    z-index: 11;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fc-gallery__header.isSticky {
    box-shadow: 0px 0px 10px rgba(46, 47, 49, 0.2);
    padding-top: 0px;
    min-height: 40px;
  }
  .fc-gallery .swiper-container,
  .fc-gallery .case-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.case-preview {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--light-accent);
  margin-bottom: 40px;
}
.case-preview a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.case-preview a:hover {
  text-decoration: none;
}
.case-preview__logo {
  height: 178px;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
}
.case-preview__logo img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 100%;
}
.case-preview__name {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  font-weight: 900;
  background: var(--light-accent);
  color: var(--body-color);
}
.case-preview__inner {
  min-height: 80px;
  background: #f4f6fe;
  width: 100%;
  padding: 19px;
  text-align: center;
  color: #000000;
}
.case-preview__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 120%;
  color: inherit;
}
.case-preview__description {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  color: inherit;
}

.cases .col-lg-4 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1220px) {
  .cases .b-landing__header {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cases .b-landing__header {
    padding-bottom: 25px;
  }
  .cases .b-landing__footer {
    padding-top: 50px;
  }
  .cases-list .case {
    margin-bottom: 20px;
  }
  .cases .case-view__controls {
    position: static;
  }
  .cases .case-view .case-view__controls-shadow {
    opacity: 0;
    visibility: 0;
  }
  .cases .case-view__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .cases .case-view__title {
    font-size: 25px;
  }
  .cases .case-view__content {
    font-size: 13px;
  }
  .cases .case-view__content blockquote {
    margin: 24px 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .cases .case-view__content blockquote:after,
  .cases .case-view__content blockquote:before {
    font-size: 40px;
    padding-bottom: 7px;
  }
  .cases .case-gallery {
    margin: 24px 0;
  }
  .cases .case-gallery__header {
    min-height: 40px;
    padding-top: 0;
    z-index: 11;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cases .case-gallery .swiper-container,
  .cases .case-gallery .case-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cases .foquz-btn {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cases .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cases .video-container iframe,
.cases .video-container object,
.cases .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .cases .b-landing__header {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767.8px) {
  .cases .b-landing__header {
    padding-bottom: 15px !important;
  }
}
.cases .b-landing-footer {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .cases .b-landing-footer {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.8px) {
  .cases .b-landing-footer {
    margin-top: 50px;
  }
}


/*# sourceMappingURL=landing.cases.css.map*/