/* _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;
}
main > .main-container .main-container-inner .sidebar {
  flex: 0 0 440px;
  padding-top: 85px;
}
@media (max-width: 1030px) {
  main > .main-container .main-container-inner .sidebar {
    padding-left: 100px;
  }
}

.content-page {
  padding-top: 30px;
}
.content-page .directions-list.row {
  margin-right: -45px;
}
.content-page .directions-list .item {
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
.content-page .directions-list .item.col {
  padding-right: 45px;
}
.content-page .directions-list .item:before {
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 1;
  left: -15px;
  top: 0;
  visibility: visible;
  background: url(../images/point.svg) 0 0 no-repeat;
}
.content-page .directions-list .item .inner {
  position: relative;
  z-index: 99;
  height: 447px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content-page .directions-list .item .inner .img {
  width: 100%;
  flex: 1 0 55%;
  height: 55%;
  max-height: 245px;
  background: #fff;
}
.content-page .directions-list .item .inner .img img {
  min-height: 245px;
  max-height: 245px;
  object-fit: cover;
  width: 100%;
}
.content-page .directions-list .item .inner .description {
  display: flex;
  flex-direction: column;
  flex: 1 0 45%;
  height: 45%;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  background: #E3F1FC;
}
.content-page .directions-list .item .inner .description .title {
  display: flex;
  flex-direction: column;
  flex: 1 0 70%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70%;
  width: 100%;
  font-family: "CorbelBold", sans-serif;
  font-size: 1.5em;
}
.content-page .directions-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: 200px;
  width: 100%;
}
.content-page .directions-list .item .inner .description .more .btn {
  min-width: 200px;
}

.view-page .direction_text {
  margin-bottom: 50px !important;
}

.person-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 45px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #29CF96;
}
.person-block .img {
  flex: 0 0 360px;
  height: 360px;
  width: 100%;
}
.person-block .img img {
  object-fit: cover;
  min-height: 360px;
  max-height: 360px;
  width: 100%;
}
.person-block .description {
  flex: 1 1 100%;
  text-align: center;
  height: auto;
  padding: 20px;
  color: #fff;
  font-family: "CenturyGothicRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.person-block .description .name {
  font-family: "AvenirBlack", sans-serif;
  font-weight: 750;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0 10px 0;
}
.person-block .description .name span:first-child {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
}
.person-block .description .name span:last-child {
  margin-bottom: 0px;
}
.person-block .description .info {
  margin: 20px 0 15px 0;
}
.person-block .description .info p {
  margin-bottom: 1.6em;
}
.person-block .description .link {
  font-family: "CenturyGothicBold", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}

.speciality {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.experience {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

/* VIEW PAGE */
@media (min-width: 992px) {
  main .top-block .container .content .panel {
    margin-top: 60px;
  }
  main .has-top .main-container-inner .content {
    padding-top: 110px;
  }
}
.panel {
  z-index: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1025px) {
  .top-block .container .right-content .img {
    width: 100% !important;
  }
}
.modal-backdrop {
  width: 0px !important;
}

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