.body {
  color: #fff;
  text-align: center;
  background-color: #e089ae;
  font-family: Sofia Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.kuku-pay-container {
  background-image: radial-gradient(circle at 50% 100%, #f1b1cc, #e583ac00 95%);
  width: 100vw;
  height: 100vh;
  padding-top: 24px;
  overflow: auto;
  transition: all 450ms ease;
}

.kuku-pay-container.is-loading::after {
  content: 'Подожди чуть-чуть...';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 1000;
}

.kuku-pay-container.is-loading>* {
  opacity: 0.35;
  animation: pulse 1.5s infinite;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

@keyframes pulse {
  0% {
    opacity: 0.35;
  }

  50% {
    opacity: 0.1;
  }
}

.kuku-pay-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-span-1 {
  color: #bbf3de;
}

.kuku-pay__pic {
  width: 100%;
  max-width: 380px;
  display: block;
}

.kuku-pay__cat {
  height: 250px;
  margin-top: -80px;
  margin-bottom: -36px;
}

.kuku-pay__grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 360px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kuku-pay__pay-btn {
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 250ms ease;
}

.kuku-pay__pay-btn:hover {
  transform: scale(.95);
}

.kuku-pay__pay-btn.is-selected::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #8de4c3;
  border-radius: 14px;
  z-index: 2;
  transition: all 250ms ease;
  background-image: url('data:image/svg+xml,<svg width="102" height="102" viewBox="0 0 102 102" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="102" height="102" rx="51" fill="%238DE4C3"/><path d="M27 51.6364L43.25 68L79 32" stroke="white" stroke-width="12"/></svg>');
  background-position: top 3px right 3px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 1;
}

.kuku-pay__pay-btn:focus-visible {
  outline: 3px solid #8de4c3;
  outline-offset: 3px;
  border-radius: 14px;
}

.image-3 {
  display: block;
}

.kuku-pay__pay-pic {
  border-radius: 12px;
  height: 46px;
  display: block;
  box-shadow: 0 12px 50px #b3597e73;
}

.text-block {
  margin-left: -6px;
  position: absolute;
}

.div-block-5 {
  background-image: url('../images/Group-87.avif');
  background-position: 95% 12%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 2px solid #8de4c3;
  border-radius: 14px;
  position: absolute;
  inset: 0%;
}

.kuku-pay__input-wrap {
  position: relative;
}

.kuku-pay-btn {
  color: #3d2c33;
  background-color: #ceee93;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 52px;
  margin-top: 24px;
  display: flex;
  /* box-shadow: inset 0 -4px #2a946e24, inset 0 -9px 13px #ad376a4d, inset 0 8px 16px #ffeef580, 0 12px 50px #b3597e73; */
}

.kuku-pay-btn:disabled {
  background-color: #fabdd7;
  color: #9d687fab;
  cursor: not-allowed;
}

.kuku-pay-btn {
  color: #3d2c33;
  background-color: #ceee93;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 52px;
  margin-top: 24px;
  display: flex;
  transition: all 250ms ease;
  /* box-shadow: inset 0 -4px #2a946e24, inset 0 -9px 13px #ad376a4d, inset 0 8px 16px #ffeef580, 0 12px 50px #b3597e73; */
}

.text-span-2 {
  opacity: .74;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}

.kuku-pay__amount-hint {
  min-height: 18px;
  position: relative;
  transition: height 220ms ease;
}

.kuku-pay__amount-hint-text {
  width: 100%;
  position: absolute;
  inset: 0 0 auto;
  opacity: 0;
  transform: scale(1.2);
  filter: blur(10px);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.kuku-pay__amount-hint-text.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.kuku-pay__amount-hint-text.is-leaving {
  opacity: 0;
  transform: scale(.8);
  filter: blur(10px);
}

@media screen and (max-width: 479px) {
  .kuku-pay__pic {
    width: 110%;
    max-width: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .kuku-pay__amount-hint,
  .kuku-pay__amount-hint-text {
    transition: none;
  }
}

#w-node-_7926ac5d-39e5-2e9f-d41f-ecb2a710d1af-86a6908a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

.kuku-pay__input {
  height: 48px;
  width: 100%;
  border-radius: 14px;
  border: none;
  outline: none;
  padding: 4px 20px;
  background-color: #FBECF3;
  box-shadow: 0 12px 50px #b3597e73;
  color: #884360;
  text-align: center;
}

.kuku-pay__input:focus::placeholder {
  opacity: 0.3;
}

.kuku-pay__input::placeholder {
  color: #88436063;
  transition: all 250ms ease;
}