/*!*cookies*!*/

/*!*:root {*!*/
/*!*  --transition-duration: 0.3s;*!*/
/*!*  --biege-color: #d6b469;*!*/
/*!*  --biege-dark-color: #cba655;*!*/
/*!*  --biege-light-color: #d0aa65;*!*/
/*!*  --biege-grey-color: #787878;*!*/
/*!*  --black-color: #343a40;*!*/
/*!*  --white-color: #fff;*!*/
/*!*}*!*/



/*.cookies-btn {*/
/*  min-width: 160px;*/
/*  padding: 20px;*/
/*  text-align: center;*/
/*  color: var(--white-color);*/
/*  cursor: pointer;*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 100%;*/
/*  letter-spacing: 0.42px;*/
/*  text-transform: uppercase;*/
/*  border: 1px solid;*/
/*  border-radius: 2px;*/
/*  transition: color var(--transition-duration) ease-in-out,*/
/*    border-color var(--transition-duration) ease-in-out,*/
/*    background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-btn--biege {*/
/*  background-color: var(--biege-color);*/
/*  color: var(--white-color);*/
/*  border-color: var(--biege-color);*/
/*}*/

/*.cookies-btn--biege-dark {*/
/*  background-color: var(--biege-dark-color);*/
/*  border-color: var(--white-color);*/
/*  color: var(--white-color);*/
/*}*/

/*.cookies-link {*/
/*  margin-left: 20px;*/
/*  padding: 0;*/
/*  border: none;*/
/*  text-align: left;*/
/*  font-size: 16px;*/
/*  line-height: 120%;*/
/*  color: inherit;*/
/*  text-decoration: underline;*/
/*  text-decoration-style: solid;*/
/*  text-decoration-skip-ink: none;*/
/*  text-decoration-thickness: 1px;*/
/*  text-underline-offset: auto;*/
/*  text-underline-position: from-font;*/
/*  cursor: pointer;*/
/*}*/

/*.cookies-btn--white-border {*/
/*  border-radius: 0;*/
/*  border: 1px solid var(--white-color);*/
/*  background-color: var(--biege-light-color);*/
/*}*/

/*.cookies-btn--biege-border {*/
/*  border: 1px solid var(--biege-light-color);*/
/*  background-color: var(--white-color);*/
/*  color: var(--biege-color);*/
/*}*/

/*.cookies-start {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  padding-block: 32px 47px;*/
/*  background-color: var(--biege-color);*/
/*  color: var(--white-color);*/
/*  transition: opacity var(--transition-duration) ease-in-out;*/
/*  z-index: 1;*/
/*}*/

/*.cookies-start__container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 40px;*/
/*  max-width: 1308px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*  padding-inline: 20px;*/
/*}*/

/*.cookies-start__text {*/
/*  max-width: 630px;*/
/*  font-size: 16px;*/
/*  line-height: 120%;*/
/*}*/

/*.cookies-start__buttons {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*}*/

/*.cookies-start:not(.show-modal) {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-color: rgba(0, 0, 0, 0.3);*/
/*  color: var(--black-color);*/
/*  z-index: 10000;*/
/*  transition: opacity var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies:not(.show-modal) {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies:not(.show-modal) .cookies__wrapper {*/
/*  transform: translateY(100%);*/
/*}*/

/*.cookies__wrapper {*/
/*  width: 100%;*/
/*  max-width: 596px;*/
/*  max-height: calc(100% - 100px);*/
/*  padding: 36px 40px 42px;*/
/*  background-color: var(--white-color);*/
/*  overflow: auto;*/
/*  transition: transform var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__head {*/
/*  margin-bottom: 6px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: flex-start;*/
/*  gap: 20px;*/
/*}*/

/*.cookies__title {*/
/*  align-self: center;*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  text-transform: uppercase;*/
/*}*/

/*.cookies-close {*/
/*  padding: 0;*/
/*  border: none;*/
/*  transition: color var(--transition-duration) ease-in-out;*/
/*  cursor: pointer;*/
/*}*/

/*.cookies-close__icon {*/
/*  display: block;*/
/*  width: 24px;*/
/*  height: auto;*/
/*  aspect-ratio: 1/1;*/
/*}*/

/*.cookies-dropdown:not(:last-child) {*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

/*.cookies-dropdown__head {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 12px;*/
/*  padding-block: 20px;*/
/*  cursor: pointer;*/
/*  transition: color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-dropdown__title {*/
/*  font-weight: 700;*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies-dropdown__icon {*/
/*  display: block;*/
/*  width: 16px;*/
/*  height: auto;*/
/*  aspect-ratio: 1/1;*/
/*  margin: 0 4px 0 auto;*/
/*  color: #393836;*/
/*  transition: transform var(--transition-duration) ease-in-out;*/
/*  pointer-events: none;*/
/*}*/

/*.cookies-dropdown__body {*/
/*  display: grid;*/
/*  grid-template-rows: 0fr;*/
/*  overflow: hidden;*/
/*  opacity: 0;*/
/*  transition: all var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies-dropdown__body-inner {*/
/*  min-height: 0;*/
/*  transition: all var(--transition-time) ease-in-out;*/
/*}*/

/*.cookies-dropdown.is-active .cookies-dropdown__icon {*/
/*  transform: rotateX(180deg);*/
/*}*/

/*.cookies-dropdown.is-active .cookies-dropdown__body {*/
/*  grid-template-rows: 1fr;*/
/*  opacity: 1;*/
/*}*/

/*.cookies__check_text {*/
/*  font-size: 14px;*/
/*  line-height: 129%;*/
/*  padding-bottom: 14px;*/
/*}*/

/*.cookies__info {*/
/*  font-size: 13px;*/
/*  line-height: 139%;*/
/*}*/

/*.cookies__check_text,*/
/*.cookies__info {*/
/*  max-width: 469px;*/
/*}*/

/*.cookies__info a {*/
/*  text-decoration: underline;*/
/*  text-decoration-style: solid;*/
/*  text-decoration-skip-ink: none;*/
/*  text-decoration-thickness: 1px;*/
/*  text-underline-offset: auto;*/
/*  text-underline-position: from-font;*/
/*}*/

/*.cookies-buttons {*/
/*  margin-top: 40px;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  gap: 16px;*/
/*}*/

/*.cookies__check {*/
/*  cursor: pointer;*/
/*}*/

/*.cookies__check_inp {*/
/*  display: none;*/
/*}*/

/*.cookies__check_sq.disabled{*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 16px;*/
/*  aspect-ratio: 1/1;*/
/*  border: 1px solid var(--biege-grey-color);*/
/*  transition: background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__check_sq {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 16px;*/
/*  aspect-ratio: 1/1;*/
/*  border: 1px solid var(--biege-light-color);*/
/*  transition: background-color var(--transition-duration) ease-in-out;*/
/*}*/

/*.cookies__check_sq::after {*/
/*  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7.72803L6.65685 10.3849L12.385 4.65674" stroke="white" stroke-width="1.6" stroke-linecap="round"/></svg>');*/
/*  position: absolute;*/
/*  left: -1px;*/
/*  top: -1px;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  scale: 0;*/
/*  transition: scale var(--transition-duration) ease-in-out;*/
/*  transform-origin: center;*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq.disabled {*/
/*  background-color: var(--biege-grey-color);*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq {*/
/*  background-color: var(--biege-light-color);*/
/*}*/

/*.cookies__check_inp:checked ~ .cookies__check_sq::after {*/
/*  scale: 1;*/
/*}*/

/*@media (hover: hover) and (pointer: fine) {*/
/*  .cookies-btn--biege:hover {*/
/*    border-color: var(--white-color);*/
/*  }*/

/*  .cookies-btn--biege-dark:hover {*/
/*    background-color: var(--white-color);*/
/*    color: var(--biege-dark-color);*/
/*  }*/

/*  .cookies-link:hover,*/
/*  .cookies__info a:hover {*/
/*    text-decoration: none;*/
/*  }*/

/*  .cookies-close:hover {*/
/*    color: var(--biege-color);*/
/*  }*/

/*  .cookies-btn--white-border:hover {*/
/*    border-color: var(--biege-light-color);*/
/*    background-color: var(--white-color);*/
/*    color: var(--biege-light-color);*/
/*  }*/

/*  .cookies-btn--biege-border:hover {*/
/*    background-color: var(--biege-light-color);*/
/*    color: var(--white-color);*/
/*  }*/

/*  .cookies-dropdown__head:hover {*/
/*    color: var(--biege-color);*/
/*  }*/

/*  .cookies__check:hover .cookies__check_sq {*/
/*    background-color: var(--biege-color);*/
/*  }*/
/*}*/

/*@media (max-width: 1280px) {*/
/*  .cookies-start {*/
/*    padding-block: 30px;*/
/*  }*/

/*  .cookies-start__container {*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*  }*/

/*  .cookies-start__text {*/
/*    max-width: 100%;*/
/*  }*/

/*  .cookies-start__buttons {*/
/*    gap: 20px;*/
/*  }*/

/*  .cookies-btn {*/
/*    padding: 17px;*/
/*  }*/

/*  .cookies-link {*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

/*@media (max-width: 500px) {*/
/*  .cookies-start {*/
/*    padding-block: 20px;*/
/*  }*/

/*  .cookies-start__text {*/
/*    font-size: 15px;*/
/*    line-height: 130%;*/
/*  }*/

/*  .cookies-start__buttons {*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*    gap: 10px;*/
/*  }*/

/*  .cookies-btn {*/
/*    padding: 13px;*/
/*    font-size: 12px;*/
/*  }*/

/*  .cookies-link {*/
/*    font-size: 15px;*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*  }*/

/*  .cookies__wrapper {*/
/*    min-height: 100%;*/
/*    padding-inline: 20px;*/
/*  }*/

/*  .cookies-buttons {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 10px;*/
/*  }*/
/*}*/
