@charset "UTF-8";


@media screen and (min-width: 1120px) and (max-width: 1450px) {
  .nav__list__item>a {
      padding: 20px 10px;
      min-height: 60px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1119px) {

  .nav__list__item>a {
    font-size: 1.2rem;
    min-height: 60px;
  }
}


@media screen and (min-width:1560.8px) and (max-width: 1790px) {
  .site-header__bottom__logo {
    font-size:min(0.75vw,1.4rem);
  }

}

@media screen and (min-width:1790.8px) {
  .site-header__bottom {
    padding-left: 80px;
  }
}