@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%;
  }

  .services_list {
    padding: 50px 0;
  }
  .services_list .toggle_btn:before {
    bottom: 0;
  }
  .services_list .list_section {
    margin-top: 50px;
  }
  .services_list .list_section .img_block {
    margin-bottom: 20px;
    margin-right: 20px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .services_list .title_service {
    font-size: 400%;
    line-height: 40px;
  }
  .services_list .service_block {
    padding: 30px;
  }
  .services_list .service_block .page_row {
    margin: 0;
    padding-right: 65px;
  }
  .services_list .service_details .standard_textpage {
    margin-left: 0;
  }
  .services_list .inner_list {
    margin-left: 0;
  }
  .services_list .inner_list li {
    font-size: 160%;
  }
  .services_list .list_title {
    font-size: 180%;
  }

  .page_title {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 30px 0;
  }
  .main_section .main_title {
    font-size: 600%;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 400%;
  }
}
@media screen and (max-width: 480px) {
  .main_section .main_title {
    font-size: 400%;
    text-align: left;
  }

  .services_list .service_block .page_row {
    padding-right: 0;
  }
  .services_list .list_section .img_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=index-m.css.map */
