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

.liercoPopup {
  position: fixed;
  z-index: 20000;
  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: 20px;
  right: 20px;
  font-size: 16px;
  cursor: pointer;
}

.liercoPopup__close:hover {
  opacity: .7;
}

.liercoPopup__content {
  position: relative;
  box-sizing: border-box;
  width: 600px;
  min-width: 600px;
  margin: auto;
  padding: 44px 8px 8px;
  border-radius: 4px;
  background-color: #fff;
}

.liercoPopup__banner a:hover {
  opacity: .7;
}

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