/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _COLORS */
main {
  overflow: hidden;
}

.content-page .item-list {
  margin-right: -38px;
  margin-left: -38px;
}
.content-page .item-list .item {
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 37px;
  margin-bottom: 44px;
  position: relative;
  z-index: 99;
}
.content-page .item-list .item:before {
  display: block;
  content: "";
  width: 85px;
  height: 85px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  visibility: visible;
  background: url(../images/point.svg) 0 0 no-repeat;
}
.content-page .item-list .item .inner {
  position: relative;
  z-index: 99;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.content-page .item-list .item .inner .img {
  width: 100%;
  flex: 1 0 55%;
  height: 55%;
  max-height: 370px;
}
.content-page .item-list .item .inner .img img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}
.content-page .item-list .item .inner .description {
  display: flex;
  flex-direction: column;
  flex: 1 0 45%;
  height: 250px;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  background-color: #29CF96;
  color: #ffffff;
}
.content-page .item-list .item .inner .description .title {
  display: flex;
  flex-direction: column;
  flex: 1 0 70%;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 100%;
  font-family: "CorbelBold", sans-serif;
  font-size: 1.5em;
  margin-top: 30px;
}
.content-page .item-list .item .inner .description .title .lastname {
  text-transform: uppercase;
}
.content-page .item-list .item .inner .description .title span {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding-top: 10px;
}
.content-page .item-list .item .inner .description .title .directions {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 28px;
}
.content-page .item-list .item .inner .description .more {
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  min-width: 220px;
  width: 220%;
  margin-top: -15px;
  margin-bottom: 30px;
}
.content-page .item-list .item .inner .description .more .btn {
  min-width: 220px;
}

.timetable {
  background: #E3F1FC;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-around;
}
.timetable .day {
  flex: 1 1 100%;
}
.timetable .day .title {
  font-family: "CenturyGothicBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  padding: 25px 22px;
  text-align: center;
}
.timetable .day .time {
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 22px 30px 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .timetable {
    flex-wrap: wrap;
  }
  .timetable .day {
    flex: 1 1 33.333%;
  }
  .timetable .day .title {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
  }
  .timetable .day .time {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  main .top-block {
    height: auto;
  }
  main .top-block .panel {
    margin-top: 330px;
  }
  main .has-top .content {
    padding-top: 330px;
  }
}
.panel .btn {
  max-width: 200px;
}

.view-page {
  padding-top: 100px;
}

.table th {
  border-top: 2px solid #E3F1FC;
}

.table td {
  border-top: 2px solid #E3F1FC;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .top-block .container .right-content .img {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .cost {
    color: #29CF96 !important;
  }
}

/*# sourceMappingURL=doctor.css.map */
