@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 .page_container:before {
    background-position: left top;
    bottom: 0;
  }
  .main_section .right_title,
  .main_section .main_title {
    font-size: 700%;
  }
  .main_section .right_title img,
  .main_section .main_title img {
    height: 50px;
  }
  .main_section .right_title [data-emojies],
  .main_section .main_title [data-emojies] {
    width: 70px;
  }
  .project_section {
    padding: 50px 0;
  }
  .project_section .bottom_block {
    display: none;
  }
  .project_section .title_project,
  .project_section .info_text {
    font-size: 400%;
    line-height: 48px;
  }
  .project_section .inner_text span {
    padding: 6px 10px;
    display: flex;
  }
  .project_section .inner_text span:first-child {
    margin: 0 -3px 0 0;
  }
  .project_section .inner_text span b {
    font-size: 3rem;
    line-height: 30px;
  }
  .project_section .swiper-slide {
    padding-right: 15px;
  }
  .project_section .project_slider {
    margin-top: 50px;
  }
  .project_section .description_project {
    font-size: 200%;
    line-height: 30px;
  }
  .project_section .more_btn {
    display: none;
  }
  .video_section {
    margin-bottom: 50px;
  }
  .video_section .video_block {
    margin-bottom: 0;
  }
  .video_section .video_block .video_inner {
    width: 100% !important;
  }
  .video_section .play_btn {
    font-size: 160%;
    line-height: 10px;
    display: none;
    padding: 14px 20px;
    bottom: 30px;
  }
  .video_section .play_btn:before {
    font-size: 1rem;
    width: 25px;
    height: 25px;
  }
  .video_section .info_text {
    font-size: 400%;
    line-height: 60px;
  }
  .video_section .inner_text {
    padding: 0;
  }
  .video_section .inner_text span {
    padding: 6px 10px;
    margin: 0 -3px;
    display: flex;
  }
  .video_section .inner_text span:first-child {
    margin: 0 -3px 0 0;
  }
  .video_section .inner_text span b {
    font-size: 3rem;
    line-height: 30px;
  }
  .swiper-pagination {
    display: none;
  }
  .more_btn {
    margin-top: 30px;
  }
  .packages_section {
    padding: 50px 0 0;
  }
  .packages_section .title_packages {
    font-size: 320%;
    line-height: 41px;
    margin-bottom: 24px;
  }
  .packages_section .best_status {
    display: none;
  }
  .packages_section .status_block {
    font-size: 280%;
    line-height: 36px;
  }
  .packages_section .packages_inner {
    padding: 16px 0 0;
    margin: 16px 0 0;
  }
  .packages_section .price_block {
    font-size: 280%;
    line-height: 36px;
    color: #222220;
  }
  .packages_section .bottom_block {
    position: relative;
  }
  .packages_section .bottom_block .inner_title {
    padding-top: 16px;
  }
  .packages_section .bottom_block:before {
    z-index: -1;
  }
  .packages_section .subscribe_btn {
    width: 100%;
    max-width: max-content;
    padding: 10px 24px;
  }
  .packages_section .status_block span {
    font-size: 2.5rem;
    margin-left: 5px;
  }
  .packages_section .packages_block {
    padding: 24px 16px;
    border-radius: 24px;
  }
  .packages_section .packages_block.best_packages {
    background: #DEFEDC;
    border-color: #DEFEDC;
  }
  .packages_section .packages_block.best_packages .price_block span,
  .packages_section .packages_block.best_packages .more_btn,
  .packages_section .packages_block.best_packages .list_packages,
  .packages_section .packages_block.best_packages .inner_title,
  .packages_section .packages_block.best_packages .price_block,
  .packages_section .packages_block.best_packages .price_title,
  .packages_section .packages_block.best_packages .status_block {
    color: #222220;
  }
  .packages_section .packages_block.best_packages .status_description {
    color: #444340;
  }
  .packages_section .packages_block.best_packages .packages_inner {
    border-color: #F8F7F7;
  }
  .packages_section .packages_block.best_packages .bottom_block:before {
    border-color: #F8F7F7;
  }
  .packages_section .packages_block.best_packages .more_btn:before {
    background: #222220;
  }
  .packages_section .packages_list {
    margin: 0 -5px;
  }
  .packages_section .packages_list > li {
    padding: 0 5px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .achievements_section {
    padding: 50px 0;
  }
  .achievements_section .page_title {
    text-align: left;
  }
  .achievements_section .list_achievements {
    margin-top: 24px;
  }
  .achievements_section .list_achievements li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }
  .achievements_section .list_achievements li:last-child {
    margin-bottom: 0;
  }
  .achievements_section .achievements_info {
    padding: 24px 12px;
  }
  .achievements_section .achievements_title {
    font-size: 220%;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .achievements_section .image_block {
    border-radius: 24px 24px 0 0;
  }
  .achievements_section .image_block img {
    border-radius: 24px 24px 0 0;
  }
  .clients_section {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .clients_section .bottom_block {
    display: none;
  }
  .clients_section .page_row {
    padding-bottom: 10px;
  }
  .clients_section .comment_block {
    padding: 12px 0;
  }
  .clients_section .comment_block:has(.media_video) {
    padding: 12px 0;
  }
  .clients_section .client_block {
    padding: 16px 16px 0;
    margin-top: 40px;
  }
  .clients_section .comment_block {
    font-size: 160%;
    line-height: 24px;
  }
  .clients_section .media_video .video_btn:before {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  .partners_section {
    padding: 50px 0 0;
  }
  .partners_section .partners_info {
    font-size: 400%;
    line-height: 50px;
  }
  .partners_section .sub_title {
    margin-bottom: 12px;
    font-size: 160%;
    line-height: 24px;
  }
  .partners_section .partner_block {
    margin-top: 30px;
  }
  .partners_section .partners_list li {
    padding: 0 6px;
  }
  .partners_section .partners_list .partner_logo {
    min-width: auto;
    height: 60px;
    border-radius: 16px;
    padding: 10px 30px;
  }
  .partners_section .partners_list img {
    display: block;
    max-width: max-content;
    width: auto;
    height: 100%;
  }
  .partners_section .partners_list:has(li:nth-child(5)[style*=opacity]) li:first-child {
    animation-delay: 2.2s;
  }
  .banner_section {
    display: none;
  }
  .services_section {
    padding: 48px 0;
  }
  .services_section:has(.btn_block) {
    position: relative;
    padding-bottom: 40px;
  }
  .services_section .btn_block {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    width: max-content;
  }
  .services_section .list_services {
    margin-top: 25px;
    padding: 0;
  }
  .services_section .list_services a {
    font-size: 300%;
    line-height: 60px;
    padding: 26px 20px;
    background: #F8F7F7;
    border: 1px solid #EBEBEA;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .services_section .list_services a:after {
    font-size: 2.5rem;
    margin-left: 16px;
    content: "\e919";
    width: 44px;
    height: 44px;
    background: #7AE373;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .services_section .list_services a:before {
    display: none;
  }
  .services_section .left_block,
  .services_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services_section .services_title {
    font-size: 320%;
    line-height: 41px;
    font-family: "generalsans-bold";
    margin-bottom: 8px;
  }
  .services_section .services_description {
    font-size: 160%;
    line-height: 24px;
  }
  .services_section .service_block {
    margin-bottom: 16px;
  }
  .services_section .service_block.opened .toggle_btn:after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
  .services_section .right_block {
    margin-top: 24px;
  }
  .services_section .right_block:after {
    display: none;
  }
  .services_section .toggle_btn {
    font-size: 200%;
    line-height: 27px;
    background: #EBEBEA;
    padding: 6px 20px;
    border-radius: 80px;
  }
  .services_section .toggle_btn:after {
    content: "\e919";
    width: 44px;
    height: 44px;
    background: #7AE373;
    font-size: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222220;
  }
  .services_section .service_details {
    margin-top: 24px;
    padding: 0 10px;
  }
  .faq_section {
    padding-bottom: 50px;
  }
  .faq_section .page_title {
    text-align: left;
  }
  .faq_list:before {
    height: 24px;
  }
  .faq_list > li:not(:first-child) {
    margin-top: 24px;
  }
  .faq_list .belated_text {
    border-radius: 24px;
  }
  .faq_list .question_block {
    padding: 0 16px;
    font-size: 160%;
    line-height: 21px;
  }
  .faq_list .question_block:after {
    font-size: 2.4rem;
    width: 28px;
    height: 28px;
  }
  .faq_list .answer_block {
    padding: 0 16px;
  }
  .faq_list .answer_block:after {
    display: none;
  }
  .faq_list .answer_block:before {
    display: block;
    content: "";
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    display: block;
  }
  .main_section {
    padding: 30px 0;
  }
  .main_section .subscribe_btn {
    display: none;
  }
  .main_section .right_title,
  .main_section .main_title {
    font-size: 600%;
  }
  .main_section .right_title img,
  .main_section .main_title img {
    height: 33px;
  }
  .main_section .right_title [data-emojies],
  .main_section .main_title [data-emojies] {
    width: 60px;
  }
  .project_section {
    padding: 48px 0 20px;
  }
  .project_section .inner_text {
    font-size: 19px;
    line-height: 25px;
  }
  .project_section .inner_text span {
    padding: 4px 7px;
  }
  .project_section .inner_text span b {
    font-size: 1.7rem;
    line-height: 18px;
  }
  .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_slider {
    margin-top: 30px;
  }
  .project_section .project_slider .swiper-slide {
    padding: 0 10px;
  }
  .project_section .project_slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .project_section .project_slider .swiper-container:not(.slick-slider) {
    display: block;
  }
  .project_section .project_slider .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;
  }
  .packages_section {
    padding: 50px 0 0;
  }
  .packages_section .title_packages {
    text-align: left;
  }
  .video_section {
    margin-bottom: 32px;
  }
  .video_section .play_btn {
    font-size: 120%;
    line-height: 10px;
    display: flex;
    padding: 8px 10px;
    bottom: 12px;
  }
  .video_section .play_btn:before {
    font-size: 0.8rem;
    width: 22px;
    height: 22px;
  }
  .video_section .info_text {
    font-size: 280%;
    line-height: 42px;
  }
  .video_section .video_block {
    aspect-ratio: 328/204;
    margin-bottom: 20px;
  }
  .video_section video {
    width: 100% !important;
    border-radius: 16px !important;
  }
  .video_section .inner_text {
    font-size: 19px;
    line-height: 25px;
  }
  .video_section .inner_text span {
    padding: 4px 7px;
  }
  .video_section .inner_text span b {
    font-size: 1.5rem;
    line-height: 13px;
  }
  .services_section .list_services a {
    font-size: 200%;
    line-height: 30px;
  }
  .services_section .toggle_btn {
    font-size: 160%;
    line-height: 27px;
  }
  .more_btn {
    margin-top: 15px;
  }
  .info_section,
  .achievements_section {
    padding: 24px 0;
  }
  .brand_banner .inner_brand {
    flex-direction: column;
    align-items: baseline;
    padding: 40px 16px;
  }
  .brand_banner .primary_btn {
    margin: 40px 0 0;
  }
  .clients_section {
    padding: 48px 0 90px;
    margin-bottom: 0;
  }
  .clients_section .client_block {
    border-radius: 24px;
    padding: 16px;
    margin-top: 24px;
  }
  .clients_section .swiper-pagination {
    bottom: -60px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100% !important;
  }
  .clients_section .swiper-pagination .swiper-pagination-bullet {
    background: #D7D7D5;
  }
  .clients_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #34852E;
  }
  .clients_section .company_logo,
  .clients_section .rate_block {
    display: none;
  }
  .clients_section .info_block {
    width: 100%;
  }
  .partners_section {
    padding: 48px 0 0;
  }
  .partners_section .partners_info {
    font-size: 280%;
    line-height: 42px;
  }
  .partners_section .partners_list:has(li:nth-child(4)[style*=opacity]) li:first-child {
    animation-delay: 1.7s;
  }
}
@media screen and (max-width: 640px) {
  .achievements_section .list_achievements li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services_section .list_services a {
    font-size: 160%;
    line-height: 24px;
    padding: 15px 20px;
  }
  .project_section .info_text {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
  .project_section .project_slider .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project_section .inner_text {
    padding: 0;
    margin: 0;
    font-size: 2.6rem;
  }
  .project_section .inner_text span {
    padding: 5px 11px;
  }
}
@media screen and (max-width: 575px) {
  .main_section .right_title,
  .main_section .main_title {
    font-size: 400%;
  }
  .main_section .right_title [data-emojies],
  .main_section .main_title [data-emojies] {
    width: 40px;
  }
  .main_section .short_info {
    margin-top: 13px;
  }
}
@media screen and (max-width: 400px) {
  .main_section .right_title,
  .main_section .main_title {
    font-size: 400%;
    text-align: left;
  }
  .partners_section .partners_list:has(li:nth-child(3)[style*=opacity]) li:first-child {
    animation-delay: 1.2s;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .packages_section .packages_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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