header#masthead nav li {
  list-style: none;
  page-break-inside: avoid;
  break-inside: avoid;
}
header#masthead nav ul.sub-menu {
  display: none;
}
header#masthead nav .menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
header#masthead nav ul.sub-menu {
  width: 830px;
  position: absolute;
  columns: 2;
  -webkit-columns: 3;
  -moz-columns: 2;
  background: #2e272bdb;
  padding: 20px;
  border-radius: 19px;
}
header#masthead nav ul.sub-menu ul.sub-menu {
  display: block;
  width: 100%;
  position: relative;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  background: unset;
  padding: 0px;
}
header.header {
  z-index: 100;
}
.menu_custom > a {
  color: var(--orange__light);
}
.header {
  padding: 0;
  height: 76px;
  background-color: #0f1113;
}
@media (max-width: 1199px) {
  .header {
    height: 66px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 64px;
  }
}
.header.active {
  backdrop-filter: none;
  background-color: #191926 !important;
}
@media (max-width: 1199px) {
  .header.active .header__btn {
    display: none;
  }
  .header.active .lang {
    display: none;
  }
  .header.active .footer__socials {
    right: 84px;
  }
}
@media (max-width: 768px) {
  .header.active {
    position: fixed;
  }
}
@media (max-width: 640px) {
  .header.active .header__container .footer__socials .footer__social.telegram,
  .header.active .header__container .footer__socials .footer__social.line,
  .header.active .header__container .footer__socials .footer__social.whatsapp {
    display: block;
  }
}
.header .header__container {
  max-width: 1260px;
  padding: 0;
  column-gap: 6.5px;
}
@media (max-width: 1260px) {
  .header .header__container {
    max-width: 100%;
    padding: 0 20px;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .header .header__container .nav.nav-row {
    display: none;
  }
}
.header .header__container .nav.nav-row li a {
  margin-bottom: 0 !important;
  padding: 0 10px;
  height: 44px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 12px;
  color: #ffffff;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.2s ease-out;
}
.header .header__container .nav.nav-row li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.header .header__container .nav.nav-row li:not(:last-child) a {
  margin-right: 8px;
}
.header .header__container .nav.nav-row li:last-child a {
  margin-right: 0;
}
.header .header__container .nav.nav-row li.menu-item-has-children .drop_arrow {
  transition: transform 0.2s ease-out;
}
.header .header__container .nav.nav-row li.menu-item-has-children:hover .drop_arrow {
  transform: rotate(180deg);
}
.header .header__container .nav.nav-row li.menu-item-has-children a {
  padding: 0 6px;
}
.header .header__container .list-style-type-none {
  margin: 0;
}
.header .header__container .right_section {
  display: flex;
  align-items: center;
}
@media (max-width: 1359px) {
  .header .header__container .right_section .footer__socials .header__phone {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header__container .right_section .footer__socials .header__phone {
    display: block;
  }
}
@media (max-width: 639px) {
  .header .header__container .right_section .footer__socials .header__phone {
    display: none;
  }
}
.header .header__container .right_section .footer__socials .header__phone .header__number {
  margin-right: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #ffffff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.2s ease-out;
}
.header .header__container .right_section .footer__socials .header__phone .header__number:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header .header__container .right_section .footer__socials .header__phone .header__number {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .header .header__container .right_section .footer__socials {
    margin-top: 0;
    justify-content: normal;
    width: max-content;
  }
}
.header .header__container .right_section .footer__socials .footer__social {
  background-color: #363636;
  margin: 0;
}
.header .header__container .right_section .footer__socials .footer__social.whatsapp {
  background-image: url('/wp-content/themes/highrise2/img/whatsapp_green.svg');
  margin-left: 8px;
  background-color: rgba(157, 240, 161, 0.07);
}
.header .header__container .right_section .footer__socials .footer__social.whatsapp:hover {
  background-color: rgba(157, 240, 161, 0.07);
}
.header .header__container .right_section .footer__socials .footer__social.line {
  background-image: url(/wp-content/themes/highrise2/img/line-icon.svg);
  background-color: rgba(157, 240, 161, 0.07);
  background-size: 32px;
}
.header .header__container .right_section .footer__socials .footer__social.line:hover {
  background-color: rgba(157, 240, 161, 0.07);
}
.header .header__container .right_section .footer__socials .footer__social.telegram {
  background-image: url('/wp-content/themes/highrise2/img/telegram_blue.svg');
  background-color: rgba(157, 240, 161, 0.07);
}
.header .header__container .right_section .footer__socials .footer__social.telegram:hover {
  background-color: rgba(157, 240, 161, 0.07);
}
.header .header__container .right_section .footer__socials .footer__social.max {
  margin-left: 8px;
  background-image: url('/wp-content/themes/highrise2/img/max.svg');
  background-color: rgba(133, 117, 255, 0.1);
}
.header .header__container .right_section .footer__socials .footer__social.max:hover {
  background-color: rgba(133, 117, 255, 0.1);
}
.header .header__container .right_section .header__btn {
  margin: 0 20px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.2s;
}
.header .header__container .right_section .header__btn:hover {
  filter: brightness(90%);
}
@media (max-width: 1199px) {
  .header .header__container .right_section .header__btn {
    margin: 0 24px;
    padding: 0 11.5px;
  }
}
@media (max-width: 767px) {
  .header .header__container .right_section .header__btn {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
  }
}
.header .header__container .right_section .lang {
  padding: 0 4px;
}
@media (max-width: 767px) {
  .header .header__container .right_section .lang {
    margin-left: 24px;
    display: block;
  }
}
@media (max-width: 479px) {
  .header .header__container .right_section .lang {
    margin-left: 10px;
  }
}
.header .header__container .right_section .lang__main {
  width: 52px;
  height: 40px;
}
@media (max-width: 380px) {
  .header .header__container .right_section .lang__main {
    width: 45px;
  }
}
.header .header__container .right_section .lang__main:after {
  height: 40px;
}
.header .header__container .right_section .lang:hover > .lang__main::after {
  transform: rotate(180deg);
}
.header .header__container .right_section .lang:hover > .lang__content {
  max-height: 200px;
  z-index: 1;
}
.header .header__container .right_section .lang__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .header__container .right_section .lang__content {
  top: calc(100% + 12px);
  right: -6px;
}
@media (max-width: 1199px) {
  .header .header__container .menu-btn {
    margin-left: 10px;
    max-height: 200px;
    max-width: 40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    display: block;
    transition: 0.3s;
    background-image: url(/wp-content/themes/highrise2/img/menu_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .header .header__container .menu-btn.active {
    background-image: url('/wp-content/themes/highrise2/img/close-white.svg');
    background-color: transparent;
  }
  .header .header__container .mobile__menu.active {
    background: #191926;
  }
  .header .header__container .mobile__menu.active > div.d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0px;
    margin-bottom: 32px;
    position: absolute;
    bottom: 40px;
    width: calc(100% - 40px);
    background: linear-gradient(180deg, rgba(25, 25, 38, 0), #191926 100%);
    padding-top: 145px;
  }
  .header .header__container .mobile__phone {
    margin: 16px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .header__container .mobile__phone .mobile__number {
    font-size: 17px;
    display: block;
    margin: 0 24px 0px 0;
  }
  .header .header__container .mobile__phone .footer__social {
    display: block;
    background-color: #36363F;
    transition: all 0.2s;
  }
  .header .header__container .mobile__phone .footer__social:hover {
    filter: brightness(90%);
  }
  .header .header__container .mobile__phone .footer__social.whatsapp {
    background-image: url('/wp-content/themes/highrise2/img/whatsapp_green.svg');
    background-color: rgba(157, 240, 161, 0.07);
  }
  .header .header__container .mobile__phone .footer__social.whatsapp:hover {
    background-color: rgba(157, 240, 161, 0.07);
  }
  .header .header__container .mobile__phone .footer__social.line {
    background-image: url(/wp-content/themes/highrise2/img/line-icon.svg);
    background-color: rgba(157, 240, 161, 0.07);
    background-size: 32px;
  }
  .header .header__container .mobile__phone .footer__social.line:hover {
    background-color: rgba(157, 240, 161, 0.07);
  }
  .header .header__container .mobile__phone .footer__social.telegram {
    background-image: url('/wp-content/themes/highrise2/img/telegram_blue.svg');
    background-color: rgba(157, 240, 161, 0.07);
  }
  .header .header__container .mobile__phone .footer__social.telegram:hover {
    background-color: rgba(157, 240, 161, 0.07);
  }
  .header .header__container .mobile__phone .footer__social.max {
    background-image: url('/wp-content/themes/highrise2/img/max.svg');
    background-color: rgba(133, 117, 255, 0.1);
  }
  .header .header__container .mobile__phone .footer__social.max:hover {
    background-color: rgba(133, 117, 255, 0.1);
  }
  .header .header__container .mobile__phone .mobile__workload {
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    display: none;
  }
  .header .header__container .mobile__phone .mobile__workload::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--status__green);
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px 0 0;
  }
  .header .header__container .mobile__menu {
    width: 100%;
    height: 100vh;
    background: var(--gray__600);
    padding: 0 20px;
    position: fixed;
    top: 76px;
    left: 0;
  }
  .header .header__container .mobile__menu .lang {
    display: none !important;
  }
  .header .header__container .mobile__menu.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
  }
  .header .header__container .mobile__menu .header__btn {
    position: relative;
    right: 0px;
    text-align: center;
    color: #0f1113;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
  }
  .header .header__container .mobile__menu .mobile__nav {
    line-height: 130%;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: calc(100vh - 240px);
    padding-bottom: 180px;
    overflow-y: auto;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_child_wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_child_wrapp:hover .mobile__nav_ar {
    transform: rotate(180deg);
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_child_wrapp a {
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
  }
  .header .header__container .mobile__menu .mobile__nav > a {
    margin-bottom: 12px;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_child {
    display: none;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_ar {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_ar::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/public/img/icons/dropdown.svg) no-repeat 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_h {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_title {
    color: #ffffff !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 0px;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_title_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    margin-top: 12px;
  }
  .header .header__container .mobile__menu .mobile__nav .mobile__nav_title_wrap a {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .header .header__container .mobile__menu {
    top: 66px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .header__container .mobile__menu {
    top: 64px;
  }
}
@media (max-width: 768px) {
  .header .header__container.active .header__btn {
    width: 155px;
  }
  .header .header__container .menu-btn .menu-btn__item {
    display: none;
  }
}
.single .header {
  background: transparent;
}
.single .header.scrolled {
  background-color: #0f1113;
}