/**
* Block Name: custom_build
*/

footer {
  display: none;
}

section.custom_build {
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  padding: 100px 0px;
}

section.custom_build .swiper-container {
  overflow: initial;
  height: 100%;
}

section.custom_build .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.custom_build .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.custom_build .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.custom_build .facts {
  color: #fff;
}
section.custom_build .facts table,
section.custom_build .facts tr,
section.custom_build .facts th,
section.custom_build .facts td {
  background-color: inherit;
  color: #fff;
}

section.custom_build .facts th,
section.custom_build .facts td {
  background-color: inherit;
  border-top: #707070 1px solid;
}
section.custom_build .facts th {
  color: #a0a0a0;
  font-weight: 400;
  padding-left: 0px;
}

section.custom_build .facts tr:last-child th,
section.custom_build .facts tr:last-child td {
  border-bottom: #707070 1px solid;
}

section.custom_build .teaser {
  background-color: #000;
}

@media (max-width: 767.98px) {
  section.custom_build .js_mobile_detect {
    display: none;
  }
  section.custom_build {
    padding-bottom: 0px;
  }
  section.custom_build .swiper-slide {
    width: 100%;
    min-width: unset;
    max-width: unset;
    margin: 0px 0px 50px;
    height: auto;
  }

  section.custom_build .swiper-slide > * {
    width: 100%;
    min-width: unset;
    max-width: unset;
    margin: 0px;
  }

  section.custom_build .swiper-slide .content {
    padding: 50px 30px;
  }
  section.custom_build .swiper-slide .thumb {
    height: 100%;
  }
  section.custom_build .facts {
    padding: 50px 30px;
  }
  section.custom_build .gallery img {
    width: 100%;
  }
  section.custom_build .teaser {
    padding: 50px 30px 100px;
  }
}

@media (min-width: 768px) {
  section.custom_build .swiper-wrapper.mousewheel {
    -webkit-transition-duration: 0.4s !important;
    -o-transition-duration: 0.4s !important;
    transition-duration: 0.4s !important;
  }

  section.custom_build .swiper-slide {
    width: auto;
  }
  section.custom_build .swiper-slide .content {
    height: 100%;
    margin-left: 150px;
    margin-right: 150px;
    width: 30vw;
    min-width: 300px;
  }

  section.custom_build .swiper-slide .thumb {
    height: 100%;
    width: 45vw;
    min-width: 450px;
  }
  section.custom_build .facts {
    width: 45vw;
    min-width: 300px;
    max-width: 450px;
    margin-left: 150px;
    margin-right: 150px;
  }
  section.custom_build .cropped .gallery {
    height: 100%;
    margin-left: 100px;
    margin-right: 100px;
    /* width: 45vw;
      min-width: 450px; */
  }
  section.custom_build .cropped + .cropped .gallery {
    margin-left: 0px;
  }

  section.custom_build .full_size .gallery {
    height: calc(100% + 200px);
    /* width: 45vw;
      min-width: 450px; */
  }

  section.custom_build .teaser {
    height: calc(100% + 200px);
    padding-left: 150px;
    padding-right: 300px;
  }
}
