@media (max-width: 1600px) {
  .badge-label {
    font-size: 26px;
  }

  .header-subtitle,
  .header-tagline {
    font-size: 25px;
  }

  .header-badge {
    width: 215px;
  }

  .header-services-text {
    font-size: 52px;
  }

  .header-route-text {
    font-size: 42px;
  }

  #intro-1 .heading p {
    font-size: 30px;
  }

  #intro-1 .text {
    font-size: 32px;
  }

  #intro-1 .block.divider .title {
    font-size: 38px;
  }

  .top-footer-web span,
  .top-footer-email span {
    font-size: 24px;
  }

  .top-footer-phones span {
    font-size: 42px;
  }

  .top-footer-slogan {
    font-size: 38px;
  }
}

@media (max-width: 1280px) {
  .badge-label {
    font-size: 23px;
  }

  .header-subtitle,
  .header-tagline {
    font-size: 22px;
  }

  .header-services-text {
    font-size: 45px;
  }

  .header-route-text {
    font-size: 37px;
  }

  #intro-1 .heading p {
    font-size: 26px;
  }

  #intro-1 .text {
    font-size: 28px;
  }

  #intro-1 .block.divider .title {
    font-size: 33px;
  }

  .top-footer-web span,
  .top-footer-email span {
    font-size: 21px;
  }

  .top-footer-phones span {
    font-size: 37px;
  }

  .top-footer-slogan {
    font-size: 33px;
  }
}

@media (max-width: 1050px) {
  .header-logo-img {
    height: 100px;
  }

  .header-tagline {
    text-align: center;
  }
}

@media (max-width: 960px) {
  .header-top {
    padding: 20px 0 15px;
  }

  .header-top-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-brand {
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 12px;
  }

  .header-tagline {
    flex: 0 0 calc(50% - 10px);
    font-size: 18px;
    text-align: center;
  }

  .header-tagline--right {
    padding-left: 0;
  }

  .header-mid {
    padding: 20px 0 14px;
  }

  .header-mid-inner {
    justify-content: center;
    gap: 40px;
  }

  .header-badge {
    width: 190px;
  }

  .badge-label {
    font-size: 20px;
  }

  .header-services-text {
    font-size: 39px;
  }

  .header-route-text {
    font-size: 32px;
  }

  #intro-1 .heading p {
    font-size: 22px;
  }

  #intro-1 .text {
    font-size: 24px;
  }

  #intro-1 .block.divider .title {
    font-size: 29px;
  }

  .top-footer-cta {
    padding: 24px 0 36px;
  }

  .top-footer-slogan {
    font-size: 29px;
  }

  .top-footer-phones {
    padding: 10px 24px;
  }

  .top-footer-phones span {
    font-size: 32px;
  }

  .top-footer-phones .phone-sep {
    margin: 0 20px;
  }

  .top-footer {
    padding: 10px 0;
  }

  .top-footer .container {
    max-width: 750px;
  }

  .footer-content {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-left p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top-footer-contact-inner {
    flex-direction: column;
    gap: 40px;
    padding: 36px 0;
  }

  .footer-left p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }

  .footer-separator {
    display: none;
  }

  .main-footer {
    padding: 10px 0;
  }

  #whatsapp-btn img {
    width: 55px;
    height: 55px;
  }
}


@media (max-width: 686px) {
  .top-footer-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
  }

  .top-footer-phones a:last-of-type {
    flex: 0 0 100%;
    text-align: center;
  }

  .top-footer-phones .phone-sep--last {
    display: none;
  }
}

@media (max-width: 671px) {
  .header-services-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 4px;
  }

  .services-item:last-child {
    flex: 0 0 100%;
    text-align: center;
  }

  .services-sep--last {
    display: none;
  }
}

@media (max-width: 640px) {
  .header-mid {
    padding: 16px 0 12px;
  }

  .header-mid-inner {
    gap: 28px;
  }

  .header-badge-img {
    height: 70px;
    width: auto;
  }

  .header-badge {
    width: 165px;
  }

  .badge-label {
    font-size: 17px;
  }

  .header-services-text {
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .tagline-indent {
    margin-left: 80px;
  }

  #intro-1 .heading p br {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-logo-img {
    height: 65px;
  }

  .header-tagline {
    flex: 0 0 100%;
  }

  .header-route-text {
    font-size: 28px;
  }

  #intro-1 {
    padding: 20px 0;
  }

  #intro-1 .block {
    margin-bottom: 22px;
  }

  #intro-1 .heading {
    padding: 10px 16px;
  }

  #intro-1 .heading p {
    font-size: 19px;
  }

  #intro-1 .text {
    font-size: 21px;
    text-indent: 20px;
  }

  #intro-1 .block.divider .title {
    font-size: 25px;
  }

  .top-footer-phones a {
    flex: 0 0 100%;
    text-align: center;
  }

  .top-footer-phones .phone-sep {
    display: none;
  }
}

@media (max-width: 404px) {
  .services-item {
    flex: 0 0 100%;
    text-align: center;
  }

  .header-services-text .services-sep {
    display: none;
  }
}
