body {
  overflow-x: hidden;
}

.i3 .action-btn {
  position: fixed;
  bottom: 0rem;
  right: 0;
  z-index: 800;
}
.i3 .action-btn a {
  position: absolute;
  padding: 2rem 2rem 2rem 5rem;
  right: 3rem;
  bottom: 3rem;
  z-index: 850;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  background: url("images/i-contact.svg") no-repeat left 1rem center #EC6408;
  border-radius: 3rem;
  border: solid 2px #fff;
}
.i3 .action-btn a br {
  display: none;
}
.i3 h2 {
  text-transform: uppercase;
}
.i3 #cover {
  text-align: center;
}
.i3 #cover h1 {
  line-height: 100%;
}
.i3 #cover span {
  font-size: 21px;
  line-height: 24px;
}
.i3 #gallery {
  /*
  .block-gray {
      margin: 50px 0 0 0;
      padding: 15px 50px;
      background-color: #F7F6F4;
      text-align: center;
  }*/
}
.i3 #gallery .block {
  margin: 0;
  background: #fff;
  text-align: center;
}
.i3 #gallery .block-white {
  margin: 20px 0 120px 0;
  text-align: center;
}
.i3 #gallery .lead {
  font-size: 18px;
  margin-bottom: 100px;
}
.i3 .slider-wrapper {
  position: relative;
  isolation: isolate;
}
@media (min-width: 920px) {
  .i3 .slider-wrapper #about {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 70px;
  }
}
.i3 .slider-wrapper #about .icon {
  padding: 15px;
  min-height: 150px;
  max-height: 150px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}
.i3 .slider-wrapper #about .icon span {
  font-weight: 400;
}
.i3 .slider-wrapper #about .icon img {
  margin: 0 0 15px 0;
}
.i3 #map {
  margin-bottom: 0;
}
.i3 #about .icon::after, .i3 #about .icon::before {
  display: none !important;
}
.i3 #details {
  margin: -30px 0 0 0;
  position: relative;
  padding-bottom: 0;
  isolation: isolate;
}
.i3 #details .block {
  text-align: center;
}
.i3 #details h2::after {
  margin: 3rem auto;
}
.i3 #details::after {
  content: "";
  display: block;
  pointer-events: none;
  height: 300px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.i3 #details::after {
  height: 50px;
}
.i3 #secure {
  margin-top: 0;
  padding: 0;
}
.i3 #secure h2 {
  margin-top: 100px;
}
.i3 .secure-image {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.i3#contact h2 {
  padding-top: 10px;
}
.i3 .contact-form {
  margin: 0;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  color: #1b2730;
}
.i3 .contact-form h4 {
  padding: 14px 14px 30px 14px;
  font-size: 32px;
  color: #1b2730;
}
.i3 .contact-form p {
  display: none;
}
.i3 .contact-form label {
  color: #1b2730;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 10px;
}
.i3 .contact-form label .wpcf7-list-item-label {
  text-transform: none;
  letter-spacing: 0;
}
.i3 .contact-form .row {
  margin-bottom: 15px;
}
.i3 .contact-form input[type=text], .i3 .contact-form input[type=email], .i3 .contact-form input[type=tel], .i3 .contact-form textarea, .i3 .contact-form select {
  margin-bottom: 10px;
  padding: 5px 0;
  color: #1b2730;
  background: #fff;
  border-bottom: solid 1px #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
}
.i3 .contact-form textarea {
  height: 70px;
}
.i3 .contact-form select {
  width: 100%;
}