.cookies4b-consent,
.cookies4b-consent *,
.cookies4b-settings,
.cookies4b-settings * {
  box-sizing: border-box;
}

.cookies4b-consent {
  display: none;

  position: fixed;
  z-index: 9999;

  margin: 0 auto;

  max-width: 90vw;
  width: 720px;
  width: 860px;
  padding: 18px;

  left: 0;
  right: 0;
  bottom: 12px;

  background-color: white;
  background-color: #2a2a2a;
  color: #2d3748;
  color: #eaeaec;

  text-align: center;
  font-weight: normal;

  border-radius: 10px;
  border: 2px solid #b3c1e4;
  border: 2px solid #888888;
  box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .cookies4b-consent {
    bottom: 30px;
    left: auto;
    right: 30px;

    padding: 22px;
    padding: 30px 26px;
  }
}

.cookies4b-consent [class*=fa-]+span {
  margin-left: 8px;
}

.cookies4b-consent.cookies4b-show {
  display: block;
}

.cookies4b-consent .cookies4b-close {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;

  width: 30px;
  height: 30px;

  right: -15px;
  top: -15px;

  text-align: center;
  font-size: 20px;

  background: #f4f4f4;
  color: #505761;

  border-radius: 50%;
  border: 2px solid #aeb1b8;

  transition: background .4s;
}

.cookies4b-consent .cookies4b-close:hover {
  background: #dad4d4;
}

.cookies4b-consent .cookies4b-statement {
  display: block;
  margin-bottom: 22px;
}

.cookies4b-consent .cookies4b-statement a[href] {
  color: inherit;
}

.cookies4b-consent .cookies4b-buttons button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: block;

  position: relative;
  vertical-align: baseline;
  cursor: pointer;
  transition: background .4s, color .4s, border .4s;

  border-radius: 99px;

  width: 100%;
  min-width: 200px;
  padding: 8px 24px;

  margin: 0;
  margin-bottom: 0;

  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .cookies4b-consent .cookies4b-buttons button {
    display: inline-block;
    width: auto;
    font-size: 14px;
  }
}

.cookies4b-consent .cookies4b-buttons .cookies4b-btn-primary {
  background: #0269b4;
  color: white;
  border: 2px solid #b3c1e4;
  border: 2px solid #e7e7e9;

  margin-bottom: 20px;
}

.cookies4b-consent .cookies4b-buttons .cookies4b-btn-primary:hover {
  background: #01538f;
}

.cookies4b-consent .cookies4b-buttons .cookies4b-btn-border-primary {
  /*background: #f1f5fd;
  color: #505761;
  border: 2px solid #b3c1e4;
  border: 2px solid #e8ebf2;*/

  background: transparent;
  color: #7183ae;
  color: #ccc2dc;
  color: #a0a3b2;
  font-weight: 500;
  border: 2px solid transparent;
  border: 2px solid #333333;
}

.cookies4b-consent .cookies4b-buttons .cookies4b-btn-border-primary:hover {
  /*  background: #dad4d4;*/

  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .cookies4b-consent .cookies4b-buttons .cookies4b-btn-primary {
    margin-bottom: 0;
  }

  .cookies4b-consent .cookies4b-buttons .cookies4b-btn-border-primary {
    margin-left: 16px;
  }
}

.cookies4b-settings {
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 4px solid #0269b4;
  margin-bottom: 20px;
}

.cookies4b-settings .cookies4b-cookies-row {
  display: block;
  margin-bottom: 20px;
}

.cookies4b-settings .cookies4b-cookies-row:last-child {
  margin-bottom: 0;
}

.cookies4b-settings .cookies4b-cookies-row label {
  display: inline-block;
  margin-bottom: 0;
}

.cookies4b-settings .cookies4b-cookies-row span {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0;
}

.cookies4b-settings .cookies4b-cookies-row input[type="checkbox"] {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  width: auto;
  margin: 0;
}
