.nasadki-block-section {
  background: #f4f8fd;
}

.nasadki-block {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 16px 28px;
  background: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #252525;
}

.nasadki-block *,
.nasadki-block *::before,
.nasadki-block *::after {
  box-sizing: border-box;
}

.nasadki-block__title {
  margin: 0 0 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  color: #252525;
}

.nasadki-block__title-accent {
  color: #2665e2;
}

.nasadki-block__title--variant-b {
  display: none;
}

.nasadki-block__title-brand {
  color: #2665e2;
}

.nasadki-block__cta--variant-b {
  display: none;
}

html.ab-variant-nasadki-b .nasadki-block__title--variant-a,
html.ab-variant-nasadki-b .nasadki-block__cta--variant-a {
  display: none;
}

html.ab-variant-nasadki-b .nasadki-block__title--variant-b,
html.ab-variant-nasadki-b .nasadki-block__cta--variant-b {
  display: block;
}

.nasadki-block__hero {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 22px;
  aspect-ratio: 1 / 1;
  overflow: visible;
  container-type: inline-size;
}

.nasadki-block__hero-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #e8edf7;
}

.nasadki-block__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
}

.nasadki-block__pulse {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
}

.nasadki-block__pulse img {
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
  z-index: 1;
}

.nasadki-block__pulse::before,
.nasadki-block__pulse::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  margin-left: -8.5px;
  margin-top: -8.5px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: nasadki-pulse-ring 2.4s ease-out infinite;
}

.nasadki-block__pulse::after {
  animation-delay: 1.2s;
}

.nasadki-block__pulse--blue::before,
.nasadki-block__pulse--blue::after {
  border: 1.5px solid #3d5ca8;
}

.nasadki-block__pulse--pink::before,
.nasadki-block__pulse--pink::after {
  border: 1.5px solid #a5308a;
}

@keyframes nasadki-pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }

  70%,
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nasadki-block__pulse::before,
  .nasadki-block__pulse::after {
    animation: none;
    opacity: 0;
  }
}

.nasadki-block__badge-group {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.nasadki-block__badge-group--layer {
  left: 5%;
  top: 20%;
  gap: 1.667cqw;
}

.nasadki-block__badge-group--new {
  right: 0;
  top: 40.556%;
  gap: 1.667cqw;
}

.nasadki-block__badge-group--premium {
  right: 0;
  top: 78.889%;
  gap: 1.667cqw;
  align-items: center;
}

.nasadki-block__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
  pointer-events: auto;
}

.nasadki-block__badge img {
  display: block;
  flex-shrink: 0;
}

.nasadki-block__badge--layer {
  gap: 2.778cqw;
  min-height: 8.889cqw;
  padding: 1.111cqw 2.778cqw;
  border-radius: 999px;
  background: #3d5ca8;
  box-sizing: border-box;
}

.nasadki-block__badge--layer span {
  font-weight: 400;
  font-size: 4.44cqw;
  line-height: 1.4;
  color: #ffffff;
}

.nasadki-block__badge--layer img {
  width: 6.111cqw;
  height: 6.111cqw;
}

.nasadki-block__badge--new {
  min-height: 8.333cqw;
  padding: 1.111cqw 2.778cqw;
  border-radius: 999px;
  background: #a5308a;
  box-sizing: border-box;
}

.nasadki-block__badge--new span {
  font-weight: 500;
  font-size: 4.44cqw;
  line-height: 1.4;
  color: #ffffff;
}

.nasadki-block__badge--qty {
  position: absolute;
  z-index: 3;
  left: 5.556%;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 26.389%;
  height: 13.947%;
  padding: 0;
  border-radius: 3.017cqw;
  background: #3d5ca8;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.nasadki-block__badge-qty-text {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}

.nasadki-block__badge-qty {
  font-weight: 500;
  font-size: 9.92cqw;
  line-height: 1;
  color: #ffffff;
}

.nasadki-block__badge-qty-unit {
  font-weight: 400;
  font-size: 4.44cqw;
  line-height: 1;
  color: #ffffff;
}

.nasadki-block__badge--premium {
  align-items: center;
  gap: 2.778cqw;
  min-height: 11.111cqw;
  padding: 1.111cqw 2.778cqw;
  border-radius: 999px;
  background: #3d5ca8;
  white-space: normal;
  box-sizing: border-box;
}

.nasadki-block__badge--premium span {
  font-weight: 400;
  font-size: 4.44cqw;
  line-height: 1.15;
  color: #ffffff;
}

.nasadki-block__badge--premium img {
  width: 5.556cqw;
  height: 5.556cqw;
}

.nasadki-block__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nasadki-block__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.nasadki-block__feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.nasadki-block__feature-text {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
}

.nasadki-block__bonus {
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
}

.nasadki-block__bonus-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  background: #3d5ca8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nasadki-block__bonus-body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #e8ebf5;
}

.nasadki-block__bonus-body img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.nasadki-block__bonus-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #252525;
}

.nasadki-block__sku-btn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  background: #b83296;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.nasadki-block__sku-btn:hover {
  background: #a02d86;
}

.nasadki-block__sku-btn:active {
  transform: scale(0.99);
}

.nasadki-block__sku-btn.is-copied {
  background: #3d5ca8;
}

.nasadki-block__sku-btn--link {
  text-decoration: none;
  box-sizing: border-box;
}

#allrecords .nasadki-block__cta--variant-b .nasadki-block__sku-btn--link,
#allrecords .nasadki-block__cta--variant-b .nasadki-block__sku-btn--link:visited,
#allrecords .nasadki-block__cta--variant-b .nasadki-block__sku-btn--link:hover,
#allrecords .nasadki-block__cta--variant-b .nasadki-block__sku-btn--link:active,
#allrecords .nasadki-block__cta--variant-b .nasadki-block__sku-btn--link:focus {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  .nasadki-block-section {
    padding: 0 20px;
  }

  .nasadki-block {
    max-width: 1200px;
    padding: 40px 20px 44px;
  }

  .nasadki-block__title {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
  }

  .nasadki-block__hero {
    max-width: 400px;
    margin-bottom: 28px;
  }

  .nasadki-block__features,
  .nasadki-block__bonus,
  .nasadki-block__sku-btn,
  .nasadki-block__cta--variant-b {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nasadki-block__bonus {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
