.cookiebanner {
  display: none !important;
}

.occrp-cookie-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 19999;
}

.occrp-cookie-wrap {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 75px 50px;
  color: #191414;
  background: #fff;
  font-family: "Open Sans", sans-serif !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 20000;
  min-height: 33vh;
}

.cookie h3 {
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  color: #191414;
  font-weight: bold !important;
  font-family: "Open Sans", sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.cookie p {
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  color: #191414;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.cookie-desc a {
  color: #000 !important;
  text-decoration: underline;
}

.consent {
  width: 100%;
  padding-left: 63px;
  padding-top: 110px;
}

.consent label {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.consent div:first-of-type {
  margin-bottom: 20px;
}

.occrp-acceptcookie {
  display: inline-block;
  margin-top: 20px;
  margin: 0 10px 0 0;
  padding: 12px 15px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: solid 2px #941c1e;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14.4px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  color: #941c1e;
  text-decoration: none !important;
}
.occrp-acceptcookie:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}

.acceptcookie-alt {
  display: inline-block;
  margin-top: 20px;
  margin: 0 0 0 10px;
  padding: 12px 13px 10px 14px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: solid 2px #941c1e;
  background-color: #941c1e;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 14.4px;
  font-weight: 800;
  color: #ffffff !important;
  text-decoration: none !important;
}

.mdl-switch.is-checked .mdl-switch__thumb {
  background: #941c1e !important;
}

.mdl-switch__thumb {
  background: #fafafa !important;
}

@media only screen and (max-width: 800px) {
  .cookie h3 {
    margin-top: 0;
  }
  .cookie {
    min-height: 45vh;
    padding: 15px 20px;
  }
  .occrp-cookie-wrap {
    grid-template-columns: 1fr;
  }
  .consent {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
