/* Cookie banner Prestige */
#rec2475382831 .t972__banner.t972__banner_show,
.t972__banner.t972__banner_show {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(36, 19, 68, 0.1) !important;
  box-shadow: none !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 16px 24px !important;
}

#rec2475382831 .t972__banner:not(.t972__banner_show),
.t972__banner:not(.t972__banner_show) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#rec2475382831 .t972__title:empty,
.t972__title:empty {
  display: none !important;
}

#rec2475382831 .t972__text,
.t972__text {
  flex: 1 !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  color: #241344 !important;
}

#rec2475382831 .t972__text a,
.t972__text a {
  color: #da543e !important;
  text-decoration: underline !important;
}

#rec2475382831 .t972__buttons,
.t972__buttons {
  flex-shrink: 0 !important;
  margin: 0 !important;
}

#rec2475382831 .t972__buttons-wrap,
.t972__buttons-wrap {
  display: flex !important;
  gap: 12px !important;
}

@media screen and (max-width: 640px) {
  #rec2475382831 .t972__banner.t972__banner_show,
  .t972__banner.t972__banner_show {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 16px !important;
  }

  #rec2475382831 .t972__text,
  .t972__text {
    font-size: 14px !important;
  }

  #rec2475382831 .t972__buttons-wrap,
  .t972__buttons-wrap {
    flex-direction: column !important;
    width: 100% !important;
  }

  #rec2475382831 .t972__accept-btn,
  #rec2475382831 .t972__reject-btn,
  .t972__accept-btn,
  .t972__reject-btn {
    width: 100% !important;
  }
}