.header-main {
  width: 100%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(30px);
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-main .header-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-main .header-top__wrap .menu-center ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-main .header-top__wrap .menu-center ul li {
  list-style: none;
  position: relative;
}
.header-main .header-top__wrap .menu-center ul li a {
  display: block;
  color: #191D27;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}
.header-main .header-top__wrap .menu-center ul li a:hover, .header-main .header-top__wrap .menu-center ul li a.active {
  color: #BE1E2D;
}
.header-main .header-top__wrap .menu-center ul li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}
.header-main .header-top__wrap .menu-center ul li ul.sub-menu li {
  padding: 5px 0;
}
.header-main .header-top__wrap .menu-center ul li ul.sub-menu li a {
  font-size: 14px;
  font-weight: 400;
}
.header-main .header-top__wrap .menu-center ul li:hover > a {
  color: #BE1E2D;
}
.header-main .header-top__wrap .menu-center ul li:hover ul.sub-menu {
  display: block;
}
.header-main .menu-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-main .menu-right--login {
  display: flex;
  align-items: center;
}
.header-main .menu-right--login .dropdown {
  padding-right: 5px;
  margin-right: 5px;
}
.header-main .menu-right--login .dropdown::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  background-color: rgba(104, 104, 104, 0.6);
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-main .menu-right--login .dropdown .dropdown-menu {
  width: 90px;
  min-width: auto;
}
.header-main .menu-right--login .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  gap: 5px;
  padding: 0 5px;
  color: #686868;
  font-size: 14px;
  line-height: 157.143%;
}
.header-main .menu-right--login .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef !important;
}
.header-main .menu-right--login .dropdown .dropdown-menu .dropdown-item .icon-lang {
  width: 23px;
}
.header-main .menu-right--login .dropdown .dropdown-menu .dropdown-item .icon-lang img {
  max-width: 100%;
}
.header-main .menu-right--login .lang-button {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #686868;
  font-size: 14px;
  line-height: 157.143%;
  letter-spacing: -0.42px;
}
.header-main .menu-right--login .lang-button .icon-lang {
  width: 23px;
}
.header-main .menu-right--login .lang-button .icon-lang img {
  max-width: 100%;
}
.header-main .menu-right--login .header-bot__auth {
  color: #686868;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 991px) {
  .header-main .header-top__wrap .menu-center {
    display: none;
  }
  .header-main .menu-right--login .lang-button .txt {
    display: none;
  }
  .header-main .menu-right .btn--all {
    display: none;
  }
}

.header-hamburger-button {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-hamburger-button {
    display: block;
  }
}

.mm-listitem .item-menu-mb.active {
  color: #BE1E2D;
}
.mm-listitem.last--btn {
  padding: 15px 20px 0;
}
.mm-listitem.last--btn a {
  color: #fff;
}
.mm-listitem.last--btn::after {
  display: none;
}
.btn--all {
  border-radius: 6px;
  background: linear-gradient(135deg, #BE1E2D 1.85%, #E26873 51.43%, #BE1E2D 100.03%);
  display: inline-flex
;
  gap: 10px;
  padding: 6px 20px;
  color: #FFDCDC;
  font-size: 16px;
  line-height: 162.5%;
  letter-spacing: -0.48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}