.header {
  position: relative;
  z-index: 1;
}
.header ul.sf-menu:after {
  content: none;
}
.header #block-vesta-theme-kontakty {
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .header #block-vesta-theme-kontakty {
    display: none;
  }
  .header .region-header-right {
    display: none;
  }
}
.header__inner {
  display: flex;
  padding-top: 1.9rem;
  column-gap: 3.31rem;
}
@media (max-width: 1200px) {
  .header__inner {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.header__left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.header__right {
  flex-shrink: 0;
}
.header ul#superfish-main {
  display: flex;
  justify-content: flex-end;
  column-gap: 5%;
}
@media (max-width: 1200px) {
  .header ul#superfish-main {
    justify-content: flex-start;
  }
}
.header ul#superfish-main a {
  font-weight: 400;
  font-size: 1rem;
  color: #9c9c9c;
  padding-left: 0;
  padding-right: 0;
}
.header ul#superfish-main a:hover {
  color: #b81f1b;
  text-decoration: none;
}
.header input#edit-keys:focus {
  background-color: transparent;
}
.contacts {
  display: flex;
  justify-content: space-between;
}
.contacts__link {
  font-weight: 400;
  font-size: 16px;
  color: #9c9c9c;
  transition: 0.3s;
}
.contacts__link:hover {
  color: #b81f1b;
  text-decoration: none;
}
@media (max-width: 992px) {
  div#page header#header .header-mobile-block {
    background-color: #161616;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  div#page header#header .header-mobile-block .region.region-header-mobile {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
#superfish-main--2-toggle {
  color: #9c9c9c;
  font-size: 0;
  height: 1rem;
  width: 2rem;
  display: block;
  position: relative;
  margin-top: 0.6rem;
}
#superfish-main--2-toggle::before,
#superfish-main--2-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 0.06rem solid #9c9c9c;
  background-color: #9c9c9c;
  left: 0;
  transition: 0.3s;
}
#superfish-main--2-toggle::before {
  top: 0;
}
#superfish-main--2-toggle::after {
  bottom: 0;
}
#superfish-main--2-toggle.sf-expanded::before {
  top: 50%;
  transform: rotate(45deg);
}
#superfish-main--2-toggle.sf-expanded::after {
  bottom: 50%;
  transform: rotate(-45deg);
}
#superfish-main--2-accordion a {
  font-size: 1rem;
  color: #9c9c9c;
}
#superfish-main--2-accordion a.is-active {
  color: #b81f1b;
}
