@media (max-width: 1024px) {
  .header-navigation,
  .header-contact {
    display: none;
  }
  .wrpr {
    max-width: 91%;
  }
  .stages {
    flex-wrap: wrap;
  }
  .stages .item {
    min-width: 45%;
    flex-grow: 1;
  }
  .stages .item.reverse > div:last-child {
    margin: auto 0px 0px 0px;
  }
  .stages .item > div:last-child {
    height: 200px;
  }
  header {
    display: none;
  }
  .burger_menu {
    display: block;
  }
  main {
    margin: 10px 0 50px;
  }
  main > div:first-of-type {
    padding: 42.5px 0px;
  }
  .projectPreview {
    flex-direction: column;
  }
  .projectPreview > div {
    max-width: 100%;
  }
}
@media (max-width: 1350px) {
  * {
    font-size: 14px;
  }
  .garant > div:last-child span {
    font-size: 6em;
  }
  .prises-table {
    overflow-x: scroll;
  }
  .prises-table th,
  .prises-table td,
  .prises-table td p,
  .prises-table td input {
    font-size: 12px;
  }
  .prises-table td p {
    padding: 5px 0px;
  }
  .prises-table th {
    padding: 5px;
    min-width: max-content;
    white-space: nowrap;
  }
  .prises-table .prise-cell {
    max-width: 130px;
  }
  .prises-items {
    overflow-x: scroll;
  }
}
@media (max-width: 1200px) {
  .footer__cell {
    flex-direction: column;
  }
  .footer-offer {
    max-width: unset;
    width: unset;
    height: max-content;
  }
  .prises-heading .tabs {
    display: none;
  }
  .prises-heading .select {
    display: block;
  }
}
