@media (min-width: 1261px) {
  body .site-header .site-header-top__right.header_no_compare {
    width: 250px;
  }
  body .site-header .site-header-top__left.header_no_compare {
    width: calc(100% - 250px);
  }
  body .site-header .site-header-bottom__left {
    width: 600px;
  }
}
.sitemap a {
  color: var(--on_gr_bg_foot_link);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  border-bottom: 1px solid var(--on_gr_bg_foot_link_5);
}
