.cookie-banner {
  position: fixed;
  display: block;
  width: 100%;
  padding: 28px 0;
  background: #F5F5F5;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  z-index: 2147483647;
  border: 0 solid white;
  bottom: 0; }
  .cookie-banner__body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px; }
    @media screen and (max-width: 850px) {
      .cookie-banner__body {
        display: block; } }
  .cookie-banner__background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dddddd;
    opacity: 0.5;
    z-index: 99999; }
  .cookie-banner__title {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    text-align: left;
    color: #000000;
    font-weight: normal; }
  .cookie-banner__message {
    display: block;
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: left;
    line-height: 1.3; }
  .cookie-banner__buttons {
    margin: 0 0 0 50px; }
    @media screen and (max-width: 850px) {
      .cookie-banner__buttons {
        margin: 20px 0 0; } }
  .cookie-banner__agree {
    display: inline-block;
    border: 1px solid #0C8D95;
    border-radius: 5px;
    background: #0C8D95;
    color: #ffffff;
    padding: 8px 22px;
    cursor: pointer; }
    .cookie-banner__agree:hover {
      border-color: #256876;
      background: #256876; }
  .cookie-banner a {
    color: #0194A2; }
    .cookie-banner a:hover {
      text-decoration: underline; }

.dog .cookie-banner__agree {
  border: 1px solid #A63236;
  background: #A63236; }
  .dog .cookie-banner__agree:hover {
    border-color: #862822;
    background: #862822; }
.dog .cookie-banner a {
  color: #AB2328; }

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