  .social-xss {    margin: 0;padding: 0;
    list-style: none;
    display: inline-block;}
   .social-xss li {display: inline-block; margin-right:4px;}
.colorwhite {color:white;}
.hidden {display:none;}
.lpc-universal-contacts__messenger .social-xss li {padding: 0 !important;}
.lpc-universal-contacts__messenger .social-xss li:before {content: "" !important;}

 #pricing{
    margin-top: 28px;

}
    #pricing .pricing-box {
    margin-bottom: 28px;
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}
#pricing .pricing-box .pricing-heading {
   background-color: #3bb137;
    font-size: 1.4em;
    padding: 14px;
}
#pricing .pricing-box .pricing-heading a{ color: #ffffff;}

.yslkat {margin-top:20px;}
    .card {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
margin-bottom:20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column; /* Размещаем элементы в колонку */
  border-radius: 4px;
  transition: 0.2s;
  position: relative;
}

/* При наведении на карточку - меняем цвет тени */
.card:hover {
  box-shadow: 4px 8px 16px rgba(255, 102, 51, 0.2);
      border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.card__top {
  flex: 0 0 220px; /* Задаем высоту 220px, запрещаем расширение и сужение по высоте */
  position: relative;
  overflow: hidden; /* Скрываем, что выходит за пределы */
      border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/* Контейнер для картинки */
.card__image {
  display: block;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Встраиваем картинку в контейнер card__image */
  transition: 0.2s;    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/* При наведении - увеличиваем картинку */
.card__image:hover > img {
  transform: scale(1.1);
      border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/* Размещаем скидку на товар относительно изображения */
.card__label {
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #ff6633;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.card__bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; /* Занимаем всю оставшуюся высоту карточки */
  padding: 10px;
}

.card__prices {
  display: flex;
  margin-bottom: 10px;
  flex: 0 0 50%; /* Размещаем цены равномерно в две колонки */
}

.card__price::after {
  content: "BYN";
  margin-left: 4px;
  position: relative;
}

.card__price--discount {
  font-weight: 700;
  font-size: 19px;
  color: #40ae3b;
  display: flex;
  flex-wrap: wrap-reverse;
}

.card__price--discount::before {
  content: "от";
  font-weight: 400;
  font-size: 13px;
  color: #bfbfbf;    margin-right: 10px;
}

.card__price--common {
  font-weight: 400;
  font-size: 17px;
  color: #606060;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}

.card__price--common::before {
  content: "Обычная";
  font-weight: 400;
  font-size: 13px;
  color: #bfbfbf;
}

.card__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: black;
}

.card__title:hover {
  color: #40ae3b;
}

.card__add {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  color: #70c05b;
  padding: 10px;
  text-align: center;
  border: 1px solid #70c05b;
  border-radius: 4px;
  cursor: pointer; /* Меняем курсор при наведении */
  transition: 0.2s;
  margin-top: auto; /* Прижимаем кнопку к низу карточки */
}

.card__add:hover {
  border: 1px solid #40ae3b;
  background-color: #40ae3b;
  color: #fff;
}


.link-universal--u-i3x5ykj6l {color: white !important;
    text-decoration: initial !important;}
    
    
@media (max-width: 575px) {
.text--u-isdsehi8u {font-size: 18px;line-height: 30px;}
.text--u-icg1wbh8p {font-size: 14px;}
.mosaic-crumbs--u-i7efo8sl9 {display:none !important;}
.mosaic-crumbs__item_link--u-i6jdbzm1t, .mosaic-crumbs__delimiter--u-ixwmz98d8, .mosaic-crumbs__last--u-i36iecb2v { font-size: 10px;}
}