@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: 1441px) and (max-width: 1600px) {
  .contacts_inner .section_col:first-child {
    padding-inline-end: 48px;
  }
  .contacts_inner .section_col:last-child {
    padding: 32px 56px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .contacts_inner .section_col:first-child {
    padding-inline-end: 32px;
  }
  .contacts_inner .section_col:last-child {
    padding: 24px 40px;
    border-radius: 18px;
  }
  .contacts_inner .contact_label {
    font-size: 122.22%;
  }
  .contacts_inner .contacts_list,
.contacts_inner .socials_list {
    margin-top: 30px;
  }
  .contacts_inner .section_desc,
.contacts_inner .section_title:not(:has(+ .section_desc)) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .contacts_inner .section_col:first-child {
    padding-inline-end: 24px;
  }
  .contacts_inner .section_col:last-child {
    padding: 20px;
    border-radius: 16px;
  }
  .contacts_inner .contact_label {
    font-size: 111.11%;
  }
  .contacts_inner .contacts_list,
.contacts_inner .socials_list {
    margin-top: 24px;
  }
  .contacts_inner .section_desc,
.contacts_inner .section_title:not(:has(+ .section_desc)) {
    margin-bottom: 24px;
  }
}

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