:root {
  --big-stone: #1B3047;
  --blue: #357FD8;
  --white: #fff;
  --bg-page: #F9F9F9;
  --light-blue: hsla(213, 68%, 53%, 0.300);
  --selago: #ECF4FD;
  --ff-onest: "Onest", sans-serif;
  --ff-montserat: "Montserrat", sans-serif;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fs-sm: 16px;
  --fs-md: 20px;
  --fs-h1: 42px;
  --fs-h2: 32px;
  --fs-h3: 28px;
  --transition: 0.3s ease-in-out;
  --transition-base: all .3s linear 0s;
  --pt-section: 120px;
  --border-r: 60px;
  --color-main: var(--big-stone);
  --ff-main: var(--big-stone);
  --ff-second: var(--ff-montserat);
}

@media only screen and (max-width: 992px) {
  :root {
    --border-r: 24px;
    --pt-section: 80px;
  }
}

.lock {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: var(--ff-onest);
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 26px;
  color: var(--color-main);
}

body.home {
  background-color: var(--bg-page);
}

img {
  transition: var(--transition);
}

p,
h1,
h2,
h3,
h4,
h5 {
  cursor: default;
}

body.page-template-patients-page,
body.page-template-correspondants-page {
  padding-top: 108px;
}

div,
p,
form,
input,
a,
span,
button,
textarea,
input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a {
  color: var(--color-main);
}

a,
button,
input {
  transition: all 0.4s ease;
}

img {
  max-width: 100%;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a p,
a span,
a div,
a li,
a label,
a input,
a button {
  cursor: pointer;
}

span {
  color: inherit;
}

ul li {
  display: block;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

a,
a svg,
a svg path,
a p,
a div {
  transition: var(--transition);
  cursor: pointer;
}

svg,
svg rect,
svg path {
  transition: var(--transition);
}

p,
span,
li,
ul,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
label,
strong,
b {
  cursor: default;
}

h1,
h1 strong,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--ff-onest);
  font-style: normal;
  font-weight: var(--fw-300);
}

h1 {
  font-size: var(--fs-h1);
  line-height: 58px;
  letter-spacing: 1.26px;
}

h1 strong {
  font-size: 48px;
  font-style: normal;
  line-height: 56px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    /* 118.75% */
    letter-spacing: 0.96px;
  }

  h1 strong {
    font-size: 34px;
  }
}

h2 {
  font-size: var(--fs-h2);
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1.92px;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: var(--fs-h3);
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 1.68px;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 127.273% */
    letter-spacing: 1.32px;
  }
}

h3 a,
.h3-mobile a {
  display: inline-block;
}

h4 {
  font-family: var(--ff-onest);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  /* 158.333% */
  letter-spacing: 1.44px;
}

p {
  font-family: var(--ff-onest);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#wpadminbar {
  display: none;
}

.svg {
  pointer-events: none;
  z-index: -1;
}

.svg svg {
  display: block;
  width: 100%;
}

.single,
.page-template,
.archive,
.error404 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 91px);
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (max-width: 1420px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-p {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1420px) {
  .container-p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .container-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .phone a {
    pointer-events: none;
  }
}

.page-content {
  padding-top: 40px;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Light.eot");
  src: url("../fonts/Onest-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Light.woff2") format("woff2"), url("../fonts/Onest-Light.woff") format("woff"), url("../fonts/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.eot");
  src: url("../fonts/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.eot");
  src: url("../fonts/Onest-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff"), url("../fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.btn {
  border-radius: 16px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: var(--big-stone);
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--ff-montserat);
  font-size: var(--fs-sm);
  font-style: normal;
  font-weight: var(--fw-600);
  line-height: 20px;
  letter-spacing: 1.28px;
}

.btn:hover {
  background-color: var(--blue);
}

.header-mobile__links .phone,
.phone a,
.location {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
}

.header-mobile__links .phone svg,
.phone a svg,
.location svg {
  min-width: 36px;
  min-height: 36px;
}

.header-mobile__links .phone span,
.phone a span,
.location span {
  font-family: var(--ff-second);
  font-size: var(--fs-md);
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.2px;
}

.border-t {
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.phone,
.location {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
}

.phone svg,
.phone svg rect,
.phone svg path,
.location svg,
.location svg rect,
.location svg path {
  transition: none;
}

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

  .phone:hover svg,
  .location:hover svg {
    fill: var(--blue);
  }

  .phone:hover svg rect,
  .location:hover svg rect {
    stroke: var(--white);
  }

  .phone:hover svg path,
  .location:hover svg path {
    fill: var(--white);
    stroke: var(--white);
  }

  .phone:hover span,
  .location:hover span {
    color: var(--blue);
    transition: var(--transition);
  }
}

.phone {
  align-items: center;
  min-width: 193px;
}

@media only screen and (min-width: 768px) {
  .phone {
    pointer-events: none;
  }
}

.phone-wrap:hover svg {
  fill: var(--blue);
}

.phone-wrap:hover svg rect {
  stroke: var(--white);
}

.phone-wrap:hover svg path {
  fill: var(--white);
  stroke: var(--white);
}

.phone-wrap:hover span {
  color: var(--blue);
  transition: var(--transition);
}

.location {
  max-width: 288px;
  min-width: 288px;
}

.location svg {
  min-width: 40px;
}

.slider-nav,
.pagination-nav {
  border-radius: 40px;
  border: 1px solid var(--big-stone);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  max-width: 230px;
  min-width: 230px;
  width: 100%;
  transition: var(--transition);
  font-style: normal;
  line-height: 20px;
  position: static;
  gap: 46px;
  padding: 20px;
}

.slider-nav .swiper-button-prev,
.slider-nav .button-prev,
.slider-nav .swiper-button-next,
.slider-nav .button-next,
.slider-nav .pagination-info,
.slider-nav .swiper-pagination,
.pagination-nav .swiper-button-prev,
.pagination-nav .button-prev,
.pagination-nav .swiper-button-next,
.pagination-nav .button-next,
.pagination-nav .pagination-info,
.pagination-nav .swiper-pagination {
  position: static;
  margin: 0;
}

.slider-nav .swiper-button-prev::after,
.slider-nav .button-prev::after,
.slider-nav .swiper-button-next::after,
.slider-nav .button-next::after,
.slider-nav .pagination-info::after,
.slider-nav .swiper-pagination::after,
.pagination-nav .swiper-button-prev::after,
.pagination-nav .button-prev::after,
.pagination-nav .swiper-button-next::after,
.pagination-nav .button-next::after,
.pagination-nav .pagination-info::after,
.pagination-nav .swiper-pagination::after {
  display: none;
}

.slider-nav .swiper-button-prev,
.slider-nav .button-prev,
.slider-nav .swiper-button-next,
.slider-nav .button-next,
.pagination-nav .swiper-button-prev,
.pagination-nav .button-prev,
.pagination-nav .swiper-button-next,
.pagination-nav .button-next {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.slider-nav .swiper-pagination,
.pagination-nav .swiper-pagination {
  color: var(--big-stone);
}

@media only screen and (min-width: 576px) {
  .svg--mob {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .svg--mob {
    right: auto !important;
    left: 0 !important;
  }

  .svg--pc {
    display: none;
  }
}

.wpcf7-form .wpcf7-not-valid-tip {
  opacity: 0;
}

.wpcf7-form.invalid .wpcf7-not-valid-tip {
  opacity: 1;
}

.page-main {
  background-color: var(--bg-page);
}

@media only screen and (max-width: 992px) {
  .page-main {
    padding-top: 81px;
  }
}

.page-main .wrap {
  border-radius: var(--border-r);
  overflow: hidden;
  margin-top: -88px;
  background-color: var(--white);
  position: relative;
  z-index: 2;
  padding-top: var(--pt-section);
  padding-bottom: var(--pt-section);
}

@media only screen and (max-width: 992px) {
  .page-main .wrap {
    margin-top: 0;
  }
}

.cabinet-page .wrap.border-t,
.single-traitements .wrap {
  padding-bottom: 0;
  padding-top: 0;
}

.cabinet-page .wrap.border-t {
  padding-top: 0;
}

.page-frame {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .page-frame {
    display: none;
  }
}

.btn-back {
  margin-top: 120px;
  max-width: 137px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fancybox__backdrop {
  background: rgba(27, 48, 71, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.fancybox__content {
  max-width: 70vw !important;
}

.has-image .fancybox__content {
  width: 66.146vw !important;
  height: auto !important;
  max-height: 80vw !important;
}

.fancybox-image {
  border-radius: var(--border-r);
}

.fancybox__nav {
  display: none;
}

.fancybox__container .gallery-nav {
  margin: 0 auto;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -5%;
  z-index: 10;
}

.fancybox__content>.f-button.is-close-btn {
  right: -72px !important;
  top: -64px;
}

@media only screen and (max-width: 768px) {
  .fancybox__content>.f-button.is-close-btn {
    top: -68px !important;
    right: -40px !important;
  }
}

.fancybox__nav .f-button:before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .f-button:hover:not([disabled]) {
    background: none;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.widget {
  background: var(--big-stone);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 30px;
  height: 264px;
  width: 88px;
  z-index: 100;
  margin: auto;
  display: flex;
  border-radius: 40px;
}

@media only screen and (max-width: 992px) {
  .widget {
    display: none;
  }
}

@media only screen and (max-width: 1550px) {
  .widget {
    right: 10px;
  }
}

.widget.animation {
  transition: var(--transition-base);
}

.widget.animation.active {
  transform: translateX(0);
  transition: var(--transition-base);
}

.widget-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
}

.widget-item {
  min-width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--big-stone);
  position: relative;
  cursor: pointer;
}

.widget-item span {
  pointer-events: none;
}

.widget-item:hover {
  transition: var(--transition-base);
}

.widget-item:nth-child(1):hover span,
.widget-item:nth-child(3):hover span {
  opacity: 1;
  font-size: 16px;
  transition: var(--transition-base);
}

.widget-item:nth-child(2):hover span {
  opacity: 1;
  font-size: 14px;
  transition: var(--transition-base);
}

.widget-item:hover:nth-child(1) {
  min-width: 251px;
  background: var(--blue);
  border-bottom-right-radius: 0;
}

.widget-item:hover:nth-child(1) svg {
  transform: translateX(-80px);
  transition: var(--transition-base);
}

.widget-item:hover:nth-child(2) {
  min-width: 251px;
  background: var(--blue);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.widget-item:hover:nth-child(2) svg {
  transform: translateX(-80px);
  transition: var(--transition-base);
}

.widget-item:hover:nth-child(3) {
  min-width: 251px;
  background: var(--blue);
  border-top-right-radius: 0;
}

.widget-item:hover:nth-child(3) svg {
  transform: translateX(-80px);
  transition: var(--transition-base);
}

.widget-item:nth-child(1) {
  border-radius: 40px;
}

.widget-item:nth-child(1) span {
  min-width: 112px;
}

.widget-item:nth-child(2) {
  border-radius: 40px;
}

.widget-item:nth-child(2) span {
  min-width: 151px;
  max-width: 173px;
}

.widget-item:nth-child(3) {
  width: 88px;
}

.widget-item:nth-child(3) {
  border-radius: 40px;
}

.widget-item:nth-child(3) span {
  min-width: 127px;
}

.widget-item svg {
  width: 36px;
  min-width: 36px;
  height: 36px;
  transition: var(--transition-base);
}

.widget-item span {
  height: 88px;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 61px;
  opacity: 0;
  font-size: 0;
  transition: all 0.3s linear 0s;
}

.widget-item:nth-child(2) span {
  right: 4px;
}

.widget-item:nth-child(3) span {
  right: 54px;
}

[data-aos=show] {
  opacity: 0;
}

[data-aos=show].aos-animate {
  opacity: 1;
}

[data-aos=showPhoto] img {
  opacity: 0;
}

[data-aos=showPhoto].aos-animate img {
  opacity: 1;
}

.error404 .header {
  position: inherit;
}

.error404 footer {
  margin: 0;
}

.error404 {
  padding-top: 0;
  min-height: 100vh;
}

.error {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error404__number {
  font-size: 50px;
  margin-bottom: 40px;
}

.error404__title {
  font-size: 27px;
  margin-bottom: 20px;
}

.error404__subtitle {
  font-size: 16px;
  text-align: center;
}

.error404__button {
  display: inline-flex;
  margin-top: 40px;
  justify-content: center;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--white);
  border-bottom: 2px solid rgba(53, 127, 216, 0.3);
  border-radius: 0px 0px var(--border-r) var(--border-r);
}

.header .container {
  padding-left: 30px;
  padding-right: 30px;
}

.header .burger {
  display: none;
}

.header-mobile {
  display: none;
}

.header-mobile .menu-item-has-children>a,
.header-pc .menu-item-has-children>a {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: none;
  pointer-events: none;
}

.header-mobile .menu-item-has-children>a::after,
.header-pc .menu-item-has-children>a::after {
  content: url(../img/icon-menu.svg);
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}

.header-mobile .menu-item-has-children.active>a,
.header-pc .menu-item-has-children.active>a {
  color: var(--blue);
}

.header-mobile .menu-item-has-children.active>a::after,
.header-pc .menu-item-has-children.active>a::after {
  content: url(../img/icon-menu-hover.svg);
}

.header-mobile .sub-menu.active,
.header-pc .sub-menu.active {
  display: block !important;
}

.header-pc .menu-item-8>a,
.header-pc .menu-item-10>a {
  pointer-events: all;
}

.header-logo {
  padding-top: 10px;
  padding-bottom: 11px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

.header .container nav {
  width: 100%;
  max-width: 652px;
}

.header .container nav .menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.header .container nav .menu a:hover {
  color: var(--blue);
}

.header .container nav .menu>li {
  display: flex;
  align-items: center;
}

.header .container nav .menu>li .menu-item+.menu-item {
  margin-top: 18px;
}

.header .container nav .menu .sub-menu-1 {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  overflow: hidden;
  padding: 16px;
  background: var(--selago);
  border-radius: 20px;
}

.header .container nav .menu .sub-menu-2 {
  display: none;
  margin-top: 18px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 992px) {
  .header {
    background: var(--white);
    border-bottom: 2px solid rgba(53, 127, 216, 0.3);
    border-radius: 0;
  }

  .header .burger {
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: none;
    color: #000;
  }

  .header .burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: scale(1) translateY(-50%);
    width: 88%;
    height: 1px;
    transition: transform 1s;
    background: var(--big-stone);
  }

  .header .burger::after,
  .header .burger::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 88%;
    height: 1px;
    transition: transform 1s;
    background: currentColor;
  }

  .header .burger::before {
    top: 0;
    transform: translateY(6px);
  }

  .header .burger::after {
    bottom: 0;
    transform: translateY(-6px);
  }

  .header .burger.active span {
    transform: scale(0);
    transition: transform 1s;
  }

  .header .burger.active::before {
    transform: rotate(45deg) translateY(10px) translateX(6px);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: #1d1d1b;
  }

  .header .burger.active::after {
    transform: rotate(-45deg) translateY(-15px) translateX(12px);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: #1d1d1b;
  }

  .header .container {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-logo {
    padding: 0;
  }

  .header .burger {
    display: block;
  }

  .header-pc {
    display: none;
  }

  .header-mobile {
    display: block;
    position: fixed;
    z-index: 999;
    top: 81px;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    width: 100vw;
    height: calc(100vh - 81px);
    max-height: calc(100% - 81px);
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    background: var(--white);
    transition: 0.3s ease;
  }

  .header-mobile.vr-1 {
    background: linear-gradient(0deg, rgba(212, 234, 255, 0) 3.78%, rgba(209, 232, 255, 0.02) 6.75%, rgba(186, 217, 253, 0.23) 39.24%, rgba(172, 208, 252, 0.43) 69.62%, rgba(167, 205, 252, 0.6) 95.59%);
  }

  .header-mobile-nav {
    max-width: 288px;
    margin: 0 auto;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .header-mobile__wrap {
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
    text-align: center;
  }

  .header-mobile nav {
    margin-bottom: 44px;
  }

  .header-mobile .menu .menu-item>a {
    font-size: 22px;
    font-family: var(--ff-montserat);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.22px;
    justify-content: center;
  }

  .header-mobile .menu .menu-item .menu-item-has-children>a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .header-mobile .menu .menu-item+.menu-item {
    margin-top: 28px;
  }

  .header-mobile .menu .sub-menu {
    display: none;
  }

  .header-mobile .menu .sub-menu-1 {
    margin-top: 18px;
  }

  .header-mobile .menu .sub-menu-1 a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .header-mobile .menu .sub-menu-2 {
    margin-top: 9px;
  }

  .header-mobile__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .header-mobile__links a {
    display: flex;
    gap: 16px;
  }

  .header-mobile__links .btn {
    width: 100%;
  }

  .header-mobile.active {
    opacity: 1;
    pointer-events: all;
  }
}

.hero-slider {
  padding-top: 160px;
}

.hero-slider--wrap {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--border-r);
}

.hero-slider--frame {
  position: absolute;
  top: 40px;
}

.hero-slider--bg {
  padding-top: 24px;
  padding-bottom: 24px;
  background: hsla(213, 68%, 53%, 0.3);
  border-radius: var(--border-r);
}

.hero-slider .container-slider {
  padding-right: 30px;
  padding-left: 30px;
}

.hero-slider .slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden !important;
  border-radius: var(--border-r);
}

.hero-slider .slider-mob {
  display: none;
}

.hero-slider .swiper-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-r);
}

.hero-slider .swiper-slide:focus-visible {
  outline: none;
}

.hero-slider .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 75.27%;
}

.hero-slider .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
}

.hero-slider .swiper-slide-next,
.hero-slider .swiper-slide-prev {
  position: relative;
}

.hero-slider .swiper-slide-next::before,
.hero-slider .swiper-slide-prev::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: linear-gradient(90deg, #1B3047 -20.66%, rgba(27, 48, 71, 0) 66.53%), rgba(53, 127, 216, 0.25);
}

.hero-slider .swiper-slide-prev::before {
  left: 25%;
}

.hero-slider .swiper-slide-prev img {
  position: absolute;
  left: 0;
  right: auto;
}

.hero-slider .swiper-slide-next::before {
  left: auto;
  right: 25%;
}

.hero-slider .swiper-slide-next img {
  left: auto;
  right: 0;
}

.hero-slider .swiper-slide-active {
  transform-origin: top;
  z-index: 2;
  transform: scale(2.06048);
  border-radius: 28px;
}

.hero-slider .swiper-slide-active::after {
  padding-bottom: 36.53%;
}

.hero-slider .swiper-slide-active::before {
  opacity: 0;
  transition: 0;
}

.hero-slider .slider-nav {
  position: absolute;
  z-index: 4;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.hero-slider .slider-nav-mob {
  display: none;
}

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

  .hero-slider .slider-nav,
  .hero-slider .pagination-nav {
    padding: 5px 20px;
    width: 161px;
    height: 40px;
    max-width: 161px;
    min-width: auto;
    justify-content: space-between;
    gap: 0;
  }

  .hero-slider .wiper-pagination {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider {
    padding-top: 102px;
  }

  .hero-slider .container-slider {
    max-width: 500px;
    margin: 0 auto;
  }

  .hero-slider .hero-slider--bg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-slider--wrap {
    background: url(../img/hero-slider-mob-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .hero-slider--wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider .swiper-slide-prev::before,
  .hero-slider .swiper-slide-next::before {
    display: none;
  }

  .hero-slider .container-slider {
    padding: 0;
  }

  .hero-slider .slider-pc {
    display: none;
  }

  .hero-slider .slider-mob {
    display: block;
  }

  .hero-slider .slider,
  .hero-slider .hero-slider--wrap,
  .hero-slider .hero-slider--bg {
    border-radius: 24px;
  }

  .hero-slider .swiper-slide-active {
    transform: scale(1);
  }

  .hero-slider .swiper-slide-next::before {
    right: 0;
  }

  .hero-slider .swiper-slide {
    border-radius: 24px;
  }

  .hero-slider .swiper-slide img {
    border-radius: 24px;
  }

  .hero-slider .slider-nav-pc {
    display: none;
  }

  .hero-slider .slider-nav-mob {
    transform: none;
    position: static;
    margin: 24px auto 0;
    display: flex;
  }

  .hero-slider .swiper-slide::after {
    padding-bottom: 83.967%;
  }
}

.intro {
  position: relative;
  padding-top: var(--pt-section);
}

.intro .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.intro .title {
  width: 45%;
  max-width: 620px;
  min-width: 490px;
}

.intro-frame {
  position: absolute;
  top: -119%;
  right: 0;
  width: 37.4%;
  max-width: 475px;
  max-height: 717px;
}

.intro-svg {
  min-width: 90px;
  max-width: 105px;
  width: 100%;
}

.intro-svg svg {
  width: 100%;
}

.intro-info {
  width: 45%;
  max-width: 620px;
}

.intro-info__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.intro-info__text {
  text-align: justify;
}

@media only screen and (max-width: 992px) {
  .intro {
    padding-top: 40px;
  }

  .intro .container {
    flex-wrap: wrap;
    max-width: 800px;
  }

  .intro .title {
    width: 100%;
  }

  .intro-info {
    width: 100%;
  }
}

@media only screen and (max-width: 786px) {
  .intro .title {
    min-width: auto;
  }

  .intro-svg {
    display: none;
  }
}

.team {
  position: relative;
  padding-top: var(--pt-section);
  padding-bottom: var(--pt-section);
}

.team-frame {
  position: absolute;
  bottom: -17%;
  left: 0;
  max-width: 670px;
  max-height: 900px;
}

.team-frame svg {
  display: block;
  width: 100%;
}

.team .title {
  display: inline-block;
  position: relative;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.team .title svg {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.team .doctors {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}

.team .doctor {
  width: calc(25% - 22.5px);
  max-width: 360px;
}

.team .doctor-photos {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  width: 100%;
}

.team .doctor-photos:before {
  content: "";
  display: block;
  padding-top: 133.334%;
  transition: var(--transition);
}

.team .doctor-photos img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.team .doctor-photos .photo {
  z-index: 1;
  transition: 0.1s;
}

.team .doctor-info {
  margin-top: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .team .doctor-info:has(.btn:hover) .doctor-name {
    color: var(--blue);
  }
}

.team .doctor .btn {
  display: flex;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding: 0;
  transition: none;
}

.team .doctor-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team .doctor-position {
  font-family: var(--ff-montserat);
}

@media only screen and (min-width: 768px) {
  .team .doctor:hover .doctor-photos:before {
    padding-top: 110.556%;
  }

  .team .doctor:hover .doctor-photos .photo {
    opacity: 0;
  }

  .team .doctor:hover .btn {
    -webkit-animation: heightBtn 0.1s ease 0.2s forwards, showBtn 1s ease 0.3s forwards;
    animation: heightBtn 0.1s ease 0.2s forwards, showBtn 1s ease 0.3s forwards;
  }
}

@-webkit-keyframes heightBtn {
  0% {
    max-height: 0;
    padding: 0;
  }

  100% {
    max-height: none;
    padding: 15px 20px;
  }
}

@keyframes heightBtn {
  0% {
    max-height: 0;
    padding: 0;
  }

  100% {
    max-height: none;
    padding: 15px 20px;
  }
}

@-webkit-keyframes showBtn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showBtn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.team .team-assistants {
  display: flex;
  gap: 30px;
  padding-top: 40px;
}

.team .team-assistants .assistant {
  width: calc(25% - 22.5px);
  max-width: 360px;
}

.team .team-assistants .assistants-title {
  display: flex;
  align-items: center;
}

.team .team-assistants .assistant-photo {
  overflow: hidden;
  background-color: var(--light-blue);
  border-radius: 24px;
  position: relative;
  width: 100%;
}

.team .team-assistants .assistant-photo:before {
  content: "";
  display: block;
  padding-top: 133.334%;
  transition: var(--transition);
}

.team .team-assistants .assistant-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.team .team-assistants .assistant-photo img {
  border-radius: 24px;
}

.team .team-assistants .assistant-info {
  margin-top: 16px;
  text-align: center;
}

.team .team-assistants .assistant-position {
  font-family: var(--ff-montserat);
}

@media only screen and (min-width: 768px) {
  .team .team-assistants .assistant:hover .assistant-photo img {
    transform: scale(1.04);
    height: 95%;
  }

  .team .team-assistants .assistant:hover h3,
  .team .team-assistants .assistant:hover p {
    color: var(--blue);
  }
}

@media only screen and (max-width: 768px) {
  .team .title {
    margin-bottom: 56px;
  }

  .team .doctors {
    flex-direction: column;
    max-width: 576px;
    margin: 0 auto;
  }

  .team .doctor {
    width: 100%;
    max-width: none;
  }

  .team .photo-hover {
    display: none !important;
  }

  .team .doctor-info {
    display: flex;
    flex-direction: column;
  }

  .team .doctor .btn {
    order: 2;
    opacity: 1;
    max-height: none;
    padding: 15px 20px;
    margin-top: 16px;
  }

  .team .doctor-photos:before {
    padding-top: 133.24%;
  }

  .team .doctor-name {
    margin-top: 0;
  }

  .team-assistants {
    flex-wrap: wrap;
    gap: 21px;
  }

  .team .team-assistants .assistant {
    width: calc(50% - 15.5px);
  }

  .team-frame {
    bottom: 10%;
  }

  .team .team-assistants .assistants-title {
    align-items: flex-start;
    padding-top: 26%;
  }
}

.section-accordion {
  overflow: hidden;
}

.cabinet {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
  overflow: hidden;
  padding-top: var(--pt-section);
  padding-bottom: 495px;
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.cabinet.relative {
  position: relative;
  top: 0;
}

.cabinet-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cabinet-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cabinet-bg__mob {
  display: none;
}

.cabinet:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, #1B3047 -20.66%, rgba(27, 48, 71, 0) 66.53%), rgba(53, 127, 216, 0.25);
}

.cabinet .container {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.cabinet-wrap {
  max-width: 360px;
}

.cabinet-title {
  text-transform: uppercase;
}

.cabinet-text {
  font-family: var(--ff-montserat);
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 140% */
  letter-spacing: -0.2px;
}

.cabinet-link {
  background: var(--white);
  color: var(--big-stone);
}

.cabinet-link:hover {
  color: var(--white);
}

@media only screen and (max-width: 992px) {
  .cabinet {
    padding-top: 80px;
    padding-bottom: 204px;
    max-height: 520px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .cabinet::before {
    background: linear-gradient(123deg, #1B3047 10.96%, rgba(27, 48, 71, 0) 73.73%), rgba(53, 127, 216, 0.45);
  }

  .cabinet-bg__pc {
    display: none;
  }

  .cabinet-bg__mob {
    display: block;
  }

  .cabinet-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 130.769% */
    letter-spacing: 1.56px;
    text-transform: uppercase;
  }

  .cabinet-text {
    font-family: var(--ff-montserat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .cabinet-wrap {
    max-width: 252px;
  }
}

.treatments {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: var(--pt-section);
  padding-bottom: var(--pt-section);
  background-color: var(--selago);
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.treatments-title {
  text-transform: uppercase;
}

.treatments-wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 50px;
}

.treatments-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  gap: 8px;
}

.treatments-photos {
  overflow: hidden;
  max-width: 880px;
  border-radius: 24px;
  position: relative;
  width: 100%;
}

.treatments-photos:before {
  content: "";
  display: block;
  padding-top: 65.683%;
  transition: var(--transition);
}

.treatments-photos img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.treatments-photos img {
  border-radius: 24px;
}

.treatments-photos img.active {
  z-index: 1;
}

.treatments-block {
  padding: 40px 20px 40px 20px;
  transition: 0.3s ease;
  background-color: var(--white);
  border-radius: 24px;
}

.treatments-block+.treatments-block {
  margin-top: 8px;
}

.treatments-block__posts {
  padding-top: 16px;
}

.treatments-block__post {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 8px;
}

.treatments-block__post::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transition: var(--transition);
  background: var(--big-stone);
  border-radius: 2px;
}

.treatments-block__post+.treatments-block__post {
  margin-top: 8px;
}

.treatments-block__post a {
  font-size: 24px;
  font-family: var(--ff-onest);
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 32px;
  letter-spacing: 1.44px;
}

.treatments-block__post a:hover {
  color: var(--blue);
}

.treatments-block__post:has(a:hover)::before {
  background: var(--blue);
}

.treatments-block.active {
  flex: 1;
}

.treatments-block.active .treatments-cat--title {
  color: var(--blue);
}

.treatments-block.active .treatments-cat--title svg rect,
.treatments-block.active .treatments-cat--title svg path {
  stroke: var(--blue);
}

.treatments-block.active .treatments-cat--title svg path[d="M14 10V18"] {
  display: none;
}

.treatments-block__photo--mob {
  display: none;
}

.treatments-block:not(:first-child) .treatments-block__posts {
  display: none;
}

.treatments-cat--title {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

@media only screen and (max-width: 992px) {
  .treatments {
    margin-top: -60px;
  }

  .treatments-photos {
    display: none;
  }

  .treatments-wrap {
    justify-content: center;
  }

  .treatments-cat--title {
    display: flex;
    justify-content: space-between;
  }

  .treatments-cat--title svg {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .treatments-block {
    padding: 24px 12px;
  }

  .treatments-block__photo--mob {
    display: none;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 8px;
  }

  .treatments-block__photo--mob.active {
    display: block;
  }

  .treatments-block__post a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    letter-spacing: 1.2px;
  }
}

.immediate {
  padding-right: 30px;
  padding-left: 30px;
  background-color: var(--selago);
}

.immediate-container {
  max-width: 1045px;
  padding-top: 245px;
  padding-bottom: 245px;
  padding-left: calc((100vw - 1530px) / 2);
  border-radius: var(--border-r);
  width: 56.3%;
  position: relative;
  overflow: hidden;
  padding-right: 16px;
}

.immediate-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: hsla(211, 45%, 19%, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.immediate-wrap {
  overflow: hidden;
  border-radius: var(--border-r);
}

.immediate-title {
  text-transform: uppercase;
}

.immediate-text {
  font-size: var(--fs-md);
  font-family: var(--ff-montserat);
  font-weight: var(--fw-500);
  line-height: 28px;
  letter-spacing: -0.2px;
}

.immediate-info,
.immediate-info a {
  max-width: 750px;
  color: var(--white);
}

.immediate-info {
  max-width: 750px;
  position: relative;
  z-index: 2;
}

.immediate-text {
  margin-top: 48px;
  margin-bottom: 48px;
}

.immediate .link {
  min-width: 172px;
  background: var(--white);
  color: var(--big-stone);
}

.immediate .link:hover {
  background: var(--blue);
  color: var(--white);
}

@media only screen and (max-width: 1560px) {
  .immediate-container {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .immediate-wrap {
    border-radius: 24px;
  }

  .immediate-container {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 92px;
  }

  .immediate-container::before {
    background-color: var(--big-stone);
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .immediate {
    padding-left: 0;
    padding-right: 0;
  }

  .immediate-text {
    font-family: var(--ff-montserat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.laboratory {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  border-radius: var(--border-r);
  padding-top: var(--pt-section);
}

.laboratory-wrapper {
  padding-top: 24px;
  background: var(--light-blue);
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.laboratory-wrap {
  padding-top: 204px;
  padding-right: calc((100vw - 1330px) / 2);
  padding-bottom: 157px;
  background-position: right !important;
  background-repeat: no-repeat !important;
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.laboratory-info {
  max-width: 519px;
  margin-left: auto;
  color: var(--white);
}

.laboratory-title {
  text-transform: uppercase;
}

.laboratory-text {
  margin-top: 48px;
  font-size: 20px;
  font-family: var(--ff-montserat);
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: 28px;
  text-align: justify;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 1360px) {
  .laboratory-wrap {
    padding-right: 15px;
    background-position: 50% !important;
  }
}

@media only screen and (max-width: 768px) {
  .laboratory-title {
    line-height: 34px;
    letter-spacing: 1.56px;
  }

  .laboratory-wrap {
    padding-top: 64px;
    padding-bottom: 263px;
    padding-left: 16px;
  }

  .laboratory-text {
    font-weight: 400;
  }
}

.paralax {
  position: relative;
  width: 100%;
  height: 943px;
  margin-top: -60px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 576px) {
  .paralax {
    background-attachment: inherit;
    height: 652px;
    margin-top: -22px;
  }

  .paralax::before {
    content: "";
    background: url(../img/paralax.webp);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-size: 100%;
    height: 100%;
  }
}

.conseils {
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-top: -107px;
  padding-top: var(--pt-section);
  padding-bottom: 96px;
  background: var(--bg-page);
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.conseils-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 81px;
}

.conseils-title {
  position: relative;
  text-transform: uppercase;
}

.conseils-title svg {
  position: absolute;
  bottom: -8px;
  right: -110px;
}

.conseils-link--mob {
  display: none;
}

.conseils-block--btn {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}

.conseils-block--title {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .conseils-block:has(.conseils-block--btn:hover) .conseils-block--title {
    color: var(--blue);
  }
}

.conseils-photo {
  z-index: 1;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  display: block;
  position: relative;
  width: 100%;
}

.conseils-photo:before {
  content: "";
  display: block;
  padding-top: 77.78%;
  transition: var(--transition);
}

.conseils-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media only screen and (min-width: 768px) {
  .conseils-photo::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 99.9%;
    height: 99.9%;
    margin: auto;
    background-color: var(--blue);
    border-radius: 24px;
  }

  .conseils-photo:hover img {
    opacity: 0.7;
  }

  .conseils-photo:hover .conseils-block--btn {
    opacity: 1;
  }
}

.conseils-nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 24px;
}

.conseils-nav>div {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .conseils {
    margin-top: -22px;
  }

  .conseils-link--pc {
    display: none;
  }

  .conseils-link--mob {
    display: block;
    max-width: 344px;
    text-align: center;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 576px) {
  .conseils .title {
    max-width: 183px;
  }
}

.access {
  overflow: hidden;
  padding-top: var(--pt-section);
  background-color: var(--white);
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.access .container {
  position: relative;
  z-index: 2;
}

.access-title {
  display: inline-block;
  position: relative;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.access-title svg {
  position: absolute;
  z-index: 2;
  bottom: -8px;
  right: 0;
}

.access-wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}

.access-frame-top {
  position: absolute;
  top: -43%;
  right: 0;
  z-index: 0;
}

.access-frame-bottom {
  position: absolute;
  top: 7%;
  left: 0;
  z-index: 0;
}

.access-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.access-info>svg {
  display: block;
  min-width: 40px;
  min-height: 40px;
}

.access-info__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 48px;
}

.access-info--wrap {
  display: flex;
  gap: 11px;
  font-size: var(--fs-sm);
  font-family: var(--ff-montserat);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--1B3047, #1B3047);
}

.access-info--wrapper {
  display: flex;
  width: 100%;
  max-width: 855px;
  justify-content: space-between;
  gap: 30px;
}

.access-info-1 {
  min-width: 332px;
  max-width: 332px;
}

.access-info-2 {
  min-width: 218px;
}

.access-info-3 {
  min-width: 150px;
}

.access .schedule {
  display: flex;
  justify-content: space-between;
}

.access .schedule>li {
  width: 100%;
  max-width: 306px;
}

.access .schedule>li p {
  font-size: var(--fs-sm);
  font-family: var(--ff-montserat);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.access .schedule>li .schedule-list__day {
  position: relative;
  padding-bottom: 7px;
}

.access .schedule>li .schedule-list__day::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--selago);
}

.access .schedule>li.active p {
  color: var(--blue);
}

.access .schedule>li.active .schedule-list__day::before {
  background: var(--blue);
}

.access .schedule-list__day {
  margin-bottom: 7px;
}

.access .map-wrap {
  height: 627px;
  position: relative;
  z-index: 3;
  padding-top: 24px;
  background: var(--light-blue);
  border-top-left-radius: var(--border-r);
  border-top-right-radius: var(--border-r);
}

.access .map-wrap .map {
  width: 100%;
  height: 100%;
  border-radius: var(--border-r);
}

.access .map-wrap div[title=marker] {
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  transition: 0.2s;
  background-size: contain;
  width: 141px !important;
  height: 141px !important;
}

@media only screen and (min-width: 768px) {
  .access .map-wrap div[title=marker]:hover {
    transform: scale(1.15);
  }
}

@media only screen and (max-width: 1320px) {
  .access-info__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1058px;
  }
}

@media only screen and (max-width: 768px) {
  .access-title {
    margin-bottom: 56px;
  }

  .access-info__list {
    flex-direction: column;
    gap: 24px;
  }

  .access-info--wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }

  .access .schedule {
    flex-wrap: wrap;
    row-gap: 24px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: flex-start;
  }

  .access .schedule>li {
    width: 46%;
  }

  .access .map-wrap {
    height: 536px;
  }
}

.contact {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: -135px;
  padding-top: var(--pt-section);
  padding-bottom: var(--pt-section);
  background: var(--blue);
  border-radius: var(--border-r);
}

.contact .title {
  margin-bottom: 80px;
  text-align: center;
}

.contact .container {
  max-width: 1270px;
  color: var(--white);
}

.contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.contact-wrap .label {
  width: 48%;
  max-width: 392px;
}

.contact-wrap .label input {
  display: block;
  width: 100%;
  height: 100%;
}

.contact .label {
  position: relative;
}

.contact .label-textarea {
  margin-top: 64px;
}

.contact .label-textarea .label-text {
  bottom: 50px;
}

.contact .label input,
.contact .label textarea {
  display: block;
  height: 100%;
  padding: 0 0 4px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: var(--fs-main);
  font-family: var(--ff);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}

.contact .label input {
  height: 32px;
}

.contact .label textarea {
  width: 100%;
  min-height: 32px;
  padding-bottom: 0;
  overflow-y: auto;
}

.contact .label textarea:focus-visible {
  outline: none;
}

.contact .label textarea::-webkit-scrollbar {
  display: block;
  opacity: 1;
  width: 5px;
}

.contact .label textarea::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 1rem;
}

.contact .label .wpcf7-not-valid-tip {
  position: absolute;
}

.contact .label-text {
  position: absolute;
  bottom: 36px;
  left: 0;
  transition: var(--transition);
  font-size: var(--fs-sm);
  font-family: var(--ff-montserat);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
}

.contact .btn {
  display: block;
  margin-top: 64px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  border: 0;
}

.contact .btn:hover {
  background: var(--white);
  color: var(--blue);
}

.contact .wpcf7-response-output {
  color: #fff;
}

.contact .contact-checkboxes {
  max-width: 879px;
  margin-bottom: 76px;
}

.contact .contact-checkboxes label {
  display: block;
  margin-bottom: 13px;
}

.contact .contact-checkboxes .wpcf7-radio {
  display: flex;
  justify-content: space-between;
}

.contact .contact-checkboxes .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.contact .contact-checkboxes .wpcf7-list-item-label,
.contact .contact-checkboxes label {
  font-size: 16px;
  font-family: var(--ff-montserat);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contact .contact-checkboxes input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-0.075em);
  width: 24px;
  height: 24px;
  margin: 0;
  background-color: var(--blue);
  border: 1px solid var(--white);
  border-radius: 50%;
  font: inherit;
  color: var(--white);
}

.contact .contact-checkboxes input[type=radio]::before {
  box-shadow: inset 1em 1em var(--form-control-color);
  content: "";
  transform: scale(0);
  width: 16px;
  height: 16px;
  transition: 120ms transform ease-in-out;
  background-color: var(--white);
  border-radius: 50%;
}

.contact .contact-checkboxes input[type=radio]:checked::before {
  transform: scale(1);
}

@media screen and (max-width: 1100px) {
  .contact-wrap .label {
    width: 33%;
  }
}

@media screen and (max-width: 992px) {
  .contact {
    padding-bottom: 28px;
  }

  .contact-wrap {
    flex-direction: column;
  }

  .contact-wrap .label {
    width: 100%;
    max-width: none;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 765px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact .title {
    margin-bottom: 40px;
  }

  .contact .btn {
    margin-top: 24px;
    margin-right: auto;
  }

  .contact .label-textarea {
    margin-top: 0;
  }

  .contact-wrap {
    margin-bottom: 20px;
  }

  .contact .label textarea {
    height: 178px;
  }

  .contact .label-textarea .label-text {
    top: -39px;
  }

  .contact .contact-checkboxes .wpcf7-radio {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 26px;
  }

  .contact .contact-checkboxes .wpcf7-list-item {
    width: 43%;
    min-width: 149px;
  }

  .contact .contact-checkboxes input[type=radio] {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .contact .contact-checkboxes input[type=radio]::before {
    min-width: 16px;
    min-height: 16px;
  }

  .contact .contact-checkboxes label {
    margin-bottom: 38px;
  }
}

.footer {
  margin-top: -60px;
  padding-top: 115px;
  padding-bottom: 40px;
  background: var(--big-stone);
}

.footer .container {
  max-width: 1530px;
}

.footer #footer-menu-right {
  min-width: 330px;
}

.footer-logo {
  width: 70%;
  max-width: 360px;
}

.footer-logo svg {
  width: 100%;
  height: auto;
}

.footer-logo-mob {
  display: none;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.footer-top a {
  color: var(--white);
}

.footer-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 1136px;
}

.footer-top nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 646px;
}

.footer-menu li {
  padding-right: 3px;
}

.footer-menu li a {
  font-size: 16px;
  font-family: var(--ff-montserat);
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 26px;
  transition: 0.3s;
}

.footer-menu li a:hover {
  text-shadow: 0px 0.6px #fff;
}

.footer-menu li+li {
  margin-top: 8px;
}

.footer__contact svg rect {
  stroke: var(--white);
}

.footer__contact svg path {
  fill: var(--white);
}

.footer__contact.phone {
  margin-bottom: 40px;
}

.footer__contact:hover svg rect {
  fill: var(--blue);
}

.footer__contact:hover svg path {
  fill: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  color: var(--blue);
}

.footer-bottom a {
  color: var(--blue);
}

.footer-bottom__links {
  display: flex;
  gap: 8px;
}

.footer-bottom__links a:hover {
  color: var(--white);
}

@media only screen and (max-width: 1190px) {
  .footer-top__wrap {
    flex-direction: column;
  }

  .footer-bottom {
    gap: 30px;
  }
}

@media only screen and (max-width: 1061px) {
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-contacts {
    order: 0;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top nav {
    flex-direction: column;
    gap: 8px;
  }

  .footer-top__wrap {
    order: 1;
  }

  .footer__contact.phone {
    margin-bottom: 24px;
  }

  .footer-logo {
    display: none;
  }

  .footer-logo-mob {
    display: block;
    margin: 0 auto;
    max-width: 262px;
    margin-bottom: 40px;
  }

  .footer-bottom__links {
    flex-direction: column;
  }

  .footer-bottom__links>span {
    display: none;
  }
}

.hero-page {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.hero-page::before {
  content: "";
  padding-bottom: 31.25%;
  display: block;
  width: 100%;
}

.hero-page:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(85deg, #1B3047 -12.31%, rgba(27, 48, 71, 0) 64.01%), rgba(53, 127, 216, 0.25);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero-page .container {
  position: absolute;
  z-index: 3;
  color: var(--white);
  padding-bottom: 136px;
  padding-left: 16px;
  padding-right: 16px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-page .container a {
  color: var(--white);
}

@media only screen and (min-width: 992px) {
  .hero-page {
    min-height: 392px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-page {
    min-height: 153px;
  }

  .hero-page .container {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .hero-page .container {
    padding-bottom: 20px;
  }
}

.cabinet-page .team {
  overflow: hidden;
  padding-top: 0;
  background-color: var(--white);
  position: relative;
  z-index: 2;
}

.therapeutic {
  padding-top: var(--pt-section);
  background-color: var(--selago);
  padding-bottom: 111px;
}

.therapeutic h2 {
  width: 100%;
  position: relative;
}

.therapeutic h2 svg {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.therapeutic .container {
  max-width: 1560px;
  padding-left: 15px;
  padding-right: 15px;
}

.therapeutic-title {
  text-align: center;
  margin-bottom: 64px;
}

.therapeutic-blocks {
  border-radius: var(--border-r);
  overflow: hidden;
  display: flex;
}

.therapeutic-block {
  flex: 1;
  position: relative;
}

.therapeutic-block h3 {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  color: var(--white);
}

.therapeutic-block:hover .therapeutic-photo:after {
  opacity: 0;
}

.therapeutic-photo {
  position: relative;
  width: 100%;
}

.therapeutic-photo:before {
  content: "";
  display: block;
  padding-top: 146.407%;
  transition: var(--transition);
}

.therapeutic-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.therapeutic-photo::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: hsla(211, 45%, 19%, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: var(--transition);
}

@media only screen and (max-width: 992px) {
  .therapeutic-blocks {
    flex-wrap: wrap;
  }

  .therapeutic-block {
    width: 50%;
    flex: auto;
  }
}

@media only screen and (max-width: 568px) {
  .therapeutic-blocks {
    gap: 30px;
  }

  .therapeutic-block {
    width: 100%;
  }

  .therapeutic-block h3 {
    position: static;
    color: var(--color-main);
    transform: none;
    margin: 16px auto 0;
    text-align: center;
  }

  .therapeutic-photo {
    border-radius: var(--border-r);
    overflow: hidden;
  }

  .therapeutic-photo::after {
    display: none;
  }

  .therapeutic-photo::before {
    padding-top: 146.715%;
  }
}

.valeurs {
  padding-top: var(--pt-section);
  padding-bottom: var(--pt-section);
}

.valeurs h2 {
  width: 100%;
  position: relative;
}

.valeurs h2 svg {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.valeurs .container {
  max-width: 1560px;
  padding-left: 15px;
  padding-right: 15px;
}

.valeurs-blocks {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.valeurs-block {
  width: calc(33.3333333333% - 20px);
}

.valeurs-block h3 {
  text-align: center;
  margin-top: 16px;
}

.valeurs-photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.valeurs-photo:before {
  content: "";
  display: block;
  padding-top: 48.981%;
  transition: var(--transition);
}

.valeurs-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.valeurs-photo:hover img {
  transform: scale(1.04);
}

@media only screen and (max-width: 992px) {
  .valeurs-block {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 576px) {
  .valeurs-block {
    width: 100%;
  }
}

.technology {
  padding-bottom: 120px;
}

.technology .technology-wrap {
  border-radius: var(--border-r);
  overflow: hidden;
}

.technology-info {
  color: var(--white);
  max-width: 490px;
  margin-left: auto;
}

.technology-info-bg {
  padding-top: 153px;
  padding-bottom: 153px;
  background-color: hsla(211, 45%, 19%, 0.7);
  max-width: 880px;
  border-radius: var(--border-r);
  margin-left: auto;
  padding-right: calc((100% - 1010px) / 2);
  width: 57.6%;
}

.technology-info p {
  font-family: var(--ff-montserat);
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.2px;
}

.technology-info .btn {
  background: var(--white);
  color: var(--big-stone);
}

.technology-info .btn:hover {
  background: var(--big-stone);
  color: var(--white);
}

@media only screen and (max-width: 992px) {
  .technology {
    padding-bottom: 0;
  }

  .technology-info {
    margin-right: auto;
    margin-left: 0;
  }

  .technology-info-bg {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 92px;
  }
}

.philosophy {
  padding-top: var(--pt-section);
}

.philosophy-blocks {
  margin-top: 64px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.philosophy .title {
  position: relative;
  display: inline-block;
}

.philosophy .title svg {
  position: absolute;
  right: 0;
  bottom: -8px;
}

.philosophy-info {
  max-width: 620px;
  width: 100%;
}

.philosophy-info .text {
  text-align: justify;
}

.philosophy-info .btn {
  margin-top: 40px;
}

.philosophy-svg {
  min-width: 131px;
  max-width: 131px;
  width: 100%;
  z-index: 1;
}

.philosophy-svg svg {
  width: 100%;
  height: auto;
  display: block;
}

.philosophy-photo {
  max-width: 620px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .philosophy-blocks {
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .philosophy-svg {
    max-width: 105px;
    min-width: auto;
  }

  .philosophy-svg svg {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .philosophy-svg {
    display: none;
  }
}

.gallery {
  padding-top: var(--pt-section);
}

.gallery .title {
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
}

.gallery .title svg {
  position: absolute;
  bottom: -8px;
  right: 0;
}

.gallery-container {
  padding-left: 30px;
  padding-right: 30px;
}

.gallery .swiper-slide-next,
.gallery .swiper-slide-prev {
  position: relative;
}

.gallery .swiper-slide-next::before,
.gallery .swiper-slide-prev::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: linear-gradient(90deg, #1B3047 -20.66%, rgba(27, 48, 71, 0) 66.53%), rgba(53, 127, 216, 0.25);
}

.gallery .swiper-slide-next img {
  right: auto;
  left: 0;
  max-width: 100%;
}

.gallery-slider {
  position: relative;
}

.gallery-slider-mob {
  display: none;
}

.gallery-slider--wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: var(--light-blue);
  border-radius: 24px;
  overflow: hidden;
}

.gallery-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.gallery-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 90.323%;
  pointer-events: none;
}

.gallery-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
}

.gallery .swiper-slide-active {
  transform-origin: top;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  .gallery .swiper-slide-active {
    transform: scale(1.629009);
  }

  .gallery .swiper-slide-active::after {
    padding-bottom: 55.447%;
  }
}

.gallery .gallery-nav--wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 40px;
  z-index: 2;
  max-width: 230px;
}

.gallery .gallery-nav .swiper-pagination {
  display: inline-flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .gallery .gallery-nav--wrapper {
    display: flex;
    justify-content: center;
  }

  .gallery .slider-nav,
  .gallery .pagination-nav {
    padding: 5px 20px;
    width: 161px;
    height: 40px;
    max-width: 161px;
    min-width: auto;
    justify-content: space-between;
    gap: 0;
  }

  .gallery .wiper-pagination {
    display: flex;
  }

  .gallery .gallery-nav--wrapper {
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-slide::after {
    padding-bottom: 56.323%;
  }

  .gallery-slider-pc {
    display: none;
  }

  .gallery-slider-mob {
    display: block;
  }

  .gallery-slider-mob .gallery-nav--wrapper {
    position: static;
    transform: none;
    margin: 24px auto 0;
  }
}

.page-technology .container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-technology .technology-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: stretch;
}

.page-technology .technology-block+.technology-block {
  margin-top: 40px;
}

.page-technology .technology-block:nth-child(odd) {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.page-technology .technology-block:nth-child(even) {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.page-technology .technology-block:nth-child(even) .info {
  margin-right: auto;
  margin-left: 0;
  background-color: var(--bg-page);
  color: var(--color-main);
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-technology .technology-block:nth-child(even) .photo {
  right: 0;
  left: auto;
}

.page-technology .technology-block .photo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 59.0556%;
  z-index: 0;
}

.page-technology .technology-block .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-technology .technology-block .info {
  width: 48.819%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  background: var(--blue);
  color: var(--white);
  border-radius: 24px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 380px;
  display: flex;
  align-items: center;
}

.page-technology .technology-block .info-wrap {
  max-width: 420px;
  margin: 0 auto;
}

.page-technology .technology-block .info-text {
  text-align: justify;
  margin-top: 24px;
}

@media only screen and (max-width: 992px) {
  .page-technology .technology-block {
    flex-direction: column;
    min-height: auto;
    border-radius: 24px;
  }

  .page-technology .technology-block .photo,
  .page-technology .technology-block .info {
    width: 100%;
    border-radius: 0;
  }

  .page-technology .technology-block .info {
    display: block;
    min-height: auto;
    background: none !important;
    color: var(--color-main);
    margin-top: 16px;
  }

  .page-technology .technology-block .info-wrap {
    margin-left: 0;
    width: 100%;
    max-width: none;
  }

  .page-technology .technology-block .photo {
    position: relative;
  }

  .page-technology .technology-block .photo::after {
    content: "";
    padding-bottom: 56.6%;
    display: block;
    width: 100%;
  }
}

.single .page-post .hero-page .container,
.page .page-post .hero-page .container {
  max-width: 1300px;
}

.single .page-post .container+.parcours,
.page .page-post .container+.parcours {
  margin-top: 120px;
}

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

  .single .page-post .container+.parcours,
  .page .page-post .container+.parcours {
    margin-top: 80px;
  }
}

.single .page-post .wrap>.container,
.page .page-post .wrap>.container {
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
}

.content strong {
  font-weight: var(--fw-500);
}

.content a {
  font-weight: var(--fw-500);
}

.content a:hover {
  color: var(--blue);
}

.content p {
  font-family: var(--ff-montserat);
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.content p+h6 {
  margin-top: 60px;
}

.content p+p {
  margin-top: 20px;
}

.content p+h2,
.content p+h3,
.content p+h4,
.content p+h5 {
  margin-top: 60px;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500;
}

.content h2+ul,
.content h3+ul,
.content h4+ul,
.content h5+ul,
.content h6+ul {
  margin-top: 16px;
}

.content h2+p,
.content h3+p,
.content h4+p,
.content h5+p,
.content h6+p {
  margin-top: 16px;
}

.content p+figure {
  margin-top: 60px;
}

.content figure img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.content figure+p,
.content figure+h2,
.content figure+h3,
.content figure+h4 {
  margin-top: 60px;
}

.content figure.size-full {
  width: 100%;
}

.content figure.size-full img {
  display: block;
  width: 100% !important;
}

.content figure+h6 {
  margin-top: 60px;
}

.content ul {
  padding-left: 25px;
}

.content ul li {
  font-family: var(--ff-montserat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.content ul li+li {
  margin-top: 16px;
}

.content ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--blue);
  position: absolute;
  left: -22px;
  top: 8px;
  border-radius: 2px;
}

.content ul+div,
.content ul+p,
.content ul+ul,
.content ul+h2,
.content ul+h3,
.content ul+h4,
.content ul+h5,
.content ul+h6 {
  margin-top: 60px;
}

.content .wp-block-group {
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.content .wp-block-group img {
  flex: 1;
}

.content .wp-element-caption {
  font-family: var(--ff-montserat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (max-width: 576px) {
  .content .wp-block-group-is-layout-flex {
    flex-direction: column;
  }
}

.wp-block-media-text.has-media-on-the-right,
.wp-block-media-text {
  gap: 32px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

.single-doctor p,
.single-doctor div,
.single-doctor h2,
.single-doctor h3,
.single-doctor h4 {
  font-family: var(--ff-montserat);
}

.single-doctor .container {
  max-width: 1299px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-doctor .doctor-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.single-doctor .doctor-blocks .photo {
  max-width: 489px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 44%;
}

.single-doctor .doctor-blocks .photo:before {
  content: "";
  display: block;
  padding-top: 133.334%;
  transition: var(--transition);
}

.single-doctor .doctor-blocks .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.single-doctor .doctor-blocks .info {
  max-width: 620px;
}

.single-doctor .doctor-blocks .info ol,
.single-doctor .doctor-blocks .info ul {
  padding: 0;
  list-style-position: inside;
}

.single-doctor .doctor-blocks .info ol li,
.single-doctor .doctor-blocks .info ul li {
  display: list-item;
}

.single-doctor .doctor-blocks .info ol li+li,
.single-doctor .doctor-blocks .info ul li+li {
  margin-top: 12px;
}

.single-doctor .doctor-blocks .diplomas {
  margin-top: 40px;
}

.single-doctor .doctor-blocks .diplomas h3 {
  margin-bottom: 24px;
}

.single-doctor .doctor-blocks .diplomas .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.single-doctor .doctor-blocks .diplomas .item-year {
  font-weight: 500;
}

.single-doctor .doctor-blocks .diplomas .item-info {
  max-width: 472px;
  width: 100%;
  text-align: justify;
}

.single-doctor .doctor-blocks .diplomas .item+.item {
  margin-top: 12px;
}

.single-doctor .doctor-blocks .experience {
  margin-top: 40px;
}

.single-doctor .doctor-blocks .experience h3 {
  margin-bottom: 24px;
}

.single-doctor .doctor-blocks .experience .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.single-doctor .doctor-blocks .experience .item-year {
  max-width: 100px;
  font-weight: 500;
}

.single-doctor .doctor-blocks .experience .item-info {
  max-width: 456px;
  text-align: justify;
}

.single-doctor .doctor-blocks .experience .item+.item {
  margin-top: 12px;
}

.single-doctor .doctor-content p+p {
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .single-doctor .doctor-blocks {
    flex-direction: column;
  }

  .single-doctor .doctor-blocks .photo {
    max-width: 576px;
    width: 100%;
    margin: 0 auto;
  }
}

.parcours {
  padding-top: var(--pt-section);
  background: var(--selago);
  border-radius: var(--border-r);
  overflow: hidden;
  padding-bottom: var(--pt-section);
  position: relative;
}

.parcours h2 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 64px;
}

.parcours h2 .svg {
  transform: translateX(-3%);
}

.parcours h2 .svg-mob {
  display: none;
}

.parcours .btn {
  margin-top: 112px;
}

.parcours+.btn {
  display: none;
}

.parcours .photo-mob {
  display: none;
}

@media only screen and (max-width: 768px) {
  .parcours h2 {
    margin-bottom: 40px;
  }

  .parcours h2 .svg-pc {
    display: none;
  }

  .parcours h2 .svg-mob {
    display: block;
    margin: 0 auto;
  }

  .parcours .photo-pc {
    display: none;
  }

  .parcours .photo-mob {
    display: block;
    margin: 0 auto;
  }
}

.page-philosophy .gallery>.container {
  max-width: 100%;
}

.page-philosophy .gallery>.container .title {
  text-align: center;
  margin-bottom: 64px;
  width: 100%;
  position: relative;
}

.page-philosophy .gallery>.container .title svg {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.page-philosophy .gallery .btn {
  max-width: 230px;
}

.page-philosophy .gallery .gallery-slider--wrap {
  border: var(--border-r);
}

.page-conseils .conseils-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}

.page-conseils .conseils-block h3 {
  margin-top: 24px;
  transition: var(--transition);
}

.page-conseils .conseils-block:hover .conseils-photo img {
  transform: scale(1.04);
}

.page-conseils .conseils-block:hover h3 {
  color: var(--blue);
}

.page-conseils .conseils-block--btn-mob {
  display: none;
}

@media only screen and (max-width: 768px) {
  .page-conseils .conseils-block--btn-mob {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 60px;
    margin-top: 16px;
  }
}

.page-conseils .conseils-photo {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-conseils .conseils-photo:before {
  content: "";
  display: block;
  padding-top: 77.779%;
  transition: var(--transition);
}

.page-conseils .conseils-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.conseils-4 .conseils-block {
  width: calc(25% - 22.5px);
}

@media only screen and (max-width: 1150px) {
  .conseils-4 .conseils-block {
    width: calc(33.3333333333% - 22.5px);
  }
}

@media only screen and (max-width: 872px) {
  .conseils-4 .conseils-block {
    width: calc(50% - 22.5px);
  }
}

@media only screen and (max-width: 479px) {
  .conseils-4 .conseils-block {
    width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}