@media screen and (max-width: 1280px) {
  .header .main_logo {
    margin-right: auto;
    flex: none;
  }
  .header .menu_block {
    flex: none;
  }
  .header_inner {
    height: 60px;
  }
  .header .menu_btn {
    border: none;
    border-radius: 30px;
    border: none;
    background: rgba(35, 47, 98, 0.1);
    color: #232f62;
    padding: 9px;
    width: 43px;
    height: 42px;
    position: relative;
    overflow: hidden;
    z-index: 100;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    transition: all 0.5s;
    border-top: 2px solid;
    left: 11px;
    width: 21px;
  }
  .header .menu_btn:before {
    top: 14px;
    transform-origin: left top;
  }
  .header .menu_btn:after {
    bottom: 14px;
    transform-origin: left bottom;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    transition: opacity 0.2s;
    transition-delay: 0.3s;
  }
  .header .main_menu > ul {
    flex-direction: column;
  }
  .header .main_menu > ul > li {
    margin: 0;
    padding: 0;
    display: block;
    transition: all 0.3s;
  }
  .header .main_menu > ul > li > a {
    padding: 16px;
    gap: 10px;
    justify-content: space-between;
  }
  .header .main_menu > ul > li.opened {
    background-color: #ffffff;
    box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.03);
  }
  .header .main_menu .submenu_list a {
    padding: 10px 16px;
  }
  .header .main_menu .submenu_list:after {
    display: block;
    content: "";
    height: 6px;
  }

  body.menu_opened {
    overflow: hidden;
  }
  body.menu_opened .menu_btn span {
    opacity: 0;
    transition-delay: 0s;
  }
  body.menu_opened .menu_btn:before {
    transform: rotate(45deg);
    margin: -1px 3px;
  }
  body.menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    margin: -1px 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header .main_menu {
    position: fixed;
    right: 0;
    width: 0;
    top: 60px;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    transition: width 0.5s;
    overflow: hidden;
  }
  .header .main_menu > ul {
    width: 360px;
    margin-left: auto;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f8f8f8;
    justify-content: flex-start;
    border-top: 1px solid #d9d9db;
  }

  .menu_opened .header .main_menu {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header .menu_block {
    position: fixed;
    right: 0;
    width: 0;
    top: 60px;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    transition: width 0.5s;
    overflow: hidden;
  }
  .header .menu_inner {
    width: 360px;
    margin-left: auto;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f8f8f8;
    flex-direction: column-reverse;
    gap: 0;
  }
  .header .main_menu {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
    width: 100%;
  }
  .header_actions {
    flex: none;
    padding: 16px;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #d9d9db;
  }
  .header .lang_block {
    width: 100%;
  }
  .header .lang_block li {
    flex: 1;
  }
  .header .lang_block a {
    width: 100%;
  }
  .header .calc_btn {
    width: 100%;
  }

  .menu_opened .header .menu_block {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .footer_logo {
    padding-block: 30px;
  }
  .footer_nav, .footer_bottom {
    padding-block: 24px;
  }
  .footer_bottom {
    flex-direction: column;
    gap: 16px;
  }
  .footer .social_block {
    order: -1;
  }
  .footer .developer_block {
    justify-content: center;
  }
  .footer .col_title {
    margin-bottom: 16px;
  }
  .footer_links li:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  .footer_col {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .footer_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .projects_section .section_head .section_title {
    font-size: 175%;
  }
}
@media screen and (max-width: 575px) {
  .projects_section .section_head .section_title {
    font-size: 150%;
  }
}
@media screen and (max-width: 1280px) {
  .hero_section .slider_controls {
    display: none;
  }

  .hero_content {
    padding-block: 20px;
    min-height: calc(100svh - 60px);
  }

  .hero_location {
    padding-top: 14px;
    font-size: 87.5%;
  }

  .hero_project .secondary_btn {
    margin-top: 24px;
  }
  .hero_project .project_price {
    margin-top: 20px;
  }

  .hero_info_block {
    padding-top: 20px;
  }

  .hero_stats .stat_label {
    font-size: 87.5%;
  }

  .projects_slider {
    margin-inline: -16px;
    padding-inline: 8px;
  }

  .project_block {
    border-radius: 14px;
  }
  .project_block .project_title {
    height: 52px;
  }

  .construction_works .works_list {
    row-gap: 16px;
  }
  .construction_works .work_block {
    border-radius: 14px;
  }
  .construction_works .work_block:before {
    top: 14px;
    right: 14px;
    width: 40px;
    font-size: 2rem;
  }
  .construction_works .work_info {
    padding: 14px;
  }
  .construction_works .work_info:before {
    padding-right: 14px;
    margin-right: 14px;
    font-size: 250%;
    flex: 0 0 40px;
    max-width: 40px;
  }
  .construction_works .work_title {
    font-size: 112.5%;
  }
  .construction_works .work_description {
    margin-top: 8px;
  }
  .construction_works .work_link {
    margin-top: 8px;
    font-size: 87.5%;
  }

  .about_section .about_inner {
    border-radius: 14px;
  }
  .about_section .about_description {
    margin-top: 16px;
  }
  .about_section .about_link {
    margin-top: 20px;
  }

  .news_section .news_block {
    border-radius: 14px;
  }
  .news_section .news_block .news_description {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 87.5%;
  }
  .news_section .news_block .news_link {
    font-size: 87.5%;
  }

  .filter_section .filter_form {
    gap: 24px 16px;
    flex-wrap: wrap;
  }
  .filter_section .filter_field {
    min-width: 30%;
  }
  .filter_section .filter_field {
    font-size: 87.5%;
  }
  .filter_section .nice-select,
.filter_section .range_values {
    padding-block: 10px;
  }
  .filter_section .nice-select .option {
    padding-block: 5px;
    line-height: 20px;
  }
  .filter_section .nice-select.has-multiple .option:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .news_section .news_list {
    margin-inline: -16px;
    padding-inline: 8px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .news_section .news_list::-webkit-scrollbar {
    display: none;
  }
  .news_section .news_list li {
    flex: 1;
    min-width: 320px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .hero_project {
    min-height: 280px;
  }
  .hero_project .project_title {
    font-size: 400%;
  }
  .hero_project .project_price {
    font-size: 175%;
  }

  .hero_stats li {
    max-width: 160px;
  }
  .hero_stats .stat_value {
    font-size: 250%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about_section .about_inner {
    padding: 30px;
    gap: 30px;
  }
  .about_section .about_inner .about_logo {
    flex: 0 0 40%;
    max-width: 320px;
  }

  .filter_section .filter_form {
    padding: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hero_project {
    min-height: 240px;
  }
  .hero_project .project_title {
    font-size: 350%;
  }
  .hero_project .project_price {
    font-size: 150%;
  }

  .hero_stats li {
    max-width: 120px;
  }
  .hero_stats .stat_value {
    font-size: 225%;
  }

  .projects_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .hero_info_block {
    flex-wrap: wrap;
  }
  .hero_info_block .hero_description {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  .hero_stats {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .hero_stats li {
    text-align: left;
    flex: none;
    max-width: none;
  }
  .hero_stats .stat_value {
    font-size: 200%;
  }

  .construction_works .works_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about_section .about_inner {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .filter_section .filter_form {
    padding: 14px;
  }
  .filter_section .filter_field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter_section .btn_block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .hero_project {
    min-height: 265px;
  }
  .hero_project .project_title {
    font-size: 300%;
  }
  .hero_project .project_price {
    font-size: 137.5%;
  }

  .projects_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }

  .about_section .about_logo {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .hero_project {
    min-height: 280px;
  }
  .hero_project .project_title {
    font-size: 250%;
  }
  .hero_project .project_price {
    font-size: 125%;
  }

  .projects_slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 90.9%;
    max-width: 90.9%;
  }

  .about_section .about_logo,
.about_section .about_content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .filter_section .btn_block button {
    width: 100%;
  }
}

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