﻿.content {
  width: 100%;
  padding: 10px;
}

.head-block {
  padding: 20px;
}

  .head-block > .title-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

    .head-block > .title-block > .img > svg {
      height: 40px;
    }

    .head-block  .title-block  h1 {
      font-size: calc(var(--font-size) * 1.5);
      font-weight: normal;
    }

.spec-info {
  text-indent: 1rem;
  text-align: justify;
}

.info-block {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.spec-box {
  display: block;
  min-height: 100px;
  width: 25%;
  border-radius: 10px;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
  padding: 10px;
}

.spec-info-1 {
  border-left: 5px solid rgba( 59, 130, 246, 1);
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.spec-info-2 {
  border-left: 5px solid rgba(16, 185, 129, 1);
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.spec-info-3 {
  border-left: 5px solid rgba(139, 92, 246, 1);
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.physician-caption {
  margin-top: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: calc(var(--font-size)*2);
}

  .physician-caption > i {
    color: darkgreen;
  }

.physicians {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.physician {
  width: 45%;
  min-height: 40vh;
  padding: 10px;
}


  .physician > .caption {
    display: flex;
    flex-direction: row;
    padding: 10px;
  }

    .physician > .caption > .name {
      text-align: center;
      width: 100%;
      font-size: calc(var(--font-size)*1.2);
    }

      .physician > .caption > .name > .fio {
      }


    .physician > .caption > .photo {
      width: 100px;
      height: 100px;
    }

      .physician > .caption > .photo > a > img {
        border-radius: 50%;
      }

  .physician > .physician-spec {
    text-align: center;
  }

  .physician > .physician-orientation {
    text-align: center;
  }

.ph-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

  .ph-data > .data-info {    
    flex-basis: 45%;
  }

    .ph-data > .data-info > .ph-caption > i {
      color: darkgreen;
      font-size: 1.5rem;
    }

  .ph-data > .data-spec {    
    flex-basis: 45%;
  }

    .ph-data > .data-spec > .ph-caption > i {
      color: darkgreen;
      font-size: 1.5rem;
    }


.ph-row{
  margin-top:10px;
  display:flex;
  flex-direction:row;
  justify-content:left;
}
 .ph-row > i{
   color:green;
 }

.ph-row > .ph-item1{
  flex-basis:55%;
}
.ph-row > .ph-item2 {
  flex-basis: 40%;  
}



.ph-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  
}

.ph-schedule > i{
  color:green;
}

  .ph-schedule > .sch-item {
    display: flex;
    background-color: var(--bg-color);
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    border: 5px solid darkgreen;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    align-items: center;
  }




.ph-inet-info {
  display: block;  
}

.ph-inet-info > div > span{
  font-weight:600;
}
  .ph-inet-info p{
    text-align:justify;
    text-indent:1.5rem;
  }

  .ph-appointment{
    text-align:center;
    margin-bottom:20px;
  }