.industries {
  height: 850px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
  width: 100%;
}

.industries .industries-title {
  display: flex;
  position: absolute;
  right: 50%;
  top: 280px;
  transition: right 1s ease-out, top 1s ease-out;
}

.industries .industries-title p {
  font-size: 130px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 140px;
  transition: width 1s ease-out;
  width: 600px;
}

.industries .industries-title.spread {
  justify-content: center;
  left: 0;
  right: 0;
  top: 80px;
}

.industries .industries-title.spread p {
  line-break: loose;
  width: 1280px;
  word-break: break-all;
}

.industries .industries-slider {
  display: flex;
  flex-direction: row;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  transform: translate( calc(100vw * 1 / 2 + 100px), 145px );
}

@media screen and (--webkit-device-pixel-ratio: 1.25) {
  .industries .industries-slider {
    transform: translate( calc(100vw * 1.25 / 2 + 100px), 145px );
  }
}

.industries .industries-slider .interaction-box {
  aspect-ratio: 1/1.12;
  left: -120px;
  position: absolute;
  top: -70px;
  width: 600px;
  z-index: 999;
}

.industries .industries-slider .shadow-slider {
  display: none;
  flex-direction: row;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  padding: 14px 0;
}

.industries .industries-slider.still {
  transition: none;
  overflow: hidden;
  padding: 14px 0;
  margin-top: -14px;
}

.industries .industries-slider.still .shadow-slider {
  display: flex;
}

.industries .industries-slider .industry-card {
  height: 533px;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: z-index 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, z-index 0.5s ease;
  transition: transform 0.5s ease, z-index 0.5s ease,
    -webkit-transform 0.5s ease;
  width: 356px;
}

.industries .industries-slider .industry-card.spread:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 99 !important;
}

.industries .industries-slider .industry-card * {
  pointer-events: none;
}

.industries .industries-slider .industry-card img {
  height: 533px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 356px;
}

.industries .industries-slider .industry-card p {
  font-size: 50px;
  font-weight: 500;
  left: 35px;
  line-break: strict;
  line-height: 90%;
  pointer-events: none;
  position: absolute;
  top: 30px;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}

.industries.large {
  height: 950px;
}

.wpcf7-response-output,
.wpcf7 .screen-reader-response,
form [type="submit"],
.industries.large .industries-slider .interaction-box {
  display: none;
}

.industries-mob .industries-title {
  padding: 60px 32px 40px;
}

.industries-mob .swiper {
  display: flex;
  flex-direction: row;
  height: 375px;
  overflow-x: auto;
  scroll-snap-type: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.industries-mob .swiper::-webkit-scrollbar {
  display: none;
}

.industries-mob .swiper .swiper-slide {
  height: 375px;
  overflow: hidden;
  width: 100px;
  flex-shrink: 0;
}

.industries-mob .swiper .swiper-slide div {
  height: 375px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 375px;
}

.industries-mob .swiper .swiper-slide div p {
  font-size: 40px;
  font-weight: 700;
  left: 12px;
  line-height: 47px;
  position: absolute;
  top: 16px;
}

.industries-mob .swiper .swiper-slide div img.industries-mob .swiper {
  height: 100px;
  overflow: hidden;
  width: 375px;
}

@media screen and (max-width: 1200px) and (min-width: 481px) {
  .industries-mob {
    padding-bottom: 60px;
  }

  .industries-mob .swiper .swiper-slide {
    width: 170px;
  }

  .industries-mob .swiper .swiper-slide div img {
    height: 170px;
  }

  .industries-title .H-mob {
    font-weight: 300;
  }
}

@media screen and (max-width: 1229px) and (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
  .industries .industries-title {
    left: auto;
    right: 50%;
  }
}

@media screen and (max-width: 480px) {
  .industries-mob .swiper .swiper-slide div img {
    height: auto;
  }
}
