html[lang="it"] .categories-row .hc-cards-row__wrapper .hc-cards-row__item:nth-of-type(1) {
    order: 1;
}

html[lang="it"] .categories-row .hc-cards-row__wrapper .hc-cards-row__item:nth-of-type(2) {
    order: 2;
}

html[lang="it"] .guides-tile {
  display: none;
}

html[lang="ru"] .hc-cards-row__item:has(.ls) {
  display: none;
}

.banner img {
  width: 100%;
}

.banner {
  margin-bottom: 20px;
  margin-top: -20px;
}

@media (min-width: 992px) {
  .banner {
   	margin-top: -80px;
    margin-bottom: 80px;
  }  
}

.banner.banner--no-margin {
  margin: 0;
}

/* content tags */
.content-tags {
	border-top: 1px solid #e9e9e9;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .content-tags {
    padding: 64px 0;
  }
}
.content-tags .content-tags__heading {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  padding: 0;
}
.content-tags .content-tags__list {
  margin-bottom: 0;
}
.content-tags .content-tags__list li {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cstmz-note {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 12px
}
@media (max-width: 991px) {
  .cstmz-note {
  	margin-top: 16px;
	}
}

/* li.hc-list__item.hc-list__item--locale-Français.\(Canada\) {
    display: none;
} */