.navbar.is-sticky {
  height: 140px !important;
  max-height: 140px !important;
}

.fancybox-layout1 .row {
  justify-content: space-between;
}

.fancybox-layout1 .fancybox-item {
  padding: 25px;
}

.banner-layout5 .heading__title {
  text-align: center;
}

.testimonial-section {
  padding-top: 200px;
}

.testimonial-section .testimonial-container {
  width: 100%;
  display: flex;
  gap: 16px;
}

.testimonial-section .testimonial-item {
  display: flex;
  flex-direction: column;
  width: 25%;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  padding: 30px;
  color: #000;
  border-radius: 10px;
}

/* Odstranit po přidání finálních obrázků */
.testimonial-section .testimonial-item .client img {
  filter: brightness(0);
}

.testimonial-section .testimonial__meta-title {
  margin-bottom: 0;
}

.testimonial-img img {
  border-radius: 50%;
  min-width: 30px;
  min-height: 30px;
  box-shadow: 0 0 0 5px white, 0 0 0 7px rgb(74, 171, 61);
  margin-right: 20px;
}

.testimonial-section .testimonial__desc {
  font-size: 16px;
  margin-bottom: auto;
  padding-bottom: 10px;
}

.fancybox-bottom .row {
  align-items: center;
}

.fancybox-bottom .fancybox-button {
  height: 100%;
}

.bg-yellow {
  background: #e1cd14;
}

@media screen and (max-width: 992px) {
  .testimonial-section .testimonial-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-section .testimonial-item {
    width: 50%;
    width: calc(50% - 16px);
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section .testimonial-container {
    flex-direction: column;
  }

  .testimonial-section .testimonial-item {
    width: 100%;
  }

  .fancybox-bottom .fancybox-wrapper {
    margin: 0 15px;
  }
}

@media screen and (min-width: 992px) {
  .banner-layout4 .banners-buyout {
    transform: translateY(100px);
  }
}
