@charset "UTF-8";
* {
  box-sizing: border-box;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", Calibri, sans-serif;
  line-height: 1.6;
  color: #112e53;
  background-color: #ffffff;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.header__title {
  margin: 0;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #23456f;
  letter-spacing: -2px;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
}
.header__title.header__title--white {
  color: #ffffff;
}

a {
  color: #a4a3a3;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #112e53;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #112e53;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  position: relative;
  z-index: 200;
}
.header.hide {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.sticky {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.header__top {
  background-color: #112e53;
}

.header__bottom {
  background-color: #23456f;
}

.header__wrapper {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  padding: 0.5rem 2rem;
}

.header__topList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header__topItem {
  margin: 0.15rem 1.25rem;
}

.header__topLink {
  font-size: 0.95rem;
  color: #ffffff;
}
.header__topLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

.header__topText {
  margin: 0;
  font-size: 0.95rem;
  color: #ffffff;
}

.header__topIcon {
  padding-right: 0.6rem;
  font-size: 1rem;
  font-family: icomoon;
  color: #afadae;
  vertical-align: middle;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.header__logo {
  position: relative;
}

.header__logoImg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__logoText {
  padding-left: 7rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.header__logoTextSpan {
  font-size: 0.9rem;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 2.5;
  text-align: left;
  text-transform: initial;
}
#menu1 li a.item1.search {
  font-family: icomoon;
}
#menu1 li a.item1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 1;
  visibility: visible;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  color: #112e53;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}
#menu1 li ul li a.item2:hover {
  background-color: #eeeeee;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  display: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(17, 46, 83, 0.95);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.3rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  color: #e6e6e6;
  font-size: 3rem;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  margin: 0;
  padding: 0.5rem 0;
  line-height: 1.2;
}
#d_menu ul li a {
  font-size: 0.95rem;
  color: #112e53;
}
#d_menu ul li a:hover {
  text-decoration: underline;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 450px;
  position: relative;
}

.slider__wrapper, .slider__link, .slider__layer, .slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
}

.slider__image {
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__layer {
  background: url("../img/blur.png") no-repeat left bottom/100% 30%;
}

.slider__link {
  position: relative;
  display: block;
  z-index: 101;
}

.slider__descWrapper {
  width: 1600px;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__title {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 100;
  width: 70%;
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__naw {
  width: 1600px;
  max-width: inherit;
  height: 50px;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__arrow {
  position: absolute;
  bottom: 3%;
  padding: 0.5rem;
  font-size: 2.5rem;
  font-family: icomoon;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider__arrow.slider__arrow--prev {
  left: 2%;
}
.slider__arrow.slider__arrow--next {
  right: 2%;
}
.slider__arrow:hover {
  color: #112e53;
  background-color: #ffffff;
}

.body--subpage .body__wrapper {
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 5rem 0;
}

.section {
  margin: 0;
  padding: 0;
}
.section.section--gray {
  background-color: #e6e6e6;
}
.section.section--treatments {
  padding: 4rem 0;
  background: #a4a3a3 url("../img/treatments.jpg") no-repeat center top/cover;
}

.section__wrapper {
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 2.5rem 0;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
}

.footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 90%;
  margin: auto;
  padding: 1rem 0;
}

.footer__elem {
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #636363;
  text-align: center;
  line-height: 1.2;
}

.footer__link {
  color: #636363;
}
.footer__link:hover {
  text-decoration: underline;
}

.morebutton {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #a4a3a3;
}
.morebutton:hover::after {
  color: #112e53;
}
.morebutton::after {
  content: "";
  padding-left: 0.75rem;
  font-size: 2rem;
  font-family: icomoon;
  color: #b8b8b8;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.about__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__description {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin: 1.5rem 0;
  padding-right: 1.5rem;
}

.about__persons {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin: 1.5rem 0;
}

.about__person {
  -webkit-box: 0 1 50%;
  -moz-box: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 0.5rem;
}

.about__link {
  width: 100%;
  height: 100%;
  display: block;
}
.about__link:hover .about__img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.about__image {
  overflow: hidden;
}

.about__img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.about__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 60px;
  margin: 0;
  padding: 0.75rem;
  font-size: 0.85rem;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  background-color: #23456f;
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.info__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info__left {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem -0.75rem;
}

.info__leftItem {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
}

.info__right {
  -webkit-box: calc(50% - 1rem);
  -moz-box: calc(50% - 1rem);
  -webkit-flex: calc(50% - 1rem);
  -ms-flex: calc(50% - 1rem);
  flex: calc(50% - 1rem);
  margin: 2rem 0.5rem;
}

.info__faqHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-bottom: 0.25rem;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #ffffff;
}

.info__faqWrapper {
  padding: 1.5rem 0.5rem;
}

.info__faqTitle {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
}

.info__faqExcerpt {
  font-size: 0.9rem;
}

.info__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  color: #ffffff !important;
  text-align: left;
  background-color: #23456f;
}
.info__button.info__button--center {
  display: block;
  margin-top: 3rem;
  text-align: center;
  background-color: #112e54;
}
.info__button.info__button--center::after {
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.info__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.info__button:hover {
  color: #112e53 !important;
  text-decoration: none !important;
}
.info__button:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.info__treatmentsWrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #ffffff;
  background-color: #23456f;
}

.info__treatmentsLink {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
}
.info__treatmentsLink:hover .info__treatmentsImg {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.info__treatmentsImage {
  overflow: hidden;
}

.info__treatmentsImg {
  width: 100%;
  min-height: inherit;
  height: 100% !important;
  object-fit: cover;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.info__treatmentsDesc {
  padding: 2rem;
}
.info__treatmentsDesc.info__treatmentsDesc--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: rgba(35, 69, 111, 0.75);
}

.info__treatmentsHeader {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.treatments__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
  list-style-type: none;
}

.treatments__item {
  -webkit-box: 0 1 calc(20% - 0.5rem);
  -moz-box: 0 1 calc(20% - 0.5rem);
  -webkit-flex: 0 1 calc(20% - 0.5rem);
  -ms-flex: 0 1 calc(20% - 0.5rem);
  flex: 0 1 calc(20% - 0.5rem);
  margin: 0.25rem;
}

.treatments__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  padding-top: 6rem;
  background-color: rgba(17, 46, 83, 0.85);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.treatments__link.treatments__link--border {
  border: 1px solid #112e53;
}
.treatments__link::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 2rem;
  font-family: icomoon;
  color: #b8b8b8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
  -moz-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
  -o-transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
}
.treatments__link:hover {
  background-color: #ffffff;
}
.treatments__link:hover::after {
  opacity: 1;
  visibility: visible;
}
.treatments__link:hover .treatments__header {
  color: #112e53;
  -webkit-transform: translateY(-4rem);
  -moz-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  -o-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
.treatments__link:hover .treatments__header::after {
  opacity: 1;
  visibility: visible;
}

.treatments__header {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  -webkit-transition: color 0.2s ease, transform 0.8s ease;
  -moz-transition: color 0.2s ease, transform 0.8s ease;
  -o-transition: color 0.2s ease, transform 0.8s ease;
  transition: color 0.2s ease, transform 0.8s ease;
}

.articles__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.articles__left {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin: 2rem 0;
  padding-right: 10%;
}

.articles__right {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin: 2rem 0;
}

.articles__title {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.articles__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.articles__item {
  -webkit-box: calc(25% - 1rem);
  -moz-box: calc(25% - 1rem);
  -webkit-flex: calc(25% - 1rem);
  -ms-flex: calc(25% - 1rem);
  flex: calc(25% - 1rem);
  margin: 0.5rem;
}

.articles__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.articles__link:hover .articles__img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.articles__image {
  overflow: hidden;
}

.articles__img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.articles__header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  background-color: rgba(35, 69, 111, 0.75);
}

.contact__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact__item {
  -webkit-box: calc(33% - 4rem);
  -moz-box: calc(33% - 4rem);
  -webkit-flex: calc(33% - 4rem);
  -ms-flex: calc(33% - 4rem);
  flex: calc(33% - 4rem);
  margin: 2rem 4rem 2rem 0;
}
.contact__item:last-child {
  margin-right: 0;
}

.contact__title {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact__link {
  color: #112e53;
}
.contact__link:hover {
  text-decoration: underline;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .header__title {
    font-size: 1.5rem;
  }

  .header__wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header__topList {
    margin-right: 1.5rem;
  }

  .header__logoImg {
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  .header__logoText {
    font-size: 0.75rem;
  }

  .header__logoTextSpan {
    font-size: 0.65rem;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::after {
    display: none;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    color: #dddddd;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #23456f;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .slider {
    height: 175px;
  }

  .slider__title {
    font-size: 0.9rem;
  }

  .slider__arrow {
    font-size: 1.75rem;
  }

  .footer__wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__description,
.info__left,
.info__right,
.treatments__item,
.articles__left,
.articles__right,
.articles__item,
.contact__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .info__treatmentsDesc {
    padding: 1.5rem;
  }

  .articles__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::after {
    display: none;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    color: #dddddd;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #23456f;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .slider {
    height: 300px;
  }

  .slider__title {
    font-size: 1.2rem;
  }

  .about__description,
.info__left,
.info__right,
.articles__left,
.articles__right,
.contact__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .articles__item {
    -webkit-box: calc(50% - 1rem);
    -moz-box: calc(50% - 1rem);
    -webkit-flex: calc(50% - 1rem);
    -ms-flex: calc(50% - 1rem);
    flex: calc(50% - 1rem);
  }

  .treatments__item {
    -webkit-box: 0 1 calc(50% - 0.5rem);
    -moz-box: 0 1 calc(50% - 0.5rem);
    -webkit-flex: 0 1 calc(50% - 0.5rem);
    -ms-flex: 0 1 calc(50% - 0.5rem);
    flex: 0 1 calc(50% - 0.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .info__left {
    margin-left: 0;
    margin-right: 0;
  }

  .info__leftItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::after {
    display: none;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    color: #dddddd;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #23456f;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .about__description,
.articles__left {
    padding-right: 5%;
  }

  .treatments__item {
    -webkit-box: 0 1 calc(33% - 0.5rem);
    -moz-box: 0 1 calc(33% - 0.5rem);
    -webkit-flex: 0 1 calc(33% - 0.5rem);
    -ms-flex: 0 1 calc(33% - 0.5rem);
    flex: 0 1 calc(33% - 0.5rem);
  }

  .articles__header {
    padding: 0.5rem;
    font-size: 0.85rem;
  }

  .contact__item {
    -webkit-box: calc(50% - 4rem);
    -moz-box: calc(50% - 4rem);
    -webkit-flex: calc(50% - 4rem);
    -ms-flex: calc(50% - 4rem);
    flex: calc(50% - 4rem);
  }
  .contact__item:nth-child(2) {
    margin-right: 0;
  }
}

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