@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;
    width: max-content;
  }
  .header_inner {
    padding: 10px 0;
  }
  .header .lg_list a {
    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 {
    width: 100%;
    padding: 0;
    position: fixed;
    overflow: hidden;
    top: 68px;
    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;
    height: auto;
    opacity: 0;
    display: flex;
    flex-direction: column;
    width: 0;
    z-index: 104;
    overflow: hidden;
  }
  .header .header_main > img {
    display: block;
    order: 3;
    position: absolute;
    bottom: 20px;
    margin: 0 16px;
    width: auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: 328/344;
    object-fit: contain;
    flex: 1;
  }
  .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;
    bottom: 0;
    -o-transition: opacity 0.5s 0s, width 0s 0s;
    -ms-transition: opacity 0.5s 0s, width 0s 0s;
    -moz-transition: opacity 0.5s 0s, width 0s 0s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0s;
    transition: opacity 0.5s 0s, 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) {
  .content {
    padding-bottom: 70px;
  }
  .content:has(.projects_section) {
    padding-bottom: 0;
  }

  .main_section {
    padding-top: 30px;
  }
  .main_section .main_row {
    margin: 0 -20px;
  }
  .main_section .page_info {
    padding: 0 20px;
    max-width: 55%;
    flex: 0 0 55%;
  }
  .main_section .image_block {
    padding: 0 20px;
    max-width: 45%;
    flex: 0 0 45%;
  }
  .main_section .info_description {
    padding-top: 30px;
    font-size: 180%;
  }

  .growth_section {
    padding-top: 30px;
    font-size: 280%;
    line-height: 1em;
  }
  .growth_section .belated_text:before {
    font-size: 3rem;
    margin-right: 20px;
  }

  .our_values {
    margin-top: 30px;
  }
  .our_values .value_row {
    margin: 0 -15px;
  }
  .our_values .value_item {
    padding: 40px 15px 0;
  }
  .our_values .value_item:not(:last-child) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our_values .value_item:last-child {
    order: 4;
  }
  .our_values .image_block {
    padding: 40px 15px 0;
    order: 3;
  }
  .our_values .image_block img {
    aspect-ratio: 1720/670;
    border-radius: 30px;
  }
  .our_values .value_title {
    font-size: 240%;
  }
  .our_values .value_info {
    padding-top: 14px;
    font-size: 180%;
  }

  .stats_block {
    margin-top: 30px;
  }
  .stats_block ul {
    margin: 0 -20px;
  }
  .stats_block li {
    padding: 30px 20px 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stats_block .stat_main {
    font-size: 700%;
  }
  .stats_block .stat_info {
    font-size: 180%;
  }

  .projects_section {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_row {
    margin: 0;
    flex-direction: column-reverse;
  }
  .main_section .page_info {
    padding: 20px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .main_section .image_block {
    padding: 0;
    max-width: 100%;
    width: 580px;
    flex: 0 0 100%;
  }
  .main_section .info_description {
    padding-top: 10px;
    font-size: 180%;
  }

  .our_values {
    margin-top: 30px;
  }
  .our_values .value_row {
    margin: 0;
  }
  .our_values .value_item {
    padding: 30px 0 0;
    order: 2;
  }
  .our_values .value_item:not(:last-child) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our_values .image_block {
    padding: 30px 0 0;
    order: 1;
  }
  .our_values .image_block img {
    border-radius: 20px;
  }

  .stats_block {
    margin-top: 30px;
  }
  .stats_block ul {
    margin: 0;
  }
  .stats_block li {
    padding: 30px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stats_block .stat_main {
    font-size: 600%;
    line-height: 1.4em;
  }
  .stats_block .stat_info {
    font-size: 180%;
  }

  .projects_section li:first-child {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 50px;
  }
  .content:has(.projects_section) {
    padding-bottom: 0;
  }

  .projects_section {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .main_section {
    padding-top: 20px;
  }
  .main_section .info_description {
    font-size: 160%;
  }

  .growth_section {
    font-size: 200%;
    line-height: 1.4em;
  }
  .growth_section .belated_text:before {
    margin-right: 10px;
  }

  .our_values {
    margin-top: 24px;
  }
  .our_values .image_block img {
    border-radius: 16px;
  }
  .our_values .value_title {
    font-size: 180%;
  }
  .our_values .value_info {
    padding-top: 10px;
    font-size: 160%;
  }

  .stats_block {
    margin-top: 24px;
  }
  .stats_block li {
    padding: 24px 0 0;
  }
  .stats_block .stat_main {
    font-size: 460%;
  }
  .stats_block .stat_info {
    font-size: 140%;
    padding-top: 0;
  }
}

/*# sourceMappingURL=studiesinner-m.css.map */
