.doctors-detail {
  position: relative;
}
.doctors-detail__category {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  width: 100%;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.doctors-detail__about {
  display: flex;
}
@media (max-width: 768px) {
  .doctors-detail__about {
    flex-direction: column;
  }
}
.doctors-detail__about-spec {
  display: flex;
  gap: 16px;
}
.doctors-detail__about-spec-item {
  border-radius: 10px;
  border: 1px solid #1e3a5e;
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .doctors-detail__about-spec-item {
    font-size: 18px;
  }
}
.doctors-detail__about-price {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
}
.doctors-detail__about-exp {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  line-height: normal;
}
.doctors-detail__about-pic {
  border-radius: 56px;
  overflow: hidden;
  width: 508px;
  position: relative;
  z-index: 2;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1400px) {
  .doctors-detail__about-pic {
    width: 424px;
  }
}
@media (max-width: 1024px) {
  .doctors-detail__about-pic {
    width: 310px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .doctors-detail__about-pic {
    width: 100%;
  }
}
.doctors-detail__about-pic img {
  width: 100%;
}
.doctors-detail__about-left {
  position: relative;
  z-index: 2;
  background: #f0f6ff;
}
@media (max-width: 768px) {
  .doctors-detail__about-left {
    display: flex;
    position: relative;
    border-radius: 24px 24px 0 0;
    justify-content: center;
    padding: 25px;
    padding-top: 124px;
  }
}
.doctors-detail__about-left:before {
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  width: 64px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .doctors-detail__about-left:before {
    display: none;
  }
}
.doctors-detail__about-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 44px 64px 120px 91px;
  border-radius: 0 46px 0 0;
  background: #f0f6ff;
}
@media (max-width: 1400px) {
  .doctors-detail__about-right {
    padding: 45px 45px 101px 45px;
  }
}
@media (max-width: 1024px) {
  .doctors-detail__about-right {
    border-radius: 0 24px 0 0;
  }
}
.doctors-detail__about-right h1 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .doctors-detail__about-right h1 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .doctors-detail__about-right h1 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .doctors-detail__about-right h1 {
    position: absolute;
    top: 27px;
    z-index: 5;
    margin-bottom: 0;
  }
}
.doctors-detail__about-right-top {
  display: grid;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 1024px) {
  .doctors-detail__about-right-top {
    grid-template-columns: auto;
    margin-bottom: 40px;
  }
}
.doctors-detail__order-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.doctors-detail__order-block-select {
  border-radius: 10px;
  border: 1px solid var(--Navi-blue-main, #1e3a5e);
  background: var(--White, #fff);
  padding: 15px 30px;
}
.doctors-detail__order-block-select select {
  border: none;
  background: none;
  outline: none;
  color: var(--Navi-blue-main, var(--Navi_blue, #1e3a5e));
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.doctors-detail__order-block-btn {
  border-radius: 10px;
  background: #1e3a5e;
  color: #fff;
  font-family: Gilroy;
  font-size: 20px;
  margin-top: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .doctors-detail__order-block-btn {
    margin-top: 20px;
  }
}
.doctors-detail__order-block-time {
  display: flex;
  gap: 10px;
}
.doctors-detail__order-block-time-item {
  border-radius: 10px;
  border: 1px solid #1e3a5e;
  background: #fff;
  padding: 5px 15px;
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.doctors-detail__education {
  background: #f0f6ff;
  margin-top: -60px;
  position: relative;
  z-index: 26;
}
.doctors-detail__education h2 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .doctors-detail__education h2 {
    font-size: 28px;
    text-align: center;
  }
}
.doctors-detail__education-bg {
  border-radius: 56px 56px 0 0;
  padding: 64px;
  background: #fff;
}
@media (max-width: 768px) {
  .doctors-detail__education-bg {
    border-radius: 24px 24px 0 0;
    padding: 25px;
  }
}
.doctors-detail__education-items {
  padding: 0 111px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .doctors-detail__education-items {
    padding: 25px;
    gap: 20px;
  }
}
.doctors-detail__education-item {
  display: flex;
  justify-content: space-between;
}
.doctors-detail__education-text {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  width: 100%;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .doctors-detail__education-text {
    font-size: 16px;
  }
}
.doctors-detail__education-date {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  width: 232px;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .doctors-detail__education-date {
    width: 100px;
    font-size: 20px;
  }
}
.doctors-detail__reviews {
  border-radius: 56px 56px 0 0;
  background: #f0f6ff;
  height: 61px;
}
@media (max-width: 768px) {
  .doctors-detail__reviews {
    border-radius: 24px 24px 0 0;
  }
}/*# sourceMappingURL=style.css.map */