@media screen and (max-width: 1024px) {
  .header.fixed {
    top: -68px;
  }
  .header .main_menu {
    display: block;
  }
  .header .main_menu a {
    font-size: 180%;
    padding: 17px 24px;
  }
  .header_inner {
    padding: 10px 0;
  }
  .header .lg_list {
    font-size: 180%;
  }
  .header .main_logo svg {
    height: 48px;
  }
  .header .contact_btn {
    font-size: 160%;
    height: 60px;
    margin: 0 30px 0 0;
    padding: 6px 6px 6px 30px;
  }
  .header .contact_btn span {
    height: 48px;
  }
  .header .contact_btn span:before {
    font-size: 2.4rem;
  }
  .header .header_main {
    padding: 0;
    position: fixed;
    overflow: hidden;
    top: 68px;
    background: #ffffff;
    left: 0;
    width: 0;
    opacity: 0;
    bottom: 0;
    -o-transition: width 0s 0.5s, opacity 0.5s;
    -ms-transition: width 0s 0.5s, opacity 0.5s;
    -moz-transition: width 0s 0.5s, opacity 0.5s;
    -webkit-transition: width 0s 0.5s, opacity 0.5s;
    transition: width 0s 0.5s, opacity 0.5s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    z-index: 104;
  }
  .header .header_main > img {
    display: block;
    order: 3;
    position: absolute;
    bottom: 20px;
    margin: 0 16px;
    width: auto;
    max-width: calc(100% - 32px);
    height: auto;
    aspect-ratio: 328/344;
    object-fit: contain;
    max-height: 50dvh;
    right: 0;
  }
  .header .header_actions {
    order: 1;
    border-bottom: 1px solid #E6E8F0;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 16px;
    position: relative;
    z-index: 2;
  }
  .header .menu_block {
    order: 2;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .menu_btn {
    position: relative;
    z-index: 101;
    top: 0;
    height: 46px;
    aspect-ratio: 1;
    border: none;
    background: #E6E8F0;
    color: #122B55;
    margin-left: auto;
    border-radius: 50%;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu_btn:before, .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 14px;
    border-top: 2px solid;
    width: 18px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_btn:before {
    top: 15px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .menu_btn:after {
    bottom: 15px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .menu_btn span {
    display: block;
    margin: 0 auto;
    width: 18px;
    border-top: 2px solid;
    -o-transition: opacity 0.2s 0.4s;
    -ms-transition: opacity 0.2s 0.4s;
    -moz-transition: opacity 0.2s 0.4s;
    -webkit-transition: opacity 0.2s 0.4s;
    transition: opacity 0.2s 0.4s;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .main_logo svg {
    fill: #ffffff;
  }
  .menu_opened .header {
    background: #122B55;
  }
  .menu_opened .header_main {
    width: 100%;
    opacity: 1;
    -o-transition: opacity 0.5s, width 0s 0s;
    -ms-transition: opacity 0.5s, width 0s 0s;
    -moz-transition: opacity 0.5s, width 0s 0s;
    -webkit-transition: opacity 0.5s, width 0s 0s;
    transition: opacity 0.5s, width 0s 0s;
  }
  .menu_opened .menu_btn {
    z-index: 110;
    color: #ffffff;
    background: transparent;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 17px;
    top: 17px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 17px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_inner {
    padding: 50px 0 20px;
    border-radius: 30px 30px 0 0;
  }
  .footer_bottom {
    padding-top: 20px;
  }
  .footer_main {
    flex-direction: column;
    align-items: center;
  }
  .footer_logo {
    padding: 0;
  }
  .footer_info {
    margin: 0;
    width: 100%;
  }
  .footer .contact_list {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0;
    text-align: center;
  }
  .footer .contact_list li {
    padding: 30px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .contact_info {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .footer_menues {
    display: none;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .footer .socials_list {
    order: 1;
    padding: 0;
  }
  .footer .website_info {
    order: 2;
    padding-top: 30px;
  }
  .footer .customer_developer {
    order: 3;
    padding-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer_main, .footer_bottom {
    font-size: 140%;
  }
}
@media screen and (max-width: 1024px) {
  .main_screen {
    padding-bottom: 20px;
  }
  .main_screen img {
    display: none;
  }

  .page_top {
    background: #ffffff;
  }

  .main_section .contact_btn {
    display: inline-flex;
    vertical-align: top;
    margin-top: 20px;
    font-size: 160%;
    padding: 6px 6px 6px 30px;
  }
  .main_section .main_info {
    width: 100%;
    padding-right: 0;
  }
  .main_section .subtitle_desc {
    padding-top: 20px;
  }
  .main_section .subtitle_desc .belated_text span {
    display: none;
  }

  .video_section {
    aspect-ratio: unset;
    -o-transition-delay: 2s !important;
    -ms-transition-delay: 2s !important;
    -moz-transition-delay: 2s !important;
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
    margin-top: 0;
  }
  .video_section .video_block .video_inner {
    width: 100% !important;
    aspect-ratio: 330/185 !important;
    border-radius: 24px !important;
    margin: 0 !important;
  }
  .video_section .video_block video {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .approach_section .approach_main {
    margin: 0;
    flex-wrap: wrap;
  }
  .approach_section .text_cover span {
    background: rgba(255, 255, 255, 0.9);
  }
  .approach_section .section_title {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .approach_section .approach_info {
    padding: 10px 0 0;
    font-size: 280%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page_bottom {
    border-radius: 30px 30px 0 0;
  }

  .title_row {
    padding-top: 14px;
  }

  .services_main .tab_block:before {
    height: 20px;
  }
  .services_main .tab_btns {
    padding-top: 20px;
  }
  .services_main .tab_btns ul {
    width: auto;
    max-width: 100%;
  }

  .service_item {
    background: #F3F4F7;
  }
  .service_item .secondary_btn {
    background: #ffffff;
  }

  .experts_main {
    padding-top: 70px;
  }
  .experts_main .experts_list:before, .experts_main .experts_list:after {
    display: none;
  }

  .info_line li {
    font-size: 800%;
  }
  .info_line li:before {
    font-size: 3rem;
    margin: 0 20px;
  }

  .stats_list {
    padding: 20px 0 0;
    margin: 0 -20px;
  }
  .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .stats_list .stat_main {
    font-size: 600%;
  }
  .stats_list .stat_info {
    font-size: 160%;
  }

  .clients_section .section_title {
    padding-top: 24px;
  }
  .clients_section .clients_list {
    margin: 0 -8px;
    padding: 10px 0 0;
  }
  .clients_section li {
    padding: 20px 8px 0;
  }

  .comments_section .swiper_btns button:last-child {
    margin-left: 16px;
  }

  .comments_slider {
    margin: 30px -10px 0;
    overflow: visible;
  }
  .comments_slider .swiper-slide {
    padding: 0 10px;
  }
  .comments_slider .comment_block {
    padding: 30px;
    font-size: 160%;
  }
  .comments_slider .comment_text {
    padding-top: 24px;
  }

  .projects_section .primary_btn {
    margin-top: 50px;
  }
  .projects_section .slider_section {
    margin-top: 30px;
  }
  .projects_section .section_title {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .projects_section .slider_section {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .projects_section .slide_prev,
.projects_section .slide_next {
    margin-top: 13%;
    width: 48px;
    height: 48px;
  }
  .projects_section .slide_prev:before,
.projects_section .slide_next:before {
    font-size: 2.4rem;
  }
  .projects_section .slide_prev {
    left: -20%;
  }
  .projects_section .slide_next {
    right: -20%;
  }
  .projects_section .name_block {
    flex: 0 0 42px;
  }
  .projects_section .name_block span {
    height: 42px;
  }
  .projects_section .slide_block.current_slide .name_block {
    max-height: 42px;
  }

  .clients_section .client_item {
    height: 70px;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .stats_list li:not(:nth-child(2n)):before {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .experts_main .experts_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .stats_list {
    margin: 0 -10px;
  }
  .stats_list li {
    padding: 0 10px;
  }
  .stats_list .stat_main {
    font-size: 500%;
  }
  .stats_list .stat_info {
    font-size: 140%;
  }

  .comments_section .section_title {
    padding-right: 0;
    width: 100%;
  }
  .comments_section .swiper_btns {
    display: none;
  }

  .comments_slider .comment_block {
    padding: 30px 20px;
    font-size: 140%;
  }
  .comments_slider .comment_text {
    padding-top: 20px;
  }

  .projects_section .slider_section {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .projects_section .slide_block {
    padding: 0 7px;
  }
  .projects_section .slide_block img {
    border-radius: 16px;
  }
  .projects_section .slide_prev,
.projects_section .slide_next {
    display: none;
  }
  .projects_section .name_block {
    flex: 0 0 42px;
  }
  .projects_section .name_block span {
    height: 42px;
    line-height: 18px;
    justify-content: center;
  }
  .projects_section .slide_block.current_slide .name_block {
    max-height: 42px;
  }

  .clients_section .client_item {
    height: 60px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 575px) {
  .main_section {
    padding-top: 20px;
  }
  .main_section .subtitle_desc {
    padding-top: 10px;
  }

  .video_section .video_block .video_inner {
    border-radius: 16px;
  }

  .approach_section .approach_info {
    font-size: 240%;
  }

  .services_main .tab_btns {
    max-width: 100%;
  }
  .services_main .tab_btns button {
    font-size: 140%;
    height: auto;
    padding: 8px 14px;
  }
  .services_main:has(.primary_btn) .services_list {
    margin-bottom: 120px;
  }
  .services_main .btn_block {
    position: absolute;
    left: 20px;
    bottom: 130px;
  }

  .experts_main {
    padding-top: 50px;
  }
  .experts_main .section_title {
    padding-top: 14px;
  }
  .experts_main .experts_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .info_line li {
    font-size: 700%;
  }
  .info_line li:before {
    font-size: 2.4rem;
  }

  .stats_list {
    margin: 0;
    padding: 0;
  }
  .stats_list li {
    padding: 40px 0 0;
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stats_list li:before {
    display: block;
    width: 80px;
    height: 1px;
    top: 20px;
    margin-top: 0;
    margin-left: -40px;
    left: 50%;
  }
  .stats_list .stat_main {
    font-size: 460%;
  }
  .stats_list .stat_info {
    padding-top: 0;
    font-size: 160%;
  }

  .clients_section {
    padding-top: 50px;
  }
  .clients_section .section_title {
    padding-top: 14px;
  }
  .clients_section .clients_list {
    margin: 0 -4px;
    padding: 18px 0 0;
  }
  .clients_section li {
    padding: 8px 4px 0;
  }

  .comments_section .section_category {
    margin: 0 auto;
  }
  .comments_section .section_title {
    text-align: center;
  }
  .comments_section .category_block .belated_text:not(.showed) {
    transform: translate3d(0, -120%, 0);
    -moz-transform: translate3d(0, -120%, 0);
    -ms-transform: translate3d(0, -120%, 0);
    -webkit-transform: translate3d(0, -120%, 0);
    -o-transform: translate3d(0, -120%, 0);
  }

  .comments_slider {
    margin: 20px -10px 0;
    padding-right: 36px;
  }
  .comments_slider .swiper-slide {
    padding: 0 10px;
  }
  .comments_slider .comment_block {
    padding: 24px 16px 16px;
    font-size: 160%;
  }
  .comments_slider .comment_text {
    padding-top: 14px;
    font-size: 1.4rem;
  }

  .projects_section .section_title {
    padding-top: 14px;
  }
  .projects_section .primary_btn {
    margin-top: 40px;
  }
  .projects_section .slider_section {
    margin-top: 20px;
  }
}

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