@media screen and (min-width: 1281px) {
  .header_menues {
    position: absolute;
    overflow: hidden;
    top: 100%;
    inset-inline-end: 0;
    width: 0;
    height: calc(100dvh - 100px);
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header_menues .menues_content {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: calc(100dvh - 100px);
    padding: 36px 40px;
    width: 480px;
  }

  .menu_opened .header_menues {
    width: 480px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header_inner {
    height: 90px;
  }
  .header .main_logo img {
    height: 52px;
  }
  .header .primary_light {
    inset-inline-end: 40px;
  }
  .header .menu_block {
    height: calc(100dvh - 100px);
  }
  .header .menu_inner {
    width: 420px;
  }
  .header_menues {
    height: calc(100dvh - 100px);
    padding: 100px 40px 20px;
  }

  .menu_opened .menu_block {
    width: 420px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .footer {
    padding-top: 50px;
  }
  .footer .main_logo img {
    height: 72px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer {
    padding-top: 40px;
  }
  .footer_bottom {
    margin-top: 40px;
  }
  .footer .main_logo img {
    height: 64px;
  }
  .footer_menu {
    flex: 0 0 20.83%;
    max-width: 20.83%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .subservices_list:before {
    height: 30px;
  }
  .subservices_list > li {
    border-radius: 18px;
  }
  .subservices_list .service_name {
    font-size: 133.33%;
  }

  .services_list li {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .services_list li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1441px) {
  .services_list li {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=service-l.css.map */
