/* =====================
   Адаптив для планшетов (max-width: 768px)
   ===================== */
@media (max-width: 768px) {
  .main_h1_text {
    position: static;
    width: 100%;
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    margin: 32px 0 0 0;
    height: auto;
    left: 0;
    top: 0;
  }
  .main_text_icon {
    position: static;
    display: block;
    margin: 16px auto 0 auto;
    width: 40px;
    height: 50px;
  }
  .main_button {
    width: 90%;
    max-width: 350px;
    left: 0;
    top: 0;
    margin: 24px auto 0 auto;
    font-size: 20px;
    height: 50px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
  }
  .main_text_and_button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
  }
  .image_and_text_block {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
    height: auto;
    margin-top: 32px;
  }
  .image_and_text_BLOCK1,
  .image_and_text_BLOCK2,
  .image_and_text_BLOCK3,
  .image_and_text_BLOCK4,
  .image_and_text_BLOCK5,
  .image_and_text_BLOCK6 {
    position: static;
    width: 45vw;
    min-width: 180px;
    max-width: 340px;
    height: 180px;
    margin-bottom: 16px;
  }
  .image_and_text_BLOCK4 {
    width: 94vw;
    max-width: 500px;
    height: 180px;
  }
  .image_and_text_BLOCK1 img,
  .image_and_text_BLOCK2 img,
  .image_and_text_BLOCK3 img,
  .image_and_text_BLOCK4 img,
  .image_and_text_BLOCK5 img,
  .image_and_text_BLOCK6 img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .image_and_text_BLOCK3 h3,
  .image_and_text_BLOCK4 h3 {
    position: static;
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 8px;
  }
  .image_and_text_block .text_title_block {
    position: static;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}

/* =====================
   Большие мобильные (max-width: 425px)
   ===================== */
@media (max-width: 425px) {
  .main_h1_text {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 24px;
  }
  .main_text_icon {
    width: 32px;
    height: 40px;
    margin-top: 8px;
  }
  .main_button {
    font-size: 16px;
    height: 44px;
    max-width: 95vw;
    margin-top: 16px;
  }
  .image_and_text_BLOCK1,
  .image_and_text_BLOCK2,
  .image_and_text_BLOCK3,
  .image_and_text_BLOCK4,
  .image_and_text_BLOCK5,
  .image_and_text_BLOCK6 {
    width: 90vw;
    min-width: 140px;
    max-width: 100vw;
    height: 120px;
  }
  .image_and_text_BLOCK4 {
    width: 95vw;
    height: 120px;
  }
  .image_and_text_BLOCK3 h3,
  .image_and_text_BLOCK4 h3 {
    font-size: 14px;
    margin-top: 4px;
  }
  .image_and_text_block .text_title_block {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* =====================
   Средние мобильные (max-width: 375px)
   ===================== */
@media (max-width: 375px) {
  .main_h1_text {
    font-size: 24px;
    margin-top: 16px;
  }
  .main_button {
    font-size: 14px;
    height: 38px;
    padding: 8px 4px;
  }
  .image_and_text_BLOCK1,
  .image_and_text_BLOCK2,
  .image_and_text_BLOCK3,
  .image_and_text_BLOCK4,
  .image_and_text_BLOCK5,
  .image_and_text_BLOCK6 {
    height: 90px;
  }
  .image_and_text_BLOCK4 {
    height: 90px;
  }
}

/* =====================
   Маленькие мобильные (max-width: 320px)
   ===================== */
@media (max-width: 320px) {
  .main_h1_text {
    font-size: 18px;
    margin-top: 8px;
  }
  .main_button {
    font-size: 12px;
    height: 32px;
    padding: 6px 2px;
  }
  .image_and_text_BLOCK1,
  .image_and_text_BLOCK2,
  .image_and_text_BLOCK3,
  .image_and_text_BLOCK4,
  .image_and_text_BLOCK5,
  .image_and_text_BLOCK6 {
    height: 60px;
  }
  .image_and_text_BLOCK4 {
    height: 60px;
  }
}
