h1,
.h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 80px;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 60px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
h4:not(:last-child),
.h4:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 500;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.subtitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .subtitle {
    font-size: 28px;
    line-height: 1;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.5;
  color: #131313;
  transition: 900ms;
  transition-delay: 200ms;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  visibility: hidden;
}
body.is-overflow {
  overflow: hidden;
}
body.loaded {
  opacity: 1;
  visibility: visible;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 1160px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  .container--max {
    max-width: 1680px;
  }
}
@media screen and (max-width: 992px) {
  .container--full-mobile {
    padding: 0;
    max-width: 100%;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

::-moz-selection {
  color: #fff;
  background: #131313;
}

::selection {
  color: #fff;
  background: #131313;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

[class*=col] {
  width: 100%;
}

.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.section__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section__background:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(19, 19, 19, 0.2);
  z-index: 2;
}
.section__background.after:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.section__image {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 164px;
  position: absolute;
  z-index: 200;
}
.header__fixed {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
}
.header__container {
  display: flex;
  padding: 30px 0;
}
.header__navigation {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .header__navigation {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 11000;
    left: 0;
    top: 90px;
    height: calc(100dvh - 90px);
    width: 100%;
    padding: 30px 0;
    overflow: auto;
    transition: 800ms;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 992px) {
  .header__navigation .menu-container {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .header__navigation .menu-container {
    max-width: 400px;
  }
}
.header__navigation .menu-container > ul > li.current_page_parent > a:after, .header__navigation .menu-container > ul > li.current-menu-ancestor > a:after, .header__navigation .menu-container > ul > li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
}
.header__navigation ul li {
  text-align: right;
  line-height: 1;
}
.header__navigation ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.header__navigation ul li a {
  position: relative;
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  padding-left: 10px;
}
.header__navigation ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.header__navigation ul li a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0A7A98;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-200%, -50%);
  transition: 300ms;
}
.header__others {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 992px) {
  .header__others {
    margin-left: auto;
    gap: 15px;
  }
}
.header__mobile {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile button {
  position: relative;
  width: 42px;
  height: 42px;
}
.header__mobile button:before, .header__mobile button:after {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #131313;
  position: absolute;
  left: 0;
  transition: 400ms;
}
.header__mobile button:before {
  top: 14px;
}
.header__mobile button:after {
  bottom: 14px;
}
.header__mobile button.is-active:before {
  transform: translateY(6px) rotate(-45deg);
}
.header__mobile button.is-active:after {
  transform: translateY(-6px) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .is-menu-open .header__navigation {
    opacity: 1;
    visibility: visible;
  }
}

body:not(.header-color) .header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
body:not(.header-color) .header__logo path {
  fill: #fff;
}
body:not(.header-color) .header__navigation a {
  color: #fff;
}
body:not(.header-color) .header__navigation a:after {
  background-color: #fff;
}

body.single-specializations .header {
  background: none;
}

.section-footer {
  padding-top: 8rem;
}
.section-footer a:not(.btn),
.section-footer button {
  transition: 600ms;
}
.section-footer a:not(.btn):hover,
.section-footer button:hover {
  color: #0A7A98;
}
.section-footer__main {
  padding: 0 0 3rem;
}
.section-footer__sygnet {
  display: flex;
  justify-content: flex-end;
}
.section-footer ul li {
  line-height: 1.25;
}
.section-footer ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.section-footer ul li a {
  font-size: 28px;
}

.copyrights {
  padding: 1rem 0 3rem;
}

.section-404 {
  text-align: center;
  padding-top: 12rem;
}
.section-404__h1 {
  font-size: 100px;
}
@media screen and (min-width: 992px) {
  .section-404__h1 {
    font-size: 180px;
  }
}

.btn {
  color: #fff;
  background-color: #0A7A98;
  padding: 0 1.5rem;
  font-size: inherit;
  height: 42px;
  border-radius: 21px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  outline: 0;
  font-family: inherit;
  cursor: pointer;
  transition: 300ms;
  position: relative;
  font-weight: 600;
}
.btn:hover {
  background-color: #404095;
  color: #fff;
}
.btn--white {
  border: 1px solid #fff;
}
.btn--white:hover {
  border-color: #404095;
}

.button {
  margin-top: 2.25rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 122, 152, 0.9);
  z-index: 999999;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  overflow: auto;
}
@media (min-width: 992px) {
  .popup {
    display: flex;
  }
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup.is-active .popup__close {
  transition: opacity 300ms ease 0s, transform 300ms ease 800ms;
  transform: translate(50%, 0);
}
.popup__close {
  position: fixed;
  top: 30px;
  right: 44%;
  transform: translate(50%, -300px);
  width: 86px;
  height: 86px;
  transition: opacity 300ms ease, transform 300ms ease;
  background-color: #0A7A98;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}
.popup__close:before, .popup__close:after {
  content: "";
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  transition: 300ms;
}
.popup__close:before {
  width: 30px;
  height: 2px;
  margin-top: -1px;
  margin-left: -15px;
}
.popup__close:after {
  width: 2px;
  height: 30px;
  margin-top: -15px;
  margin-left: -1px;
}
.popup__close:hover {
  background-color: #404095;
}
.popup__close:hover:before, .popup__close:hover:after {
  background-color: #fff;
}
@media (max-width: 992px) {
  .popup__close:before, .popup__close:after {
    background-color: #fff;
  }
}
.popup__content:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.popup .single-person-popup {
  display: flex;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 650ms;
  z-index: 55;
  position: relative;
}
.popup .single-person-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup .single-person-popup__image-col {
  display: none;
}
@media screen and (min-width: 992px) {
  .popup .single-person-popup__image-col {
    width: 56%;
    display: block;
  }
}
.popup .single-person-popup__image-background {
  position: sticky;
  top: 0;
  height: 100vh;
  background-color: #f2f2f2;
}
.popup .single-person-popup__image-background img {
  filter: grayscale(100%);
}
.popup .single-person-popup__image {
  display: block;
}
.popup .single-person-popup__image--desktop {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.popup .single-person-popup__image--mobile {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .popup .single-person-popup__image--mobile {
    display: none;
  }
}
.popup .single-person-popup__content-col {
  padding: 7.5rem 5rem 5rem;
  width: 44%;
}
.popup .single-person-popup__position {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.popup .single-person-popup__color {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.popup .single-person-popup__tab {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .popup .single-person-popup__tab {
    margin-top: 50px;
  }
}
.popup .single-person-popup__tab-content:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .popup .single-person-popup__tab-content:not(:last-child) {
    margin-bottom: 50px;
  }
}

.person-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.person-contact__thumbnail {
  border-radius: 50%;
  width: 112px;
  height: 112px;
}
.person-contact__name {
  margin-bottom: 0.75rem;
}
.person-contact__email, .person-contact__phone {
  margin-top: 0.25rem;
  font-weight: 600;
}

.link-underline {
  position: relative;
  display: inline-block;
}
.link-underline:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 300ms;
  transform: translateY(3px) scaleY(0);
}
.link-underline:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scaleY(1);
}
.link-underline--black:after {
  background-color: #131313;
}

.section-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.section-hero__content {
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
}
.section-hero__button {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  font-size: 14px;
  line-height: 1.5;
}
.section-hero__button span {
  filter: blur(0px);
}
.section-hero__button:hover {
  background-color: #0A7A98;
  transition: 300ms;
}
.section-hero__button:hover span {
  transition: all 800ms;
  transform: rotate(0deg) translatey(-30px);
  opacity: 0;
  filter: blur(20px);
}
.section-hero--small {
  background-color: #0A7A98;
  height: calc(100vh - 150px);
  min-height: 680px;
  margin-bottom: 120px;
}
.section-hero__line {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 5rem;
}
.section-hero__line .line {
  height: 1px;
  background-color: rgb(225, 225, 225);
  flex: 1;
}
.section-hero .back {
  margin-bottom: 5rem;
}
.section-hero .back a {
  display: flex;
  gap: 6px;
  align-items: center;
}

.section-images__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}
.section-images__grid--reorder .section-images__image--1 {
  order: 2;
}
.section-images__grid--reorder .section-images__image--2 {
  order: 1;
}
.section-images__image {
  display: block;
  max-height: 100vh;
}
.section-images__image--1 {
  grid-column: span 4;
}
.section-images__image--2 {
  grid-column: span 8;
}
.section-images__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.section-columns {
  padding: 120px 0;
}
.section-columns__left {
  display: flex;
}
.section-columns__left--footer {
  align-items: flex-end;
}
.section-columns__right {
  padding-left: 20px;
}
.section-columns__description--right {
  margin-top: 3.75rem;
}
.section-columns__button {
  margin-top: 3.75rem;
}

.section-background {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.section-background__description {
  position: relative;
  z-index: 10;
  padding: 5.5rem 0 5.5rem;
}
.section-background__grid {
  display: grid;
  font-size: 28px;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
  margin-top: 3rem;
}

.home .section-background {
  align-items: flex-start;
}
.home .section-background .row {
  justify-content: flex-end;
}

.section-contact {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  min-height: 680px;
  overflow: hidden;
}
.section-contact__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 11;
}
.section-contact__content {
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
}
.section-contact__grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.section-contact__text {
  font-weight: 600;
}

.section-content {
  padding-top: 12rem;
}

.wysywig h1:first-child {
  margin-bottom: 5rem;
}
.wysywig p {
  margin-bottom: 3rem;
}
.wysywig a {
  color: #0A7A98;
}
.wysywig a:hover {
  text-decoration: underline;
}
.wysywig ul:not(:last-child),
.wysywig ol:not(:last-child) {
  margin-bottom: 4rem;
}
.wysywig ul li,
.wysywig ol li {
  position: relative;
  padding-left: 25px;
}
.wysywig ul li:before,
.wysywig ol li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.wysywig ul li:not(:last-child),
.wysywig ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wysywig ul ul {
  margin-top: 0.75rem;
}
.wysywig ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0A7A98;
}
@media screen and (min-width: 992px) {
  .wysywig ul li:before {
    top: 10px;
  }
}
.wysywig ol {
  counter-reset: item;
}
.wysywig ol ol {
  margin-top: 0.75rem;
}
.wysywig ol li:before {
  color: #131313;
  content: counter(item) ".";
  counter-increment: item;
}

.section-team {
  padding-top: 120px;
}
.section-team .h1 {
  margin-bottom: 5rem;
}
.section-team__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.section-team__single {
  position: relative;
  cursor: pointer;
}
.section-team__single:hover img {
  filter: grayscale(0%);
}
.section-team__single:hover .btn {
  background-color: #404095;
}
.section-team__content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(19, 19, 19, 0.1);
  padding: 2.5rem;
}
.section-team__button {
  margin-top: 1.5rem;
}
.section-team img {
  filter: grayscale(100%);
  transition: 500ms;
}

.home .section-team {
  padding-top: 0;
}
.home .section-team__grid {
  padding: 0 5rem 80px;
}
.home .section-team__single:nth-child(2) {
  transform: translateY(5rem);
}

.section-text {
  padding-top: 120px;
}

.section-specializations {
  padding-top: 120px;
  padding-bottom: 2rem;
}
.section-specializations__link {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(225, 225, 225);
  position: relative;
}
.section-specializations__link:hover {
  z-index: 2;
}
.section-specializations__link:hover .name {
  color: #0A7A98;
  font-weight: 600;
}
.section-specializations__link:hover .hover {
  opacity: 1;
  visibility: visible;
}
.section-specializations__link:hover .hover img {
  opacity: 1;
  visibility: visible;
}
.section-specializations .number {
  width: 35px;
  font-size: 16px;
  font-weight: 300;
  margin-top: -24px;
}
.section-specializations .name {
  font-size: 28px;
  transition: 300ms;
}
.section-specializations svg {
  margin-left: auto;
}
.section-specializations .hover {
  width: 298px;
  height: 400%;
  position: absolute;
  right: 225px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  background-color: #fff;
}
.section-specializations .hover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 600ms;
}

.home .section-specializations {
  padding-top: 0;
  padding-bottom: 10rem;
}
.home .section-specializations__list {
  padding-left: 11rem;
  padding-right: 11rem;
}
.home .section-specializations .name {
  text-align: center;
  flex: 1;
}
.home .section-specializations .hover {
  left: -11rem;
}