@media screen and (min-width: 1025px) {
  .menu_btn {
    display: none;
  }

  .header .header_main > img {
    display: none;
  }
  .header .menu_block {
    padding: 0 20px;
    flex: 1;
    width: 50%;
  }
  .header .main_menu a {
    padding: 17px 24px;
    font-size: 180%;
  }
  .header .contact_btn {
    margin-left: 30px;
  }
  .header .lg_list a {
    font-size: 180%;
  }
  .header .main_logo svg {
    height: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header.fixed {
    top: -78px;
  }
  .header .main_menu a {
    font-size: 130%;
    padding: 10px;
  }
  .header .lg_list a {
    font-size: 130%;
  }
  .header .main_logo svg {
    height: 50px;
  }
  .header .contact_btn {
    font-size: 120%;
    height: 50px;
    margin-left: 16px;
    padding: 6px 6px 6px 16px;
  }
  .header .contact_btn span {
    height: 38px;
  }
  .header .contact_btn span:before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .header .main_menu a {
    font-size: 140%;
    padding: 14px 20px;
  }
  .header .lg_list a {
    font-size: 140%;
  }
  .header .main_logo svg {
    height: 64px;
  }
  .header .contact_btn {
    font-size: 140%;
    height: 54px;
    margin-left: 20px;
  }
  .header .contact_btn span {
    height: 42px;
  }
}
@media screen and (min-width: 1025px) {
  .menu_btn {
    display: none;
  }

  .header.fixed {
    top: -88px;
  }
}
@media screen and (min-width: 1025px) {
  .footer_inner {
    padding: 60px 0 30px;
  }
  .footer .contact_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_menues {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_menues li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 20px;
  }
  .footer_bottom {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1601px) {
  .footer_inner {
    border-radius: 60px 60px 0 0;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .footer_inner {
    border-radius: 48px 48px 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .footer_inner {
    border-radius: 32px 32px 0 0;
  }
  .footer_main {
    flex-wrap: wrap;
  }
  .footer_bottom {
    padding-top: 30px;
  }
  .footer_info {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer .contact_list {
    padding: 0 0 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_menues {
    padding: 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
  }
  .footer_menues li {
    flex: unset;
    max-width: unset;
  }
}
@media screen and (min-width: 1025px) {
  .content {
    padding-bottom: 90px;
  }

  .main_section {
    padding-top: 38px;
  }
  .main_section .top_row {
    position: relative;
  }
  .main_section .go_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main_section .info_description {
    padding-top: 56px;
    font-size: 220%;
  }
}
@media screen and (min-width: 1601px) {
  .main_section .info_title {
    font-size: 1300%;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .main_section .info_title {
    font-size: 1100%;
  }
  .main_section .info_description {
    padding-top: 50px;
    font-size: 200%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .main_section .info_title {
    font-size: 800%;
  }
  .main_section .info_description {
    padding-top: 40px;
    font-size: 200%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .main_section .info_title {
    font-size: 700%;
  }
  .main_section .info_description {
    padding-top: 30px;
    font-size: 180%;
  }
}

/*# sourceMappingURL=caseStudies-l.css.map */
