.actual-address {
  padding: 72px 0 66px;
  background: #f7f7f7;
  color: #666;
  font-family: 'Roboto', sans-serif;
}

.actual-address__heading {
  margin-bottom: 30px;
  text-align: center;
}

.actual-address__heading h3 {
  margin: 0 0 9px;
  color: #2f2f2f;
  font-size: 28px;
  font-weight: 400;
}

.actual-address__heading p,
.actual-address__hint {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.site-location__address {
  max-width: 900px;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #555;
  font-size: 16px !important;
  line-height: 1.55;
}

.site-location__address .fa {
  margin-right: 6px;
  color: #1fcdff;
}

.site-location {
  padding-top: 44px;
  padding-bottom: 20px;
  background: #fff;
}

.site-location .actual-address__heading {
  margin-bottom: 22px;
}

.site-location + #project .line3 {
  margin-top: -55px;
}

.actual-address__carousel {
  position: relative;
  padding: 0 54px;
}

.actual-address__viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.actual-address__viewport:focus-visible {
  outline: 2px solid #1fcdff;
  outline-offset: 4px;
}

.actual-address__track {
  display: flex;
  gap: 18px;
}

.actual-address__slide {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  overflow: hidden;
  height: 330px;
  background: #e4e4e4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.actual-address__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease, opacity .3s ease;
}

.actual-address__slide:hover img,
.actual-address__slide:focus img {
  transform: scale(1.035);
  opacity: .9;
}

.actual-address__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 0;
  border-radius: 0;
  background: #2f2f2f;
  box-shadow: 0 2px 0 #000;
  color: #fff;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  transition: background-color .2s ease;
}

.actual-address__arrow:hover,
.actual-address__arrow:focus {
  background: #1fcdff;
  box-shadow: 0 2px 0 #179abf;
  outline: 0;
}

.actual-address__arrow:disabled {
  cursor: default;
  opacity: .35;
}

.actual-address__arrow--prev { left: 0; }
.actual-address__arrow--next { right: 0; }

.actual-address__hint {
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .actual-address__slide {
    flex-basis: calc((100% - 18px) / 2);
    height: 320px;
  }
}

@media (max-width: 767px) {
  .actual-address {
    padding: 48px 0 44px;
  }

  .actual-address__heading h3 {
    font-size: 24px;
  }

  .actual-address__carousel {
    padding: 0 42px;
  }

  .actual-address__slide {
    flex-basis: 100%;
    height: min(112vw, 500px);
  }

  .actual-address__arrow {
    width: 34px;
    height: 44px;
    margin-top: -22px;
    line-height: 44px;
  }

  .site-location {
    padding-top: 34px;
    padding-bottom: 14px;
  }

  .site-location + #project .line3 {
    margin-top: -30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .actual-address__viewport { scroll-behavior: auto; }
  .actual-address__slide img { transition: none; }
}
