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

.doctor-info__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 50px;
}

.doctor-info__wrapper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.doctor-info__doctor-photo,
.doctor-info__info-block {
  background: #f4f4f4;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.doctor-info__info-wrapper {
  max-width: 960px;
}

.doctor-info__doctor-photo {
  padding: 16px 16px 0px 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  max-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.doctor-info__image {
  height: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.doctor-info__info-block {
  padding: 30px;
}

.doctor-info__title {
  margin: 0px 0px 25px 0px;
}

.doctor-info__title-none {
  display: none;
  background: color;
}

.doctor-info__appointment {
  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;
  background: #fff;
  border-radius: 15px;
  padding: 5px 5px 5px 22px;
}

.doctor-info__appointment-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.doctor-info__appointment-price .icon {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
}

.doctor-info__appointment-text {
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
}

.doctor-info__prices {
  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;
  gap: 10px;
  margin-bottom: 65px;
}

.doctor-info__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #999;
}

.doctor-info__price-wrapper .icon {
  max-height: 20px;
  width: 20px;
  fill: #523189;
}

.doctor-info__price-text {
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  text-transform: uppercase;
  font-weight: 500;
}

.doctor-info__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin-bottom: 25px;
}

.doctor-info__information-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.doctor-info__information-name {
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  color: #999;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.doctor-info__information-text {
  color: #222222;
  font-size: 0.9375rem;
  line-height: 133.3333333333%;
}

.doctor-info-block__li {
  display: none;
}

.doctor-info-block__li._active {
  display: block;
}

.doctor-info__highlight-text {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 133.3333333333%;
  color: #523189;
  background: #e3d9f2;
}

.doctor-nav {
  margin-bottom: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 5px;
  overflow-x: auto;
  max-width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.doctor-nav::-webkit-scrollbar {
  display: none;
}

.doctor-nav_no-border {
  padding: 0;
  border: none;
}

.doctor-nav_no-space {
  margin: 0;
}

.doctor-nav__link {
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px;
  white-space: nowrap;
}

.doctor-nav__link._active {
  background: #222222;
  border-radius: 25px;
  color: #fff;
}

.doctor-nav__link._active.is-grey {
  background: #9E9E9E;
}

.doctor-nav.is-with-wrap-line {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.doctor-info-block {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 25px;
}

.doctor-info-block__title {
  font-size: 1.125rem;
  line-height: 138.8888888889%;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0px 0px 20px 0px;
}

.doctor-info-block__list {
  margin-bottom: 25px;
}

.doctor-info-block__list.text li {
  font-size: 0.9375rem;
  line-height: 126.6666666667%;
  margin-bottom: 15px;
}

.doctor-info-block__list.text li:before {
  top: 0;
}

.doctor-info-block__list.text li:last-child {
  margin-bottom: 0;
}

.tags-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 5px;
}

.tags-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 8px 5px 8px;
  border-radius: 20px;
  background: #fff;
  gap: 8px;
  font-size: 0.8125rem;
  line-height: 153.8461538462%;
  line-height: 154%;
}

.tags-info__tag .icon {
  fill: #ff5c00;
  max-width: 18px;
  min-width: 18px;
  height: 18px;
}

@media (max-width: 1919px) {
  .doctor-info__info-wrapper {
    max-width: 670px;
  }
}

@media (max-width: 1439px) {
  .doctor-info__doctor-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-height: 240px;
    padding: 12px 12px 0px 12px;
  }

  .doctor-info__info-block {
    padding: 25px;
  }

  .doctor-info__information-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }

  .doctor-nav {
    width: 100%;
  }
}

@media (max-width: 833px) {
  .doctor-info__wrapper-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .doctor-info__doctor-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-height: 360px;
    padding: 20px 20px 0px 20px;
  }

  .doctor-info__info-block {
    padding: 10px;
  }

  .doctor-info__title {
    font-size: 1.125rem;
    line-height: 138.8888888889%;
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
  }

  .doctor-info__appointment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px 10px 10px;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .doctor-info__appointment .doctor-info__btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }

  .doctor-info__prices {
    margin-bottom: 25px;
  }

  .doctor-info__price {
    width: 100%;
  }

  .doctor-info__price-wrapper {
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .doctor-info__information {
    padding: 0px 10px;
  }

  .doctor-info__information-row {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .doctor-info__information-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 0.75rem;
    line-height: 133.3333333333%;
  }

  .doctor-nav {
    margin-bottom: 15px;
    padding: 5px 0px;
  }

  .doctor-nav:not(.is-with-border-mobile) {
    border: 0px;
    border-radius: 0px;
  }

  .doctor-info-block {
    padding: 20px 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0;
  }

  .doctor-info-block__title {
    margin-bottom: 10px;
  }

  .doctor-info-block__list {
    margin-bottom: 10px;
  }

  .doctor-info-block__list.text li {
    margin-bottom: 5px;
  }

  .doctor-info-block_show .doctor-info-block__li {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 0.8125rem;
    line-height: 146.1538461538%;
  }

  .tags-info__tag {
    white-space: initial;
    line-height: 120%;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
