<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-cookies__overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999999999999999999;
  width: 100vw;
  background-color: rgb(0 0 0 / 70%);
}

.bs-cookies__body {
  display: flex;
  align-items: center;
  position: absolute;
  margin: 0 80px 10px;
  bottom: 0;
  /* bottom: 50%;
  left: 50%;
  transform: translate(-50%,50%); */
  background-color: #fff!important;
  background: url(/wp-content/uploads/2021/08/Vector-4.svg);
  background-size: 104.7vw;
  background-position-y: 26.5vw;
  padding: 5px;
  color: var(--glowny-kolor-ciemny);
  padding: 15px 35px 15px 20px;
  /* clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%); */
	max-height: 94vh;
	overflow: auto;
  border: solid 1px #00613d;
}

#bs-cookies-message{
  margin-bottom: 0;
  line-height: 1.2;
}


@media only screen and (max-width: 750px) {
  .bs-cookies__body {
    flex-direction: column;
    /* width: 95%; */
  }
  .bs-cookies__body .bs-approve-cookie-button {
    margin-top: 10px;
  }

  .bs-cookies__button.bs-cookies__button--approve, .bs-cookies__button.bs-cookies__button--approve:hover{
    padding: 15px 20px!important;
  }
}

@media only screen and (min-width: 751px) and (max-width: 900px) {
  .bs-cookies__body {
    flex-direction: column;
    /* width: 80%; */
  }
  .bs-cookies__body .bs-approve-cookie-button {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .bs-cookies__body {
    /* flex-direction: column; */
    /* width: 70%; */
  }
}


.bs-cookies__body a {
  font-weight: 700;
}

.bs-cookies__body a:hover {
  cursor: pointer;
}

.bs-cookies__button--approve {
  padding: 10px 20px;
  border: 2px solid var(--glowny-kolor-ciemny);
  border-radius: 23px;
  font-weight: 900;
  transition-duration: 0.4s;
  background-color: white;
  color: var(--glowny-kolor-ciemny);
  margin-left: 10px;
}

.bs-cookies__button--approve:hover, .bs-cookies__button--approve:focus {
  background-color: var(--glowny-kolor-ciemny) !important;
  color: white;
  border-color: var(--glowny-kolor-ciemny) !important;
}

/* UTILS */
[data-cookies-popup-show='false'] {
  display: none;
}

.bs-cookies__body .bs-cookies-title {
  font-size: 1.7rem;
  margin-bottom: 0;
  font-weight: 600;
    font-family: 'Ballinger', sans-serif;
    color: #005335;
}

.bs-cookies__body .bs-cookies-buttons {
  /* margin-top: 25px; */
}

.bs-cookies__button.bs-cookies__button--approve, .bs-cookies__button.bs-cookies__button--approve:hover{
  font-family: 'Ballinger', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #ffff!important;
  background: #00613D!important;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  border: none;
  padding: 12px 16px 8px 16px;
  margin-right: 0;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.1px;
}

#bs-security-policy-link, #page .privacy-policy-settings-button{
    font-family: 'Ballinger', sans-serif;
    font-style: normal;
    padding-right: 0;
    color: #005335;
    width: auto;
    text-decoration: none;
    font-weight: 700;
    padding-left: 0;
    background: transparent;
}


#bs-security-policy-link::after, .privacy-policy-settings-button::after{
  background-image: url(/wp-content/uploads/2021/11/Group-243-1.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
  width: 30px;
  height: 15px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: -2.5px;
}



/*MOBILKA*/

@media (max-width:781px){

  .bs-cookies__body{
    flex-direction: column;
    margin:0 10px 10px;
  }
  
  .bs-cookies__body .bs-approve-cookie-button {
    margin-top: 10px;
  }

  .bs-cookies__button--approve{
    margin-left: 0;
  }

  .bs-cookies__button.bs-cookies__button--approve, .bs-cookies__button.bs-cookies__button--approve:hover{
    height: 55px;
    margin-top: 20px;
  }

  .bs-cookies__body .bs-cookies-buttons{
    margin-top: 0;
  }

  .bs-cookies__body .bs-cookies-title{
    line-height: 1.2;
    margin: 10px 0;
  }


}</pre></body></html>