.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 20;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.overlay-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 395px;
}
@media (max-width: 570px) {
  .overlay-popup .popup-content {
    width: 305px;
  }
}
.overlay-popup .popup-content .bg {
  width: 100%;
}
.overlay-popup .popup-content .button-container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 237px;
  height: 42px;
}
@media (max-width: 570px) {
  .overlay-popup .popup-content .button-container {
    width: 177px;
    height: 31px;
    bottom: 14%;
  }
}
.overlay-popup .popup-content .button-container:active img:first-child, .overlay-popup .popup-content .button-container:focus img:first-child {
  opacity: 0;
}
.overlay-popup .popup-content .button-container:active img:last-child, .overlay-popup .popup-content .button-container:focus img:last-child {
  opacity: 1;
}
.overlay-popup .popup-content .button-container img {
  position: absolute;
  width: 100%;
}
.overlay-popup .popup-content .button-container img:last-child {
  opacity: 0.5;
}/*# sourceMappingURL=interaction_popup.css.map */