#cookie-law-info-bar {
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  font-weight: 300;
  display: none;
}
#cookie-law-info-bar:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#cookie-law-info-bar > span {
  display: block;
  margin: 0 auto;
  padding: 35px 0 20px;
  background: #fff;
  position: relative;
  z-index: 3;
}
#cookie-law-info-bar .ab-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
#cookie-law-info-bar .cookie-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#cookie-law-info-bar .cookie-text {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 10px;
  max-width: 65%;
}
#cookie-law-info-bar .cookie-text a {
  color: #00B4FF;
  text-decoration: underline;
}
#cookie-law-info-bar .cookie-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cookie-law-info-bar .cookie-button .cli-plugin-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 40px;
  background: #fff;
  color: #163257 !important;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
  margin: 5px;
}
#cookie-law-info-bar .cookie-button .cli-plugin-button.wt-cli-accept-btn {
  background: #00B4FF !important;
  color: #fff !important;
}
#cookie-law-info-bar .cookie-block__bottom {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
#cookie-law-info-bar .cookie-block__categories {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#cookie-law-info-bar .cookie-block__category {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
}
#cookie-law-info-bar .cookie-block__category span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-right: 8px;
}
#cookie-law-info-bar .cookie-block__category input {
  display: none;
  visibility: hidden;
  opacity: 0;
  outline: 0;
}
#cookie-law-info-bar .cookie-block__category input:disabled + label {
  background: rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
#cookie-law-info-bar .cookie-block__category input:checked + label i {
  left: auto;
  right: 2px;
  background: #00B4FF;
}
#cookie-law-info-bar .cookie-block__category label {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 20px;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-shadow: inset 0 0 9px 1px rgba(206, 214, 217, 0.4);
  position: relative;
  margin: 0;
}
#cookie-law-info-bar .cookie-block__category i {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 2px;
  top: 2px;
  right: auto;
  transition: all ease 0.3s;
}
@media (max-width: 1200px) {
  #cookie-law-info-bar .ab-container {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  #cookie-law-info-bar .cookie-text {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  #cookie-law-info-bar .cookie-button {
    width: 100%;
    justify-content: center;
  }
  #cookie-law-info-bar .cookie-button a {
    width: calc(50% - 5px);
    margin: 0;
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  #cookie-law-info-bar > span {
    padding: 35px 0 5px;
  }
  #cookie-law-info-bar .cookie-block__categories {
    flex-wrap: wrap;
  }
  #cookie-law-info-bar .cookie-block__category {
    width: calc(50% - 10px);
    max-width: 130px;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=cookie.css.map*/