.catalog__btn-2 {
  height: 48px;
  width: 174px;
  min-height: 0;
  margin-right: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 13px ;
}

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 111;
  cursor: pointer;
  display: block;
  border: none;
  background: transparent;
  width: 19px;
  height: 15px;
  margin-bottom: 0;
}
.burger::before,
.burger::after {
  content: "";
  right: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.burger::before {
  top: 1px;
  box-shadow: 0 6px 0 #fff;
  transition:
    box-shadow 0.3s 0.15s,
    top 0.3s 0.15s,
    transform 0.3s;
}
.burger::after {
  bottom: 0;
  transition:
    bottom 0.3s 0.15s,
    transform 0.3s;
}
.burger-checkbox:checked + .burger::before {
  top: 7px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0);
  transition:
    box-shadow 0.15s,
    top 0.3s,
    transform 0.3s 0.15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 6px;
  transform: rotate(-45deg);
  transition:
    bottom 0.3s,
    transform 0.3s 0.15s;
}
.menu-list {
  top: 150px;
  right: 0;
  position: fixed;
  margin: 0;
  background: #052537;
  list-style-type: none;
  transform: translateY(-600px);
  transition: 0.3s;
  width: 100%;
  z-index: 151;

  border-radius: 0 0 8px 8px;
}

.menu-item {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}
.menu-item:focus,
.menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navi__item {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  height: 40px;
  margin-bottom: 4px;
  cursor: pointer;
}

.navi__item:hover {
  background-color: #fff;
  color: #052537;
}

.navi__submenu {
  box-sizing: border-box;
  position: absolute;
  padding: 8px 0;
  background-color: #fff;
  color: #052537;
  border-radius: 12px;
}

.navi__submenu-company {
  display: none;
  width: 223px;
  margin-left: -116px;
  z-index: 1000;
}
.navi__submenu-service {
  display: none;
  width: 297px;
  margin-left: -206px;
  z-index: 1000;
}

.submenu__item {
  padding: 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 8px;
  cursor: pointer;
}

.submenu__item:hover {
  color: #fff;
  background-color: #3e9dd8;
}

.navi__item-company:hover,
.navi__item-service:hover {
  background-color: #fff;
  color: #052537;
}

.arr__dis2 {
  margin-left: 4.2px;
  stroke: #fff;
}

.arr__dis {
  margin-left: 4.2px;
  stroke: #fff;
}

.navi__item-company:hover > .arr__dis,
.navi__item-service:hover > .arr__dis2 {
  stroke: #052537;
}

.rotate180 {
  rotate: 180deg;
  stroke: #052537;
}

.white {
  background-color: #fff;
  color: #052537;
  cursor: pointer;
}

/* .activated:after {
    background-color: #fff;
    content: url("/img/arr-top.svg");
    margin-left: .3em;
    display: inline-block;
    transition: transform .5s;

}

.activated:hover:after {
    background-color: #fff;
    content: url("/img/arr-top.svg");
    margin-left: .3em;
    display: inline-block;
    transition: transform .5s;

} */
