.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10; }
  .popup h2 {
    font-weight: bold; }
  .popup * {
    margin-bottom: 10px;
    margin-top: 10px; }
  .popup-inner {
    position: relative;
    background-color: #fafaf8;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 49%;
    animation-name: animate;
    animation-duration: 0.9s;
    padding: 30px;
    background-position: 135% 27%;
    background-repeat: no-repeat;
    background-size: 92%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/media/filer_public_thumbnails/filer_public/fe/af/feaf502c-2d5f-4864-bfbc-bc4026c90aeb/salbei-1.png__1920x1200_q87_subsampling-2.jpg); }
    @media screen and (max-width: 767px) {
      .popup-inner {
        width: 80%; } }
  .popup-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .popup-checkbox label {
      margin-right: 25px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .popup input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 10px; }
    .popup input[type="checkbox"]:checked {
      background-color: yellow !important;
      opacity: 1;
      filter: grayscale(1); }
  .popup .cookies-btns {
    text-align: right; }
  .popup span.link-button {
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 300px;
    margin-right: 25px;
    max-width: 100%; }
    .popup span.link-button a {
      font-size: 1rem;
      line-height: 1.3em;
      height: auto;
      padding: 0.5em 3.875rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      color: #005c48;
      border: 1px solid #005c48;
      transition: all .5s; }
      .popup span.link-button a:hover {
        color: #fff;
        background: #005c48; }
      .popup span.link-button a.necessary-style {
        border: 0 !important;
        border-bottom: 1px solid #005c48 !important;
        background-color: transparent; }
        .popup span.link-button a.necessary-style:hover {
          color: #005c48; }

@keyframes animate {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.overlay.js-overlay.overlay--double {
  display: none; }

.isDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

.isDisabled > input {
  cursor: not-allowed;
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none; }