body{
  max-height:100vh;
}

.header__main-top.index.active.index svg{
  fill: #fff;
}

.header__main-top .menu__header-items .menu__header-item:hover{
  background:none!important;
}
.header__main-top .menu__header-items .menu__header-item:hover a{
  color: black;
}
.header__main-top .menu__header-items .menu__header-item a:hover{
  text-decoration: underline;
}

.menu__header.active .menu__header-items .menu__header-item:hover a{
  color: white;
}
.header__main-top.index.active .menu__header-item:hover .menu__header-link{
  color: white!important;
}

.header__main-bottom .header__main-content{
  overflow: auto;
  max-height: 91.5vh;
}

.menu__header .menu__header-item a svg path{
  transition: 0.25s;
}
.menu__header .menu__header-item a svg path:nth-of-type(1){
  transform-origin: 5px 8px;
}
.menu__header .menu__header-item a svg path:nth-of-type(3){
  transform-origin: 5px 24px;
}
.menu__header .menu__header-item:hover a svg path:nth-of-type(1){
  transform: rotate(45deg);
}
.menu__header .menu__header-item:hover a svg path:nth-of-type(2){
  display: none;
}
.menu__header .menu__header-item:hover a svg path:nth-of-type(3){
  transform: rotate(-45deg);
}




.menu__header-items .catalog-link{
  display: flex;
}
.menu__header-items .catalog-link svg{
  width: 20px;
  margin-right: 5px;
}

.menu__header-items .header__main-container{
  max-width: 1420px;
}

.menu__header-items .catalog-items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 20px;
}

.menu__header-items .catalog-items .catalog-item{
  display: flex;
  gap: 10px;
}

.menu__header-items .catalog-items .catalog-item .catalog-item-index{
  width: 50px;
  text-align: center;
  color: #77777840;
  font-size: 3rem;
  font-family: "Commissioner";
}

.menu__header-items .catalog-items .catalog-item .catalog-item-logo-column{
  width: 100px;
  min-width: 100px;
}

.menu__header-items .catalog-items .catalog-item .catalog-item-logo{
  width: 100%;
  min-height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu__header-items .catalog-items .catalog-item .catalog-item-content a{
  color: #2d2d2f;
  font-size: 0.8rem;
}
.menu__header-items .catalog-items .catalog-item .catalog-item-content .catalog-item-title a{
  font-size: 1rem;
}

.menu__header-items .catalog-items .catalog-item .catalog-item-content ul {
  padding-left: 6px;
  margin-top: 10px;
}

.menu__header-items .catalog-items .catalog-item .catalog-item-content ul li{
  list-style-type: '-';
  padding-left: 20px;
}

.menu__header-items .catalog-items .catalog-item a:hover{
  text-decoration: underline;
}