@charset "UTF-8";
:root {
  --header-height: unset;
}

@media (max-width: 1100px) {
  :root {
    --header-height: 88px;
  }
}
@media (max-width: 590px) {
  header {
    --header-height: 56px;
  }
}
.header-top {
  border-bottom: solid 1px #eeeeee;
}
.header-top .container {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  height: 55px;
}
.header-top__links {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  gap: 30px;
}
.header-top__links a {
  color: #727272;
  padding: 10px 0;
}
.header-top__info {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  gap: 30px;
}
.header-top__info a,
.header-top__info p {
  color: #727272;
  padding: 10px 0;
}
.header-bottom {
  padding: 15px 0;
  position: relative;
}
.header-bottom .menu {
  display: grid;
  grid-template-columns: max-content max-content 1fr max-content;
  align-items: center;
  gap: 30px;
}

.menu-item__all {
  display: none;
}
.menu-list {
  color: #727272;
  list-style: none;
}
.menu-list--single {
  max-width: 385px;
}
.menu-list a:hover {
  color: #ffb21e;
}
.menu-list > a {
  padding: 10px 0;
  color: #000;
  position: relative;
  font-weight: 400;
}
.menu-list:first-child .submenu > li:first-child a {
  padding-top: 0;
}

.no-touch .header-top__links a:hover {
  color: #ff7e1e;
}

.catalog-menu > .drop-menu {
  display: none;
}
.catalog-menu.active > .drop-menu {
  display: block;
}

.logo-min {
  display: none;
}

.submenu {
  max-width: 385px;
  position: relative;
}
.submenu p {
  color: #727272;
  width: -moz-max-content;
  width: max-content;
}
.submenu p a {
  color: #727272;
}

/* Rebuild pls */
a.menu-list {
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
}

li.menu-list > a {
  padding: 10px 0;
}

a.menu-list:last-child {
  padding-bottom: 0;
}

.menu-list:first-child .submenu {
  padding-top: 0;
}

.drop-menu .container {
  display: block;
  position: relative;
  height: 100%;
}

.drop-menu .container > ul {
  height: 100%;
}

.submenu .menu-item {
  position: absolute;
  display: flex;
  margin-left: 40px;
  max-height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  left: 420px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.no-touch .menu-list:hover .menu-item {
  visibility: visible;
  opacity: 1;
  color: #000;
  height: 100%;
}

.submenu > a {
  padding: 10px 0;
  position: relative;
}

.no-touch .menu-list:hover .submenu > a {
  color: #ffb21e;
}

.no-touch .menu-list:hover > a {
  color: #ffb21e;
}

.drop-menu {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
  width: 100%;
  z-index: 5;
  background: #fff;
  height: 492px;
}

.catalog-menu.active .drop-menu {
  position: absolute;
  padding: 40px 0 60px;
}

.catalog-btn {
  grid-auto-flow: column;
  font-size: 18px;
}

.catalog-btn span {
  margin-right: 13px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: relative;
}

.catalog-btn span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.catalog-btn span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.header-bottom__links .list {
  display: grid;
  grid-auto-flow: column;
  width: -moz-max-content;
  width: max-content;
  margin-left: 40px;
  justify-self: end;
  gap: 10px;
}

.header-bottom__links a {
  padding: 10px;
  color: #727272;
}

.header-bottom__links a.current {
  color: #FF7E1E;
}

.no-touch .header-bottom__links a:hover {
  color: #FFB21E;
}

.header-bottom .header-bottom__button {
  display: none;
}

.alutech {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
  gap: 15px;
  justify-self: end;
}

.alutech.alutech_agent {
  max-width: 183px;
  grid-template-columns: 1fr max-content;
}

.alutech .alutech__descriptor {
  color: #727272;
  gap: 15px;
  font-size: 14px;
  line-height: normal;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 120%;
  height: var(--header-height);
}

header.semihide {
  transform: translateY(-56px);
  transition: all 0.3s;
}

header.semihide .header-bottom__button {
  display: grid;
}

.semihide .alutech {
  display: none;
}

header.hide {
  transform: translateY(-146px);
  transition: all 0.3s;
}

header .menu-item {
  width: 295px;
  padding: 0;
}

header .menu-item {
  padding-left: 40px;
  border-left: 2px solid #ff7e1e;
}

header .menu-item li a {
  color: #727272;
  padding: 10px 0;
  transition: all 0.3s;
}

header .menu-item li:last-child a {
  padding-bottom: 0;
}

.no-touch header .menu-item li a:hover {
  color: #ffb21e;
  transition: all 0.3s;
}

.submenu {
  position: static;
}

.submenu > li:first-child {
  position: relative;
}

.submenu > a:first-child::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  right: 0;
  top: calc(50% - 7.5px);
  background-image: url("/themes/vorotafedota/images/arrow-menu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.no-touch .menu-list:hover .submenu > a:first-child::before {
  background-image: url(/themes/vorotafedota/images/arrow-menu-hover.svg);
}

.header-top__info br {
  display: none;
}

.menu__btn {
  display: none;
}

/* Переключатель городов */
.header-top__address {
  position: relative;
  display: grid;
  margin-left: 8px;
  margin-right: 16px;
  min-height: 27px;
  align-items: center;
}

.header-top__address-current {
  padding-right: 18px;
  cursor: pointer;
  color: #727272;
}

.header-top__address-current::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  transform: rotate(90deg);
  background-image: url(/themes/vorotafedota/images/arrow-menu.svg), url(/themes/vorotafedota/images/arrow-menu-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.header-top__address-current:hover {
  color: #FFB21E;
}

.header-top__address-current:hover::after {
  background-image: url(/themes/vorotafedota/images/arrow-menu-hover.svg), url(/themes/vorotafedota/images/arrow-menu.svg);
}

/* .header-top__address-current--active::after {
  transform: rotate(-90deg);
} */

.header-top__cities::after {
  border-bottom: unset;
  border-right: unset;
  background-image: url(/themes/vorotafedota/images/icons/down-arrow-two.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
  transform: unset;
}

.header-top__cities {
  opacity: 0;
  visibility: hidden;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(250px, 300px);
  padding: 32px;
  position: absolute;
  left: 0;
  top: 27px;
  background-color: #ffffff;
  transition: 0.3s;
  z-index: 1;
  border-radius: 5px;
  border: solid 1px #E6E6E6;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
}

.header-top__cities--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-top__cities-item--selected {
  order: -1;
  color: #f79521;
}

.header-top__cities-item a {
  position: relative;
  padding: 6px 0;
  font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  color: #727272;
}

.header-top__cities-item a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
}

.header-top__cities-item--selected a {
  color: #474747;
  font-weight: 400;
}

.header-top__cities-item--selected a::after {
  border-color: #ff7e1e;
  background-color: #ff7e1e;
  background-image: url(/themes/vorotafedota/images/check.svg), url(/themes/vorotafedota/images/check-hover.svg);
}

.header-top__cities-item:hover a::after {
  border-color: #FFB21E;
  background-color: #ffffff;
  background-image: url(/themes/vorotafedota/images/check-hover.svg), url(/themes/vorotafedota/images/check.svg);
}

@media (max-width: 1440px) {
  .header-top .container {
    height: 40px;
  }
  .header-bottom {
    padding: 7px 0;
  }
  .header-bottom .alutech img,
  .header-bottom .logo img {
    max-height: 45px;
    width: auto;
  }
  .header-bottom .button {
    min-width: 160px;
    height: 45px;
  }
  header.semihide {
    transform: translateY(-41px);
  }
  header.hide {
    transform: translateY(-100px);
  }
}
@media (max-width: 1250px) {
  .header-bottom__links .list {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .header-bottom__links .list {
    gap: 0;
  }
  .header-bottom__links a {
    padding: 10px 7px;
  }
}
@media (min-width: 1100px) {
  header.semihide .menu {
    grid-template-columns: max-content max-content 1fr max-content;
  }
}
@media (max-width: 1100px) {
  header.semihide {
    transform: unset;
  }
  /* Trigger Menu =============================== */
  .menu__btn {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 25px;
    margin-left: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    z-index: 700;
    cursor: pointer;
  }
  .menu__btn-line {
    width: 30px;
    height: 2px;
    position: absolute;
    background-color: #20477A;
    transition: all 0.3s;
  }
  .menu__btn-line:first-child {
    top: 0;
    left: 0;
  }
  .menu__btn-line:nth-child(2) {
    top: 11px;
    left: 0;
  }
  .menu__btn-line:last-child {
    bottom: 0;
    left: 0;
  }
  /* Menu active */
  .menu-active .menu__btn-line:first-child {
    top: 11px;
    transform: rotate(45deg);
  }
  .menu-active .menu__btn-line:nth-child(2) {
    display: none;
  }
  .menu-active .menu__btn-line:last-child {
    bottom: 11px;
    transform: rotate(-45deg);
  }
  /* Trigger Menu End =========================== */
  .header-top .container {
    grid-template-columns: 1fr;
  }
  .header-top {
    border-bottom: unset;
  }
  .header-bottom__links {
    display: block;
    position: absolute;
    height: calc(100vh - var(--header-height));
    width: 100vw;
    max-width: 500px;
    padding: 15px 25px 30px 25px;
    top: 88px;
    right: -100%;
    z-index: 9999;
    background: #ffffff;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    transition: all 0.3s;
  }
  header.menu-active .header-bottom__links {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .header-bottom .header-bottom__button,
  .header-bottom.semihide .header-bottom__button {
    display: none !important;
  }
  .drop-menu .container {
    padding: 0;
  }
  .submenu {
    max-width: 100%;
  }
  header {
    display: grid;
    padding: 5px 0;
    grid-template-columns: max-content 1fr;
    align-items: center;
  }
  .header-bottom {
    padding: 0;
    order: -1;
    position: static;
  }
  .header-bottom .menu {
    gap: 20px;
  }
  .header-top__info {
    grid-template-columns: max-content 1fr;
  }
  .header-top__links {
    grid-auto-flow: unset;
    gap: 0;
  }
  .header-top__links a {
    padding: 10px 0;
  }
  .catalog-btn {
    padding: 10px 0;
    position: relative;
  }
  .header-bottom__links .list {
    gap: 0;
  }
  .header-bottom__links a {
    padding: 10px 0;
  }
  .menu-active .header-bottom__links .list {
    grid-auto-flow: unset;
    display: grid;
    margin-top: 20px;
    width: 100%;
  }
  .catalog-menu .catalog-btn {
    height: 40px;
    padding: 0 40px;
    background: #FF7E1E;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    justify-content: start;
  }
  .catalog-menu.drop-menu {
    padding-left: 30px;
    width: auto;
  }
  .catalog-menu.active .drop-menu {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    top: 0;
    padding: 20px 0 0 0;
    width: auto;
  }
  .catalog-menu.active .drop-menu:has(.submenu.active) {
    padding: 0;
  }
  .menu-list:first-child .submenu > li:first-child a {
    padding-top: 10px;
  }
  .submenu > li:last-child {
    height: 0;
  }
  .submenu.active > li:last-child {
    height: 100%;
  }
  .catalog-menu {
    height: -moz-max-content;
    height: max-content;
  }
  header .menu-item {
    border: none;
  }
  .submenu .menu-item {
    position: static;
    height: 0;
  }
  .submenu.active .menu-item {
    height: auto;
    padding: 20px 0;
    visibility: visible;
    opacity: 1;
  }
  .submenu.active::before {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  header .submenu.active .menu-item li {
    padding-left: 20px;
    border-left: none;
  }
  .header-bottom__links a {
    color: #727272;
  }
  .header-top__info > a {
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    background-image: url(/themes/vorotafedota/images/phone-header.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .submenu::before {
    top: 2px;
  }
  .submenu .menu-item {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .alutech__descriptor {
    display: none;
  }
  .alutech {
    grid-template-columns: max-content;
  }
}
@media (max-width: 900px) {
  .header-top .container {
    justify-content: start;
  }
}
@media (max-width: 800px) {
  .alutech {
    display: none;
  }
  .header-bottom .menu {
    grid-template-columns: max-content;
  }
  .header-bottom .container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header {
    font-size: 14px;
  }
  .header-top__info > a {
    width: 23px;
    height: 16px;
    background-size: contain;
  }
}
@media (max-width: 750px) {
  .header-top__info br {
    display: block;
  }
}
@media (max-width: 667px) {
  .alutech {
    display: none;
  }
}
@media (max-width: 650px) {
  .header-top__street {
    display: none;
  }
  header {
    grid-template-columns: 1fr max-content 77px;
  }
}
@media (max-width: 600px) {
  .logo img {
    height: 30px;
  }
}
@media (max-width: 590px) {
  .header-top__info br {
    display: block;
  }
  header {
    padding: 0;
    align-items: center;
  }
  .header-top__info {
    justify-content: end;
  }
  header .submenu.active .menu-item li {
    width: -moz-max-content;
    width: max-content;
  }
  .catalog-menu {
    width: inherit;
  }
  .menu-list {
    width: 100%;
  }
  .submenu.active .menu-item {
    width: -moz-max-content;
    width: max-content;
  }
  header .menu-item li {
    width: -moz-max-content;
    width: max-content;
  }
  .submenu .menu-item {
    width: -moz-max-content;
    width: max-content;
  }
  .header-top__street,
  .header-top__build,
  .comma {
    display: none;
  }
  .header-bottom__links {
    top: 56px;
    width: 100%;
    max-width: unset;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-bottom__links a {
    font-size: 18px;
    padding: 14px 0;
  }
}
@media (max-width: 400px) {
  .header-top__info p {
    display: none;
  }
  .header-top__info {
    justify-content: end;
  }
}/*# sourceMappingURL=header.css.map */