@media (min-width: 768px) {
  .xleb-card.factoid-card {
    height: fit-content;
    max-width: var(--col-3);
  }
}

.action-slider .swiper-slide:not(:last-child) {
  --columnGap: var(--gapX4);
}


.payment-svg {
  height: 60px !important;
  width: auto;
  align-self: flex-start;
}

.textS.accent {
  color: var(--accentColor);
}
@media (min-width: 768px) {
  .action-slider .xleb-card {
    --cardMinHeight: 80px;
  }
}
@media (max-width: 767px) {
  .action-slider .xleb-card {
    --cardMinHeight: 64px;
  }
}
.action-slider .xleb-card > *:first-child {
  padding: var(--gapX3);
}

.primary-light-border {
  border: 1px solid #f1e7e8;
}

.b24-widget-button-inner-block[style],
.b24-widget-button-social-item[style] {
  background-color: var(--primary500) !important;
}

.b24-widget-button-inner-mask[style] {
  background: var(--primaryOpacity300) !important;
}

.b24-widget-button-pulse.b24-widget-button-pulse-animate {
  display: none;
}
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
  right: 7px;
  bottom: 7px;
  z-index: 10150;
}