.header__nav {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 8vw;
  height: fit-content;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.3s;
  background-color: #ffffff00;
}
.header__nav .header__top-item--mail span {
  transition: all 0.2s;
}
.header__nav svg {
  transition: all 0.2s;
}
.header__nav .header__top-bar {
  transition: all 0.2s;
}
.header__nav.bg {
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.header__nav.bg .header__top-bar {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
  border-left: 1px solid #e1e1e1;
  border-bottom-left-radius: 0;
}
.header__nav.bg .header__top-item--mail span {
  opacity: 0;
  width: 0;
}
.header__nav.bg .header__top-item--mail svg {
  margin: 0;
}
.header__top-item {
  margin: 0 20px;
}
.header__menuLink {
  font-size: 0.8vw;
}
.header__nav {
  flex-direction: row-reverse;
}
.header__submenu .header__menuItem {
  list-style: none;
}
.header__menuItem {
  margin: 0 0.6vw;
}
.header__submenu {
  background: white;
}
.header__submenu .header__menuLink {
  color: #6181be;
}
.header__top-bar {
  padding: 15px 10px;
}
.header__top-media-wrapper {
  margin: 0 15px;
}
.sm-panel img {
  width: 36px;
  height: 36px;
}
.sm-tiktok {
  background: #a42020;
}
.sm-instagram {
  background: #20a464;
}
.header__menuList {
  padding: 20px;
}
.subsite p iframe {
  height: 50vw;
  width: 100%;
}
.textarea-custom > label {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}
.textarea-custom .input-secondary__label {
  font-size: 0.8rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .header__top-item--mail span {
    display: none;
  }
  .header__top-item--mail svg {
    margin: 0;
  }
  .header__menuLink {
    font-size: 0.625rem;
  }
  .header__menuItem {
    margin: 0 0.8vw;
  }
  .header__top-item {
    margin: 0 15px;
  }
}
.footer-payments {
  margin-top: 10px;
}
.footer-payments img {
  mix-blend-mode: multiply;
  height: auto;
}
img.footer-ue__logos.lazy.loaded, .header__logo img {
  height: auto;
}
.form__row-wrapper.custom-text .form__row {
  margin-top: 0;
}
@media (max-width: 991px) {
  .subsite p iframe {
    height: 500px;
  }
  .header__nav {
    background-color: white;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    flex-direction: column;
  }
  .header__hamburger--open span {
    background-color: #f2835d;
  }
  .header__menuLink {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .header__menuLink, .header__top-link {
    color: #f2835d;
  }
  .header__top-link svg, .header__top-media svg {
    fill: #f2835d;
  }
  .offer-list__item {
    width: 100%;
  }
}
.offer__gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 11px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.offer__gallery img {
  transition: all 0.3s;
  border-radius: 3px;
}
.offer__gallery img:hover {
  transform: scale(1.08);
}
@media (max-width: 991px) {
  .offer__gallery {
    grid-gap: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
