.header-top {
  width: 100%;
  background: #748493;
}
@media (max-width: 759px) {
  .header-top {
    display: none;
  }
}
.header-top a {
  color: #fff;
}
.header-container {
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-top .header-left img {
  max-width: 90px;
}
.header-left a {
  margin-right: 10px;
  padding: 10px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  opacity: 0.8;
}
.header-left a:hover {
  opacity: 1;
}
.header-icons {
  display: flex;
}
.header-right .icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  display: block;
  opacity: 0.8;
}
.header-right .icon:hover {
  opacity: 1;
}
.header-right .icon-facebook {
  background-image: url("../img/facebook.e79c1.svg");
  background-size: 7px;
}
.icon-tweeter {
  background-image: url("../img/twitter.743e0.svg");
}
.icon-youtube {
  background-image: url("../img/youtube.94c69.svg");
}
.icon-instagram {
  background-image: url("../img/instagram.00c40.svg");
}
.icon-rss {
  background-image: url("../img/rss.7bb11.svg");
}

.header-menu img {
  width: 3px;
}
.header-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-menu a {
  font-family: "Noto Sans", sans-serif;
  color: #262626;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 10px;
  position: relative;
}
.header-menu a:hover {
  text-decoration: none;
}
.header-menu a:last-of-type:hover:after {
  display: none;
}
.header-menu a:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  margin: 0 1px;
  width: 100%;
  left: 0;
  background: #f7d000;
}
.header-search {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  background-image: url("../img/search.f151d.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.header-bottom {
  margin-bottom: 20px;
}
.header-bottom .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-news {
  display: block;
  padding: 10px 38px 10px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #848484;
  margin-left: 20px;
  background: url("../img/more.5bb82.svg") right center no-repeat;
  background-size: 30px;
}
.header-news:hover {
  text-decoration: none;
}
.header-news span {
  display: block;
  text-align: right;
}
.header-news span:first-of-type {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #e53935;
}
.header-bottom .header-left a:first-of-type {
  display: none;
}
.header-bottom .header-left a:first-of-type img {
  width: 20px;
}
@media (max-width: 480px) {
  .header-menu,
  .header-news {
    display: none;
  }
  .header-search {
    background-size: 28px;
  }
  .header-bottom {
    border-bottom: 2px solid #f2f2f2;
  }
  .header-bottom .header-left a:first-of-type {
    display: block;
  }
}
