.header_new .other_company_row {
  background: #000;
  height: 52px;
  z-index: 9;
  position: relative;
  overflow: visible;
  transition: all 0.3s;
}
.header_new .other_company_row.hidden {
  margin-top: -52px;
}
.header_new .other_company_row .container {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 8px 0;
  height: 100%;
}
@media (max-width: 1599px) {
  .header_new .other_company_row .container .left {
    width: 100%;
  }
}
.header_new .other_company_row .left > ul > li:hover {
  background: #292929;
}
.header_new .other_company_row .left > ul > li:hover a {
  color: #fff;
}
.header_new .other_company_row ul {
  display: flex;
  width: auto;
  list-style: none;
  margin: 0;
  height: 100%;
  padding: 0;
}
.header_new .other_company_row ul > * + * {
  margin-left: 10px;
}
.header_new .other_company_row ul li {
  height: 100%;
  border-radius: 8px;
  position: relative;
}
.header_new .other_company_row ul li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 9px 16px;
  display: inline-block;
}
.header_new .other_company_row ul li .sk {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 16px;
}
.header_new .other_company_row ul li.active {
  background: #292929;
}
.header_new .other_company_row ul li.active a {
  color: #fff;
}
.header_new .other_company_row ul li.active.other_company {
  background: #292929;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .header_new .other_company_row ul li.active.other_company .other_company_drop_menu {
    display: none!important;
  }
}
@media (max-width: 1599px) {
  .header_new .other_company_row ul li:not(:nth-child(1)) {
    display: none;
  }
  .header_new .other_company_row ul li.other_company .ic {
    display: inline-block !important;
    transform: rotate(180deg);
    margin-left: 9px;
    margin-bottom: -2px;
  }
  .header_new .other_company_row ul li.other_company .sk {
    display: flex;
    justify-content: space-between;
  }
  .header_new .other_company_row ul li.other_company .other_company_drop_menu {
    display: none;
    width: 100%;
    top: 30px;
  }
  .header_new .other_company_row ul li.other_company:hover .other_company_drop_menu {
    display: block;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .header_new .other_company_row ul li {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .header_new .other_company_row ul {
    width: 100%;
    justify-content: center;
  }
}
.header_new .other_company_row .other_company_drop_menu {
  padding-top: 4px;
  position: absolute;
  top: 42px;
  left: 0px;
  background: #292929;
  border-radius: 4px;
}
.header_new .other_company_row .other_company_drop_menu ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header_new .other_company_row .other_company_drop_menu ul li {
  margin-left: 0;
}
@media (max-width: 1599px) {
  .header_new .other_company_row .other_company_drop_menu ul li:not(:nth-child(1)) {
    display: block;
  }
}
.header_new .other_company_row {
  height: 52px;
}
@media (max-width: 760px) {
  .header_new .other_company_row {
    height: auto;
  }
}
@media (max-width: 760px) {
  .header_new .other_company_row.hidden {
    margin-top: -90px;
  }
}
.header_new .other_company_row .container {
  width: 100%;
  padding: 8px 40px 8px 40px;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .header_new .other_company_row .container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 8px 0px 8px 0px;
  }
}
.header_new .other_company_row .container .left ul {
  gap: 10px;
}
.header_new .other_company_row .container .left ul li {
  margin: 0;
}
@media (max-width: 760px) {
  .header_new .other_company_row .container .left ul li {
    width: 100%;
  }
}
.header_new .other_company_row .container .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  height: 100%;
}
@media (max-width: 760px) {
  .header_new .other_company_row .container .right {
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }
}
.header_new .other_company_row .container .right .max__link,
.header_new .other_company_row .container .right .tg__link,
.header_new .other_company_row .container .right .tel__link_new {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 0px;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-wrap: nowrap;
  text-decoration: none;
}
.header_new .other_company_row .container .right .max__link .phone,
.header_new .other_company_row .container .right .tg__link .phone,
.header_new .other_company_row .container .right .tel__link_new .phone {
  height: 13px;
  width: auto;
}
@media (max-width: 760px) {
  .header_new .other_company_row .container .right .max__link,
  .header_new .other_company_row .container .right .tg__link,
  .header_new .other_company_row .container .right .tel__link_new {
    font-size: 14px;
    color: #fff;
  }
}
.header_new .other_company_row .container .right .max__link:hover,
.header_new .other_company_row .container .right .tg__link:hover,
.header_new .other_company_row .container .right .tel__link_new:hover {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header_new .other_company_row.hidden ~ .top_head_row {
  background-color: #fff;
  box-shadow: 0 0 3px #0000003d;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .left_col .head_logo .head_logo_path {
  fill: #000;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .mid_col li {
  color: #000000 !important;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 760px) {
  .header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll {
    gap: 0;
  }
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .max__link,
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .tg__link,
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .tel__link_new {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 48px;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .max__link svg,
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .tg__link svg,
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .tel__link_new svg {
  width: 23px;
  height: 23px;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .max__link svg path {
  fill: #3BBC4D;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .tg__link svg path {
  fill: #039BE5;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .right_scroll .tel__link_new svg path {
  fill: #000;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .log_in svg path {
  fill: #000;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .slide_menu span::before {
  background-color: #000000 !important;
}
.header_new .other_company_row.hidden ~ .top_head_row .container .right_col .slide_menu span::after {
  background-color: #000000 !important;
}

.header_new .infonote_wrap {
  width: 100%;
}

.header_new .infonote_link {
  text-decoration: none;
  transition: all .3s linear;
}

.header_new .infonote_link:hover {
  background: #E90000;
  border-bottom: inherit;
}

.header_new .infonote_link, .header_new .infonote_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  color: #fff !important;
  background: #ff0025;
  padding: 15px;
}

@media (max-width: 575px) {
  .header_new .infonote_link, .header_new .infonote_text {
    padding: 10px;
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  .header_new .infonote_link, .header_new .infonote_text {
    font-size: 16px !important;
  }
}

.header_new .top_head_row .container {
  box-shadow: none;
  background-color: transparent;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .header_new .top_head_row .container {
    padding: 12px 15px 12px 15px;
    height: auto;
  }
}
.header_new .top_head_row .container .left_col .head_logo {
  margin: 0;
}
.header_new .top_head_row .container .mid_col .top_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding: 0px;
}
@media (max-width: 1190px) {
  .header_new .top_head_row .container .mid_col .top_menu {
    display: none;
  }
}
.header_new .top_head_row .container .mid_col .top_menu li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.header_new .top_head_row .container .mid_col .top_menu li a {
  color: inherit;
}
.header_new .top_head_row .container .right_col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
}
@media (max-width: 760px) {
  .header_new .top_head_row .container .right_col {
    gap: 0px;
  }
}
.header_new .top_head_row .container .right_col .right_scroll {
  display: none;
}
@media (max-width: 1290px) {
  .header_new .top_head_row .container .right_col {
    width: auto;
  }
}
.header_new .top_head_row .container .right_col .add_application {
  margin: 0;
}
@media (max-width: 760px) {
  .header_new .top_head_row .container .right_col .add_application {
    display: none;
  }
}
.header_new .top_head_row .container .right_col .add_application .red_but {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0px 24px 0px 24px;
  min-height: 48px;
  border-radius: 4px;
  background: #ff0025;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.header_new .top_head_row .container .right_col .log_in {
  margin: 0;
}
@media (max-width: 639px) {
  .header_new .top_head_row .container .right_col .log_in {
    display: block;
    width: 48px;
    height: 48px;
    background: none;
  }
}
.header_new .top_head_row .container .right_col .log_in a {
  min-height: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .header_new .top_head_row .container .right_col .log_in a img {
    display: block;
  }
}
.header_new .top_head_row .container .right_col .slide_menu {
  margin: 0;
  min-height: 48px;
  min-width: 48px;
}
.header_new .top_head_row .container .right_col .slide_menu .menu-toggle {
  width: 48px;
  height: 48px;
}
.header_new .top_head_row .container .right_col .slide_menu .menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 639px) {
  .header_new .top_head_row .container .right_col .slide_menu .menu-toggle .hamburger {
    zoom: normal;
  }
}
.header_new .top_head_row .container .right_col .slide_menu .menu-toggle .hamburger span {
  width: 24px;
  margin: 0;
}
.header_new .top_head_row .container .right_col .slide_menu .menu-toggle .hamburger span::before {
  background-color: #fff;
}
.header_new .top_head_row .container .right_col .slide_menu .menu-toggle .hamburger span::after {
  background-color: #fff;
}
.header_new .top_head_row .head_drop_menu {
  background-color: #fff;
  max-width: 1240px;
}
@media (max-width: 1290px) {
  .header_new .top_head_row .head_drop_menu {
    max-width: 1024px;
  }
}
.header_new .top_head_row .head_drop_menu.open {
  top: -80px;
}
.header_new .top_head_row .container.head_drop_menu_new {
  height: 100vh;
  width: 280px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #000000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0px;
  z-index: 9;
  overflow: hidden;
  right: -2300px;
  transition: all 0.5s;
  padding: 32px 20px 48px 20px;
  gap: 24px;
  color: #ffffff;
}
.header_new .top_head_row .container.head_drop_menu_new.open {
  right: 0;
}
.header_new .top_head_row .container.head_drop_menu_new .top .left_col {
  margin-bottom: 12px;
}
.header_new .top_head_row .container.head_drop_menu_new .top .left_col .phone_num a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.header_new .top_head_row .container.head_drop_menu_new .top .right_col .social_buts {
  display: flex;
  gap: 24px;
}
.header_new .top_head_row .container.head_drop_menu_new .top .right_col .social_buts .max,
.header_new .top_head_row .container.head_drop_menu_new .top .right_col .social_buts .telegram {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.header_new .top_head_row .container.head_drop_menu_new .top .right_col .close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.header_new .top_head_row .container.head_drop_menu_new .top .right_col .menuTree span {
  background-color: #ffffff;
}
.header_new .top_head_row .container.head_drop_menu_new .middle {
  width: 100%;
  height: 572px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .header_new .top_head_row .container.head_drop_menu_new .middle {
    height: 400px;
    padding-bottom: 20px;
  }
}
.header_new .top_head_row .container.head_drop_menu_new .middle::-webkit-scrollbar {
  width: 0;
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col {
  padding: 14px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col.active .open img {
  transform: rotate(180deg);
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col.active ul {
  display: flex;
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col .col_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col .col_head .open {
  display: flex;
  align-items: center;
  height: 100%;
  height: 21px;
  width: 21px;
  justify-content: flex-end;
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col .col_head a {
  color: #ffffff;
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col ul {
  display: none;
  padding: 8px 0px 0px 20px;
  flex-direction: column;
  gap: 12px;
}
.header_new .top_head_row .container.head_drop_menu_new .middle .col ul a {
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.header_new .top_head_row .container.head_drop_menu_new .buttom {
  position: absolute;
  bottom: 48px;
  width: 260px;
  padding-top: 68px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 10.67%);
}
.header_new .top_head_row .container.head_drop_menu_new .buttom .red_but {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #ff0025;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .header_new .top_head_row .container.head_drop_menu_new .buttom {
    position: fixed;
    padding-top: 78px;
  }
}
body > header .menu_shirma {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
