.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__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctors__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.doctors__slide {
  height: auto;
}

.doctor {
  display: block;
  max-width: 405px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(230, 230, 230, 0.5);
          box-shadow: 0px 0px 20px 3px rgba(230, 230, 230, 0.5);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
}

.doctor:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 16px 12px rgba(230, 230, 230, 0.5);
          box-shadow: 0px 0px 16px 12px rgba(230, 230, 230, 0.5);
}

.doctor__img {
  height: 240px;
  overflow: hidden;
  display: block;
  margin-bottom: -10px;
}

.doctor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.doctor__title {
  display: block;
  margin-top: 20px;
  margin-bottom: -10px;
  color: #222;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
}

.doctor__options {
  margin-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 88px;
}

.doctor__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  line-height: 120%;
  margin-top: 6px;
}

.doctor__price .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.doctor__btn {
  padding: 15px 20px;
  height: 38px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 0.6875rem;
  line-height: 218.1818181818%;
}

.doctor-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.doctor-options__list {
  font-size: 0.8125rem;
  line-height: 150%;
}

.doctor-options__clinics {
  color: #222;
  font-size: 0.8125rem;
  line-height: 150%;
}

.doctor-options__link {
  color: #999;
}

.doctor-options__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.doctor-options__label {
  font-size: 15px;
  line-height: 19px;
  color: #3c3c3c;
  padding: 2px 10px;
  min-height: 24px;
  border-radius: 10px;
  white-space: nowrap;
  background: #f2f2f2;
}

.doctor-clinics__link {
  color: #222;
}

@media (max-width: 1919px) {
  .doctor {
    max-width: 426px;
  }
}

@media (max-width: 1439px) {
  .doctors__slide {
    max-width: 377px;
  }
}

@media (max-width: 833px) {
  .doctors__slide {
    max-width: 280px;
  }

  .doctor {
    padding: 20px;
  }

  .doctor__img {
    height: 215px;
  }

  .doctor__title {
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0.48px;
  }

  .doctor__options {
    min-height: 75px;
    margin-top: 5px;
  }

  .doctor__price {
    margin-top: 24px;
  }

  .doctor__btn {
    height: 38px;
  }

  .doctor-options {
    gap: 10px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .doctors__list {
    overflow: hidden;
    padding: 25px 0 25px 25px;
    margin: -25px 0 -25px -25px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}

 @media (min-width: 1440px) and (max-width: 1919px){

@supports (appearance:none){

}

}
