@font-face {
  font-family: "Inter";
  src: local("Inter"),
  url("./fonts/Inter-VariableFont_slnt\,wght.ttf") format("opentype");
}

@media (max-width: 700px) {
  .submenu-content {
    padding-left: 10px;
    justify-content: flex-start;
  }

  .submenu-content img {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    margin-right: 16px;
  }

  .install-guide {
    padding: 30px 10px;
  }

  .install-guide .distributives {
    margin-bottom: 25px;
  }

  .install-guide p,
  .install-guide .distributives span,
  .install-guide .guides span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }

  .install-guide .distributives,
  .install-guide .guides {
    border-bottom: 1px solid #b7b7b7;
  }

  .install-guide .distributives p,
  .install-guide .guides p {
    padding-bottom: 8px;
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .install-guide p:nth-child(2) {
    padding: 30px 0;
  }

  .install-guide .distributives div,
  .install-guide .guides div {
    padding: 8px 0;
    border-top: 1px solid #b7b7b7;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }

}

@media (min-width: 700px) {
  .install-guide {
    display: none;
  }
}
