
.closed-page[data-v-80cf2bcd] {
  min-height: 100vh;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 8.533vw 5.333vw;
  background: linear-gradient(180deg, rgba(14, 20, 44, 0.12), rgba(14, 20, 44, 0.42)),
    url('/img/login_bg-Cz0Rv1oI.png') center top / cover no-repeat;
  color: #25304a;
}
.closed-card[data-v-80cf2bcd] {
  width: min(100%, 138.667vw);
  box-sizing: border-box;
  padding: 11.2vw 9.067vw 9.067vw;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 6.4vw;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5.867vw 18.667vw rgba(18, 27, 56, 0.2);
  text-align: center;
  backdrop-filter: blur(3.2vw);
}
.site-logo[data-v-80cf2bcd] {
  max-width: 56vw;
  max-height: 19.2vw;
  margin-bottom: 8vw;
  object-fit: contain;
}
.site-name[data-v-80cf2bcd] {
  margin-bottom: 8vw;
  font-size: 5.867vw;
  font-weight: 700;
}
.closed-icon[data-v-80cf2bcd] {
  position: relative;
  width: 22.933vw;
  height: 22.933vw;
  margin: 0 auto 6.4vw;
  border: 1.867vw solid #e45656;
  border-radius: 50%;
  background: #fff3f3;
  box-sizing: border-box;
}
.closed-icon__bar[data-v-80cf2bcd] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.867vw;
  height: 1.867vw;
  border-radius: 2.133vw;
  background: #e45656;
  transform: translate(-50%, -50%) rotate(-42deg);
}
h1[data-v-80cf2bcd] {
  margin: 0 0 3.733vw;
  color: #202a41;
  font-size: 8vw;
  line-height: 1.3;
}
p[data-v-80cf2bcd] {
  margin: 0;
  color: #606b82;
  font-size: 4.267vw;
  line-height: 1.8;
}
.recovery-tip[data-v-80cf2bcd] {
  margin-top: 1.067vw;
}
.service-button[data-v-80cf2bcd] {
  width: 48vw;
  height: 12.267vw;
  margin-top: 7.467vw;
  border: 0;
  border-radius: 6.133vw;
  background: linear-gradient(135deg, #ed6b62, #d94b52);
  color: #fff;
  font-size: 4.267vw;
  cursor: pointer;
  box-shadow: 0 2.667vw 6.4vw rgba(217, 75, 82, 0.26);
}
.polling-tip[data-v-80cf2bcd] {
  margin-top: 5.867vw;
  color: #9aa3b5;
  font-size: 3.467vw;
}
@media (max-width: 600px) {
.closed-page[data-v-80cf2bcd] {
    align-items: start;
    padding: 86px 20px 28px;
}
.closed-card[data-v-80cf2bcd] {
    padding: 34px 24px 28px;
    border-radius: 20px;
}
.site-logo[data-v-80cf2bcd] {
    max-width: 176px;
    max-height: 58px;
    margin-bottom: 26px;
}
h1[data-v-80cf2bcd] {
    font-size: 25px;
}
p[data-v-80cf2bcd] {
    font-size: 15px;
}
}
