@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 .info_block {
    padding: 30px;
  }
  .main_section .main_image {
    border-radius: 20px;
  }
  .main_section .main_image:before {
    border-radius: 20px;
  }
  .main_section .main_image img {
    border-radius: 20px;
  }
  .main_section .main_title {
    font-size: 700%;
  }

  .project_section {
    padding: 50px 0;
  }
  .project_section .bottom_block {
    display: none;
  }
  .project_section .title_project {
    font-size: 400%;
    line-height: 48px;
  }
  .project_section .swiper-slide {
    padding-right: 15px;
  }
  .project_section .project_inner {
    margin-top: 50px;
  }
  .project_section .description_project {
    font-size: 200%;
    line-height: 30px;
  }
  .project_section .more_btn {
    display: none;
  }
  .project_section .page_title {
    line-height: 40px;
  }

  .description_block {
    margin-top: 15px;
  }

  .inner_page .inner_section {
    padding: 50px 15px;
  }
  .inner_page .swiper-pagination {
    display: none;
  }
  .inner_page .offices_city,
.inner_page .info_block {
    font-size: 180%;
    line-height: 25px;
  }
  .inner_page .project_block,
.inner_page .project_block img,
.inner_page .main_image img {
    border-radius: 20px;
  }
  .inner_page .top_section {
    padding: 30px 0;
  }
  .inner_page .inner_slider {
    margin: 30px 0 0;
  }
  .inner_page .block_info {
    padding: 30px;
    margin: 30px 0;
    border-radius: 20px;
  }
  .inner_page .list_info li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner_page .page_row {
    margin: 10px -15px 15px;
  }
  .inner_page .right_col {
    margin: 0 -7px;
  }
  .inner_page .inner_block {
    padding: 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 30px 0;
  }
  .main_section .main_title {
    font-size: 600%;
  }
  .main_section .info_block {
    position: relative;
    padding: 0;
    margin-top: 10px;
  }
  .main_section .main_title,
.main_section .description_block {
    color: #222220;
    margin-top: 10px;
  }

  .project_section {
    padding: 48px 0 20px;
  }
  .project_section .page_title {
    margin-bottom: 15px;
  }
  .project_section .info_text {
    font-size: 280%;
    line-height: 42px;
  }
  .project_section .title_project {
    font-size: 240%;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .project_section .description_project {
    font-size: 160%;
    line-height: 24px;
  }
  .project_section .project_block {
    display: block;
    margin: 0;
    border-radius: 24px;
  }
  .project_section .project_inner {
    margin-top: 30px;
  }
  .project_section .project_inner .swiper-slide {
    padding: 0 10px;
  }
  .project_section .project_inner .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .project_section .project_inner .swiper-container:not(.slick-slider) {
    display: block;
  }
  .project_section .project_inner .swiper-slide {
    margin-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .project_section .page_row {
    margin: 0;
  }
  .project_section .info_block {
    padding: 20px 12px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project_section .image_block {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 24px;
  }
  .project_section .image_block img {
    border-radius: 24px 24px 0 0;
  }

  .inner_page .link_list {
    flex-direction: column;
    align-items: unset;
    padding: 24px 0 0;
  }
  .inner_page .link_list li {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .inner_page .inner_slider .swiper-button-next.swiper-button-next {
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
  .inner_page .inner_slider .swiper-button-prev.swiper-button-prev {
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
  .inner_page .page_row {
    margin: 10px -15px 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .inner_page .top_section .page_title {
    text-align: center;
  }
  .inner_page .left_col {
    margin-left: 0;
    margin-top: 15px;
  }
  .inner_page .right_col {
    width: 100%;
    margin: 0 -5px;
  }
  .inner_page .inner_block {
    flex: 1;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .project_section .info_text {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
  .project_section .project_inner .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 400%;
  }
}
@media screen and (max-width: 400px) {
  .main_section .main_title {
    font-size: 400%;
    text-align: left;
  }
}

/*# sourceMappingURL=index-m.css.map */
