.technical-support-tab__description {
  width: 672px;
}
@media only screen and (width < 1440px) {
  .technical-support-tab__description {
    width: 624px;
  }
}
@media only screen and (width < 1024px) {
  .technical-support-tab__description {
    width: 100%;
  }
}

.technical-support-tab__card {
  width: 288px;
  max-width: unset;
}
@media only screen and (width < 1024px) {
  .technical-support-tab__card {
    width: 100%;
  }
}

.tab {
  padding: 0 24px 16px;
  min-width: 112px;
}

@media only screen and (width < 1440px) {
  .service-banner__content__header {
    width: 480px;
  }
}
@media only screen and (width < 768px) {
  .service-banner__content__header {
    width: 100%;
  }
}

@media only screen and (width < 1440px) {
  .service-banner__content__text {
    width: 480px;
  }
}
@media only screen and (width < 768px) {
  .service-banner__content__text {
    width: 100%;
  }
}

.js-tab-content__the-content {
  margin-top: 64px;
}
@media only screen and (width < 1440px) {
  .js-tab-content__the-content {
    margin-top: 48px;
  }
}

.modal-technical-support .modal-dialog {
  max-width: 496px;
}
@media only screen and (width < 768px) {
  .modal-technical-support .modal-dialog {
    max-width: 328px;
  }
}

.dropdown__trigger {
  max-width: 448px;
}
@media only screen and (width < 768px) {
  .dropdown__trigger {
    max-width: 296px;
  }
}

.dropdown__option--selected {
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.area:disabled .dropdown__trigger {
  color: #C2C2C2;
  border-color: #C2C2C2;
  cursor: not-allowed;
}

/*# sourceMappingURL=technical-support.css.map */
