.cookies-notice {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background-color: #E6E7E9;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cookies-notice button {
  border: 0;
}

.cookies-notice.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cookies-notice .notice-container {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .cookies-notice .notice-container a {
    display: block;
  }
}

@media (max-width: 1200px) {
  .cookies-notice .notice-container {
    padding: 20px 10px;
  }
  .cookies-notice .notice-container a {
    display: inline-block;
  }
}

@media (max-width: 720px) {
  .cookies-notice .notice-container {
    padding: 10px;
  }
}

@media (max-width: 540px) {
  .cookies-notice .notice-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cookies-notice .notice-text {
  font-size: 18px;
  padding-right: 50px;
}

@media (max-width: 1200px) {
  .cookies-notice .notice-text {
    padding-right: 0;
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .cookies-notice .notice-text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.cookies-notice .accept-button {
  background-color: #e41513;
  color: #ffffff;
  padding: 0 10px;
  margin: 0 20px;
  padding: 10px 20px;
}

.cookies-notice .close-button {
  position: static;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.2 26.2'%3E%3Cpath d='M25.8.4L.4 25.8M.4.4l25.4 25.4' fill='none' stroke='%23000'/%3E%3C/svg%3E");
}

@media (max-width: 540px) {
  .cookies-notice .close-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: auto;
    margin: 15px;
  }
}
/*# sourceMappingURL=common.css.map */