@media (max-width: 1260px) {
  .product-menu {
    display: none;
  } /* прячем старую сетку */
  .product-menu-head-cont {
    display: flex;
    cursor: pointer;
  } /* триггер виден */
  .product-menu-head {
    display: none;
  }
  .product-menu-head2 {
    display: flex;
  }
  .burger {
    margin-left: 50px;
  }
  .logo {
    left: 50px;
  }
  .product-menu-head-cont {
    flex: 0 0 114px;
    width: 114px;
  }
}

@media (max-width: 1180px) {
  .contacts-clip {
    width: 425px;
  } /* окно */
  .contacts-svg {
    width: 683px;
    height: 60px;
    max-width: none; /* не сжимать svg ресетами */
  }
  .tel2_spot {
    transform: scaleX(calc(200 / 170));
  }

  /* сдвиг tel2: старый x=240 ? хотим 270, значит translateX(30px) */
  .e_spot {
    transform: translateX(calc(200px - 170px));
  }
  .disclosure {
    display: inline-flex;
  }
  .hero-inside {
    margin-left: 20px;
    margin-right: 20px;
    margin: auto;
  }
}

@media (max-width: 1080px) {
  .logo {
    display: none;
  }
  .logo_sm {
    display: block;
  }
  .logo-text-left {
    display: none;
  }
  .logo-text-center {
    left: 16px;
    top: 8px;
  }
  .logo-text-bottom {
    background-size: 134px auto;
    left: 0px;
    top: 36px;
  }
  .logo-text-cont {
    flex: 0 0 140px;
  }
}

@media (max-width: 900px) {
  .contacts-clip {
    width: 230px;
  } /* только меняем ширину окна */
  .tel1_spot {
    transform: scaleX(calc(200 / 170));
  }
  /* сдвиг tel2: старый x=240 ? хотим 270, значит translateX(30px) */
  .tel2_spot {
    transform: translateX(calc(200px - 170px));
  }
}

@media (max-width: 800px) {
  .burger {
    margin-left: 20px;
  }
}

@media (max-width: 760px) {
  .hero-inside {
    width: 100%;
    margin: 0;
  }
  .hero-inside,
  .main_plain,
  .main_h3 {
    min-width: 0px;
  }
  .text-container,
  .nav-product {
    flex-direction: column;
  }
  .hero-inside-all {
    width: min(100%, 430px);
    margin: auto;
  }
  .block-semi {
    width: min(100%, 430px);
    align-items: center;
  }
  .text-container {
    gap: 0px;
  }
  .text-container.rev-mobile {
    flex-direction: column-reverse;
  }
  .text-container > .block-semi:first-child {
    margin-top: 0px;
  }
  .calc_content {
    max-width: 430px; /* целевая ширина коробки */
    width: 100%; /* но на очень узких экранах пусть тянется на всю ширину */
    margin-left: auto; /* центрирование */
    margin-right: auto; /* центрирование */
  }
  .sample {
    display: none;
  }
  .sample_bottom {
    display: block;
  }
  .kvartal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .text-container {
    flex-direction: column;
    align-items: center; /* было align-items:start */
  }
  .setka-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .span-mob {
    display: block;
    height: 15px;
    width: 100%; /* по желанию */
  }
  .text-container .table-wrap {
    align-self: center;
  }
  .prod_grid {
    grid-template-columns: repeat(auto-fill, minmax(321px, 321px)); /* 214?1.5 */
  }

  .prod_box_all {
    width: 321px;
  } /* 214?1.5 */
  .prod_box {
    width: 300px; /* 200?1.5 */
    height: 192px; /* 128?1.5 */
    border-radius: 15px;
  } /* 10?1.5, опционально */

  .calc_prod_label {
    font-size: 30px;
  } /* 20?1.5 */
}

@media (max-width: 710px) {
  .contacts-clip {
    display: none;
  }
  .contacts-clip2 {
    display: block;
  }
}

@media (max-width: 580px) {
  .contacts-bar {
    display: none;
  }
  .disclosure {
    display: none;
  }
  /*тут уменьшить бар!!*/
  .logo-all-cont {
    width: 100%;
    justify-content: center;
  }
  .burger {
    margin-left: 15px;
  }
}

@media (max-width: 560px) {
  .why_container {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .header,
  .header-container,
  .logo-all-cont,
  .burger,
  .logo-text-cont,
  .logo_sm,
  .product-menu-head-cont {
    height: 50px;
  }
  .logo_sm {
    background-size: 42px auto;
  }
  .burger {
    height: 50px;
    padding: 15px 12px;
  }

  .logo-text-center {
    background-size: 80px auto;
    top: 8px;
    width: 80px;
    height: 24px;
  }

  .logo-text-bottom {
    background-size: 108px auto;
    top: 30px;
    width: 108px;
    height: 20px;
    left: 2px;
  }
  .prod_icon {
    background-size: 22px 22px;
  }
  .product-menu-head2 {
    padding-top: 0px;
    line-height: 36px;
  }

  .calc_content {
    width: 100%; /* на узких экранах — на всю ширину родителя */
    min-width: 0px;
  }
}
