.left_menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 320px; /* или другое значение, но в нашем случае 320px */
  background: #ffffff;
  z-index: 100;
  box-shadow: 10px 0 20px 15px rgba(0, 0, 0, 0.2),
    inset 1px 0 0 rgba(0, 0, 0, 0.5);
  overflow-y: hidden; /* добавляем скролл для всего меню, если контент не помещается */
}

.header_menu {
  display: flex;
  flex-direction: row; /* Горизонтальное направление */
  width: 320px;
  overflow-y: auto; /* Добавляем прокрутку при необходимости */
  padding-bottom: 20px; 
}

.header_left-menu-navigation {
  display: flex;
  justify-content: space-between; /* Распределение по краям */
  align-items: center; /* Выравнивание по центру */
  height: 88px; /* Высота шапки */
  width: 100%; /* Ширина 100% */
  padding: 0 24px; /* Отступы по бокам */
  gap: 16.73px; /* Расстояние между элементами */
  margin-bottom: 32px;
  border-right: 2px;
  border-color: #1b1c21;
}

.header_left-menu {
  display: flex;
  gap: 16.73px;
  justify-content: space-between;
  align-items: center;
}

.header_right-left-menu {
  display: flex;
  gap: 16.73px;
  justify-content: space-between;
  align-items: center;
}

.main_left-menu {
  flex: 1 1 auto;
  width: 320px;
  flex-grow: 1;
  overflow-y: auto;
  min-height: 0;
}

.main_left-menu-btn {
  display: flex;
  flex-direction: column;
  width: 320px;
  margin-bottom: 50px;
}

.header_btn {
  border: none;
  background: none;
}

.highlight {
  width: 32px;
  height: 4px;
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}

.btn_left-menu {
  display: flex;
  flex-direction: column;
  width: 222px;
  cursor: pointer; /* Курсор при наведении*/
  gap: min(32px, 3vh);
  padding-left: 24px;
}

.btn_main {
  display: flex;
  justify-content: flex-start;
  width: max-content;
  height: 24px;
  background: none; /* Прозрачный фон */
  color: #1b1c21; /* Цвет текста */
  font-weight: 500; /* Полужирный */
  font-family: TT Lakes; /* Шрифт */
  white-space: nowrap; /* Текст в одну строку */
  font-size: 16px; /* Размер шрифта */
  line-height: 24px; /* Высота строки */
  letter-spacing: -0.2px; /* Межбуквенное расстояние */
  border: none;
  cursor: pointer;
}


#btn_one {
  margin-top: 8px;
  color: #7e7e82;
}

#btn_one:hover {
  color: #ff3e79;
}

#btn_one:active {
  color: #41f6d7;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 320px;
  padding-left: 24px;
  padding-bottom: min(20px, 3vh);
}

.btn_info {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.btn-inf {
  display: flex;
  border: none;
  background: none;
}

.mail {
  display: flex;
  padding-bottom: 12px;
}

.mail-cps {
  color: #1b1c21; /* Цвет текста */
  font-weight: 500; /* Полужирный */
  font-family: TT Lakes; /* Шрифт */
  white-space: nowrap; /* Текст в одну строку */
  font-size: 16px; /* Размер шрифта */
  line-height: 24px; /* Высота строки */
  letter-spacing: -0.2px; /* Межбуквенное расстояние */
}

.number_call {
  display: flex;
  padding-bottom: 40px;
}

.number_call-num {
  font-size: 24px; /* Размер шрифта */
  line-height: 32px; /* Высота строки */
  letter-spacing: -0.6px; /* Межбуквенное расстояние */
  font-weight: 700; /* Жирный шрифт */
  font-family: TT Lakes; /* Шрифт */
}

.language {
  display: flex;
  gap: 7px;
}

.translation {
  border: none;
  background: none;
  color: #1b1c21; /* Цвет текста */
  font-weight: 500; /* Полужирный */
  font-family: TT Lakes; /* Шрифт */
  white-space: nowrap; /* Текст в одну строку */
  font-size: 16px; /* Размер шрифта */
  line-height: 24px; /* Высота строки */
  letter-spacing: -0.2px; /* Межбуквенное расстояние */
}

#ru {
  color: #7e7e82;
}

#ru:hover {
  color: #ff3e79;
}

#ru:active {
  color: #41f6d7;
}

.btn_main:active {
  color: #41f6d7;
}

.btn_main:hover {
  border: none;
  background: white;
  cursor: pointer;
  color: #ff3e79;
  text-shadow: 1px 3px 5px #ff3e79;
}

.btn_main:active {
  color: #41f6d7;
  cursor: pointer;
  text-shadow: none;
}

.all-btn {
  display: inline-block;
  overflow: hidden;
}

.all-btn img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.all-btn img:hover {
  -webkit-transform: rotate(
    360deg
  ); /* Градусы поворота можно изменить по необходимости */
  transform: rotate(360deg);
  cursor: pointer;
}

.mail-cps {
  display: inline-block;
  color: #000507; /* Цвет обычной ссылки */
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.mail-cps:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px; /* Высота линии */
  background-color: #41f6d7; /* Цвет подчеркивания при исчезании линии*/
  transition: width 0.5s;
}

.mail-cps:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px; /* Высота линии */
  background-color: #ff3e79; /* Цвет подчеркивания при появлении линии*/
  transition: width 0.5s;
}

.number_call-num {
  display: inline-block;
  color: #000507; /* Цвет обычной ссылки */
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.number_call-num:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px; /* Высота линии */
  background-color: #41f6d7; /* Цвет подчеркивания при исчезании линии*/
  transition: width 0.5s;
}
.number_call-num:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px; /* Высота линии */
  background-color: #ff3e79; /* Цвет подчеркивания при появлении линии*/
  transition: width 0.5s;
}

.translation:hover {
  color: #ff3e79;
  cursor: pointer;
}

.translation:active {
  color: #41f6d7;
  cursor: pointer;
}
