:root {
  --color-white: #fff;
  --color-black: #262827;
  --color-bg: #F6F4ED;
  --header-height: 90px;
  --padding-side: 40px;
}

body:not(a, button) {
	cursor: default;
}
	

@font-face {
  font-family: "AvenirLTStd";
  src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
/* @font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: block;
  font-style: normal;
} */
@font-face {
  font-family: "NeueMetana";
  src: url("../fonts/NeueMetana-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
/* @font-face {
  font-family: mm;
  src: url("../fonts/Montserrat-Medium.ttf");
 font-display: swap
} */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  background-color: #fff;
  counter-reset: myCounter;
  overflow-x: hidden;
  position: relative;
}
/*body::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: var(--header-height);*/
/*  bottom: 100vh;*/
/*  left: var(--padding-side);*/
/*  border-left: 1px solid var(--color-black);*/
/*  z-index: 1;*/
/*}*/
/*body::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: var(--header-height);*/
/*  bottom: 100vh;*/
/*  right: var(--padding-side);*/
/*  border-right: 1px solid var(--color-black);*/
/*  z-index: 1;*/
/*}*/

.body-bg {
  /*padding: 0 var(--padding-side);*/
  background-color: var(--color-bg);
}



.body-white {
  /*padding: 0 var(--padding-side);*/
  background: var(--color-bg);
}

.padding-side {
  padding-right: var(--padding-side);
  padding-left: var(--padding-side);
}

main {
  padding-top: 0;
  /* opacity: 0; */
  transition: opacity 0.3s ease-in-out;
}

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

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
}

h1,
h2,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "NeueMetana", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h3, h4 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 23px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

p, a {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
}

input,
textarea {
  outline: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.is-hidden {
  display: none !important;
}

.error {
  border: 2px #ff4019 solid !important;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.block-title {
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  z-index: 1;
}

.slick-arrow {
  position: absolute;
  top: 52%;
  width: 40px;
  height: 22px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.slick-prev {
  left: 0;
  background-image: url("../img/svg/arrow-prev.svg");
}

.slick-next {
  right: 0;
  background-image: url("../img/svg/arrow-next.svg");
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  min-height: var(--header-height);
  position: fixed;
  top: 1px;
  left: 0;
  right: 0;
  background: var(--color-bg);
  z-index: 100;
  border: 1px solid var(--color-black);
  /*border-bottom: none;*/
  border-left: 0;
  border-right: 0;
  /*border-top-left-radius: 45px;*/
  /*border-top-right-radius: 45px;*/
  padding-top: 1px;
  opacity: 0;
  padding-bottom: 0;
  transition: background-color 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.header ul>li {
  position: relative;
}

.header ul.header__list>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: calc(-25px + 1vw);
  width: fit-content;
  max-width: 405px;
  padding: 24px;
  border-radius: 0 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #FAF8F4;
  border: 1px solid #262827;
  white-space: nowrap;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: .5s;
  z-index: 4;
}

.header ul.dropdown-menu__list>li>.sub-menu {
  display: none;
  padding-top: 8px;
  padding-left: 15px;
}

.header ul.header__list>li>.sub-menu li.menu-item-has-children .sub-menu,
.header ul.dropdown-menu__list>li>.sub-menu li.menu-item-has-children .sub-menu {
  display: none;
  padding-top: 8px;
  padding-left: 16px;
}

.header ul.dropdown-menu__list>li>.sub-menu li.menu-item-has-children .sub-menu {
  padding-bottom: 8px;
}



.header ul>li>.sub-menu li {
  padding: 0;
  margin-bottom: 0;
}

.header ul li.menu-item-has-children>a {
  position: relative;
}

.header ul>li.menu-item-has-children>a:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L8 11L12 7' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .5s;
}


.header ul>li.menu-item-has-children:hover>.sub-menu {
  transform: rotateX(0deg);
}

.header ul.header__list>li.menu-item-has-children:hover>a:after,
.header ul.header__list>li.menu-item-has-children:hover>ul.sub-menu>li.active>a:after,
.header ul.dropdown-menu__list>li.menu-item-has-children.active>a:after,
.header ul.dropdown-menu__list>li.menu-item-has-children.active>ul.sub-menu>li.active>a:after{
  transform: rotate(180deg) translateY(50%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L8 11L12 7' stroke='%2348A0AB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header ul>li.menu-item-has-children>ul.sub-menu>li>a {
  width: 100%;
  display: block;
}

.header ul.dropdown-menu__list>li.menu-item-has-children>ul.sub-menu li a {
  margin: 4px 0;
}

.header ul>li.menu-item-has-children:hover>ul.sub-menu>li.active>a,
.header ul.dropdown-menu__list>li.menu-item-has-children.active>a,
.header ul.dropdown-menu__list>li.menu-item-has-children.active>ul.sub-menu>li.active>a {
  color: #48A0AB;
}

.header ul.dropdown-menu__list> li.menu-item-has-children > ul.sub-menu > li > a:after {
  right: 5px;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 10px;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 490px;
  margin: 0 auto;
  width: 24%;
  padding-right: 40px;
}
.header__burger {
  text-align: right;
  width: 42%;
  padding-right: 4.4%;
  display: none;
}
.header__logo {
  align-items: center;
  display: flex;
  height: 63px;
  justify-content: center;
  width: 16%;
  min-width: 225px;
}

.header-item {
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}
.header-item__tel {
  position: relative;
}
.header-item__number {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.header-item__number:active {
  text-decoration: underline;
}
.header-item__phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.header-item__email {
  display: flex;
  align-items: center;
}
.desktop-menu {
  display: flex;
  align-items: center;
}
.desktop-menu ul {
  margin: 0;
}
.desktop-menu .header__list {
  width: auto;
  max-width: none;
  padding: 0;
}
.desktop-menu .header__list li {
  padding: 0 1vw;
}
.desktop-menu .header__list>li {
  padding: 32px 1vw;
}
.desktop-menu .header__list li a {
  font-size: 14px;
}
.desktop-menu .dropdown-menu__tel{
	transition: 0.3s;
    width: 19px;
    position: relative;
}
.desktop-menu .dropdown-menu__tel span {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s;
  margin-left: 9px;
  font-size: 14px;
}
.desktop-menu .dropdown-menu__tel .hover-wrapper {
  background: var(--color-bg);
  display: flex;
  align-items: center;
}
.desktop-menu .dropdown-menu__tel:hover{
    position: relative;
}
.desktop-menu .dropdown-menu__tel:hover .hover-wrapper {
  position: absolute;
  right: 0;
  white-space: nowrap;
  padding-left: 10px;
}
.desktop-menu .dropdown-menu__tel:hover .hover-wrapper span {
  visibility: visible;
  position: static;
  opacity: 1;
}
.popup-btn {
  text-align: right;
  margin-left: 4.4%;
}

.burger {
  color: var(--color-black);
  width: 47px;
  height: 36px;
  position: relative;
}
.burger span {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  height: 2px;
  background: var(--color-black);
  width: 47px;
  transition: width 0.5s ease-in-out;
}
.burger::after, .burger::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: width 0.5s ease-in-out;
}
.burger::before {
  top: 0;
  transform: translateY(10px);
}
.burger::after {
  bottom: 0;
  transform: translateY(-10px);
}
.burger.active span {
  width: 75%;
}
.burger.active::after {
  width: 50%;
}

.dropdown-menu {
  position: fixed;
  top: 91px;
  left: var(--padding-side);
  right: var(--padding-side);
  background: var(--color-bg);
  max-height: 0;
  overflow: hidden;
  z-index: 99;
  border: 1px solid var(--color-black);
  border-top: none;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  transition: max-height 1s ease-in-out;
}
.dropdown-menu__container {
  display: flex;
  padding-top: 10vh;
  padding-bottom: 6vh;
}
.dropdown-menu__img {
  position: absolute;
  right: 35px;
  bottom: 0;
  z-index: -1;
}
.dropdown-menu__list {
  max-width: 390px;
  width: 100%;
}
.dropdown-menu__left li {
  margin-bottom: 2.2vh;
}
.dropdown-menu__left li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: var(--color-black);
}
.dropdown-menu__item {
  margin-bottom: 46px;
}
.dropdown-menu__title {
  margin-bottom: 7px;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
}
.dropdown-menu__link {
  max-width: 200px;
}
.dropdown-menu.active {
  max-height: 100%;
}
.dropdown-menu__right {
  display: none;
}

.header-radius {
  width: 100%;
  height: var(--header-height);
  background: #fff;
  position: fixed;
  z-index: 5;
top: 0;
}
.welcome-item__content .arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  max-width: 110px;
}
.welcome-item__content .arrows {
  cursor: pointer;
}
.welcome-item__content .arrows svg {
	transition: 0.3s;
}
.welcome-item__content .arrows svg:hover {
	transform: scale(1.3)
}
.welcome {
  padding-top: var(--header-height);
}
.welcome__container {
  position: relative;
}
.welcome-start {
  font-size: 18px;
  line-height: 24px;
}
.welcome-max {
  font-size: 18px;
  line-height: 24px;
}
.welcome-line {
  overflow: hidden;
}
.welcome-line__inner {
  display: block;
}

body.loaded .welcome-line__inner {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.welcome-slider__counter {
  display: flex;
  align-items: center;
  max-width: 230px;
  width: 80%;
  justify-content: space-between;
}
.welcome-slider__counter-range {
  width: 100%;
  position: relative;
}
.welcome-slider__counter-range::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
}
.welcome-slider__counter-range .counter-range {
  background: var(--color-black);
  border-bottom: 3px solid #000;
  width: 20%;
}

.range {
  position: relative;
  max-width: 188px;
  height: 18px;
  width: 100%;
}
.range-counter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1px;
  background: var(--color-black);
  outline: none;
  transition: opacity 0.2s;
  border-radius: 12px;
}
.range-counter::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.progress-bar {
  height: 3px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease-in-out;
}

.welcome-item {
  height: calc(100vh - var(--header-height));
  padding-left: 154px;
  padding-top: calc(60vh - 420px);
  width: 100%;
}
.welcome-item__img {
  position: absolute;
  height: 100%;
  max-height: 1100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.welcome-item__content {
  background: rgba(246, 244, 237, 0.5);
  border-radius: 40px;
  border: 1px solid var(--color-black);
  padding: 70px 125px 65px 132px;
  max-width: 750px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.welcome-item__overhead {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: none;
}
.welcome-item__title {
  font-size: 43px;
  line-height: 53px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.welcome-item__text {
  margin-bottom: 28px;
  overflow: hidden;
}
.welcome-item__text p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 23px;
}
.welcome-item__text span {
  overflow: hidden;
  margin-right: 4px;
  height: 20px;
  display: inline-block;
  padding-top: 20px;
  transition: padding-top 1s ease;
}

@-webkit-keyframes slide-bottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    transform: translateY(-100px);
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    transform: translateY(-100px);
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal {
  position: fixed;
  top: 0;
  padding-top: 0;
  left: var(--padding-side);
  right: var(--padding-side);
  will-change: max-height;
  max-height: 0;
  box-sizing: content-box;
  text-align: center;
  overflow: hidden;
  z-index: 99;
  border-top: none;
  border-radius: 50px;
  background: rgba(202, 229, 232, 0.7);
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  transition: max-height 1s ease-in-out, padding 1s ease-in-out;
}
.modal__title {
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: calc(30vh - 200px);
  margin-bottom: 2vh;
  font-family: "NeueMetana",sans-serif;
}
.modal--visible {
  margin-top: -2px;
  padding: 80px 0 20px;
  z-index: -1;
}
.desktop-menu .header__list li a:hover {
  color: #48A0AB;
}
.modal-form {
  width: 100%;
}
.modal-form input {
  background: transparent;
  border: none;
  display: block;
  border-bottom: 1px solid var(--color-black);
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: var(--color-black);
  font-size: 16px;
  line-height: 23px;
  height: 60px;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.modal-form input::-moz-placeholder {
  color: var(--color-black);
}
.modal-form input:-ms-input-placeholder {
  color: var(--color-black);
}
.modal-form input::placeholder {
  color: var(--color-black);
}
.modal-form input:focus {
  color: var(--color-black);
}
.modal-form__btn {
  position: relative;
  z-index: 1;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.modal-form__btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.modal-form__btn .laboratory__btn {
  width: 155px;
  height: 43px;
  cursor: pointer;
}

.modal-close {
  display: inline-block;
  color: var(--color-black);
  font-size: 16px;
  line-height: 16px;
}

.modal-open .header {
  background: transparent;
}
.modal-open .modal {
  border: 1px solid var(--color-black);
  border-top: none;
}
.modal-open .dropdown-menu {
  border: none;
}

.team {
  /*padding-top: 170px;*/
  background-color: var(--color-bg);
  position: relative;
  scroll-margin-top: 82px;
}
.team__title {
  padding-left: 155px;
  margin-bottom: 14px;
  position: absolute;
  top: 75px;
  z-index: 3;
}

.team-wrap {
  background: #B3D6DA;
  display: flex;
  border: 1px solid var(--color-black);
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.team-item {
  position: relative;
  display: flex;
  flex-direction: column;
  /*border-right: 1px solid var(--color-black);*/
  width: 23.5%;
/*   min-height: calc(100vh - 83px); */
}
.team-item__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item__content {
  margin: 0;
  margin-top: auto;
  border: 1px solid var(--color-black);
  background: rgba(246, 244, 237, 0.42);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 0;
  max-height: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-item:nth-child(2) .team-item__content{
  border-left: 0;
  border-right: 0;
}
.team-item__title {
  margin-bottom: 10px;
}
.team-item__subtitle {
  margin-bottom: 17px;
}
.team-item__text p {
  margin-bottom: 10px;
}
.team-item__assistent {
  padding-left: calc(10% - 80px);
  padding-top: calc(10% - 110px);
  padding-bottom: calc(10% - 110px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.assistent__title {
  margin-bottom: 5%;
}
.assistent-item {
  display: flex;
  align-items: center;
}
.assistent-item:not(:last-child) {
  margin-bottom: 25px;
}
.assistent-item__img {
  max-width: 116px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid var(--color-black);
  overflow: hidden;
  margin-right: 45px;
}
.assistent-item__title {
  margin-bottom: 5px;
}
.assistent-item__text {
  max-width: 175px;
}

.specialties {
  background-color: var(--color-bg);
}
.specialties__container {
  display: flex;
  overflow: hidden;
  height: calc(100vh - var(--header-height) - 35px);
  /*border: 1px solid var(--color-black);*/
  max-height: 840px;
}
.specialties-left {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding-top: 15.5vh;
  padding-bottom: 16vh;
  padding-left: 8.5%;
  /*border-right: 1px solid var(--color-black);*/
  position: relative;
}
.specialties-left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(179, 214, 218, 0.8), rgba(179, 214, 218, 0.8));
  z-index: 1;
}
.specialties-left::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(179, 214, 218, 0.8), rgba(179, 214, 218, 0.8));
  z-index: 0;
}
.specialties-right {
  display: flex;
  flex-direction: column;
  width: 51%;
  padding-top: 6.5vh;
  padding-bottom: 16vh;
  padding-left: 8.5%;
  position: relative;
}
.specialties-right__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-mask-image: url("../img/mask.png"), linear-gradient(rgba(255, 255, 255, 0.5), transparent);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.specialties-right__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: 1;
}
.specialties-right__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.specialties__img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.specialties__title {
  text-transform: uppercase;
}
.specialties__content {
  margin-top: auto;
  z-index: 1;
}
.specialties__subtitle {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 30px;
}
.specialties__subtitle--right {
  margin-top: auto;
}
.specialties__text p {
  max-width: 490px;
}

.office {
  padding-top: 13%;
  background-color: var(--color-bg);
  position: relative;
  max-height: 1100px;
  z-index: 0;
}
.office::before {
  content: "";
  position: absolute;
  top: 110px;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 490px;
  width: 100%;
  border: 1px solid #D2D0C6;
  border-radius: 280px;
}
.office__title {
  text-align: center;
  margin-bottom: 10px;
}
.office__img {
  position: absolute;
  left: 50%;
  top: calc(50% + 100px);
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 30px;
  max-width: 0;
  overflow: hidden;
  cursor: url("../img/svg/office-close.svg") 26 26, auto;
}
.office__marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.office__marquee-str {
  /*padding-left: 100%;*/
  /*-webkit-animation: scroll 25s infinite linear;*/
  /*animation: scroll 25s infinite linear;*/
  /*animation-iteration-count: infinite;*/
  display: inline-block;
  transform: translateX(-50%)!important;
}
.office__marquee span {
  font-family: "NeueMetana", sans-serif;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-black);
  margin-right: 7vw;
}
.office-close {
  position: absolute;
  top: 31.5%;
  left: 37%;
  opacity: 0;
}

@-webkit-keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.office-slider {
  max-width: 1715px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto 97px;
}
.office-slider__item {
  margin: 0 15px;
  height: 580px;
  outline: none;
  transition: transform 0.3s ease-in-out;
  cursor: url("../img/svg/office-open.svg") 26 26, auto;
}
.office-slider__item-img {
  display: flex;
  justify-content: center;
  height: 100%;
}
.office-slider__item-img img {
  border-radius: 30px;
  margin: auto 0;
  height: 420px;
  outline: none;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transition: height 0.3s ease-in-out;
}

#technologies {
  padding-top: 125px;
  background-color: var(--color-bg);
}

.technology {
  min-height: calc(100vh - var(--header-height));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 0;
}
.technology::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 40, 39, 0.7);
  z-index: -1;
}
.technology__container {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding-top: calc(30vh - 200px);
}
.technology__content {
  max-width: 360px;
  margin-right: 8.5%;
  margin-left: auto;
}
.technology__title {
  margin-bottom: 20px;
  color: #fff;
}
.technology__text {
  color: #fff;
}
.technology__list {
  margin-top: auto;
  display: flex;
}

.technology-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 72px;
  width: 20%;
	overflow: hidden;
  min-height: 80vh;
}
.technology-item:first-child .technology-item__img {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.technology-item:last-child .technology-item__img {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.technology-item__top {
  padding-top: -200px;
  margin-top: auto;
  transform: translateY(calc(100% - 76px));
}
.technology-item__title {
  color: #fff;
  margin-bottom: 20px;
  min-height: 56px;
  padding-right: 40px;
}
.technology-item__text {
  color: #fff;
  margin-bottom: 43px;
  opacity: 0;
  height: 0;
}
.technology-item__img {
  overflow: hidden;
  padding-bottom: 100%;
  border: 1px solid #FFFFFF;
  z-index: 10;
	position: relative;
}
.technology-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.course {
  overflow-x: hidden;
  padding-top: 165px;
  padding-bottom: 103px;
  background-color: var(--color-bg);
}
.course__title {
  margin-bottom: 10px;
  max-width: 620px;
}
.course__text {
  font-size: 18px;
  margin-bottom: 85px;
}
.course__list {
  display: flex;
  flex-wrap: wrap;
}

.course-item {
  padding-top: 63px;
  width: 25%;
  position: relative;
  text-align: center;
}
.course-item::before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 50px;
  font-weight: 300;
  font-size: 43px;
  line-height: 52px;
}
.course-item__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 360px;
  margin-bottom: 14px;
}
.course-item__wrap::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 33px;
  right: 33px;
  bottom: 33px;
  border: 1px solid rgba(38, 40, 39, 0.6);
  border-radius: 100%;
}
.course-item__wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid rgba(38, 40, 39, 0.1);
}
.course-item__img {
  width: 228px;
  height: 228px;
  position: relative;
  border-radius: 100%;
}
.course-item__img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color-black);
  border-radius: 100%;
}
.course-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.course-item__text {
  max-width: 245px;
  margin: 0 auto;
}

.traitements {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.traitements__container {
  max-width: 1040px;
  width: 100%;
}
.traitements__title {
  margin-bottom: 16px;
  padding-left: 13%;
}

.accordion {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid var(--color-black);
  border-radius: 40px;
  background-color: rgba(246, 244, 237, 0.6);
  padding-top: 5.5vh;
  padding-left: 13%;
  padding: 5.5vh 10% 3.5vh 13%;
}

.accordion-item {
  padding-left: 11%;
  margin-bottom: 2vh;
  position: relative;
}
.accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 100px;
  width: 36px;
  height: 36px;
  background: url("../img/svg/accordion-arrow.svg") no-repeat center center;
  transition: transform 0.3s ease-in-out;
}
.accordion-item.active::before {
  transform: rotate(90deg);
}
.accordion-item__trigger {
  padding-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
}
.accordion-item__content {
  display: none;
}
.accordion-item__content-wrap {
  display: flex;
  justify-content: space-between;
}
.accordion-item__post a {
  position: relative;
  padding-left: 8px;
  font-size: 18px;
  line-height: 31px;
}
.accordion-item__post a::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  overflow: hidden;
  background: var(--color-black);
}
.accordion-item__img {
  width: 129px;
  height: 129px;
  border: 1px solid var(--color-black);
  border-radius: 100px;
  overflow: hidden;
}
.accordion-item__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.laboratory {
  position: relative;
  /*padding-bottom: 0;*/
  background-color: var(--color-bg);
  z-index: 2;
  padding: 0 40px 0;
}
.laboratory__container {
  overflow: hidden;
  position: relative;
  max-width: 1300px;
  padding-top: 36.5vh;
}
.laboratory__title {
  margin-bottom: 17px;
  max-width: 330px;
}
.laboratory__text {
  max-width: 330px;
  margin-bottom: 34vh;
}
.laboratory__animation {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

:root {
  --duration: 1.5s;
  --timing: linear;
  --iteration: infinite;
}

.laboratory-circle {
  position: relative;
  height: 420px;
  width: 420px;
}
.laboratory-circle img {
  border-radius: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.laboratory-circle::before {
  display: none;
  border: 1px solid #262827;
}
.laboratory-circle::after {
  border: 1px solid rgba(38, 40, 39, 0.7);
  top: -43px;
  right: -43px;
  left: -43px;
  bottom: -43px;
  display: none;
}
.laboratory-circle__two {
  padding: 87px;
  position: relative;
}
.laboratory-circle__two::before {
  border: 1px solid rgba(38, 40, 39, 0.5);
  display: none;
}
.laboratory-circle__two::after {
  top: -49px;
  right: -49px;
  left: -49px;
  bottom: -49px;
  border: 1px solid rgba(38, 40, 39, 0.4);
  display: none;
}
.laboratory-circle__three {
  padding: 100px;
  position: relative;
}
.laboratory-circle__three::before {
  border: 1px solid rgba(38, 40, 39, 0.3);
  display: none;
}
.laboratory-circle__three::after {
  top: -56px;
  right: -56px;
  left: -56px;
  bottom: -56px;
  border: 1px solid rgba(38, 40, 39, 0.2);
  display: none;
}
.laboratory__animation {
  z-index: -1;
  padding: 108px;
}
.laboratory__animation::before {
  border: 1px solid rgba(38, 40, 39, 0.1);
  display: none;
}
.laboratory__animation[data-aos=echo].aos-animate::before {
  display: block;
}
.laboratory__animation[data-aos=echo].aos-animate .laboratory-circle::before, .laboratory__animation[data-aos=echo].aos-animate .laboratory-circle::after {
  display: block;
}
.laboratory__animation[data-aos=echo].aos-animate .laboratory-circle__two::before, .laboratory__animation[data-aos=echo].aos-animate .laboratory-circle__two::after {
  display: block;
}
.laboratory__animation[data-aos=echo].aos-animate .laboratory-circle__three::before, .laboratory__animation[data-aos=echo].aos-animate .laboratory-circle__three::after {
  display: block;
}
.laboratory-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  max-width: 300px;
}
.laboratory__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border: 1px solid var(--color-black);
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.laboratory__btn span {
  pointer-events: none;
  white-space: nowrap;
  position: static;
  padding: 15px 50px;
  left: 50%;
  top: 50%;
}

.laboratory-circle::before,
.laboratory-circle::after,
.laboratory-circle__two::before,
.laboratory-circle__two::after,
.laboratory-circle__three::before,
.laboratory-circle__three::after,
.laboratory__animation::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-animation-duration: var(--duration);
  animation-duration: var(--duration);
  -webkit-animation-timing-function: var(--timing);
  animation-timing-function: var(--timing);
  -webkit-animation-iteration-count: var(--iteration);
  animation-iteration-count: var(--iteration);
  -webkit-animation-name: circle;
  animation-name: circle;
}

.laboratory-circle::before,
.laboratory-circle__two::before,
.laboratory-circle__three::before,
.laboratory__animation::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.laboratory-bottom {
  position: relative;
}
.laboratory-bottom__title {
  margin-bottom: 27px;
}
.laboratory-bottom__list {
  display: flex;
  margin-bottom: 10px;
  flex-grow: 1;
}

.contacts-item {
  max-width: 262px;
  width: 50%;
}
.contacts-item__schedule {
  margin-left: 4%;
  max-width: 440px;
  min-width: 360px;
  flex-grow: 1;
}
.contacts-item__schedule .contacts-item__list {
  max-width: 380px;
}
.contacts-item__schedule:last-child {
  min-width: 232px;
}
.contacts-item__title {
  margin-bottom: 5px;
}
.contacts-item__phone {
  font-size: 18px;
}
.contacts-item__map {
  font-size: 18px;
}

.schedule {
  display: flex;
  font-size: 18px;
}
.schedule.active span {
  text-decoration: underline;
}
.schedule__left {
  min-width: 118px;
}
.schedule__right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrapper-acces {
  display: flex;
  flex-wrap: wrap;
}
.honoraires {
  background-color: var(--color-bg);
  padding-bottom: 120px;
}
.honoraires .description-wrap {
  background: rgba(246, 244, 237, 0.5);
  border-radius: 30px;
  border: 1px solid var(--color-black);
  padding: 70px 20px;
  max-width: 750px;
  width: 50%;
  position: relative;
  z-index: 3;
}
.honoraires .container {
  display: flex;
  position: relative;
}
.honoraires .container .container-desc {
  max-width: 490px;
  margin: 0 auto;
}
.honoraires .image {
  position: absolute;
  width: 75%;
  right: 0;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.honoraires .image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FAF8F4 0%, rgba(250, 248, 244, 0) 50%);
}
.honoraires .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes circle {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.21);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.21);
    opacity: 0;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.footer__container {
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer p {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
.footer p a {
  color: #828282;
}

.wrapper-doctor-page .container {
  width: min(1310px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper-doctor-page {
  max-width: 1610px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='750' height='790' viewBox='0 0 750 790' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M677.077 722.028C658.932 690.041 649.688 653.723 649.688 613.073C649.688 594.414 646.606 574.422 641.129 553.764C635.308 533.106 627.092 514.447 616.821 497.121C606.208 480.128 593.198 466.134 577.791 455.138C562.385 444.143 544.924 438.811 525.41 438.811H491.516C518.905 438.811 542.87 431.814 563.754 417.82C584.639 403.826 602.099 385.833 616.136 364.176C630.515 342.518 640.786 318.861 647.634 293.205C654.481 267.882 657.905 243.225 657.905 220.235C657.905 197.244 653.454 172.921 644.895 147.265C636.336 121.942 622.641 98.2852 603.811 76.9606C584.981 55.6361 558.78 34.3192 529.679 20.6581C500.236 6.9971 465.657 -3.8147e-06 425.258 -3.8147e-06H327C363.632 16.3266 395.654 47.6394 418.25 86.2901C440.846 124.941 452.144 169.922 452.144 220.235C452.144 245.558 449.063 269.881 442.9 292.872C436.738 315.862 428.521 336.853 417.565 355.846C406.61 374.838 393.6 391.498 378.536 405.825C363.472 420.152 347.039 431.148 328.893 438.811H329.92C358.679 452.139 382.302 474.463 401.132 506.117C419.962 537.771 429.206 573.423 429.206 613.406C429.206 632.398 432.972 652.39 440.161 673.381C447.351 694.373 459.676 713.365 476.794 730.691C494.255 748.017 517.193 762.012 545.952 773.34C574.71 784.336 610.316 790 652.769 790H750C719.872 776.672 695.564 754.015 677.077 722.028ZM148.86 17.8554C121.95 6.28243 93.6764 0 63.3593 0H48.3711H0C14.307 8.26638 27.592 19.8393 40.1957 34.7188C52.4588 49.5983 63.3593 66.7923 72.5567 86.301C81.754 105.81 88.9075 127.633 93.6765 151.44C98.7861 175.247 101.171 200.708 101.171 227.491C101.171 253.613 98.4455 278.742 93.6765 302.549C88.9075 326.357 81.754 348.18 72.5567 368.019C63.3593 387.859 52.7994 405.383 40.1957 420.263C27.9326 435.142 14.307 446.715 0 454.981H59.9529C91.6326 454.981 120.928 449.36 148.179 438.118C175.431 426.876 198.935 411.335 218.692 391.165C238.449 371.326 253.778 347.188 265.36 319.082C276.942 291.307 282.733 260.556 282.733 227.491C282.733 195.748 276.942 165.989 265.36 138.214C254.119 110.439 238.449 86.6316 218.692 66.131C198.935 45.6304 175.771 29.7589 148.86 17.8554Z' fill='%23EDECE8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.wrapper-doctor-page .container .row {
  display: flex;
  gap: 20px;
  margin-top: 100px;
  align-items: flex-end;
  justify-content: space-between;
}

.wrapper-doctor-page .container .row .col-image {
  width: 50%;
  max-width: 490px;
  mix-blend-mode: multiply;
}

.wrapper-doctor-page .container .row .col-image img{
	height: auto;
	object-fit: cover;
}
.wrapper-doctor-page .container .row .col-desc {
  width: 50%;
  max-width: 620px;
}
.single-equipe .header-radius {
  height: 0;
}

.wrapper-doctor-page h1 {
  font-family: "NeueMetana", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.wrapper-doctor-page .breadcrumbs {
  text-align: left;
  display: flex;
  gap: 0 16px;
}

.wrapper-doctor-page h2 {
  font-family: "NeueMetana", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.wrapper-doctor-page ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin-bottom: 1em;
}

.wrapper-doctor-page p {
  margin-bottom: 1em;
}

.wrapper-doctor-page ul li::marker {
  font-size: 14px;
}

.single {
  background: #fff;
}
.single-equipe {
  background: #F6F4ED;
}
.single .header {
/*   background: #fff; */
}
.single__img {
  margin-bottom: 65px;
}
.single__content h2 {
  margin-top: 65px;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 27px;
}
.single__content p {
  text-align: justify;
  margin-bottom: 24px;
}
.single__content h3 {
  margin-top: 100px;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 33px;
}
.single__content h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.wp-block-gallery {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}

.single-page {
  /*border: 1px solid var(--color-black);*/
  border-bottom: none;
  border-top: none;
  padding-bottom: 100px;
  padding-top: var(--header-height);
  background: var(--color-bg);
}
.single-page__container {
  max-width: 1040px;
}
.single-page__title {
  font-family: "NeueMetana", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #262827;
  margin-bottom: 25px;
}
.single-page__text {
  margin-bottom: 40px;
}
.single-page .laboratory-wrap {
  margin: 0 auto;
}
.single-page .laboratory__btn {
  width: 155px;
  height: 43px;
}

.breadcrumbs {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.breadcrumb_last {
  position: relative;
  text-decoration: underline;
}

.access {
  background-color: var(--color-bg);
}
.error404 .single-page {
  padding: 10% 0 0 0;
}
.privacy-policy .single__content h2 {
  text-align: inherit;
}

.error-page {
  min-height: calc(100vh - 285px);
}
.error-page h1 {
  text-align: center;
}

/* Media for hover and animation */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .modal {
      background: rgba(202, 229, 232, 0.97);
    }
  }
}

@media screen and (min-width: 992px) {

  body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: goUp;
    animation-name: goUp;
  }
  body.loaded {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  @-webkit-keyframes goUp {
    0% {
      transform: translateY(8%);
    }
    100% {
      transform: translateY(0);
    }
  }

  @keyframes goUp {
    0% {
      transform: translateY(8%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .header-item__address {
    position: relative;
  }
  .header-item__address::before {
    position: absolute;
    content: "";
    display: block;
    opacity: 0;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-black);
    transition: opacity 0.3s ease-in-out;
  }
  .header-item__address:hover::before {
    opacity: 1;
  }
  .header-item__tel:hover .header-item__phone {
    opacity: 0;
  }
  .header-item__tel:hover .header-item__number {
    opacity: 1;
  }
  .header-item__mail {
    transition: transform 0.3s ease-in-out;
  }
  .header-item__mail:hover {
    transform: scale(1.2);
  }

  .dropdown-menu__list a:hover {
    text-decoration: underline;
  }

  .burger {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }
  .burger:hover {
    transform: scale(1.2);
  }

  .popup-btn {
    position: relative;
  }
  .popup-btn::before {
    position: absolute;
    content: "";
    display: block;
    opacity: 0;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-black);
    transition: opacity 0.3s ease-in-out;
  }
  .popup-btn:hover::before {
    opacity: 1;
  }

  .welcome-item__text {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .welcome-line__inner {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .welcome-line__inner--1 {
    -webkit-animation-name: slide-top-1;
    animation-name: slide-top-1;
  }
  .welcome-line__inner--2 {
    -webkit-animation-name: slide-top-2;
    animation-name: slide-top-2;
  }
  .welcome-line__inner--3 {
    -webkit-animation-name: slide-top-3;
    animation-name: slide-top-3;
  }

  @-webkit-keyframes slide-top-1 {
    0% {
      transform: translateY(100%);
    }
    40% {
      transform: translateY(100%);
    }
    60% {
      transform: translateY(0);
    }
  }

  @keyframes slide-top-1 {
    0% {
      transform: translateY(100%);
    }
    40% {
      transform: translateY(100%);
    }
    60% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes slide-top-2 {
    0% {
      transform: translateY(100%);
    }
    60% {
      transform: translateY(100%);
    }
    80% {
      transform: translateY(0);
    }
  }
  @keyframes slide-top-2 {
    0% {
      transform: translateY(100%);
    }
    60% {
      transform: translateY(100%);
    }
    80% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes slide-top-3 {
    0% {
      transform: translateY(100%);
    }
    80% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes slide-top-3 {
    0% {
      transform: translateY(100%);
    }
    80% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .team-wrap {
    transition: background-color 0.3s ease-in-out;
  }
  .team-wrap:hover {
    background: var(--color-bg);
  }
  .team-item__text {
    max-height: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out;
  }
  /*.team-item__content {*/
  /*  max-height: 166px;*/
  /*  transition: max-height 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out, -webkit-backdrop-filter 0.5s ease-in-out;*/
  /*  transition: max-height 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out, backdrop-filter 0.5s ease-in-out;*/
  /*  transition: max-height 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out, backdrop-filter 0.5s ease-in-out, -webkit-backdrop-filter 0.5s ease-in-out;*/
  /*}*/
  .team-item__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
    transition: border-radius 0.5s ease-in-out, max-height 0.5s ease-in-out, width 0.5s ease-in-out, top 0.5s ease-in-out;
  }
  .team-item:hover .team-item {
    background-color: #fff;
  }
  .team-item:hover .team-item__img {
    top: 45%;
    border-radius: 90px;
    width: calc(100% - 52px);
    aspect-ratio: 398 / 567;
    height: auto;
    transform: translate(-50%, -50%);
  }
	.team-item:hover .team-item__img img {
		height:100%;
		object-fit: cover;
	}
  .team-item:hover .team-item__content {
    /*max-height: 335px;*/
    padding-top: 0;
    /*margin-top: calc(50% + 375px);*/
    /*margin-bottom: 20px;*/
    margin-top: auto;
    border: 1px solid transparent;
    background: transparent;
    -webkit-backdrop-filter: opacity(0);
    backdrop-filter: opacity(0);
  }
  .team-item:hover .team-item__text {
    opacity: 1;
    max-height: 100%;
  }

  .assistent-item {
/*     cursor: pointer; */
  }
  .assistent-item__text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .assistent-item__img {
    transition: transform 0.3s ease-in-out;
  }
  .assistent-item:hover .assistent-item__text {
    max-height: 100px;
  }
  .assistent-item:hover .assistent-item__img {
    transform: scale(1.2);
  }

  .specialties__text {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .specialties__subtitle {
    transform: translateY(9vh);
    transition: transform 0.3s ease-in-out;
  }

  .specialties-left::before, .specialties-left::after {
    transition: width 0.3s ease-in-out;
  }
  .specialties-left:hover::before {
    width: 69%;
  }
  .specialties-left:hover::after {
    width: 31%;
  }
  .specialties-left:hover .specialties__text {
    opacity: 1;
  }
  .specialties-left:hover .specialties__subtitle {
    transform: translateY(0);
  }
  .specialties-right:hover .specialties__text {
    opacity: 1;
  }
  .specialties-right:hover .specialties__subtitle {
    transform: translateY(0);
  }
  .specialties-right:hover .specialties-right__img {
    -webkit-mask: none;
    mask: none;
  }
  .specialties-right:hover .specialties-right__img img {
    z-index: 0;
  }
  .specialties-right:hover .specialties-right__img::after {
    opacity: 1;
  }

  .office__img {
    transition: max-width 0.6s ease-in-out;
  }
  .office__img.active {
    max-width: 100%;
  }
  .technology__container {
    transition: all 0.3s ease-in-out;
  }
  .technology-item__img {
    transition: border-radius 0.3s ease-in-out;
  }
  .technology-item__top {
    transition: transform 0.3s ease-in-out;
  }
  .technology-item__text {
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  .technology-item:hover .technology-item__img {
    border-radius: 124px;
  }
  .technology-item:hover .technology-item__top {
    transform: translateY(0);
  }
  .technology-item:hover .technology-item__text {
    opacity: 1;
/*     height: auto; */
	  height: 100%;
  }

  .course-item:hover .course-item__wrap::before, .course-item:hover .course-item__wrap::after {
    -webkit-animation-duration: var(--duration);
    animation-duration: var(--duration);
    -webkit-animation-timing-function: var(--timing);
    animation-timing-function: var(--timing);
    -webkit-animation-iteration-count: var(--iteration);
    animation-iteration-count: var(--iteration);
    -webkit-animation-name: circle;
    animation-name: circle;
  }
  .course-item:hover .course-item__img::before {
    -webkit-animation-duration: var(--duration);
    animation-duration: var(--duration);
    -webkit-animation-timing-function: var(--timing);
    animation-timing-function: var(--timing);
    -webkit-animation-iteration-count: var(--iteration);
    animation-iteration-count: var(--iteration);
    -webkit-animation-name: circle;
    animation-name: circle;
  }

  .accordion-item__trigger {
    cursor: pointer;
  }
  .accordion-item__trigger:hover {
    font-weight: 500;
  }

  .accordion-item__post a:hover {
    text-decoration: underline;
  }

  .laboratory__btn {
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  }
  .laboratory__btn span {
    transform: translate(-50%, -50%);
    transition: left 0.3s ease, top 0.3s ease;
    position: absolute;
  }
  .laboratory__btn:hover {
    background: var(--color-black);
    color: #fff;
    width: 240px;
    height: 70px;
  }
  .laboratory__btn--single:hover {
    width: 175px;
    height: 50px;
  }
  .laboratory__btn--form:hover {
    width: 175px;
    height: 50px;
  }

  .contacts-item a:hover {
    text-decoration: underline;
  }

  .footer__container a:hover {
    text-decoration: underline;
  }

  .footer::before {
    position: absolute;
    content: "";
    top: -215px;
    left: 0;
    right: 0;
    height: 250px;
    transform: translateY(200px);
    background-color: var(--color-bg);
    /*border-bottom: 1px solid var(--color-black);*/
    /*border-left: 1px solid var(--color-black);*/
    /*border-right: 1px solid var(--color-black);*/
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 0;
  }

  .footer[data-aos=new-animation].aos-animate::before {
    transform: translateY(0);
    transition: transform 3s ease;
  }
}
@media screen and (max-width: 1600px) {
  .office-slider__item {
    height: 410px;
  }
  .office-slider__item-img img {
    height: 350px;
  }

  .slick-prev {
    left: 20px;
  }

  .slick-next {
    right: 20px;
  }

  .office__item {
    font-size: 20px;
    line-height: 26px;
  }

  .technology-item__title {
    font-size: 19px;
  }

  .course-item__wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto 14px;
  }

  .course-item__img {
    width: 170px;
    height: 170px;
  }
}
.hidde-note-book {
  display: flex;
}
.link-mobile-acces {
  display: none;
}
@media screen and (max-width: 1440px) {
  .team-item:hover .team-item__content {
    margin-top: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .popup-btn {
    width: auto;
  }

  .hidde-note-book {
    display: none;
  }
  .dropdown-menu__tel {
    padding: 0 5px;
  }
  .link-mobile-acces {
    display: inline-block;
    padding: 0 25px 0 25px;
  }

  .header__list {
    padding-right: 0;
  }

  .header__burger {
    width: 36%;
    display: block;
    margin-left: 20px;
    padding: 26px 0;
  }

  .team-item {
    min-height: 790px;
  }
  .team-item__assistent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .team-item__img img {
    width: 100%;
  }

  .office__img {
    top: calc(50% + 65px);
  }

  .assistent__title {
    margin-bottom: 20px;
  }

  .assistent-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .technology-item__top {
    transform: translateY(calc(100% - 100px));
  }

  .single-page {
    padding-bottom: 60px;
  }

  .course-item__wrap {
    width: 220px;
    height: 220px;
  }
  .course-item__wrap::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
  .course-item__img {
    width: 140px;
    height: 140px;
  }

  .welcome-item__content {
    padding: 40px;
    max-width: 580px;
  }
  .contacts-item__schedule {
    margin-left: 2%;
  }
  .contacts-item {
    max-width: 200px;
  }
  .contacts-item__schedule:last-child {
    min-width: 346px;
  }
}
@media screen and (max-width: 1200px) {
  .team-wrap {
    flex-wrap: wrap;
  }
  .contacts-item__schedule {
    margin-left: 1.5%;
  }
  .team-item {
    width: 33.33%;
  }
  .team-item__content {
    max-height: 300px;
    padding-top: 20px;
  }
  .team-item__img {
    top: 0;
    min-height: 370px;
  }

  .assistent-list {
    display: flex;
  }

  .assistent-item {
    margin-right: 20px;
  }
  .assistent-item__img {
    margin-right: 20px;
  }
  .assistent-item:not(:last-child) {
    margin-bottom: 0;
  }

  .office__title {
    margin-bottom: 20px;
  }
  .office__list {
    flex-wrap: wrap;
  }
  .office__item {
    text-align: center;
    width: 33.33%;
    margin-bottom: 10px;
  }
  .office__img {
    top: calc(50% + 30px);
    transform: translate(-50%, -50%) scale(1.4);
  }

  .technology-item__title {
    padding-right: 0;
  }

  .laboratory__animation {
    left: 65%;
  }

  .laboratory-circle {
    height: 360px;
    width: 360px;
  }

  .footer__container {
    padding: 60px 0 50px 0;
  }
  .footer__img {
    width: 20%;
  }
  .laboratory-bottom__list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .contacts-item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contacts-item__schedule {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .team-item {
    position: relative;
  }
  .team-item__content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }
  .team-item__img img {
    width: 100%;
    height: auto;
  }
  .honoraires .container {
    flex-direction: column;
  }

  .honoraires .description-wrap {
    width: 100%;
    max-width: none;
    padding: 40px 20px;
  }

  .honoraires .image {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .honoraires .image img {
    position: static;
  }

  body.menu-open {
    overflow-y: hidden;
  }
  body.modal-open {
    overflow-y: hidden;
  }

  .welcome-item {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
    height: auto;
  }
  .welcome-item__content {
    margin: 0 auto;
    padding: 40px;
    max-width: 590px;
  }
  .welcome-item__overhead {
    font-size: 24px;
    line-height: 28px;
  }
  .welcome-item__title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  .header__list {
    display: none;
  }

  .header__burger {
    width: auto;
  }

  .header__container {
    justify-content: space-between;
  }

  .dropdown-menu {
    bottom: 0;
    overflow: scroll;
  }
  .dropdown-menu__right {
    width: 100%;
    justify-content: center;
    display: none;
  }
  .dropdown-menu__container {
    flex-wrap: wrap;
    padding-top: calc(15vh - 60px);
  }
  .dropdown-menu__list {
    max-width: 50%;
    margin-bottom: 30px;
  }
  .dropdown-menu__item {
    margin-bottom: 20px;
  }
  .dropdown-menu.active {
    max-height: calc(30vh + 75px);
  }

  .modal--visible {
    max-height: 100% !important;
  }

  .team {
    margin-bottom: 60px;
    padding-top: 140px;
  }

  .team-item {
    width: 50%;
  }
  .team-item__content {
    max-height: 100%;
    margin-top: -260px;
    padding-right: 30px;
  }
  .team-item__assistent {
    padding-left: 40px;
    width: 50%;
  }

  .assistent-list {
    display: block;
  }

  .assistent-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .specialties {
    display: block;
    height: auto;
    max-height: 100%;
    padding-top: 124px;
  }
  .specialties-left {
    padding: 50px;
    width: 100%;
  }
  .specialties-left::before {
    width: 100%;
  }
  .specialties-left::after {
    display: none;
  }
  .specialties-right {
    width: 100%;
    padding: 50px;
  }
  .specialties-right__img {
    /*-webkit-mask: none;*/
    /*mask: none;*/
  }
  .specialties-right__img:after {
    opacity: 1;
  }
  .specialties__title {
    margin-bottom: 20px;
  }
  .specialties__subtitle {
    position: relative;
  }

  .technology {
    height: auto;
  }
  .technology__container {
    padding-top: 40px;
  }
  .technology__content {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .technology__list {
    flex-wrap: wrap;
  }
  .technology-item {
    margin-bottom: 30px;
    width: 33.33%;
  }
  .technology-item__text {
    opacity: 1;
    height: auto;
  }
  .technology-item__top {
    transform: none;
  }

  .office:before {
    display: none;
  }
  .office__marquee-str {
    /*-webkit-animation: scroll 40s infinite linear;*/
    /*animation: scroll 40s infinite linear;*/
  }

  .course {
    padding-top: 60px;
  }
  .course__text {
    margin-bottom: 40px;
  }
  .course-item {
    width: 50%;
    padding-top: 50px;
  }
  .course-item::before {
    font-size: 36px;
    line-height: 44px;
  }
  .course-item__wrap {
    margin: 0 auto 20px;
  }

  .traitements {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .traitements__container {
    padding-top: 0;
  }

  .laboratory__container {
    padding-top: 60px;
  }
  .laboratory-bottom__list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .laboratory__text {
    margin-bottom: 350px;
  }
  .laboratory__animation {
    top: 60%;
  }

  .contacts-item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contacts-item__schedule {
    margin-left: 0;
  }

  .access {
    border-bottom: 1px solid var(--color-black);
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

  .single-page {
    border-bottom: 1px solid var(--color-black);
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

  .footer__container {
    display: block;
  }
  .footer__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer p {
    padding-bottom: 20px;
  }

  .single-page__title {
    font-size: 28px;
    line-height: 36px;
  }

  .single__content h2 {
    font-size: 26px;
  }
  .single__content h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .single__content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --padding-side: 20px;
  }
  .wrapper-doctor-page .container .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrapper-doctor-page .container .row .col-image {
    width: 100%;
  }
  .wrapper-doctor-page .container .row .col-desc {
    width: 100%;
  }
  .wrapper-doctor-page h1 {
    font-size: 32px;
  }
  .wrapper-doctor-page h2 {
    font-size: 26px;
  }
  .wrapper-doctor-page .breadcrumbs {
    gap: 8px;
  }
  .laboratory {
    padding: 0;
  }
  .access.padding-side {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule__left {
    min-width: 100px;
  }
  .schedule__right {
    max-width: 235px;
  }
  .header__container {
    padding: 0 20px;
  }
  .welcome-item__title {
    font-size: 32px;
    line-height: 38px;
  }
  .welcome-item__text {
    margin-bottom: 0;
  }
  .welcome-item__text p {
    font-size: 16px;
    line-height: 22px;
  }

  .team-item__content {
    padding: 20px;
  }
  .team-item__assistent {
    padding-left: 20px;
    padding-top: 40px;
  }

  .specialties__container {
    display: block;
    height: auto;
    max-height: 100%;
  }

  .office {
    padding-bottom: 40px;
  }
  .office::before {
    top: 140px;
    bottom: 180px;
  }
  .office__item {
    width: 50%;
  }

  .slick-arrow {
    top: 47%;
  }

  .office-slider {
    margin-bottom: 20px;
  }
  .office-slider .slick-list {
    z-index: 10;
    position: relative;
  }
  .technology-item {
    width: 50%;
  }

  .accordion {
    padding: 30px;
  }
  .accordion-item {
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .accordion-item::before {
    top: 3px;
  }
}
@media screen and (max-width: 576px) {
  .error404 .single-page {
    padding-top: 120px;
  }
  .desktop-menu .dropdown-menu__tel:hover .hover-wrapper span {
    display: none;
  }
  .welcome-item__content .arrows {
    display: none;
  }
  body::before, body::after {
    top: var(--header-height);
  }

  .header__logo {
    width: 50%;
    min-width: auto;
  }

  .dropdown-menu__container {
    padding-top: 20px;
    overflow-y: scroll;
  }
  .dropdown-menu.active {
    max-height: 100%;
  }

  .modal {
    overflow-y: scroll;
  }
  .dropdown-menu__list {
    max-width: 100%;
  }
  .dropdown-menu__left li a {
    font-size: 18px;
  }
  .header ul>li.menu-item-has-children>ul.sub-menu>li>a {
    padding-right: 15px;
  }
  #menu-menu-center-1 {
    padding-left: 5px;
  }
  .welcome-item {
    min-height: 716px;
  }
  .welcome-item__title {
    font-size: 26px;
    line-height: 32px;
  }
  .welcome-item__content {
    padding: 20px;
    margin: 0 20px;
  }
  .desktop-menu .dropdown-menu__tel:hover .hover-wrapper {
    position: static;
    padding: 0;
  }
  .dropdown-menu__link {
    white-space: nowrap;
  }
  .modal__title {
    font-size: 26px;
    line-height: 32px;
  }
  .laboratory-wrap {
    max-width: 600px;
  }
  .team {
    margin-bottom: 0;
    padding-top: 110px;
  }
  .team__title {
    padding-left: 30px;
  }
  .team-wrap {
    display: block;
  }
  .team-item {
    width: 100%;
    min-height: auto;
    overflow: hidden;
    pointer-events: none;
  }
  .team-item__assistent {
    width: 100%;
  }
  .team-item__img {
    max-height: 670px;
  }
  .team-item__img img {
    width: 100%;
    position: relative;
    top: -100px;
  }

  .block-title {
    font-size: 28px;
    line-height: 34px;
  }

  .specialties {
    padding-top: 100px;
  }

  .specialties-left {
    padding: 20px;
  }

  .specialties-right {
    padding: 20px;
  }

  .office-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .office {
    padding-top: 50px;
  }
  .office::before {
    top: 100px;
    bottom: 280px;
  }
  .office__list {
    display: block;
  }
  .office__item {
    text-align: left;
    padding-left: 20px;
  }

  .technology__list {
    display: block;
  }
  .technology-item {
    width: 100%;
  }
  .technology .technology-item__img {
    border-radius: 30px;
  }
  .technology:first-child .technology-item__img, .technology:last-child .technology-item__img {
    border-radius: 30px;
  }

  .course {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #technologies {
    padding-top: 20px;
  }
  .course-item {
    margin-bottom: 20px;
    width: 100%;
  }

  .traitements {
    padding-top: 110px;
  }
  .traitements__container {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion {
    padding: 30px 15px;
  }
  .accordion-item {
    padding-left: 45px;
  }
  .accordion-item__trigger {
    font-size: 18px;
    line-height: 24px;
  }
  .accordion-item__content-wrap {
    display: block;
  }
  .accordion-item__post a {
    font-size: 16px;
    line-height: 28px;
  }
  .accordion-item__list {
    margin-bottom: 15px;
  }

  .laboratory__container {
    padding-top: 30px;
  }
  .laboratory__animation {
    left: 50%;
    top: 380px;
  }
  .welcome {
    max-height: 100vh;
  }
  .laboratory-circle {
    height: 230px;
    width: 230px;
  }

  .access {
    padding-top: 60px;
  }

  .contacts-item {
    width: 100%;
  }

  .single-page {
    padding-bottom: 20px;
  }
  .single-page__title {
    font-size: 20px;
    line-height: 26px;
  }
  .single-page__text {
    font-size: 14px;
    line-height: 22px;
  }

  .single__content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .single__content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .single__content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .single__content p {
    font-size: 14px;
    line-height: 22px;
  }

  .wp-block-gallery {
    margin-top: 30px;
  }

  .footer__container {
    padding: 30px 15px;
  }
  .laboratory__text {
    margin-bottom: 260px;
  }
  .slick-prev {
    left: -18px;
  }
  .slick-next {
    right: -18px;
  }
}
@media screen and (max-width: 374px) {
  :root {
    --padding-side: 0;
  }

  .footer__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.equipe-template-default .col-desc .content {
	text-align: justify;
}
/*# sourceMappingURL=style.css.map */
