.service-teaser {
  position: relative;
  height: 100%;
}
.service-teaser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 0;
}
.service-teaser--link {
  display: block;
  height: 100%;
}
.service-teaser--link:hover img {
  transform: scale(1.05);
}
.service-teaser--link:active img {
  opacity: 0.8;
}
.service-teaser > * {
  position: relative;
  z-index: 1;
}
.service-teaser-content {
  padding: 15px 20px 20px;
}
.service-teaser-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-teaser-image a {
  display: block;
  overflow: hidden;
}
.service-teaser-image img {
  transition: transform 0.4s, opacity 0.4s;
}
.service-teaser-image img:hover {
  transform: scale(1.05);
}
.service-teaser-image img:active {
  opacity: 0.8;
}
.service-teaser-title {
  font-size: 23px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 15px;
  color: #494949;
}
@media (max-width: 991.98px) {
  .service-teaser-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .service-teaser-title {
    font-size: 20px;
  }
}
.service-teaser-description {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 300;
}
.service-teaser .field--name-field-short {
  font-size: 18px;
  font-weight: 300;
  color: #494949;
}
@media (max-width: 767px) {
  .service-teaser .field--name-field-short {
    font-size: 16px;
  }
}
.service-block-more {
  padding-top: 10px;
  text-align: center;
}
.service-block-more .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 32px;
}
@media (min-width: 992px) {
  .service-block--reverse .service-text-image-plate {
    flex-direction: row-reverse;
  }
}
.service-promo {
  position: relative;
  z-index: 1;
}
.service-promo .service-promo-video {
  width: 100%;
  max-height: 100%;
}
.service-promo .service-promo-media {
  display: flex;
  justify-content: center;
}
.service-promo .service-promo-media picture {
  width: 100%;
}
.service-promo .service-promo-media--video {
  height: 620px;
  width: 100%;
  aspect-ratio: 3/1;
}
.service-promo .service-promo-media--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-promo .service-promo-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.service-promo:not(.service-promo--content-hide) .service-promo-media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.service-promo-content {
  position: relative;
  z-index: 2;
}

.services__list .service-block-more {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.services__list .view-content:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.services__list--4 .view-content:not(.flickity-enabled) {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media (max-width: 575.98px) {
  .services-teaser-image {
    margin-bottom: 10px;
  }
}

.view-service .views-view-responsive-grid__item-inner {
  height: 100%;
}
/*# sourceMappingURL=_maps/service.css.map */
