body > header .menu_shirma {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.container.head_drop_menu_new {
  height: 100vh;
  width: 280px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #000000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0px;
  z-index: 9;
  overflow: hidden;
  right: -2300px;
  transition: all 0.5s;
  padding: 32px 20px 48px 20px;
  gap: 24px;
  color: #ffffff;
}
.container.head_drop_menu_new.open {
  right: 0;
}
.container.head_drop_menu_new .top .left_col {
  margin-bottom: 12px;
}
.container.head_drop_menu_new .top .left_col .phone_num a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.container.head_drop_menu_new .top .right_col .social_buts {
  display: flex;
  gap: 24px;
}
.container.head_drop_menu_new .top .right_col .social_buts .max,
.container.head_drop_menu_new .top .right_col .social_buts .telegram {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.container.head_drop_menu_new .top .right_col .close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.container.head_drop_menu_new .top .right_col .menuTree span {
  background-color: #ffffff;
}
.container.head_drop_menu_new .middle {
  width: 100%;
  height: 572px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .container.head_drop_menu_new .middle {
    height: 400px;
    padding-bottom: 20px;
  }
}
.container.head_drop_menu_new .middle::-webkit-scrollbar {
  width: 0;
}
.container.head_drop_menu_new .middle .col {
  padding: 14px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container.head_drop_menu_new .middle .col.active .open img {
  transform: rotate(180deg);
}
.container.head_drop_menu_new .middle .col.active ul {
  display: flex;
}
.container.head_drop_menu_new .middle .col .col_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
.container.head_drop_menu_new .middle .col .col_head .open {
  display: flex;
  align-items: center;
  height: 100%;
  height: 21px;
  width: 21px;
  justify-content: flex-end;
}
.container.head_drop_menu_new .middle .col .col_head a {
  color: #ffffff;
}
.container.head_drop_menu_new .middle .col ul {
  display: none;
  padding: 8px 0px 0px 20px;
  flex-direction: column;
  gap: 12px;
}
.container.head_drop_menu_new .middle .col ul a {
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.container.head_drop_menu_new .buttom {
  position: absolute;
  bottom: 48px;
  width: 260px;
  padding-top: 68px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 10.67%);
}
.container.head_drop_menu_new .buttom .red_but {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #ff0025;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .container.head_drop_menu_new .buttom {
    position: fixed;
    padding-top: 78px;
  }
}
