#big-popup dotlottie-wc {
  aspect-ratio: 3180 / 1348;
  max-height: fit-content;
  max-width: 100%;
}

#small-popup dotlottie-wc {
  aspect-ratio: 1688 / 877;
  max-height: fit-content;
  max-width: 100%;
}

#big-popup .dotlottie-animation {
  max-width: 480px;
}

#small-popup .dotlottie-animation {
  max-width: 194px;
  left: 2px;
}

#big-popup .button {
  width: 9em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.1em;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  line-height: 1;
  border: 0;
}

#big-popup .popup-l-close {
  width: 40px;
  height: 40px;
  right: 16px;
  top: 6px;
}

#small-popup {
  display: none;
}

#small-popup .popup-s-close {
  right: 0;
  top: 0;
  width: 29px;
  height: 28px;
}

#fixed-popup {
  right: -3px;
  top: 335px;
  z-index: 99999;
}

#fixed-popup .dotlottie-animation img,
#fixed-popup .dotlottie-animation picture {
  max-width: 100%;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #big-popup .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 567px) {
  #big-popup .dotlottie-animation {
    max-width: 310px;
  }

  #big-popup .popup-l-close {
    width: 45px;
    height: 40px;
    right: 0px;
    top: -2px;
  }

  #fixed-popup {
    top: 433px;
    transform: unset;
    z-index: 99999;
  }

  #big-popup .button {
    font-size: 1em;
    bottom: -21px;
  }
}