@media screen and (max-width: 799px) {
  header {
    margin-bottom: 50px;
  }

  .header_block {
    padding-top: 25px;
  }

  .header_block>li:first-child {
    margin-bottom: 10px;
  }

  .header_block>li {
    font-family: "robotoregular";
    font-style: italic;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
  }

  .box {
    display: none;
  }

  .diler_tabs {
    margin-bottom: 20px;
  }

  /* .diler_tabs>li.current img {
		height:80px;
	} */
  /* .box_block {
		height:310px;
	} */
  .box_block .box_el:nth-child(2n) {
    text-align: right;
  }

  header,
  section {
    padding: 0 10px;
  }

  .header_phone,
  .slogan {
    white-space: normal !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .header_email a {
    padding-left: 12px;
  }

  img {
    max-width: 100% !important;
  }

  .diler_tabs {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .diler_tabs>li {
    vertical-align: middle;
    height: auto;
    text-align: center;
    margin-bottom: 32px;
    padding: 0 40px;
  }

  .hero-actions {
    margin-top: 0;
    padding: 0 10px;
  }

  .hero-slogan {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .parts-search-row {
    flex-direction: column;
  }

  .parts-search-field {
    border-right: 1px solid #d0d0d0;
    border-radius: 8px;
    min-height: 48px;
  }

  .parts-search-btn {
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    min-height: 48px;
  }

  .parts-search-examples {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-cta-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .hero-cta {
    min-height: 70px;
    padding: 12px 16px;
  }

  .hero-cta-title {
    font-size: 16px;
    line-height: 20px;
  }
}