@media (max-width: 768px) {
  .projector_page #layout:has(.breadcrumbs),
  .search_page #layout:has(.breadcrumbs){
    padding-top: 0;
  }
  .projector_page #layout:not(:has(.breadcrumbs)),
  .search_page #layout:not(:has(.breadcrumbs)) {
    padding-top: 53px;
  }
}
  .banner-wrapper { 
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
    box-sizing: border-box;
	aspect-ratio: 128 / 3;
  }

  .banner-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
  }

  .banner-text {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }

  @media (max-width: 997px) {
    .banner-wrapper {
      padding: 0;
      margin: 0 -15px;
      width: auto;
      display: flex;
      justify-content: center;
      aspect-ratio: 8 / 1;
    }

    .banner-text {
      font-size: 1rem;
    }

    .banner-wrapper img {
      max-height: 150px;
      object-fit: contain;
    }

    .banner-header {
      margin: 0 -15px;
    }
  }

  div#zalip {
    display: none !important;
  }
.client-banners .top {
    margin-bottom: 30px;
    margin-top: 60px;
}
.block-tops .top .category-title,
.client-banners-title {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.client-banners .list-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px -24px;
}
.client-banners .list-banners .banner {
    display: inherit;
    margin-bottom: 24px;
    flex: 50%;
    width: 50%;
    padding: 0 10px;
}
.client-banners .list-banners .banner a {
    width: 100%;
}
.client-banners .list-banners .banner picture {
    width: 100%;
}
.client-banners .list-banners .banner img {
    border-radius: 20px;
    width: 100%;
}
.section-dog.section.sec-comp, .section, .hotspot__wrapper {
    padding-top: unset !important;
    padding-bottom: unset !important;
}
.block-tops .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 52px;
}
.block-tops .top a {
    color: var(--grays-000000, #000);
    text-decoration: none;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.block-tops .top a svg {
    margin-left: 5px;
}