.popupBnrBg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}

.cookieConsentLayout {
  display: flex;
  align-items: center;
  position: fixed;
  margin: auto;
  z-index: 9998;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.cookieConsentLayout .jsCookieConsentBtn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 50%;
  position: absolute;
  background: #7c7c7c;
  transition: 0.2s opacity;
  z-index: 9999;
  cursor: pointer;
}
.cookieConsentLayout .jsCookieConsentBtn span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cookieConsentLayout .jsCookieConsentBtn span:nth-child(1) {
  transform: rotate(45deg);
}
.cookieConsentLayout .jsCookieConsentBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.cookieConsentLayout .cookieText img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.cookieConsentLayout .cookieText a {
  display: block;
  line-height: 1;
}
.cookieConsentLayout .cookieInner {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  .popupBnrBg {
    background: rgba(0, 0, 0, 0.2);
  }
  .cookieConsentLayout {
    width: calc(100% - 48px);
    max-width: 500px;
    height: 100svh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .cookieConsentLayout.jsCookieConsent.isActive {
    opacity: 1;
    pointer-events: inherit;
  }
  .cookieConsentLayout.jsCookieConsent.isActive + .popupBnrBg {
    opacity: 1;
    pointer-events: inherit;
  }
  .cookieConsentLayout:not(.jsCookieConsent):not(.isActive) {
    opacity: 0;
    pointer-events: none;
  }
  .cookieConsentLayout:not(.jsCookieConsent):not(.isActive) + .popupBnrBg {
    opacity: 0;
    pointer-events: none;
  }
  .cookieConsentLayout .jsCookieConsentBtn {
    width: 40px;
    height: 40px;
    right: -15px;
    transform: translateY(-15px);
  }
  .cookieConsentLayout .jsCookieConsentBtn span {
    width: 18px;
  }
}
@media print, screen and (min-width: 641px) {
  .cookieConsentLayout {
    max-width: 280px;
    height: 280px;
    bottom: 20px;
    right: 20px;
  }
  .cookieConsentLayout.jsCookieConsent.isActive {
    opacity: 1;
    pointer-events: inherit;
  }
  .cookieConsentLayout.jsCookieConsent.isActive + .popupBnrBg {
    opacity: 1;
    pointer-events: none;
  }
  .cookieConsentLayout:not(.jsCookieConsent):not(.isActive) {
    opacity: 0;
    pointer-events: none;
  }
  .cookieConsentLayout:not(.jsCookieConsent):not(.isActive) + .popupBnrBg {
    opacity: 0;
    pointer-events: none;
  }
  .cookieConsentLayout .jsCookieConsentBtn {
    width: 40px;
    height: 40px;
    right: -10px;
    transform: translateY(-20px);
  }
  .cookieConsentLayout .jsCookieConsentBtn:hover, .cookieConsentLayout .jsCookieConsentBtn:focus {
    opacity: 0.7;
  }
  .cookieConsentLayout .jsCookieConsentBtn span {
    width: 18px;
  }
  .cookieConsentLayout .cookieText a {
    transition: 0.2s box-shadow;
  }
  .cookieConsentLayout .cookieText a:hover, .cookieConsentLayout .cookieText a:focus {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  }
}
/*# sourceMappingURL=map/popup.css.map */
