[class*=favourites] .page > main {
  max-width: 1600px;
  margin: auto;
}
@media(max-width:1620px) {
  [class*=favourites] .page > main {
    padding: 0 10px;
  }
}
ul.catalog_top__slider.in_shop_sections {
  display: flex;
  gap: 10px;
  margin: 2em 0;
}
@media(width >= 75rem) {
  .catalog_best_price__slider ul.catalog_top__slider.in_shop_sections {
    width: 100%;
    gap: 0;
  }
}
.catalog_best_price__slider ul.catalog_top__slider.in_shop_sections li {
  padding: 10px;
}
.imgs__list {
  height: 100%;
  position: relative;
  width: 100%;
}
.imgs__item {
  height: 100%;
}
span.button__title {
  color: white;
}
ul.catalog_shop__slider {
  margin-bottom: 2em;
}
.catalog_top__slider .card__imgs {
  width: 100%;
  height: 100%;
  max-width: 15.375rem;
  max-height: 15.375rem;
  margin: auto;
}

.catalog_top__slide .imgs__item img {
  max-height: 246px;
    object-fit: contain;
    padding: 1px;
}

.card__name {
  height: 70px;
}

.catalog_top__slider .card {
  max-height: unset;
  display: flex;
  flex-direction: column;
}

.t-messages .btn {
  background: var(--button_bg);
  color: #fff;
  text-decoration: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  display: block;
  text-align: center;
}

.t-messages .btn:hover {
  background: var(--button_bg_hover);
}

.page h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 58px;
}

@media(width <= 25rem) {
  .page h1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}