.site-header {
  display: flex;
  height: 84px;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 20px;
  align-content: center;
  position: relative;
  /* max-width: 1280px; */
  display: flex;
}
@media (max-width: 1024px) {
  .site-header {
    height: 74px;
  }
}
@media (max-width: 480px) {
  .site-header {
    height: 70px;
  }
}

.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}

.site-header__logo {
  display: flex;
  align-items: center;
}

.site-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .site-header__logo-link {
    gap: 5px;
  }
}

.site-header__logo-name {
  font-family: 'Tenor Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  text-transform: uppercase;
  color: #212121;
}
@media (max-width: 1024px) {
  .site-header__logo-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .site-header__logo-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .site-header__logo-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  .site-header__logo-name {
    font-size: 15px;
    line-height: 22px;
  }
}

.site-header__logo-address {
  font-family: 'Manrope Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  color: #212121;
}
@media (max-width: 1024px) {
  .site-header__logo-address {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .site-header__logo-address {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .site-header__logo-address {
    font-size: 12px;
    line-height: 16px;
  }
}
/* @media (max-width: 425px) {
  .site-header__logo-address {
    font-size: 8px;
    line-height: 12px;
  }
} */

.site-header__logo-image {
  width: 99px;
  height: 44px;
}
@media (max-width: 1024px) {
  .site-header__logo-image {
    width: 80px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .site-header__logo-image {
    width: 69px;
    height: 31px;
  }
}
@media (max-width: 480px) {
  .site-header__logo-image {
    width: 63px;
    height: 29px;
  }
}

.site-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1024px) {
  .site-header__nav-list_flex-column {
    /* max-width: 400px; */
    margin: 0 auto;
  }
  .site-header__nav-item {
    display: none;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header__nav-list_flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.site-header__nav-item {
  align-content: center;
  font-family: 'Manrope Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  color: #212121;
}

.site-header__nav-list_flex-column .site-header__nav-item {
  display: none;
}
@media (max-width: 1024px) {
  .site-header__nav-list_flex-column .site-header__nav-item {
    display: block;
  }
}

.site-header__nav-item-modal {
  align-content: center;
  font-family: 'Manrope Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  color: #212121;
}

.site-header__nav-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .site-header__nav-item-icon {
    gap: 5px;
  }
}

.site-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 10px;
}

.site-header__icon img {
  text-align: center;
}
