@media screen and (max-width: 768px) {
  .header .main_logo {
    position: relative;
    z-index: 100;
  }
  .header .main_logo img {
    height: 46px;
  }
  .header .menu_btn {
    display: block;
    margin-right: 0;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 20;
    padding: 0 15px;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("../../css/images/bg_main.svg");
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center bottom;
    background-attachment: fixed;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    min-height: 88px;
  }
  .header .menu_block:after {
    display: block;
    content: "";
    min-height: 20px;
  }
  .header .menu_inner {
    display: block;
    position: relative;
    flex: 1;
  }
  .header .main_menu {
    flex-direction: column;
  }
  .header .main_menu li {
    margin-bottom: 25px;
  }
  .header .main_menu a {
    font-size: 240%;
    line-height: 36px;
    font-family: "generalsans-bold";
  }
  .header .secondary_btn {
    max-width: max-content;
    width: 100%;
    background: #ffffff;
  }

  .header_menu.header_menu.clone {
    padding: 12px 15px 12px 23px;
  }
  .header_menu.fixed .menu_section {
    padding: 0 !important;
    display: flex;
    flex-wrap: unset;
  }
  .header_menu.fixed .menu_block {
    height: auto;
    top: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    background: none;
  }
  .header_menu.fixed .menu_block .secondary_btn {
    display: none;
  }
  .header_menu.fixed .menu_inner:before {
    display: none;
  }
  .header_menu.fixed .main_menu {
    flex-direction: row;
    margin: 0 -8px;
  }
  .header_menu.fixed .main_menu li {
    margin-bottom: 0;
    padding: 0 8px;
  }
  .header_menu.fixed .main_menu a {
    font-size: 140%;
    line-height: 21px;
    font-family: "generalsans";
  }
  .header_menu.fixed .menu_btn {
    display: block;
    margin-left: 25px;
  }

  .menu_opened .header_menu.fixed .menu_section {
    bottom: calc(100dvh - 87px) !important;
    background: transparent;
    border-color: transparent;
    margin-right: 0;
  }
  .menu_opened .header_menu.fixed .menu_section .menu_block {
    opacity: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0 120px;
  }
  .footer .right_col,
.footer .main_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .list_offices li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .footer .list_offices li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .list_offices,
.footer .list_social {
    margin-bottom: 0;
  }
  .footer_block {
    padding: 24px 0 0;
  }
  .footer .info_block {
    flex-direction: column;
    align-items: baseline;
    padding: 24px 0 0;
  }
  .footer .copyrights {
    display: flex;
    flex-direction: column;
  }
  .footer .copyrights a {
    margin: 10px 0 30px;
  }
  .footer .copyrights a:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_inner > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .list_offices li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main_section {
    padding: 40px 0;
  }
  .main_section .main_title {
    font-size: 700%;
  }
  .main_section .sub_title {
    margin-bottom: 0;
  }

  .map_block {
    margin-top: 30px;
  }
  .map_block iframe {
    height: 300px;
  }

  .contact_section {
    padding: 50px 0;
  }
  .contact_section .block_info {
    padding: 30px;
  }
  .contact_section .primary_second {
    width: 100%;
    max-width: 100%;
    padding: 10px 24px;
  }
  .contact_section .offices_city,
.contact_section .info_block {
    font-size: 180%;
    line-height: 25px;
  }
  .contact_section .left_col,
.contact_section .right_col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .error_content {
    padding: 50px 0;
  }
  .error_content .section_title {
    font-size: 700%;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 30px 0;
  }
  .main_section .main_title {
    font-size: 600%;
  }

  .error_content {
    padding: 80px 0;
  }
  .error_content .section_title {
    font-size: 600%;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 400%;
  }

  .contact_section .list_info > li,
.contact_section .offices_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .main_section .main_title {
    font-size: 400%;
    text-align: left;
  }
}

/*# sourceMappingURL=index-m.css.map */
