@media all and (max-width: 1919px) {
  .help-shipping-inner {
    max-width: 107rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 1599px) {
  #help-shipping-side-nav {
    display: none;
  }

  .help-shipping-inner {
    max-width: none;
  }
}
@media all and (max-width: 1279px) {
  .help-steps {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-evenly;
  }
}
@media all and (max-width: 1023px) {
  #container {
    overflow: auto !important;
  }
}
@media all and (max-width: 990px) {
  .help-service-contacts {
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: space-evenly;
  }

  .help-steps-item {
    max-width: 32rem;
  }
}
@media all and (max-width: 766px) {
  .help-content {
    margin-bottom: 16rem;
  }

  .intro-inner {
    min-height: 24rem;
  }

  .intro-title {
    font-size: 3.8rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .intro-text {
    font-size: 2rem;
    max-width: 32rem;
    line-height: 1.5;
    margin: 0 auto;
  }

  .help-navigation {
    margin-top: -4.5rem;
    margin-bottom: 5rem;
  }

  .help-steps {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  .help-steps-item {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 2.5rem;
    height: 9rem;
    min-height: auto;
    background-color: #FFFFFF;
  }

  .help-steps-item-icon-wrapper {
    background-color: transparent;
    margin-bottom: 0;
    max-width: 6rem;
    margin-right: 1.5rem;
    height: auto;
  }
  .help-steps-item-icon-wrapper img {
    display: block;
    width: 100%;
  }
  .help-steps-item-title {
    text-align: left;
    font-size: 1.6rem;
  }

  .help-steps-item-text {
    text-align: left;
    font-size: 1.2rem;
  }

  .help-card-title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }

  .help-service-contacts-item {
    max-width: 12rem;
  }

  .help-service-contacts-item-icon {
    width: 12rem;
    height: 12rem;
  }
  .help-service-contacts-item-icon--chat {
    background-position: bottom 23px center;
  }

  .help-service-contacts-item-title {
    font-size: 1.8rem;
  }

  .help-track {
    margin-bottom: 10rem;
  }

  .help-track-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .help-track-search-top {
    justify-content: center;
  }

  .help-track-form-row input {
    height: 5rem;
  }

  .help-track-separator {
    display: none;
    margin: 2rem 0;
    text-align: center;
  }
  .help-track-separator--mobile {
    display: block;
  }

  .help-track-link {
    display: none;
    max-width: 30rem;
    margin: 0 auto;
  }
  .help-track-link--mobile {
    display: flex;
  }

  .help-track-search-bottom {
    max-width: 40rem;
    margin: 0 auto;
  }

  .help-track-error {
    margin-bottom: 2.5rem;
  }

  .help-track-submit-button {
    max-width: 30rem;
    height: 5.5rem;
    margin: 0 auto !important;
    border-radius: 0.5rem !important;
    font-size: 2rem;
  }

  .help-track-results {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 4rem;
  }

  .help-track-results-title {
    font-size: 1.6rem;
  }

  .help-contact {
    padding: 3.5rem 2.5rem;
  }

  .help-contact-title {
    font-size: 2.8rem;
    color: #0D0F0F;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .help-contact-text {
    font-size: 1.2rem;
    max-width: 24rem;
    margin: 0 auto 2.5rem;
    line-height: 1.5;
  }

  .help-shipping-content-item {
    margin-bottom: 4rem;
  }
  .help-shipping-content-item:last-child {
    margin-bottom: 0;
  }

  .help-shipping-content-item-title {
    font-size: 1.8rem;
  }

  .accordion {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }

  .accordion-item {
    margin-bottom: 2.5rem;
  }

  .accordion-item-header {
    padding: 2rem 2.5rem;
  }
  .accordion-item-header:after {
    right: 3rem;
  }

  .accordion-item-title {
    font-size: 1.8rem;
  }

  .accordion-item-content {
    padding: 1.8rem 2.5rem;
  }

  .accordion-item-text {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 427px) {
  .help-steps-item {
    padding: 0 1.5rem;
  }

  .help-service-contacts-item {
    max-width: 11rem;
  }

  .help-service-contacts-item-icon {
    width: 11rem;
    height: 11rem;
  }
}

/*# sourceMappingURL=customer_service_media.css.map */
