.service-teaser-image {
  margin-bottom: 20px;
}
.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;
}
@media (max-width: 991.98px) {
  .service-teaser-image {
    margin-bottom: 10px;
  }
}
.service-teaser-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .service-teaser-title {
    margin-bottom: 10px;
  }
}
.service-teaser-description {
  text-align: center;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 300;
}
.service-teaser .field--name-field-short {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
@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-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.path-taxonomy .services-row, .path-service .services-row, .path-services .services-row {
  justify-content: flex-start;
}
.services-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 10px 30px;
}
.path-taxonomy .services-col, .path-services .services-col {
  width: 33.333%;
}
@media (max-width: 991.98px) {
  .path-taxonomy .services-col, .path-services .services-col {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .path-taxonomy .services-col, .path-services .services-col {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .services-col {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .services-col {
    width: 100%;
  }
}
.services-col--33 {
  width: 33.333%;
}
@media (max-width: 1199.98px) {
  .services-col--33 {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .services-col--33 {
    width: 100%;
  }
}
.services-more {
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1201px) {
  .block-views-blockproduct-block-front .catalog-row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.block-views-blockproduct-block-front .catalog-row.flickity-enabled {
  display: block;
  opacity: 1;
  height: auto;
}
.block-views-blockproduct-block-front .catalog-row .flickity-button {
  color: #808080;
  background: none;
}
@media (max-width: 991.98px) {
  .block-views-blockproduct-block-front .catalog-row .flickity-button.next {
    right: -25px;
  }
}
@media (max-width: 575.98px) {
  .block-views-blockproduct-block-front .catalog-row .flickity-button.next {
    right: -5px;
  }
}
@media (max-width: 991.98px) {
  .block-views-blockproduct-block-front .catalog-row .flickity-button.previous {
    left: -25px;
  }
}
@media (max-width: 575.98px) {
  .block-views-blockproduct-block-front .catalog-row .flickity-button.previous {
    left: -5px;
  }
}
.block-views-blockproduct-block-front .catalog-row .flickity-button:hover {
  color: #000;
}
.block-views-blockproduct-block-front .catalog-row .flickity-button path {
  fill: inherit;
}
@media (min-width: 1440px) {
  .block-views-blockproduct-block-front .catalog-row .previous {
    left: -65px;
  }
  .block-views-blockproduct-block-front .catalog-row .next {
    right: -65px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .block-views-blockproduct-block-front .catalog-row .previous {
    left: -25px;
  }
  .block-views-blockproduct-block-front .catalog-row .next {
    right: -25px;
  }
}
.block-views-blockproduct-block-front .catalog-col {
  padding-bottom: 20px;
}
.block-views-blockproduct-block-front .catalog-more {
  display: none;
}