.intro {
  height: 550px;
  width: 100%;
  background: rgb(200, 200, 200);
  background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(100,100,100,1) 100%);
  padding: 0;
}

.intro .wrapper {
  position: relative;
  height: 100%;
}

.intro img {
  position: absolute;
  display: block;
  bottom: 0;
  left: 10%;
  height: 90%;
}

.intro_content {
  position: absolute;
  color: white;
  left: 50%;
  top: 10px;
  bottom: 10px;
  right: 7%;
}

.intro_content h2 {
  margin-left: 0;
  margin-top: 0;
  font-size: 36px;
  line-height: 1.1;
  text-align: left;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
}

.intro_content h3 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: 1px;
}

.intro_content h4 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: 1px;
}

.intro_content p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: 1px;
}

.intro_content .divider {
  margin-left: 0;
}

.intro a {
  color: white!important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .intro {
    height: auto;
    padding-top: 10%;
  }

  .intro img {
    position: relative;
    width: 90%;
    margin: 0 auto;
    left: 0;
  }

  .intro_content {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .intro_content .align_vertical {
    transform: none;
  }

  .intro_content .divider {
    display: none;
  }

  .intro_content h2 {
    font-weight: bold;
    text-align: center;
    font-size: 5vw;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .intro_content h3 {
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 10px;
  }

  .intro_content h4 {
    font-weight: bold;
    font-size: 3vw;
    margin-bottom: 5px;
  }

  .intro_content h4:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .intro img {
    left: 5%;
  }

  .intro_content {
    left: 55%;
    right: 2%;
  }
}















section.about .flex_container {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}

section.about .flex_container > div:last-child {
  padding-left: 10px;
}

section.about img {
  display: block;
  width: 100%;
  max-width: 200px;
}

section.about .swiper-slide img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  height: 400px;
  display: block;
}

section.about .swiper-pagination {
  margin-top: 10px;
}

section.about p,
section.about ul {
  font-size: 16px;
}

section.about .text-indent {
  margin-top: 15px;
  margin-left: 30px;
}

section.about .flex_container ul {
  font-weight: 500;
}

section.about li:last-child {
  margin-bottom: 0;
}

section.about p {
  margin-top: 15px;
}

section.about p:first-child {
  margin-top: 0;
}

section.about h3 {
  text-align: center;
  color: rgb(50, 102, 120);
  margin: 20px;
}

section.about .wrapper_narrow {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  section.about img {
    display: none;
  }

  section.about .text-indent {
    margin-left: 0;
  }

  section.about .swiper-slide img {
    height: 200px;
    display: block;
  }
}









section.business .flex_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.business .flex_container > a {
  width: 18%;
  height: 160px;
  position: relative;
}

section.business .flex_container > a > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.business .flex_container .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

section.business .flex_container > a:hover .cover {
  background: rgba(0, 0, 0, 0.7);
}

section.business .flex_container .title {
  text-align: center;
  margin: 6px 3px;
  color: white;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 1px;
}

section.business .flex_container > a:hover .title {
  color: rgb(68, 165, 166);
}

@media screen and (max-width: 767px) {
  section.business .flex_container {
    flex-direction: column;
  }

  section.business .flex_container > a {
    width: 100%;
    height: 100px;
    margin: 10px 0;
  }

  section.business .flex_container .title {
    top: 45%;
    font-weight: bold;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  section.business .flex_container > a {
    width: 19%;
  }

  section.business .flex_container .title {
    font-size: 16px;
  }
}









section.offer .flex_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
}

section.offer .flex_container > a {
  width: 30%;
  text-decoration: none;
}

section.offer .flex_container > a > div {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(224, 224, 224);
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.offer .flex_container > a > div > div {
  margin: 15px;
}

section.offer .flex_container > a > div > div:last-child {
  flex-grow: 1;
}

section.offer .flex_container p {
  text-align: center;
}

section.offer .flex_container p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

section.offer .flex_container p:last-child {
  color: black;
}

section.offer ul {
  font-size: 20px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  section.offer .flex_container {
    flex-direction: column;
  }

  section.offer .flex_container > a {
    width: 100%;
    margin: 10px 0;
  }

  section.offer ul {
    font-size: 16px;
  }

  section.offer .flex_container > a > div > div {
    margin: 10px;
  }

  section.offer .flex_container p:first-child {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  section.offer .flex_container {
    flex-direction: column;
  }

  section.offer .flex_container > a {
    width: 100%;
    margin: 10px 0;
  }
}







section.faq p,
section.faq ul,
section.faq ol {
  font-size: 16px;
}

section.faq p {
  margin: 15px 0;
}

section.faq img {
  display: block;
  width: 100%;
  margin: 10px auto;
  max-width: 300px;
}

section.faq h3 {
  font-weight: bold;
}

section.faq .ui-accordion-header.ui-state-active {
  border: 1px solid rgb(68, 165, 166);
  background: rgb(68, 165, 166);
}

section.reviews .swiper-wrapper {
  align-items: center;
}

section.reviews p.author {
  font-weight: bold;
}

section.reviews p.review {
  font-style: italic;
  margin: 15px 0;
}


section.publications h3 {
  text-align: center;
  color: rgb(50, 102, 120);
  margin: 20px;
}

section.publications a {
  color: black!important;
}

section.publications li {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  section.publications li {
    font-size: 16px;
  }
}






section.gallery .swiper-slide img {
  height: 400px;
  width: auto;
  margin: 0 auto;
}


section.gallery .photo_title {
  margin-top: 15px;
}

section.gallery .swiper-pagination {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  section.gallery .swiper-slide img {
    height: 200px;
  }

  section.gallery .photo_title {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  section.gallery .swiper-slide img {
    height: 350px;
  }
}






section.contacts .wrapper_narrow {
  max-width: 760px;
}

section.contacts h3 {
  text-align: center;
  color: rgb(50, 102, 120);
  margin: 20px;
}

section.contacts img {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

section.contacts p {
  text-align: center;
  font-size: 18px;
}


#modal_sportmedicine ul {
  font-weight: 500;
}


.read_more_covid_content {
  display: none;
}

.modal_images_flex {
  display: flex;
  justify-content: space-around;
}

.modal_images_flex img {
  width: auto;
  height: 300px;
  max-width: 100%;
}

@media screen and (max-width: 1149px) {
  .modal_images_flex {
    flex-direction: column;
  }

  .modal_images_flex img {
    height: auto;
    margin: 10px 0;
  }
}