.cookie-consent .btn {
  margin-bottom: 15px;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode {
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: 100%;
  width: 90%;
  max-width: 500px;
  min-width: 0px;
  z-index: 900;
  display: flex;
  flex-flow: column;
  overflow: auto;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner .cookie-consent_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner .cookie-consent__body {
  max-width: unset;
  margin: auto 15px 0;
  padding-top: 40px;
  font-weight: 400;
  min-width: 0px;
  overflow: auto;
  flex-shrink: 0;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner .button-holder {
  margin: 0 15px auto;
  min-width: 375px;
  overflow: auto;
  flex-shrink: 0;
}
.cookie-consent .cookie-consent__banner {
  background-color: #2e3136;
  bottom: 0;
  color: white;
  left: 0;
  min-height: 240px;
  padding: 5px 0px 5px 60px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.cookie-consent .cookie-consent__banner .cookie-consent__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.cookie-consent .portlet {
  margin-bottom: 0;
}
@media only screen and (max-width: 720px) {
  .cookie-consent .cookie-consent__banner,
  .cookie-consent .cookie-consent__preferences {
    padding: 15px;
  }
  .cookie-consent .cookie-consent__banner .cookie-consent__body {
    max-width: initial;
  }
}