body > *:not(.marketpulse-cookie-banner-overlay) {
  z-index: 2;
}

.marketpulse-cookie-banner-overlay {
  bottom: 0;
  content: '';
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.marketpulse-cookie-banner-wrap {
  display: none;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 111 !important;
}

.marketpulse-cookie-banner-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  padding: 17px 50px;
  margin: 0 auto;
}

.marketpulse-cookie-banner-mess {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-right: 30px;
}

.marketpulse-cookie-banner-btn {
  background-color: #3C8043;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration: none;
}

.marketpulse-cookie-banner-btn:hover {
  background-color: #224d26;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .marketpulse-cookie-banner-inner {
    padding: 5px 5px 10px;
  }

  .marketpulse-cookie-banner-mess {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding-right: 30px;
    margin-bottom: 5px;
  }

  .marketpulse-cookie-banner-btn {
    background-color: transparent;
    border-radius: 7px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    text-indent: -999px;
  }

  .marketpulse-cookie-banner-btn::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../icons/close-white.svg);
    top: 3px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;
    font-weight: 700;
    text-indent: 999px;
    background-size: contain;
  }
}
