.tour-operators-home {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.tour-operators-home__header {
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin: 0 0 32px;
  color: #0D0F10;
}

.tour-operators-home__header .container__header-title {
  flex-grow: unset;
}

.tour-operators-home .header-title-link-img {
  height: 56px;
}

.tour-operators-home .live-tours-header__counter {
  color: #474F55;
}

.tour-operators-home__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.tour-operators-home__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0 36px;
  border-radius: 16px;
  gap: 16px;
  background: #F8F8F9;
  flex: 0 1 calc((100% - 24px * 3) / 4);
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  color: #8F9397;
}

.tour-operators-home__logo {
  max-width: 148px;
  max-height: 60px;
}

.tour-operators-home__item.is-hidden {
  display: none;
}

.tour-operators-home .show-all-tours {
  background: #F8F8F9;
  color: #404A51;
}

[lang="pl"] .tour-operators-home__header .container__header-title,
[lang="pl"] .tour-operators-home .live-tours-header__counter {
  color: #2A004A;
}

@media (hover: hover) {
  .tour-operators-home__item:hover,
  .tour-operators-home .show-all-tours:hover {
    background: #ededee;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .tour-operators-home {
    padding: 40px 0;
  }

  .tour-operators-home .card-with-icon__list {
    gap: 16px;
  }

  .tour-operators-home .live-tours-header__counter {
    display: none;
  }

  .tour-operators-home__list {
    gap: 16px;
  }

  .tour-operators-home__item {
    padding: 22px 0;
    flex: 0 1 calc((100% - 16px) / 2);
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
  }

  .tour-operators-home__logo {
    max-width: 104px;
    max-height: 42px;
  }

  .tour-operators-home__list:not(.expanded) .tour-operators-home__item--hidden-mobile {
    display: none;
  }
}
