html {
  touch-action: manipulation;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE and Edge */
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (max-width: 980px) {
  :root {
    --spacing:4px;
    overflow-x: hidden;
  }
  header.header .contacts .call {
    display: flex;
  }
}
@media (max-width: 640px) {
  :root {
    --spacing:3.5px;
    overflow-x: hidden;
  }
  .btn {
    min-height: auto;
  }
  header.header {
    width: auto;
    right: 0;
    padding-left: var(--24);
    padding-right: var(--24);
  }
  header.header .contacts .call {
    display: none;
  }
  #mb {
    padding: 0 var(--24);
  }
  section.s.t0 .body {
    flex-direction: column;
    gap: 32px;
  }
  section.s.t0a .info .v3 {
    width: 100%;
    justify-content: flex-start;
  }
  section.s.t2 .items {
    --InLine:3;
  }
  section.s.t10 .body .items {
    --InLine:2;
    flex-wrap: wrap;
  }
  section.s.t23 {
    padding: var(--40) 0;
  }
  section.s.t23.l .body .form {
    width: 100%;
  }
  section.s.t23.l .body .form form {
    flex-direction: column;
  }
  section.s.t23.l .body .form form .t23b {
    flex: none;
  }
  section.s.t23 .body {
    width: 100%;
    flex-direction: column;
  }
  section.s.t23.l .body {
    flex-direction: column;
    align-items: flex-start;
  }
  section.s.t23.l .body .content {
    flex: none;
  }
  section.s.t33 > .items {
    flex-direction: column;
  }
  section.s.t34 {
    flex-direction: column;
    width: 100%;
    padding: var(--40) 0;
  }
  section.s.t34 .info,
  section.s.t34 .items {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 440px) {
  section.s.t2 .items {
    --InLine:2;
  }
  section.s.t10 .body .items {
    --InLine: 1;
  }
  section.s.t23 .body {
    padding: 0;
  }
}

/*# sourceMappingURL=responsive.css.map */
