.add-control .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-b__slider .prod-cart .body:has(.bottom) .top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-b__slider .prod-cart .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8rem;
}

.prod-b__slider .prod-cart .body:not(:has(.manual-list)) .top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-one-click_ghost {
  visibility: hidden;
}

.chekbox-form label.parsley-error > span:not(.p2) {
  border-color: var(--red);
}

.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.sitemap__catalog {
  border: 1px solid var(--grey-border);
}

.sitemap__tree {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.sitemap__tree .sitemap__tree {
  margin: 8rem 0 8rem 8rem;
  padding-left: 16rem;
  border-left: 1px solid var(--grey-border);
}

.sitemap__tree summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-left: 20rem;
}

.sitemap__tree summary::-webkit-details-marker {
  display: none;
}

.sitemap__tree summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--grey-txt);
}

.sitemap__tree details[open] > summary::before {
  content: "\2212";
}

.sitemap__tree li > a {
  padding-left: 20rem;
  display: inline-block;
}

.sitemap__tree summary a {
  padding-left: 0;
}

@media (max-width: 767px) {
  .sitemap__static {
    grid-template-columns: 1fr;
  }
}

.banner-b {
  aspect-ratio: auto;
}

.banner-b img {
  height: auto;
}

.text-block a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .text-block a:hover {
    color: var(--black);
    text-decoration: underline;
  }
}

._swiper:not(.swiper-initialized) > * {
  flex-shrink: 0;
}

@media (min-width: 1025px) {
  .partner-b__slider .swiper-wrapper {
    width: 100%;
  }
}

.geo__city_invite {
  padding-right: max(40rem, 40px);
}

.img-thumbs__slide {
  align-items: center;
  justify-content: center;
}

.img-thumbs__slide img {
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-head__list {
  margin: 0;
  padding: 0;
}

.link-underline,
a.link-underline {
  text-decoration: underline;
}
.link-underline:hover,
a.link-underline:hover {
  text-decoration: underline;
}

/* Плашка детальной: «Узнать цену» (товар без цены) — с текстом, а не иконкой, как «В корзину» */
.panel-pd .panel-pd__ask {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .panel-pd .panel-pd__ask {
    font-size: max(14rem, 12px);
    padding-inline: 16px;
  }
}
