stay for ukraine

a.popup-modal {
  display: none;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("preloader.gif");
  background-repeat: no-repeat;
  background-color: #f1f2f3;
  background-position: center;
  background-attachment: fixed;
}

#frame1 {
  display: block;
}

#frame2 {
  display: none;
}

#daysOfWar {
  color: red;
  font-weight: bolder;
  font-size: xx-large;
}

.sfu-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sfu-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto
}

#sfu-modal-popup {
  display: block;
}

.sfu-container {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sfu-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sfu-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #fff !important;
  padding: 40px !important;
  border-radius: 20px !important;
  width: 70% !important;
  font-size: 18px;
}

.sfu-inline-holder .sfu-content,
.sfu-ajax-holder .sfu-content {
  width: 70%;
  cursor: auto;
}

.hide-scroll {
  overflow: hidden;
}

a {
  color: #52adc8;
  text-decoration: none !important;
}

a:hover, a:active {
  color: #3e8296;
  outline: 0;
  text-decoration: none !important;
}

@media screen and (max-width: 600px) {
  .sfu-content {
    padding: 18px !important;
    border-radius: 10px !important;
    width: 85% !important;
  }
}

.ukrane-flag_container {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-45%);
  z-index: 2147483647;
}

.ukrane-flag-ribbon {
  display: block;
  width: 10vw;
  height: 3vw;
  transform: rotate(-45deg);
  background-image: url("data:image/svg+xml,%3Csvg class='flag' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800'%3E%3Crect width='1200' height='800' fill='%23005BBB'/%3E%3Crect width='1200' height='400' y='400' fill='%23FFD500'/%3E%3C/svg%3E");
  background-size: auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
}