.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;
}

.doctors-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.doctors-section__title {
  margin: 0;
}

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

.doctors-section__group .doctors-section__title {
  width: 100%;
}

.doctors-section__group .filter {
  margin-top: 0;
  padding: 0;
  width: auto;
  margin-left: 0;
}

.doctors-section__group .filter .filter__select {
  width: 320px;
  max-width: 320px;
}

.doctors-section__filter {
  margin-top: 0;
}

.doctors-section .filter__wrapper {
  max-width: 100%;
}

.doctors-section .doctors {
  margin-top: 0;
}

@media (max-width: 1439px) {
  .doctors-section {
    gap: 20px;
  }

  .doctors-section .filter__select {
    max-width: 240px;
  }
}

@media (max-width: 833px) {
  .doctors-section {
    gap: 15px;
  }

  .doctors-section__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }

  .doctors-section .filter__select {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .doctors-section__group .filter {
    width: 100%;
  }

  .doctors-section__group .filter .filter__select {
    width: 100%;
    max-width: 100%;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}

 @media (max-width: 479px){

@supports (appearance:none){

}

}
