/* BTS footer — тень сверху как у header снизу, без border-top */
.campaign-back-to-school .footer,
body.campaign-back-to-school footer.footer,
footer.footer {
  border-top: 0 !important;
  border-top-width: 0 !important;
  border-top-style: none !important;
  border-top-color: transparent !important;
  box-shadow: 0 -8px 32px 0 rgba(0, 0, 0, 0.08) !important;
}

/* cashback anchor landing */
#cashback,
.cashback {
  scroll-margin-top: 32px;
}

.cashback__block-gets {
  gap: 60px !important;
}

/* cashback mobile sizes */
@media (max-width: 768px) {
  .campaign-back-to-school .cashback__tbank-badge {
    padding: 8px 14px;
    border-radius: 10px;
  }

  .campaign-back-to-school .cashback__image-alfa {
    width: 163px !important;
    height: 75px !important;
  }

  .campaign-back-to-school .cashback__blb {
    width: 300px !important;
    height: 180px !important;
    border-radius: 14px;
  }
}

/* social: PNG inside green circles — kill stale built svg size hacks */
.social-link:first-of-type svg,
.social-link:nth-of-type(2) svg,
.social-link:nth-of-type(3) svg,
.social-link svg {
  width: 1.6rem !important;
  height: 1.6rem !important;
}

.social-link img {
  width: 1.6rem !important;
  height: 1.6rem !important;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

@media (min-width: 1022px) {
  .social-link:first-of-type svg,
  .social-link:nth-of-type(2) svg,
  .social-link:nth-of-type(3) svg,
  .social-link svg,
  .social-link img {
    width: 1.8rem !important;
    height: 1.8rem !important;
  }
}
