.siteCookies__button {
  background-color: #b48336;
  border-radius: 0;
  color: white;
  font-weight: 900;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cookiesSetting__button,
.cookiesSetting__button:hover {
  background-color: #710912;
  color: #fff;
  border-radius: 0;
  font-weight: 900;
  font-size: 14px;
}
.cookiesSetting__button--green {
  background-color: rgb(122, 42, 22);
}

.siteCookies__button:hover,
.cookiesSetting__button--green:hover {
  background-color: #b48336;
}
.siteCookies__link,
.cookiesSetting__uncheckLink {
  border: 2px solid #710912;
  border-radius: 0px;
  color: rgb(122, 42, 22);
  font-weight: 900;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
  line-height: 50px;
}
.siteCookies--center .siteCookies__links {
  bottom: 14px;
}
.siteCookies__link:hover,
.cookiesSetting__uncheckLink:hover {
  background: #710912;
  border: 2px solid #710912;
  color: #fff;
  border-radius: 0;
}

.cookies-policy__perex,
.cookiesSetting__perex {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.siteCookies--center .siteCookies__form,
#cboxContent.cookiesDialog,
.cookiesSetting__data,
.cookiesSetting__item__status {
  border-radius: 0px;
}
@media (min-width: 500px) {
  #cboxContent.cookiesDialog::before,
  .siteCookies.siteCookies--center::before {
    content: "";
    width: 100%;
    display: block !important;
    height: 75px;
    background-color: #c28d39;
    background-image: url("/user/documents/upload/logo.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  #cboxContent.cookiesDialog {
    margin-top: 0;
  }
  .cookiesDialog #cboxClose {
    top: 15px;
    right: 15px;
    background: transparent !important;
    color: white;
  }
  .siteCookies.siteCookies--center {
    box-shadow: 0 0 2rem hsla(0, 0%, 100%, 0.2);
  }
  .cookies-policy__heading,
  .cookiesSetting__title {
    color: #000;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
    margin-top: 0;
    text-align: left;
    text-transform: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  html:has(#colorbox[style*="display: block"] .cookiesDialog),
  html:has(#colorbox[style*="display: block"] .cookiesSetting__form) {
    overflow: hidden;
  }
  body:has(#colorbox[style*="display: block"] .cookiesDialog),
  body:has(#colorbox[style*="display: block"] .cookiesSetting__form) {
    overflow: hidden;
  }
  #colorbox:has(.cookiesDialog),
  #colorbox:has(.cookiesSetting__form) {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 90vh !important;
    height: 100% !important;
  }
  #colorbox:has(.cookiesDialog) #cboxWrapper,
  #colorbox:has(.cookiesSetting__form) #cboxWrapper {
    max-height: 90vh !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
  }
  #colorbox:has(.cookiesDialog) #cboxContent,
  #colorbox:has(.cookiesSetting__form) #cboxContent {
    max-height: 90vh !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
  }
  #colorbox:has(.cookiesDialog) #cboxLoadedContent,
  #colorbox:has(.cookiesSetting__form) #cboxLoadedContent {
    max-height: 90vh !important;
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  #cboxContent.cookiesDialog::before {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .siteCookies--center {
    width: 670px;
  }
  #cboxContent.cookiesDialog {
    height: 625px !important;
  }
  #cboxWrapper:has(.cookiesDialog),
  #colorbox:has(.cookiesDialog) {
    height: 612px !important;
  }
}
@media (max-width: 500px) {
  .siteCookies__link,
  .cookiesSetting__uncheckLink {
    max-width: none;
  }
}
