.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.specialties__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3c3c3c;
}

.specialties__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 4px;
  margin-bottom: 24px;
}

.specialties__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 69px;
  min-height: 36px;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  border-radius: 25px;
  white-space: nowrap;
  background-color: #f2f2f2;
}

.specialties__tab:hover {
  background-color: #ececec;
}

.specialties__tab.active {
  color: #fff;
  background-color: #222222;
  pointer-events: none;
}

.specialties__wrapper {
  position: relative;
}

.specialties__alphabetical-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}

.specialties__alphabetical-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specialties__alphabetical-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 50px;
  min-height: 50px;
  padding: 12px 8px;
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ff5c00;
  border: 1px solid #ff5c00;
  border-radius: 10px;
}

.specialties__list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.specialties__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 28px;
  gap: 12px;
}

.specialties__letter {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 127.7777777778%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3c3c3c;
}

.specialties__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.specialties__sublist-link::first-letter {
  text-transform: uppercase;
}

.specialties__sublist_columns {
  display: block;
  gap: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.specialties__sublist_columns .specialties__sublist-item {
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.specialties__sublist-link {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #222;
}

@media (max-width: 1919px) {
  .specialties__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .specialties__sublist_columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 1439px) {
  .specialties__title {
    margin-bottom: 14px;
  }

  .specialties__tabs {
    margin-bottom: 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 8px;
    overflow-y: auto;
  }

  .specialties__alphabetical-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .specialties__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .specialties__sublist_columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 833px) {
  .specialties__title {
    font-size: 1.25rem;
  }

  .specialties__tabs {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 8px;
  }

  .specialties__tabs::-webkit-scrollbar {
    display: none;
    width: 0;
  }

  .specialties__tabs::-moz-scrollbar {
    display: none;
    width: 0;
  }

  .specialties__tabs::before,
  .specialties__tabs::after {
    content: "";
    width: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .specialties__tab {
    font-size: 0.875rem;
    line-height: 150%;
  }

  .specialties__alphabetical-list {
    margin-bottom: 16px;
  }

  .specialties__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .specialties__item {
    gap: 8px;
  }

  .specialties__letter {
    font-size: 1rem;
    line-height: 131.25%;
  }

  .specialties__sublist_columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
