
.background .trigger {
  width: 30px;
  height: 30px;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  cursor: pointer;
  transition: top 0.1s ease-in-out;
}
.background .trigger.on {
  position: fixed;
  top: 6px;
  right: 0;
}
.background .trigger span {
  display: block;
  width: 100%;
  height: 5px;
  background: #7abdf9;
  margin: 0 0 5px 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.background .trigger span:first-child {
  top: 0;
  left: 0;
}
.background .trigger span:nth-child(2) {
  top: 10px;
  left: 0;
}
.background .trigger span:last-child {
  top: 20px;
  left: 0;
}
.background .trigger.on {
  top: 40px;
  right: 40px;
}
.background .trigger.on span:first-child {
  transform: rotate(45deg);
}
.background .trigger.on span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}
.background .trigger.on span:last-child {
  transform: rotate(45deg);
  top: 0;
}

.menu_adap {
  background: rgb(255 255 255 / 95%);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 2;
}
.menu_adap ul {
  list-style-type: none;
  list-style: none !important;
  padding: 0;
  left: 0;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.menu_adap ul li {
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c547;
}
.nav_color_mob_lang {
  color: #DA0000;
}
.nav_link_hide_mob {
  color: #DA0000;
}

.nav_link_mobile {
  font-family: Museo, sans-serif;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.header_mobile_nav {
  display: none;
}
.header_mobile_nav_sss {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
.personal_nav_mobile {
  justify-content: center;
  margin-top: 30px;
}
.personal_ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.personal_a_tag {
  width: 100%;
}
.personal_btn_width {
  width: 100%;
  margin-bottom: 15px;
}
.personal_menu_btn {
  padding: 12px 30px;
  background-color: #2f4257;
  color: #FFF;
}



@media screen and (max-width: 992px) {
  .header_mobile_nav {display: flex;}
}