.header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .header .head_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 2px;
    max-height: 79px;
  }
  @media screen and (max-width: 996px) {
    .header .head_container {
      max-height: 100%;
    }
  }
  .header .header_mobile {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #727272;
    transition: background-color 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header .header_mobile .mobile_nav {
    display: block;
  }
  .header .header_mobile .header__burger-btn {
    position: fixed;
    top: 52px;
    right: 10px;
  }
  @media screen and (max-width: 996px) {
    .header .header_mobile .header__burger-btn {
      top: 63px;
      right: 50px;
    }
  }
  @media screen and (max-width: 460px) {
    .header .header_mobile .header__burger-btn {
      top: 52px;
      right: 50px;
    }
  }
  .header .head_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 22px 0px 5px 0px;
  }
  @media screen and (max-width: 617px) {
    .header .head_info {
      display: none;
    }
  }
  .header .head_info__text {
    /* font-family: "Bebas", sans-serif; */
    font-weight: 400;
    font-size: 26px;
    line-height: 31.2px;
    color: #686767;
    cursor: pointer;
    text-transform: uppercase;
  }
  .header .head_info__text:last-child {
    margin-top: -5px;
  }
  @media screen and (max-width: 768px) {
    .header .head_info__text {
      font-size: 20.56px;
      line-height: 24.67px;
    }
  }
  .header .head_info__text > a {
    text-decoration: underline;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 31.2px;
    color: #686767;
    cursor: pointer;
    text-transform: uppercase;
  }
  .header .header__burger-btn {
    display: none;
    position: relative;
    height: 26px;
    width: 23px;
    border: none;
    background: transparent;
  }
  .header .header__burger-btn > span {
    height: 2px;
    width: 100%;
    transform: scale(1);
    background-color: #1D1D1B;
  }
  @media screen and (max-width: 617px) {
    .header .header__burger-btn {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
  }
  .header .header__burger-btn::before, .header .header__burger-btn::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000000;
    transition: all 0.3s ease 0s;
  }
  .header .header__burger-btn::before {
    top: 0;
  }
  .header .header__burger-btn::after {
    bottom: 0;
  }
  .header .header__burger-btn.header__burger-btn--active > span {
    transform: scale(0);
  }
  .header .header__burger-btn.header__burger-btn--active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .header .header__burger-btn.header__burger-btn--active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .header .mobile_nav {
    display: none;
  }
  .header .mobile_nav .mobile_nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .header .mobile_nav .mobile_nav-list > li > a {
    font-family: "Bebas", sans-serif;
    font-weight: 400;
    font-size: 20.56px;
    line-height: 24.67px;
    color: #FFFFFF;
  }
  .header .mobile_nav .mobile_nav__item-active {
    color: #591413 !important;
  }
  .header .nav_menu {
    display: flex;
    width: 100%;
    background-color: #cccccc;
    margin-top: 20px;
  }
  @media screen and (max-width: 617px) {
    .header .nav_menu {
      display: none;
    }
  }
  .header .nav_list_menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    padding: 0px;
  }
  .header .nav_list_menu_item {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in;
    height: 44px;
    width: 100%;
    border-left: 1px solid #a0a09f;
    transition: background-color 0.3s ease-in-out;
  }
  .header .nav_list_menu_item:hover {
    background-color: rgb(96, 94, 94);
    color: #FFFFFF;
  }
  .header .nav_list_menu_item:hover > a {
    color: #FFFFFF;
  }
  .header .nav_list_menu_item:nth-child(1) {
    border-left: none;
  }
  .header .nav_list_menu_item:nth-child(5) {
    border-right: 1px solid #a0a09f;
  }
  .header .nav_list_menu_item:nth-child(6) {
    border-left: none;
  }
  .header .nav_list_menu_item__active {
    background-color: #a0a09f;
    color: #FFFFFF;
  }
  @media screen and (max-width: 768px) {
    .header .nav_list_menu_item {
      height: 27.7px;
    }
  }
  .header .nav_list_menu_item > a {
    display: flex;
    padding: 0px 10px;
  }
  .header .nav_list_menu_item > a {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    height: 100%;
    color: #605e5e;
  }
  @media screen and (max-width: 768px) {
    .header .nav_list_menu_item > a {
      font-size: 19.06px;
    }
    .header .nav_list_menu_item > a {
      line-height: 28px;
    }
  }