html.showLiercoPopup,
body.showLiercoPopup {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.liercoPopup {
  position: fixed;
  z-index: 1201;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.showLiercoPopup .liercoPopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.liercoPopup__close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 18px;
}

.liercoPopup__content {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  min-width: 280px;
  margin: auto;
  padding: 42px 10px 12px;
  border-radius: 8px;
  background-color: #fff;
}

.liercoPopup__banner img {
  width: 100%;
  height: auto;
}
