@media screen and (max-width: 1024px) {
  .header_right {
    flex: 0 0 auto;
  }
  .header .logo_info {
    font-size: 1.2rem;
    line-height: 14px;
  }
  .header_inner {
    padding-block: 10px;
  }
  .header .main_logo img {
    height: 60px;
  }
  .header .menu_block {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transform: translateX(100%);
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    z-index: 150;
  }
  .header .menu_inner {
    height: 100%;
    width: 75%;
    margin-inline-start: auto;
    background: #112B53;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px;
    row-gap: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .header .menu_inner::-webkit-scrollbar {
    display: none;
  }
  .header .main_menu {
    width: 100%;
  }
  .header .main_menu ul {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
  .header .lg_block {
    order: -1;
    align-self: flex-start;
  }
  .header .lg_block.opened {
    background-color: #ffffff;
    color: #333333;
  }
  .header .lg_block .drop_list {
    background-color: #ffffff;
    color: #333333;
  }
  .header .menu_btn {
    z-index: 160;
  }
  body.menu_opened .header .menu_block {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 30px;
    background-image: none !important;
    background-color: #112B53;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer_contact_label {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer_left {
    align-items: center;
    order: 0;
    gap: 32px;
  }
  .footer_left .footer_office {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_left .footer_menu {
    display: none;
  }
  .footer_left .footer_office {
    order: -1;
  }
  .footer_center {
    order: -2;
  }
  .footer_contacts {
    align-items: center;
    order: 1;
    gap: 32px;
  }
  .footer_contacts .socials_list {
    margin-inline: -10px;
    order: 1;
  }
  .footer_contacts .socials_list a {
    margin: 0 10px;
  }
  .footer_contacts .socials_list a:before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) and (hover: none) {
  .footer_contacts .socials_list a {
    margin: -4px 6px;
    padding: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contacts .footer_contact_row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .footer_contacts .footer_contact_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .footer_contacts .footer_contact_text {
    flex-direction: column;
    align-items: center;
  }
  .footer_bottom {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .our_work_section .news_list {
    row-gap: 10px;
  }
  .our_work_section .news_head .primary_btn {
    height: 46px;
    padding: 0 23px;
    top: -70px;
    left: 5px;
  }
  .our_work_section .tab_list {
    margin-top: 20px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .our_work_section .tab_list a {
    flex: 0 0 48px;
  }
  .our_work_section .tab_list a.active {
    position: sticky;
    inset-inline: 0;
  }
  .our_work_section .inner_head {
    flex-wrap: wrap;
  }
  .our_work_section .field_block {
    width: 100%;
  }
  .our_work_section .tab_list {
    margin-bottom: 30px;
    width: 100%;
  }
  .our_work_section .tab_list a {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .our_work_section {
    margin-top: 0;
  }
  .our_work_section .our_section {
    padding: 20px 0;
  }
  .our_work_section .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .our_work_section .news_list .news_block {
    padding: 10px;
  }
  .our_work_section .head_block .section_title {
    text-align: center;
  }
}

/*# sourceMappingURL=index-m.css.map */
