/**
 * Place for paragraph-doctor styles here.

MAIN

*/

/* MAIN */
.page-doctor-info {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 2em;
}




/* PREVIEW */
.paragraph-doctor__appointment {
  font-size: 13px;
  color: #828EA5;
  margin-top: 10px;
  grid-column: 1/3;
  grid-row: 4;
}

.paragraph-doctor__price-description {
  font-size: 12px;
  color: #26364B;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* PAGE */
.paragraph-doctor-page {
  display: grid;
  grid-template-columns: 19fr 18fr;
  column-gap: 30px;
}

.page-reviews {
  padding-bottom: 7em;
  padding-top: 2em;
  margin-bottom: 0;
}

.paragraph-doctor-page__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
  max-width: 35vw;
}

.paragraph-doctor-page__name {
  color: #212529;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

.paragraph-doctor-page__specialization {
  text-transform: lowercase;
}

.paragraph-doctor-page__specialization span:first-child {
  text-transform: none;
}

.paragraph-doctor-page__specialization span:after {
  content: ',';
  display: inline-block;
}

.paragraph-doctor-page__specialization span:last-child:after {
  display: none;
}

.paragraph-doctor-page__directions-title {
  font-weight: bold;
}

.paragraph-doctor-page__directions a {
  color: #666;
}

.paragraph-doctor-page__directions span {
  /* text-transform: lowercase; */
}

.paragraph-doctor-page__directions span:nth-child(2) {
  text-transform: none;
}

.paragraph-doctor-page__directions span:after {
  content: ',';
  display: inline-block;
}

.paragraph-doctor-page__directions span:last-child:after {
  display: none;
}

.paragraph-doctor-page__experience-title {
  font-weight: bold;
}

.paragraph-doctor-page__duraction-reception-title {
  font-weight: bold;
}

.paragraph-doctor-page__commerce-title {
  font-weight: bold;
}

.paragraph-doctor-page__clinic p {
  margin-top: 0;
}

.paragraph-doctor-page__direction-specialist {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.paragraph-doctor-page__direction-specialist a {
  color: #666;
}

.paragraph-doctor-page__direction-specialist span {
  display: flex;
  align-items: center;
}

.paragraph-doctor-page__direction-specialist span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #55BCE9;
  border-radius: 50%;
  margin-right: 5px;
}

.page-doctor-info__widget {
  background: linear-gradient(90deg, #3B0DCC 0%, #6F58DE 51.23%);
  color: #fff;
  text-align: center;
  padding: 0 15px;
  width: 200px;
  height: 414px;
  display: flex!important;
  align-items: center;
  row-gap: 2em;
}

.page-doctor-info__widget > div {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-doctor-info__widget-phone {
  border-radius: 10px;
  background-color: #fff;
  color: #0D6EFD;
  padding: 5px 0;
  width: 100%;
  display: block;
  margin-top: 5px;
}

.page-doctor-info__widget-button {
  display: block;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 76px;
  padding: 10px 30px;
  color: var(--white);
  background-color: #007677;
  border: 1px solid #007677;
  height: 50px;
  font-size: 16px;
  transition: all .35s ease;
  -webkit-appearance: none;
  font-family: "Manrope", sans-serif;
  width: fit-content;
  margin-top: 2rem;
}

.paragraph-doctor-page__photo .flexslider {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 0;
}

.paragraph-doctor-page__photo .slides {
  position: relative;
  padding-left: 0!important;
}

.paragraph-doctor-page__photo .flex-control-nav {
  display: flex;
  flex-direction: column;
  width: 127px;
  row-gap: 10px;
  margin: 0;
  padding-left: 10px!important;
  align-items: center;
}

.paragraph-doctor-page__photo .flex-control-nav > li {
  width: 96%;
  height: 125px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  border: 2px solid transparent;
}

.paragraph-doctor-page__photo .flex-control-nav > li.flex-control-thumbs__click {
  border: 2px solid #007677;
}

.paragraph-doctor-page__photo .flex-control-nav img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  position: relative;
}







/* SCHEDULE */
.page-doctor-schedule__schedule > div > div:nth-child(1) {
  font-size: 24px;
  color: #212529;
  margin-bottom: 15px;
}

.page-doctor-schedule h2 {
  margin-bottom: 30px;
}

.paragraph-service-schedule {
  display: flex;
  justify-content: space-between;
  color: #212529;
  box-shadow: 1px 3px 5px 0 rgb(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
}

.paragraph-service-schedule__day:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.paragraph-service-schedule__day:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.paragraph-service-schedule__day {
  border: 1px solid #DEE2E6;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.paragraph-service-schedule__empty {
  background-color: rgb(220, 53, 69,0.10);
  width: 100%;
  height: 40px;
  border: 1px solid #DEE2E6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragraph-service-schedule__day-title {
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  column-gap: 5px;
  text-transform: uppercase;
}

.paragraph-service-schedule__time {
  display: flex;
  align-items: center;
  column-gap: 5px;
  height: 40px;
  width: 100%;
  background-color: rgb(40, 167, 69, 0.1);
  justify-content: center;
  border: 1px solid #DEE2E6;
}

.paragraph-doctor__prices > div {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.paragraph-service-main {
  display: grid;
  grid-template-columns: auto 80px;
}

.paragraph-service-main__title {
  grid-column: 1;
  grid-row: 1;
}

.paragraph-service-main__price {
  display: flex;
  column-gap: 5px;
  color: #333;
  font-weight: bold;
  text-align: right;
  justify-content: end;
  grid-column: 2;
  grid-row: 1;
}

.paragraph-service-main__price.price-free {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.view-specialist .views-infinite-scroll-content-wrapper .views-row:nth-child(3n+1) .paragraph-service-main__price.price-free {
  text-decoration-color: #DE7EE3;
}

.view-specialist .views-infinite-scroll-content-wrapper .views-row:nth-child(3n-1) .paragraph-service-main__price.price-free {
  text-decoration-color: #067C93;
}

.view-specialist .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) .paragraph-service-main__price.price-free {
  text-decoration-color: #FFAE00;
}

.paragraph-service-main__date {
  color: #DE7EE3;
}

.paragraph-service-main__spec {
  visibility: hidden;
  grid-column: 1/3;
  grid-row: 1;
}






/* ABOUT */
.page-doctor-about__about h2 {
  border: 1px solid rgb(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: fit-content;
  padding: 12px 20px;
}

.page-doctor-about__about > div:nth-child(2) {
  border: 1px solid rgb(0, 0, 0, 0.1);
  width: fit-content;
  padding: 0 20px 12px;
  border-top: 10px solid #DCDDFF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}






/* SERVICE */
.page-doctor-services__service > div > div:nth-child(1) {
  font-size: 24px;
  color: #212529;
  margin-bottom: 15px;
}

.page-doctor-services {
  color: #212529;
  margin-bottom: 15px;
  box-shadow: 1px 3px 5px 0 rgb(0,0,0,0.1);
}

.page-doctor-services h2 {
  margin-bottom: 30px;
}

.paragraph-service {
  display: grid;
  grid-template-columns: auto 100px 150px;
  border: 1px solid #DEE2E6;
  padding: 8px 20px;
  align-items: center;
}

.paragraph-service__title {
  display: flex;
  align-items: center;
  grid-row: 1;
  margin-top: 5px;
}

.paragraph-service__price {
  display: flex;
  column-gap: 5px;
  align-items: center;
  grid-row: 1/3;
  margin-top: 4px;
}

.paragraph-service__button {
  border-radius: 10px;
  background-color: #EAA21F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  height: fit-content;
  grid-row: 1/3;
}

.paragraph-service__name {
  font-size: 13px;
  color: #999;
  grid-row: 2;
}




/* CERTIFICATES */
.page-doctor-certificates h2 {
  color: #323232;
  margin-bottom: 15px;
  text-align: center;
}




/* DIRECTONS */
.page-doctor-directions__directions h2 {
  color: #212529;
  margin-bottom: 15px;
  text-align: center;
}

.view-specialist-directions {
  display: flex;
  justify-content: space-evenly;
  column-gap: 10px;
  row-gap: 2em;
  margin-top: 3em;
  flex-wrap: wrap;
  margin-bottom: 4em;
}

.view-specialist-directions header {
  flex-basis: 100%;
}

.view-specialist-directions__direction {
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-specialist-directions__direction a {
  color: #666;
}

.view-specialist-directions__direction::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #55BCE9;
  border-radius: 50%;
  margin-right: 7px;
}





/* SPECIALIZATION */
.view-specialization-for-price {

}




/* DIRECTION */
.view-direction-for-price {

}

.view-direction-for-price .paragraph-service-main {

}

.view-direction-for-price .pager__item {
  display: flex;
  margin-top: 3em;
}

.view-direction-for-price a.button {
  color: #323232;
  font-size: 16px;
  padding: 11px 40px 12px 40px;
  border-radius: 10px;
  border: 1px solid #067C93;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}




/* VIDEO PREVIEW */
.paragraph-doctor-page__video-preview {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}

.paragraph-doctor-page__video-preview-active {
  width: 100%;
}

.paragraph-doctor-page__video-preview div {
  height: 100%;
  position: relative;
  width: 100%;
}

.paragraph-doctor-page__video-icon {
  position: relative;
}

.paragraph-doctor-page__video-preview-icon {
  position: relative;
}

.paragraph-doctor-page__video-preview-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.paragraph-doctor-page__video-preview-icon:after {
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url(/sites/default/files/2025-08/icon-video.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
}

.paragraph-doctor-page__video-preview-icon:before {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
}

.paragraph-doctor-page__video-preview-icon:after,
.paragraph-doctor-page__video-preview-icon:before {
  opacity: 0.7;
  cursor: pointer;
  z-index: 1;
}

.paragraph-doctor-page__photo .paragraph-video video {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.paragraph-doctor-page__photo .paragraph-video {
  display: flex;
  align-items: center;
  overflow: hidden;
}




/* QA */
.page-qa__button {
  color: #fff;
  border: 1px solid #EAA21F!important;
  background-color: #EAA21F;
}








/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1800px) {
  .paragraph-doctor-page__photo .paragraph-video video {
    /* width: 100%; */
    /* height: 100%; */
  }
}

@media (max-width: 1440px) {
  .paragraph-doctor__commerce {
    grid-row: 5;
  }
}

@media (max-width: 1280px) {
  .paragraph-doctor-page {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1150px) {
  .paragraph-doctor-page {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
  }
  .paragraph-doctor-page__content {
    max-width: none;
  }
  .paragraph-doctor__commerce {
    /* grid-row: 4; */
  }
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
  .paragraph-service-schedule {
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    justify-content: left;
  }
  .paragraph-service-schedule__day {
    width: 130px;
  }
  .paragraph-service-schedule {
    box-shadow: none;
  }
  .paragraph-service {
    column-gap: 1em;
  }
}

@media (max-width: 900px) {
  .paragraph-doctor__commerce {
    grid-row: 5;
  }

}

@media (max-width: 834px) {
  .paragraph-doctor__commerce {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .page-doctor-info {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
  }
  .paragraph-doctor__commerce {
    /* grid-row: 4; */
    height: 100%;
  }
}

@media (max-width: 650px) {
  .paragraph-doctor-page__name {
    font-size: 28px;
  }
  .paragraph-service {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .paragraph-service__button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .paragraph-doctor-services {
    text-align: center;
  }
  .view-specialist-directions {
    column-gap: 2em;
  }
}

@media (max-width: 480px) {
  .view-specialist .views-infinite-scroll-content-wrapper .paragraph-doctor__commerce {
    border: none!important;
  }
  .paragraph-doctor__commerce {
    padding: 0;
  }
  .paragraph-doctor__clinic {
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 450px) {
  .paragraph-doctor-page__name {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .view-specialist .views-infinite-scroll-content-wrapper {
    row-gap: 30px!important;
  }
}

@media (max-width: 350px) {
  .paragraph-service-schedule__day {
    width: 100%;
  }
}
