/* hero */
#hospital .hero {
  height: 765px;
  background: #F1FAFE url(../assets/images/hospital/hero-bg.png) center no-repeat;
  background-size: cover;
}
#hospital .hero__inner {
  padding: 90px 0;
  width: 530px;
}
#hospital .hero__title {
  font-family: var(--bold-font);
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 52px;
}
#hospital .hero__text {
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 36px;
}
@media (max-width: 1199px) {
  #hospital .hero {
    background-position-x: -450px;
  }
}
@media (max-width: 991px) {
  #hospital .hero {
    height: initial;
    background-position-x: -190px;
  }
  #hospital .hero__inner {
    width: 100%;
    max-width: 410px;
    padding: 60px 0;
  }
  #hospital .hero__title {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  #hospital .hero__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #hospital .hero {
    background-position-x: 0;
    background-size: auto;
  }
}
/* features */
#hospital .features {
  padding: 100px 0 0;
}
#hospital .feature {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
  align-items: center;
}
#hospital .feature--revert {
  flex-direction: row-reverse;
}
#hospital .feature__inner {
  flex: 0 0 49%;
  padding: 40px 70px 40px 0;
}
#hospital .feature--revert .feature__inner {
  padding-left: 70px;
}
#hospital .feature__title {
  font-family: var(--bold-font);
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
}
#hospital .feature__text {
  line-height: 32px;
}
#hospital .feature__text a {
  color: var(--main-color);
}
#hospital .feature__text a:hover {
  text-decoration: underline;
}
#hospital .feature__link {
  margin-top: 25px;
}
#hospital .feature__link .tooltip-bottom {
  left: -40px;
  right: -40px;
  min-width: 600px;
}
#hospital .feature__figure {
  background: #F4F9FC;
  border-radius: 6px;
  flex: 0 0 49%;
  align-self: stretch;
}
#hospital .feature__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
}
#hospital .feature__number {
  width: calc(50% - 25px);
  margin: 25px 0;
}
#hospital .feature__number-title {
  font-size: 50px;
  font-family: var(--extra-bold-font);
  letter-spacing: -.08em;
  color: var(--second-main-color);
  line-height: 53px;
  margin-bottom: 5px;
  white-space: nowrap;
}
#hospital .feature__number-text {
  color: #909EAA;
  line-height: 24px;
}
#hospital .feature__img {
  display: flex;
}
#hospital .feature__img img {
  margin: auto;
}
#hospital .feature__photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hospital .feature + .base-btn {
  margin: 0 auto;
  display: block;
}
#hospital .feature__img img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  #hospital .feature__link .tooltip-bottom {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #hospital .features {
    padding: 50px 0 0;
  }
  #hospital .feature {
    margin: 0 -20px;
    flex-direction: column;
    padding: 20px;
  }
  #hospital .feature__inner {
    padding-right: 0;
    padding-left: 0 !important;
  }
  #hospital .feature__figure {
    min-height: 220px;
  }
  #hospital .feature__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #hospital .feature__numbers {
    margin: 0;
    width: 100%;
  }
  #hospital .feature__photo {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
  #hospital .feature + .base-btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #hospital .feature__link .tooltip-bottom {
    min-width: 90vw;
  }
  #hospital .feature__figure {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  #hospital .feature__figure {
    margin: 0 -20px;
    padding: 0 25px;
    width: 100vw;
    border-radius: 0;
  }
  #hospital .feature__numbers {
    display: block;
  }
  #hospital .feature__photo {
    max-width: unset;
  }
  #hospital .feature__number {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
  #hospital .feature__number-title {
    font-size: 36px;
    line-height: 40px;
    flex: 0 0 40%;
    text-align: right;
    padding-right: 20px;
  }
  #hospital .feature__number-text {
    flex: 0 0 60%;
  }
}
/* stages */
#hospital .section-stages {
  padding: 140px 0;
}
#hospital .section-stages .container {
  width: 700px;
}
#hospital .section-stages .block-title {
  text-align: center;
}
#hospital .stages {
  margin: 70px 0 0;
}
#hospital .stage {
  padding-left: 90px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
#hospital .stage:not(:last-of-type)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 12px;
  bottom: 0;
  width: 2px;
  background: url('../assets/images/hospital/border-dash.svg') 0 0 repeat-y;
  background-size: contain;
}
#hospital .stage__order {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #DEDEDE;
  font-family: var(--bold-font);
}
#hospital .stage__title {
  font-size: 20px;
  font-family: var(--bold-font);
  margin-bottom: 20px;
  line-height: 24px;
}
#hospital .stage__text {
  line-height: 28px;
  color: #3F4D5A;
}
#hospital .stage__text a {
  color: var(--main-color);
}
#hospital .stage__text a:hover {
  text-decoration: underline;
}
#hospital .stage__text li::before,
#hospital .section-specialists__text li::before,
#hospital .accordion-body__text li::before {
  content: "\2022";
  color: #909EAA;
  display: inline-block;
  width: 1em;
}
#hospital .stage__links {
  margin-top: 30px;
  display: flex;
}
#hospital .stage__link {
  flex: 0 0 auto;
  position: initial;
}
#hospital .stage__link:not(:last-of-type) {
  margin-right: 70px;
}
#hospital .stage__link .tooltip-bottom {
  left: -10px;
  max-width: 680px;
}
#hospital .section-stages .base-btn {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1199px) {
  #hospital .section-stages .container {
    width: 100%;
  }
  #hospital .stages {
    margin-left: 20px;
  }
  #hospital .stage {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  #hospital .section-stages {
    padding: 100px 0 50px;
  }
  #hospital .section-stages .block-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #hospital .stages {
    margin-left: 0;
  }
  #hospital .stage {
    padding-left: 50px;
  }
  #hospital .stage__link .tooltip-bottom {
    left: 0;
  }
}
@media (max-width: 768px) {
  #hospital .stage__links {
    flex-direction: column;
    align-items: flex-start;
  }
  #hospital .stage__link:not(:last-of-type) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/* what to take */
#hospital .section-what-to-take {
  padding: 140px 0;
  background-color: #EDF2F5;
}
#hospital .section-what-to-take .block-title {
  text-align: center;
  margin-bottom: 75px;
}
#hospital .things-to-take {
  display: flex;
  margin: 0 -10px;
}
#hospital .things-to-take__block {
  flex: 0 0 50%;
  padding: 0 10px;
}
#hospital .things-to-take .tertiary-title {
  font-family: var(--bold-font);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
#hospital .things-to-take__image {
  margin: 50px auto 70px;
  width: 400px;
  height: 400px;
  position: relative;
}
#hospital .things-to-take__image::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #FFF;
  border-radius: 50%;
}
#hospital .things-to-take__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#hospital .things-to-take__text--bold {
  font-family: var(--medium-font);
}
#hospital .things-to-take__text p {
  margin-bottom: 20px;
}
#hospital .things-to-take__link .tooltip-bottom {
  left: -40px;
  min-width: 600px;
}
@media (max-width: 1199px) {
  #hospital .things-to-take__link .tooltip-bottom {
    left: 0;
  }
}
@media (max-width: 991px) {
  #hospital .section-what-to-take {
    padding: 100px 0 0;
  }
  #hospital .section-what-to-take .block-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  #hospital .things-to-take__image {
    width: 100%;
    padding-top: 100%;
    height: initial;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  #hospital .things-to-take__block {
    margin-bottom: 40px;
  }
  #hospital .things-to-take__link .tooltip-bottom {
    min-width: 90vw;
  }
}
@media (max-width: 500px) {
  #hospital .things-to-take {
    flex-direction: column;
  }
  #hospital .things-to-take__image::before {
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
  }
}
/* comfort */
#hospital .section-comfort {
  padding: 140px 0;
  overflow: hidden;
}
#hospital .section-comfort .block-title {
  margin-bottom: 70px;
}
#hospital .comfort__banner-img {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
#hospital .comfort__banner-title {
  font-family: var(--bold-font);
  font-size: 24px;
  color: #FFF;
  position: absolute;
  bottom: 55px;
  left: 55px;
  text-transform: uppercase;
}
#hospital .comfort__info-block {
  margin-bottom: 70px;
  flex-wrap: wrap;
}
#hospital .comfort__banner-inner {
  padding: 60px 0 100px;
}
#hospital .comfort__banner-text {
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 60px;
  max-width: 70%;
}
#hospital .comfort__banner-back-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hospital .comfort__banner-back-list li {
  flex: 0 0 30%;
  padding: 0 50px 0 40px;
  margin-bottom: 45px;
  position: relative;
}
#hospital .comfort__banner-back-list li::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../assets/images/hospital/checkbox.svg) center no-repeat;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
#hospital .comfort__features {
  display: flex;
  justify-content: space-around;
}
#hospital .comfort__feature {
  flex: 0 0 25%;
  text-align: center;
}
#hospital .comfort__feature-img {
  height: 250px;
  display: flex;
  margin-bottom: 40px;
}
#hospital .comfort__feature-img img {
  margin: auto auto 0;
}
#hospital .comfort__feature-text {
  margin-bottom: 40px;
}
#hospital .comfort__feature-more img {
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
#hospital .comfort__feature-more img + img {
  margin-left: 10px;
}
#hospital .comfort__gallery {
  margin-top: 150px;
}
#hospital .comfort__gallery .block-title {
  text-align: left;
  display: inline;
}
#hospital .slider-container.owl-carousel .owl-stage {
  display: flex;
}
#hospital .slider-container.owl-carousel .owl-item div,
#hospital .slider-container.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
}
#hospital .comfort__gallery-image,
#hospital .comfort__gallery-video {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  #hospital .section-comfort {
    padding: 100px 0 50px;
  }
  #hospital .section-comfort .block-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  #hospital .comfort__banner-back-list li {
    padding-right: 0;
  }
  #hospital .comfort__banner-inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #hospital .section-comfort .block-title {
    margin-bottom: 40px;
  }
  #hospital .comfort__banner-back-list li {
    flex: 0 0 50%;
    padding-right: 30px;
  }
  #hospital .comfort__features {
    display: block;
  }
  #hospital .comfort__feature {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  #hospital .comfort__banner {
    margin-bottom: 20px;
  }
  #hospital .comfort__banner-title {
    font-size: 26px;
  }
  #hospital .comfort__banner-back-list li {
    flex: 0 0 100%;
    padding-right: 0;
  }
  #hospital .feature__number-title,
  #hospital .feature__number-text {
    flex-basis: unset;
  }
}
/* section-specialists and section-reviews */
#hospital .section-specialists {
  padding: 130px 0 90px;
  background: #EDF2F5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hospital .section-specialists__text {
  margin: 30px 0;
  max-width: 65%;
}
#hospital .section-specialists__text a {
  color: var(--main-color);
}
#hospital .section-specialists__text a:hover {
  text-decoration: underline;
}
#hospital .section-specialists__list-title {
  padding-bottom: 10px;
}
#hospital .section-specialists__additional {
  padding-top: 40px;
  line-height: 32px;
}
#hospital .section-specialists__additional p {
  padding-bottom: 35px;
}
#hospital .section-specialists__image {
  max-width: 90%;
}
#hospital .section-specialists__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hospital .section-reviews {
  padding: 110px 0;
}
#hospital .specialists-list,
#hospital .reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding: 20px 0;
}
#hospital .reviews-list {
  padding: 60px 0 0;
}
#hospital .speciality-card,
#hospital .card-review {
  flex-basis: calc(33.33% - 30px);
  margin: 15px;
  border-radius: 6px;
}
#hospital .speciality-card__inner {
  position: relative;
  padding: 30px;
}
#hospital .speciality-card__title {
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
}
#hospital .speciality-card__description {
  font-size: 14px;
  line-height: 24px;
  color: #909EAA;
  max-width: 70%;
}
#hospital .speciality-card__experience {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #909EAA;
}
#hospital .speciality-card__photo {
  width: auto;
  bottom: 0;
}
@media (max-width: 1199px) {
  #hospital .section-specialists__text {
    max-width: 100%;
  }
  #hospital .section-specialists__image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #hospital .section-specialists,
  #hospital .section-reviews {
    padding: 100px 0;
  }
  #hospital .section-specialists__text {
    margin-top: 15px;
  }
  #hospital .section-specialists .block-title {
    font-size: 26px;
    line-height: 30px;
  }
  #hospital .speciality-card,
  #hospital .card-review {
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  #hospital .section-specialists__item {
    flex: 0 0 100%;
  }
  #hospital .section-specialists__header {
    flex-direction: column;
    align-items: initial;
  }
  #hospital .section-specialists__header .block-title {
    margin-bottom: 30px;
  }
  #hospital .section-specialists__inner {
    margin: 20px -15px;
  }
  #hospital .speciality-card,
  #hospital .card-review {
    flex-basis: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  #hospital .section-specialists__image {
    display: none;
  }
}
/* section-operations */
#hospital .section-operations {
  padding: 90px 0 40px;
  background: #EDF2F5;
}
#hospital .table-prices tr::after:not(:last-of-type) {
  content: '';
  display: block;
  border-bottom: 1px solid #E1E4E7;
}
#hospital .table-prices td {
  padding: 20px 0;
}
#hospital .table-prices__name,
#hospital .table-prices__price {
  font-size: 14px;
}
/* section-managers */
#hospital .section-managers {
  padding: 130px 0;
}
#hospital .managers-wrap {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
#hospital .manager {
  padding: 15px;
  flex: 0 0 50%;
}
.card-manager {
  background: #FFF;
  border: 1px solid #E1E4E7;
  border-radius: 6px;
  position: relative;
  padding: 55px;
  padding-right: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
}
.card-manager__name {
  font-size: 22px;
  line-height: 34px;
}
.card-manager__action {
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  color: var(--main-color);
  cursor: pointer;
}
.card-manager__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190px;
  height: 100%;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .card-manager {
    padding: 30px 170px 30px 30px;
  }
  .card-manager__photo {
    width: 170px;
  }
  .card-manager__name {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--medium-font);
  }
}
@media (max-width: 768px) {
  #hospital .manager {
    flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  .card-manager {
    padding-right: 60px;
  }
  .card-manager__photo {
    width: 45%;
    height: 70%;
  }
}
/* section-map */
#hospital .section-map {
  padding: 140px 0;
  background: #EDF2F5;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
#hospital .section-map__content {
  max-width: 45%;
}
#hospital .section-map__content nobr {
  transition: color .3s;
}
#hospital .section-map__content nobr:hover {
  color: var(--main-color);
}
#hospital .section-map__content hr {
  width: 70px;
  background: #909EAA;
  opacity: .3;
}
#hospital .section-map__content-main {
  font-family: var(--regular-font);
  font-size: 24px;
  line-height: 28px;
  color: #3F4D5A;
  padding: 40px 0;
}
#hospital .section-map__content-main p {
  margin-top: 15px;
}
#hospital .section-map__content-main nobr,
#hospital nobr:hover {
  color: var(--main-color);
}
#hospital .section-map__block {
  padding: 10px 0 20px;
  line-height: 28px;
}
#hospital .map__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 55%;
}
@media (max-width: 991px) {
  #hospital .section-map {
    padding: 70px 0;
  }
  #hospital .section-map__content-main {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #hospital .section-map {
    padding: 100px 0 0;
    flex-direction: column;
  }
  #hospital .section-map__content {
    max-width: 100%;
  }
  #hospital .map__wrapper {
    max-width: 100%;
    height: 500px;
    position: relative;
  }
}
@media (max-width: 425px) {
  #hospital .map__wrapper {
    height: 250px;
  }
}
/* faq */
#hospital .section-faq {
  padding: 140px 0;
}
#hospital .section-faq .block-title {
  margin-bottom: 40px;
}
/* Multi-level accordion */
#hospital .accordion .accordion > li {
  padding: 0 30px;
}
#hospital .operations-list > .content-block > .accordion > li {
  border-color: #DAE1E6;
}
#hospital .accordion .accordion .accordion-header {
  font-size: 16px;
}
#hospital .accordion .accordion li {
  transition: background-color .4s;
}
#hospital .accordion .accordion li.active {
  background-color: #FFF;
  border-radius: 4px;
}
#hospital .accordion .accordion .plus-minus-toggle::before,
#hospital .accordion .accordion .plus-minus-toggle::after {
  width: 12px;
}
#hospital #operations-accordion > li {
  margin: 0 -10px;
}
#hospital #operations-accordion > li > .accordion-header {
  padding: 30px 60px 30px 10px;
  transition: background-color .4s;
}
#hospital #operations-accordion > li > .accordion-header:hover {
  background-color: #E2E7EC;
}
#hospital .accordion .accordion .table-prices td {
  padding: 15px 0;
}
#hospital .operations-list__info {
  margin-top: 40px;
  padding: 30px 40px;
  background-color: #E2E7EC;
  border-radius: 4px;
  line-height: 30px;
}
/* end Multi-level accordion */
#hospital .callback {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hospital .callback__inner {
  max-width: 40%;
}
#hospital .callback__title {
  margin-bottom: 30px;
  font-family: var(--medium-font);
  font-size: 24px;
  line-height: 44px;
}
#hospital .callback__text {
  margin-bottom: 60px;
  font-size: 18px;
  color: #909EAA;
}
#hospital .callback__image-inner {
  max-width: 570px;
  width: 60%;
  height: 430px;
  position: relative;
  overflow: hidden;
}
#hospital .callback__image {
  width: 455px;
  height: 465px;
  border-radius: 50% 50% 78% 22% / 79% 35% 65% 21%;
  background-color: #EDF2F5;
  transform: rotate(30deg);
  overflow: hidden;
  position: absolute;
  right: 50px;
}
#hospital .callback__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-30deg) translate(0%, -60%);
  width: 320px;
}
@media (max-width: 991px) {
  #hospital .section-faq {
    padding: 100px 0 0;
  }
  #hospital .section-faq .block-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  #hospital .accordion {
    margin-bottom: 100px;
  }
  #hospital .accordion-body__text {
    padding-bottom: 20px;
  }
  #hospital .callback__title {
    margin-bottom: 15px;
  }
  #hospital .callback__text {
    margin-bottom: 30px;
    color: #232427;
  }
  #hospital .callback {
    background: #EDF2F5;
    margin: 0 -20px;
    padding: 0 20px;
    overflow: hidden;
  }
  #hospital .callback__image-inner {
    max-width: 50%;
  }
  #hospital .callback__image {
    background: transparent;
    overflow: unset;
  }
}
@media (max-width: 768px) {
  #hospital .callback {
    flex-direction: column;
  }
  #hospital .callback__image-inner {
    display: none;
  }
  #hospital .callback__inner {
    max-width: 100%;
    margin: 30px 0;
  }
  #hospital .accordion {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #hospital .accordion-header {
    padding: 15px 50px 15px 0;
  }
  #hospital .accordion .plus-minus-toggle {
    top: 30px;
  }
}
/* Popup */
#hospitalForm .toggle-button {
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgba(144, 158, 170, .3);
}
#hospitalForm .toggle-button--active {
  border-color: var(--main-color);
}
#hospitalForm .base-filedrop {
  border: 1px dashed var(--main-color);
  box-sizing: border-box;
  border-radius: 3px;
  height: 55px;
  margin: 40px 0;
}
#hospitalForm .base-filedrop__file {
  position: relative;
  padding: 15px;
  background-color: #EDF2F5;
  border-radius: 2px;
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 20px;
  color: #232427;
}
#hospitalForm .base-filedrop__file > i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
