.site-header .site-header__row--first .title-area .site-title a {
  background-image: url(../images/logo.webp) !important;
  background-size: contain;
}
.site-header__row--first {
  padding: 8px 0;
}
.footer__copyright-logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.site-header__row--first .wrap {
  align-items: center;
}
.site-header__row--first .wrap .nav-secondary {
  margin-left: auto;
}
.genesis-nav-menu a {
  color: #fff !important;
}
#menu-footer-menu {
  display: flex;
  gap: 20px;
}
/* Основні стилі для контейнера */

/* Стилі для навігаційного меню */

.menu-footer-menu-container {
  display: flex;
  justify-content: center;
}

.menu genesis-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.menu-item {
  border: none !important;
}

.menu-item a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.menu-item a:hover {
  color: #007bff;
}

/* Стилі для бургер-іконки */
.burger-icon {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

.burger-icon span {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  transition: all 0.3s ease;
}

.burger-icon span:nth-child(1) {
  top: 0;
}

.burger-icon span:nth-child(2) {
  top: 8px;
}

.burger-icon span:nth-child(3) {
  top: 16px;
}

/* Стилі для активного стану бургер-іконки (хрестик) */
.burger-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.burger-icon.active span:nth-child(2) {
  opacity: 0;
}

.burger-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

/* Адаптивність для мобільних пристроїв */
@media screen and (max-width: 768px) {
  .genesis-nav-menu a {
    color: #333 !important;
  }
  .burger-icon {
    display: block;
  }

  .nav-secondary {
    position: relative;
  }
  #menu-footer-menu {
    flex-direction: column;
    align-items: center;
  }
  .menu-footer-menu-container {
    display: none;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100vw;
    /* height: calc(100vh - 66px); */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .menu-footer-menu-container.active {
    display: block;
  }
  html:has(.menu-footer-menu-container.active) {
    overflow: hidden;
  }
  .menu genesis-nav-menu {
    flex-direction: column;
    padding: 15px;
  }

  .menu-item a {
    padding: 10px;
    font-size: 18px;
  }
}

/* Додаткові стилі для Cookie Preferences */
#optanon-cookie-settings {
  color: #007bff;
}

#optanon-cookie-settings:hover {
  text-decoration: underline;
}
@media (max-width: 768px){
    .partner{
      width: 100%!important;
      border: none !important;;
      flex-basis: auto!important;
    }
}