body.rg-popup-open {
  overflow: hidden;
}

.rg-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #FDDF48;
}

.rg-popup {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rg-popup__top {
  flex: 0 0 auto;
  background: #000000;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  text-align: center;
}

.rg-popup__top-header-img {
  height: 44px;
  width: auto;
}

.rg-popup__top-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}

.rg-popup__ring-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rg-popup__ring-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(90deg) scaleX(-1);
}

.rg-popup__ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 12;
}

.rg-popup__ring-progress {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 12;
  stroke-linecap: round;
}

.rg-popup__timer-count {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
}

.rg-popup__yellow-zone {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.rg-popup__message {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 699.31px;
  margin: 0 auto;
  padding: 24px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .rg-popup__message {
    max-width: 342px;
    font-size: 25px;
  }
}

.rg-popup__footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rg-popup__gov-logo {
  width: 190.5px;
  height: 112.5px;
}
