:root {
  --white: #fff;
  --green: #124639;
  --fz-global: 16px;
  --ff-nohemi: "Nohemi", sans-serif;
  --ff-area: "Area Normal", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --page-pl: 83px;
  --transition: 0.3s ease;
  --color-main: #141415;
  --ff-main: var(--ff-area);
  --header-gap: 46px;
  --mid-green: #739B74;
}

@media only screen and (max-width: 1620px) {
  :root {
    --header-gap: 20px;
  }
}
@media only screen and (max-width: 1385px) {
  :root {
    --header-gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --page-pl: 0;
  }
}
.lock {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  color: #555;
  font-weight: 400;
  font-size: var(--fz-global);
  line-height: 26px;
  font-family: var(--ff-main);
}

img {
  transition: 0.3s;
}

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

div,
p,
form,
input,
a,
span,
button,
textarea,
input {
  transition: var(--transition);
  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 {
  font-family: var(--ff-main);
}

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;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

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

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

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

h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
  transition: var(--transition);
  margin: 0;
  padding: 0;
  font-family: var(--ff-nohemi);
}

h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 58px;
  letter-spacing: 2.75px;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0.96px;
}

h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.52px;
}

h4,
.h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  /* 136.364% */
  letter-spacing: 0.44px;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 1.92px;
  }
  h2,
  .h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0.68px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.36px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.32px;
  }
}
p {
  font-size: var(--fz-global);
  line-height: 27px;
}

#wpadminbar {
  display: none;
}

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

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

.phone,
.location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: var(--transition);
}
.phone p,
.location p {
  transition: var(--transition);
  cursor: pointer;
}
.phone svg,
.location svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.phone a {
  pointer-events: none;
}

.page-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.section-wrap {
  padding-left: var(--page-pl);
}

.container-position {
  padding-left: calc((100vw - 1336px) / 2);
}
.container-position .container {
  margin: 0;
}
.container-position .container-l {
  margin: 0;
}

.white,
.dark {
  position: relative;
}
.white::after,
.dark::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 222;
  background-color: #fff;
  width: 2px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  content: "";
}
.white.white::after,
.dark.white::after {
  background-color: var(--color-main);
}
.white.dark::after,
.dark.dark::after {
  background-color: #fff;
}

.page-wrapper {
  display: flex;
  align-items: stretch;
}
.page-wrapper .main {
  width: 100%;
}

body:not(.home) {
  padding-top: 89px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@font-face {
  font-family: "Area Normal";
  src: url("../fonts/AreaNormal-Regular.eot");
  src: url("../fonts/AreaNormal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaNormal-Regular.woff2") format("woff2"), url("../fonts/AreaNormal-Regular.woff") format("woff"), url("../fonts/AreaNormal-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Normal";
  src: url("../fonts/AreaNormal-RegularItalic.eot");
  src: url("../fonts/AreaNormal-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaNormal-RegularItalic.woff2") format("woff2"), url("../fonts/AreaNormal-RegularItalic.woff") format("woff"), url("../fonts/AreaNormal-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-Medium.eot");
  src: url("../fonts/Nohemi-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Medium.woff2") format("woff2"), url("../fonts/Nohemi-Medium.woff") format("woff"), url("../fonts/Nohemi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Normal";
  src: url("../fonts/AreaNormal-SemiBold.eot");
  src: url("../fonts/AreaNormal-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaNormal-SemiBold.woff2") format("woff2"), url("../fonts/AreaNormal-SemiBold.woff") format("woff"), url("../fonts/AreaNormal-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Normal";
  src: url("../fonts/AreaNormal-Bold.eot");
  src: url("../fonts/AreaNormal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaNormal-Bold.woff2") format("woff2"), url("../fonts/AreaNormal-Bold.woff") format("woff"), url("../fonts/AreaNormal-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Normal";
  src: url("../fonts/AreaNormal-ExtraBold.eot");
  src: url("../fonts/AreaNormal-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaNormal-ExtraBold.woff2") format("woff2"), url("../fonts/AreaNormal-ExtraBold.woff") format("woff"), url("../fonts/AreaNormal-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-Regular.eot");
  src: url("../fonts/Nohemi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Regular.woff2") format("woff2"), url("../fonts/Nohemi-Regular.woff") format("woff"), url("../fonts/Nohemi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nohemi";
  src: url("../fonts/Nohemi-SemiBold.eot");
  src: url("../fonts/Nohemi-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-SemiBold.woff2") format("woff2"), url("../fonts/Nohemi-SemiBold.woff") format("woff"), url("../fonts/Nohemi-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 30px 8px 8px;
  max-width: 270px;
  width: 100%;
  background-color: #6C6C6C;
  border-radius: 30px;
  gap: 10px;
  height: 52px;
  max-height: 52px;
  cursor: pointer;
}
.btn * {
  cursor: pointer;
}
.btn::before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE4QzAgOC40OTU3MyA3LjM0NDgyIDAuNzA2OTM4IDE2LjY2ODEgMFYyLjg5Mzc4QzguOTM5NDYgMy41OTI5NCAyLjg4Mzc1IDEwLjA4OTMgMi44ODM3NSAxOEMyLjg4Mzc1IDI1LjkxMDcgOC45Mzk0NiAzMi40MDcxIDE2LjY2ODEgMzMuMTA2MlYzNkM3LjM0NDgyIDM1LjI5MzEgMCAyNy41MDQzIDAgMThaTTMzLjIyMDggMThDMzMuMjIwOCAyNS43OTIzIDI3LjM0NTEgMzIuMjEyMiAxOS43ODI1IDMzLjA3MDlWMzUuOTcwNEMyOC45NDA4IDM1LjA5OTYgMzYuMTA0NiAyNy4zODY0IDM2LjEwNDYgMThDMzYuMTA0NiA4LjYxMzY0IDI4Ljk0MDggMC45MDA0NDcgMTkuNzgyNSAwLjAyOTU2ODZWMi45MjkwOEMyNy4zNDUxIDMuNzg3ODEgMzMuMjIwOCAxMC4yMDc3IDMzLjIyMDggMThaTTE4LjA1MjMgOC4yNTI4OEMxMy4yMTkzIDguMjUyODggOS4yMDc4MiAxMS43NzA0IDguNDM4MzkgMTYuMzg1SDUuNTIzNzVDNi4zMTY2NyAxMC4xNzE5IDExLjYyMzYgNS4zNjkxMiAxOC4wNTIzIDUuMzY5MTJDMjQuNDgxIDUuMzY5MTIgMjkuNzg3OSAxMC4xNzE5IDMwLjU4MDkgMTYuMzg1SDI3LjY2NjJDMjYuODk2OCAxMS43NzA0IDIyLjg4NTMgOC4yNTI4OCAxOC4wNTIzIDguMjUyODhaTTUuNTA5NTcgMTkuNDk5NUg4LjQxOTg3QzkuMTQxMTYgMjQuMTcwNyAxMy4xNzkxIDI3Ljc0NyAxOC4wNTIzIDI3Ljc0N0MyMi45MjU1IDI3Ljc0NyAyNi45NjM1IDI0LjE3MDcgMjcuNjg0NyAxOS40OTk1SDMwLjU5NUMyOS44NTM1IDI1Ljc2ODUgMjQuNTIwNyAzMC42MzA4IDE4LjA1MjMgMzAuNjMwOEMxMS41ODM5IDMwLjYzMDggNi4yNTExMiAyNS43Njg1IDUuNTA5NTcgMTkuNDk5NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE4QzAgOC40OTU3MyA3LjM0NDgyIDAuNzA2OTM4IDE2LjY2ODEgMFYyLjg5Mzc4QzguOTM5NDYgMy41OTI5NCAyLjg4Mzc1IDEwLjA4OTMgMi44ODM3NSAxOEMyLjg4Mzc1IDI1LjkxMDcgOC45Mzk0NiAzMi40MDcxIDE2LjY2ODEgMzMuMTA2MlYzNkM3LjM0NDgyIDM1LjI5MzEgMCAyNy41MDQzIDAgMThaTTMzLjIyMDggMThDMzMuMjIwOCAyNS43OTIzIDI3LjM0NTEgMzIuMjEyMiAxOS43ODI1IDMzLjA3MDlWMzUuOTcwNEMyOC45NDA4IDM1LjA5OTYgMzYuMTA0NiAyNy4zODY0IDM2LjEwNDYgMThDMzYuMTA0NiA4LjYxMzY0IDI4Ljk0MDggMC45MDA0NDcgMTkuNzgyNSAwLjAyOTU2ODZWMi45MjkwOEMyNy4zNDUxIDMuNzg3ODEgMzMuMjIwOCAxMC4yMDc3IDMzLjIyMDggMThaTTE4LjA1MjMgOC4yNTI4OEMxMy4yMTkzIDguMjUyODggOS4yMDc4MiAxMS43NzA0IDguNDM4MzkgMTYuMzg1SDUuNTIzNzVDNi4zMTY2NyAxMC4xNzE5IDExLjYyMzYgNS4zNjkxMiAxOC4wNTIzIDUuMzY5MTJDMjQuNDgxIDUuMzY5MTIgMjkuNzg3OSAxMC4xNzE5IDMwLjU4MDkgMTYuMzg1SDI3LjY2NjJDMjYuODk2OCAxMS43NzA0IDIyLjg4NTMgOC4yNTI4OCAxOC4wNTIzIDguMjUyODhaTTUuNTA5NTcgMTkuNDk5NUg4LjQxOTg3QzkuMTQxMTYgMjQuMTcwNyAxMy4xNzkxIDI3Ljc0NyAxOC4wNTIzIDI3Ljc0N0MyMi45MjU1IDI3Ljc0NyAyNi45NjM1IDI0LjE3MDcgMjcuNjg0NyAxOS40OTk1SDMwLjU5NUMyOS44NTM1IDI1Ljc2ODUgMjQuNTIwNyAzMC42MzA4IDE4LjA1MjMgMzAuNjMwOEMxMS41ODM5IDMwLjYzMDggNi4yNTExMiAyNS43Njg1IDUuNTA5NTcgMTkuNDk5NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-color: var(--white);
  display: block;
  width: 36.105px;
  height: 36px;
}
.btn span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.btn:hover {
  background: #124639;
}
.btn-white {
  background-color: var(--white);
}
.btn-white span {
  color: var(--color-main);
}
.btn-white:before {
  background-color: var(--color-main);
}
.btn-white:hover {
  background: var(--mid-green);
}
.btn-white:hover span {
  color: var(--white);
}
.btn-white:hover::before {
  background-color: var(--white);
}

.phone,
.location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: var(--transition);
}
.phone p,
.location p {
  transition: var(--transition);
  cursor: pointer;
}
.phone svg,
.location svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.contacts a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts a svg {
  display: block;
  width: 34px;
  height: 34px;
}
.contacts .phone a {
  align-items: flex-end;
}

.slider-nav {
  position: absolute;
  bottom: 32px;
  left: 80px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 25px;
}
.slider-nav .swiper-pagination,
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  margin: 0;
  padding: 0;
  position: static;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #282828;
  border-radius: 50%;
}
.slider-nav .swiper-button-prev svg,
.slider-nav .swiper-button-next svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after {
  display: none;
}
.slider-nav .swiper-button-prev:hover,
.slider-nav .swiper-button-next:hover {
  background-color: var(--green);
}
.slider-nav .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .slider-nav {
    position: static;
    color: #fff;
    max-width: 159px;
    width: 100%;
    margin-top: 40px;
    gap: 19px;
  }
  .slider-nav .swiper-button-prev,
  .slider-nav .swiper-button-next {
    background-color: #fff;
  }
  .slider-nav .swiper-button-prev svg path,
  .slider-nav .swiper-button-next svg path {
    stroke: #1E1E1E;
  }
  .slider-nav .swiper-button-prev:hover,
  .slider-nav .swiper-button-next:hover {
    background-color: #124639;
  }
  .slider-nav .swiper-button-prev:hover svg path,
  .slider-nav .swiper-button-next:hover svg path {
    stroke: #fff;
  }
}

.btn-wrap {
  padding-top: 70px;
  padding-bottom: 98px;
}
.btn-wrap .btn {
  margin: 0 auto;
  width: 145.104px;
  max-width: 145.104px;
}

.blocks.box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.blocks.box .block {
  width: 100%;
  display: flex;
  position: relative;
}
.blocks.box .block .add-photo {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.blocks.box .block .add-photo img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.blocks.box .block .info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocks.box .block .info .wrap {
  max-width: 478px;
  width: 100%;
  padding: 40px 15px;
}
.blocks.box .block .info .wrap .text {
  margin-top: 20px;
  text-align: justify;
}
.blocks.box .block .photo {
  flex: 1;
  max-height: 400px;
}
.blocks.box .block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks.box .block:nth-child(even) .info {
  order: 1;
}
.blocks.box .block:nth-child(even) .photo {
  order: 0;
}
.blocks.box .block:nth-child(1) .info, .blocks.box .block:nth-child(3n+1) .info {
  background-color: var(--green);
  color: #fff;
}
.blocks.box .block:nth-child(2) .info, .blocks.box .block:nth-child(3n+2) .info {
  background-color: #739B74;
  color: #fff;
}
.blocks.box .block:nth-child(3) *:not(.btn span), .blocks.box .block:nth-child(3n+3) *:not(.btn span) {
  color: var(--color-main);
}
.blocks.box .block:nth-child(3) .info, .blocks.box .block:nth-child(3n+3) .info {
  background-color: #C1D0B6;
}
.blocks.box .block:nth-child(3) .info .text, .blocks.box .block:nth-child(3n+3) .info .text {
  border-color: var(--color-main);
}
@media only screen and (min-width: 992px) {
  .blocks.box .block:hover .info {
    background: #1E1E1E;
  }
  .blocks.box .block:hover .info * {
    color: #fff !important;
  }
}
@media only screen and (max-width: 768px) {
  .blocks.box .block .photo {
    max-height: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    flex: auto;
  }
  .blocks.box .block .photo:before {
    content: "";
    display: block;
    padding-top: 68%;
    transition: var(--transition);
  }
  .blocks.box .block .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;
  }
  .blocks.box .block .info {
    flex: auto;
  }
}

.fancybox__container {
  z-index: 9999999;
}

.fancybox__content {
  background-color: transparent;
  padding: 0;
  max-width: 981px !important;
  width: 88% !important;
  height: auto !important;
}
.fancybox__content iframe {
  aspect-ratio: 16/9 !important;
}

.fancybox__backdrop {
  background: rgba(30, 30, 30, 0.8) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

.f-button.is-close-btn {
  width: 46px !important;
  height: 46px !important;
  top: -60px !important;
  right: -30px !important;
  opacity: 1 !important;
}
.f-button.is-close-btn svg {
  width: 100%;
  height: 100%;
}

.photo.video {
  position: relative;
  overflow: hidden;
}
.photo.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.insta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.insta svg {
  max-width: 24px;
  max-height: 24px;
}
.insta:hover span {
  color: #C1D0B6;
}

[data-aos=reveal-image] {
  transition: 1.3s 0.1s cubic-bezier(0.51, 0.01, 0, 1.06);
  clip-path: inset(0 100% 0 0);
}
[data-aos=reveal-image] img {
  transition: transform 1.3s ease-out;
  transform-origin: left center;
  transform: scaleX(0);
}
[data-aos=reveal-image].aos-animate {
  clip-path: inset(0 0 0 0);
}
[data-aos=reveal-image].aos-animate img {
  transform: scale(1);
}

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

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  gap: 20px;
  margin-top: 10px;
  overflow: auto;
  max-width: 100%;
}
.breadcrumbs a,
.breadcrumbs span {
  white-space: nowrap;
}
.breadcrumbs a:hover {
  color: #739B74;
  text-decoration: underline;
}

.widgets {
  flex-direction: column;
  justify-content: flex-end;
  position: fixed;
  z-index: 10;
  right: auto;
  top: 0;
  position: relative;
  width: 83px;
  min-width: 83px;
}
.widgets .widget-clone {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.widgets-wrap {
  position: sticky;
  top: 30%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 70px;
}
.widgets .widget {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 56px;
}
.widgets .widget * {
  cursor: pointer;
}
.widgets .widget-logo svg {
  display: block;
  margin: 0 auto;
}
.widgets .widget + .widget {
  margin-top: 40px;
}
.widgets .widget-info {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  white-space: nowrap;
  border: 2px solid #000;
  padding: 15px 30px;
  opacity: 0;
  pointer-events: none;
}
.widgets .widget.black .widget-info {
  border-color: var(--color-main);
  background-color: var(--white);
}
.widgets .widget.white .widget-info {
  border-color: var(--white);
  background-color: var(--color-main);
  color: var(--white);
}
.widgets .widget.white .widget-info a {
  color: var(--white);
}
.widgets .widget.white .widget-logo svg path {
  stroke: var(--white);
}
.widgets .widget:hover .widget-info {
  opacity: 1;
  pointer-events: all;
}
.widgets-bottom .widget.white svg path {
  fill: var(--white);
}
@media only screen and (max-width: 992px) {
  .widgets {
    display: none;
  }
}

body:not(.home) .widgets {
  top: -89px;
}

.error404 {
  background-color: var(--color-main);
  padding-top: 0 !important;
}
.error404 * {
  color: #fff;
}
.error404 .header,
.error404 footer {
  display: none;
}
.error404 .error {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.error404 .wrap {
  position: relative;
  max-height: 100vh;
  max-width: 1113px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.error404 .wrap .logo {
  height: 100vh;
}
.error404 .wrap .logo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.error404 .h2,
.error404 .bottom {
  position: absolute;
}
.error404 .h2 {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-49%);
  color: #FFF;
  font-family: Nohemi;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.96px;
  width: 100%;
  text-align: center;
}
.error404 .bottom {
  bottom: 10%;
  left: 50%;
  transform: translateX(-49%);
  text-align: center;
  max-width: 723px;
  width: calc(100% - 30px);
}
.error404 .bottom .btn {
  margin: 33px auto 0;
  max-width: 152px;
  align-items: center;
}
@media only screen and (max-height: 847px) {
  .error404 .wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .error404 .wrap .logo {
    height: 87vh;
  }
  .error404 .h2 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 1.92px;
  }
  .error404 .bottom {
    bottom: 5%;
  }
}

.header {
  padding-left: var(--page-pl);
  background-color: var(--white);
  border-bottom: 2px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 2222;
}
.header .container {
  width: 100%;
  max-width: 1750px;
  display: flex;
  gap: var(--header-gap);
  justify-content: space-between;
}
.header-logo {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header .burger {
  cursor: pointer;
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  transition: 0.3s ease-in-out;
  background: transparent;
  border: none;
  color: var(--color-main);
  display: none;
}
.header .burger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%);
  width: 85%;
  height: 2px;
  transition: transform 1s;
  background: var(--color-main);
}
.header .burger::after, .header .burger::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 85%;
  height: 2px;
  transition: transform 1s;
  background: var(--color-main);
}
.header .burger::before {
  top: 0;
  transform: translate(-50%, 6px);
}
.header .burger::after {
  bottom: 0;
  transform: translate(-50%, -6px);
}
.header .burger.active span {
  transform: scale(0);
  transition: transform 1s;
}
.header .burger.active::before {
  transform: rotate(45deg) translateY(21px) translateX(4%);
  transition: transform 1s, background-color 0.3s ease-in-out;
  background-color: var(--color-main);
}
.header .burger.active::after {
  transform: rotate(-45deg) translateY(-15px) translate(1px, -5px);
  transition: transform 1s, background-color 0.3s ease-in-out;
  background-color: var(--color-main);
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--header-gap);
}
.header .wrap nav {
  height: 100%;
  display: flex;
}
.header .wrap nav a {
  display: block;
}
.header .wrap nav .menu-item-has-children {
  position: relative;
}
.header .wrap nav .menu-item-has-children:hover > .sub-menu, .header .wrap nav .menu-item-has-children.active > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header .wrap nav .menu-item-has-children .menu-item-has-children:hover > a, .header .wrap nav .menu-item-has-children .menu-item-has-children.active > a {
  color: var(--white);
  background: #6C6C6C;
}
.header .wrap nav > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.header .wrap nav > ul > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .wrap nav > ul > li a {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 24px;
}
.header .wrap nav > ul > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .wrap nav > ul > .menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1E1E1E;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS41Nzc2NEwxMiAxNS41Nzc2TDE4IDkuNTc3NjQiIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS41Nzc2NEwxMiAxNS41Nzc2TDE4IDkuNTc3NjQiIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
@media only screen and (max-width: 1385px) {
  .header .wrap nav > ul > .menu-item-has-children > a:hover::after {
    transform: rotate(180deg);
    background-color: var(--white);
  }
}
@media only screen and (min-width: 1386px) {
  .header .wrap nav .menu > li {
    padding-left: 23px;
    padding-right: 23px;
  }
  .header .wrap nav .menu > li:hover {
    background-color: #6C6C6C;
  }
  .header .wrap nav .menu > li:hover > a {
    color: var(--white);
  }
  .header .wrap nav .menu > li:hover > a::after {
    transform: rotate(180deg);
    background-color: var(--white);
  }
  .header .wrap nav .sub-menu {
    position: absolute;
    border: 2px solid #000;
    opacity: 0;
    pointer-events: none;
    background-color: var(--white);
  }
  .header .wrap nav .sub-menu-1 {
    top: 100%;
    left: 0;
  }
  .header .wrap nav .sub-menu-1 li a {
    padding: 16px 20px;
  }
  .header .wrap nav .sub-menu-1 li a:hover {
    color: var(--white);
    background: #6C6C6C;
  }
  .header .wrap nav .sub-menu-1 li + li {
    border-top: 2px solid #000;
  }
  .header .wrap nav .sub-menu-2 {
    left: 100%;
    top: 0;
  }
}
.header .wrap .btn-rdv {
  width: 103px;
  border-radius: 20px;
  padding: 5px 15px;
  height: 34px;
  max-height: 34px;
}
.header .wrap .btn-rdv::before {
  display: none;
}
@media only screen and (max-width: 1700px) {
  .header .wrap nav .menu > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1520px) {
  .header .wrap nav .menu > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1385px) {
  .header .burger {
    display: block;
  }
  .header .wrap {
    gap: 25px;
  }
  .header .wrap nav {
    background-color: var(--white);
    position: absolute;
    right: -100%;
    top: calc(100% + 2px);
    height: calc(100vh - 93px);
    overflow: auto;
    transition: var(--transition);
    border-left: 2px solid #000;
  }
  .header .wrap nav .sub-menu {
    height: 0;
    overflow: hidden;
  }
  .header .wrap nav .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header .wrap nav .menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #1E1E1E;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS41Nzc2NEwxMiAxNS41Nzc2TDE4IDkuNTc3NjQiIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS41Nzc2NEwxMiAxNS41Nzc2TDE4IDkuNTc3NjQiIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  }
  .header .wrap nav .menu-item-has-children:hover > a, .header .wrap nav .menu-item-has-children.active > a {
    background-color: #6C6C6C;
    color: var(--white);
  }
  .header .wrap nav .menu-item-has-children:hover > a::after, .header .wrap nav .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
    background-color: var(--white);
  }
  .header .wrap nav .menu-item-has-children:hover > .sub-menu, .header .wrap nav .menu-item-has-children.active > .sub-menu {
    height: auto;
    overflow: visible;
    width: 100%;
  }
  .header .wrap nav ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  .header .wrap nav ul a {
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 16px 20px;
  }
  .header .wrap nav ul a:hover {
    background: #6C6C6C;
    color: var(--white);
  }
  .header .wrap nav.active {
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .header .wrap nav .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .header .wrap nav {
    width: 100%;
    border-left: none;
  }
  .header .wrap nav > ul {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .header .wrap .btn-rdv {
    display: none;
  }
}

.footer {
  background-color: #6C6C6C;
  padding-top: 36px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding-left: 83px;
  }
  .footer .footer-wrap {
    padding-left: calc((100vw - 1601px) / 2);
  }
}
.footer .container-l {
  max-width: 1438px;
  margin: 0;
}
.footer a:hover {
  color: var(--mid-green);
}
.footer * {
  color: #fff;
}
.footer .mob {
  display: none;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .top .logo {
  max-width: 209px;
  height: 256px;
  display: block;
}
.footer .top .logo img {
  width: 100%;
}
@media only screen and (min-width: 1328px) and (max-width: 1660px) {
  .footer .top .logo {
    margin-left: -5%;
  }
}
.footer .top .left {
  padding-top: 11px;
  min-width: 178px;
}
.footer .top .right {
  text-align: right;
  padding-top: 11px;
}
.footer .top .right .social {
  margin-top: 54px;
}
.footer .top .right .social a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.footer .top .right .social a + a {
  margin-top: 12px;
}
.footer .top .right .social a:hover svg path {
  fill: var(--mid-green);
}
.footer .top nav li {
  display: block;
}
.footer .top nav li + li {
  margin-top: 14px;
}
.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 68px;
  gap: 20px;
}
.footer .bottom .left {
  min-width: 134px;
}
.footer .bottom .right {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
.footer .bottom .center {
  margin-left: 20%;
  min-width: 170px;
}
@media only screen and (max-width: 800px) {
  .footer .bottom {
    flex-direction: column;
  }
  .footer .bottom .center {
    margin: 0 auto;
  }
  .footer .bottom .right {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer .mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
  }
  .footer .mob a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .footer .mob a + a {
    margin-top: 14px;
  }
  .footer .top {
    flex-wrap: wrap;
  }
  .footer .top .logo {
    order: 0;
    width: 60%;
    max-width: none;
    margin: 0 auto 32px;
    text-align: center;
  }
  .footer .top .logo img {
    height: 100%;
    width: auto;
  }
  .footer .top .left,
  .footer .top .right {
    order: 1;
    width: 50%;
  }
  .footer .top .left .social,
  .footer .top .right .social {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .footer .menu {
    text-align: center;
  }
  .footer .top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .top .right,
  .footer .top .left {
    width: auto;
  }
}

.post-page .container {
  max-width: 960px;
  margin: 0 auto;
}

.wp-text .text-bg {
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}
.wp-text .wp-block-separator {
  border-top: 1px solid #5c5f67;
  margin: 24px 0;
}
.wp-text h1,
.wp-text h2,
.wp-text h3,
.wp-text h4,
.wp-text h5 {
  text-align: center;
}
.wp-text h1:first-child,
.wp-text h2:first-child,
.wp-text h3:first-child,
.wp-text h4:first-child,
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h1:last-child,
.wp-text h2:last-child,
.wp-text h3:last-child,
.wp-text h4:last-child,
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text h1 {
  margin: 22px 0;
}
.wp-text h2 {
  font-size: 42px;
}
@media only screen and (max-width: 768px) {
  .wp-text h2 {
    font-size: 38px;
  }
}
.wp-text h2,
.wp-text h3,
.wp-text h4 {
  margin: 50px 0 22px;
}
.wp-text h5 {
  margin: 40px 0 16px;
}
.wp-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wp-text a:hover {
  font-weight: 500;
}
.wp-text p {
  text-align: justify;
  margin: 16px 0;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text p a {
  color: #739B74;
  text-decoration: underline;
}
.wp-text h3 + p {
  margin-top: 0;
}
.wp-text ol {
  margin: 22px 0 30px;
}
.wp-text ul {
  list-style: none;
  margin: 22px 0 30px;
  padding: 0;
}
.wp-text ul:first-child {
  margin-top: 0;
}
.wp-text ul:last-child {
  margin-bottom: 0;
}
.wp-text ul li {
  position: relative;
}
.wp-text ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 60px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image {
  flex: 0 0 48.388%;
  max-width: 48.388%;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-group.is-vertical {
  flex: 1;
  gap: 0;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-group.is-vertical h3 {
  margin-bottom: 20px;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-group.is-vertical p {
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .wp-text .wp-block-group {
    flex-direction: column;
    align-items: center !important;
    gap: 32px !important;
  }
  .wp-text .wp-block-group .wp-block-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-text .wp-block-group .wp-block-group.is-vertical {
    padding-left: 0;
    text-align: center;
  }
}
.wp-text .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  width: 100%;
}
.wp-text .wp-block-image:first-child {
  margin-top: 0;
}
.wp-text .wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-text .icon-before-title {
  margin-bottom: 4px;
}
.wp-text .icon-before-title + h3,
.wp-text .icon-before-title + h2 {
  margin-top: 0;
}
.wp-text .wp-block-media-text {
  gap: 30px;
  margin: 40px 0;
}
.wp-text .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-text .wp-block-columns {
  margin: 40px 0;
  gap: 30px;
}
.wp-text .wp-block-columns .wp-block-image {
  margin: 0;
}

.wp-small-block > h2,
.wp-small-block > h3,
.wp-small-block > h4,
.wp-small-block > h5,
.wp-small-block > p,
.wp-small-block > ol,
.wp-small-block > ul {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .wp-small-block > h2,
  .wp-small-block > h3,
  .wp-small-block > h4,
  .wp-small-block > h5,
  .wp-small-block > p,
  .wp-small-block > ol,
  .wp-small-block > ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-text ul li {
    padding-left: 22px;
  }
}
.wp-text ul,
.wp-text ol {
  list-style: auto;
  padding-left: 25px;
}
.wp-text ul li,
.wp-text ol li {
  display: list-item;
  list-style: auto;
}
.wp-text ul li + li,
.wp-text ol li + li {
  margin-top: 12px;
}
.wp-text ul {
  list-style: disc;
}
.wp-text ul li {
  list-style: disc;
}

.page-hero {
  padding-top: 60.27px;
  padding-bottom: 60px;
}
.page-hero h1 {
  text-align: center;
  margin-bottom: 10px;
}

.video-autoplay {
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
.video-autoplay .wrapper {
  padding-bottom: 53.792%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.video-autoplay .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-autoplay .hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.video-autoplay .sound {
  position: absolute;
  bottom: 11%;
  left: 8%;
  cursor: pointer;
  z-index: 2;
}
.video-autoplay .sound svg {
  width: 72px;
  height: 72px;
  display: block;
}
.video-autoplay .sound .on {
  display: none;
}
.video-autoplay .sound.active .sound-on {
  display: block;
}
.video-autoplay .sound.active .sound-off {
  display: none;
}
.video-autoplay .sound.active .on {
  display: block;
}
@media only screen and (max-width: 992px) {
  .video-autoplay {
    padding-top: 89px;
  }
}
@media only screen and (max-width: 768px) {
  .video-autoplay .sound svg {
    width: 50px;
    height: 50px;
  }
}

.home .intro {
  background-color: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 137px;
}
.home .intro .container {
  margin: 0;
}
.home .intro .info {
  max-width: 685px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.home .intro .info h1 {
  margin-bottom: 19px;
}
.home .intro .info .sub-title {
  color: var(--green);
}
.home .intro .info .text {
  text-align: justify;
  margin-top: 83px;
  padding-top: 23px;
  border-top: 2px solid #000;
}
.home .intro .info .text p + p {
  margin-top: 20px;
}
.home .intro .info .contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 550px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.home .intro .info .contacts .phone:hover,
.home .intro .info .contacts .location:hover {
  color: #739B74;
}
.home .intro .info .contacts .phone:hover a,
.home .intro .info .contacts .location:hover a {
  color: #739B74;
}
.home .intro .info .contacts .phone:hover svg path:first-child,
.home .intro .info .contacts .location:hover svg path:first-child {
  fill: #739B74;
}
.home .intro .info .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 583.2px;
  width: 100%;
}
.home .intro .info .links .btn {
  width: 264.104px;
  max-width: 264.104px;
}
.home .intro .info .links .btn:nth-child(2) {
  width: 270px;
  max-width: 270px;
}
.home .intro .photo {
  pointer-events: none;
  position: relative;
  width: 49%;
  top: 0;
  right: 0;
  position: absolute;
  max-width: 795px;
  overflow: hidden;
  height: 100%;
}
.home .intro .photo:before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: var(--transition);
}
.home .intro .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;
}
.home .intro .photo img {
  right: auto;
  left: 0;
  -o-object-position: left;
  object-position: left;
}
@media only screen and (max-width: 1100px) {
  .home .intro .info {
    margin: 0 auto;
  }
  .home .intro .photo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .home .intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .home .intro .info .contacts,
  .home .intro .info .links {
    flex-wrap: wrap;
  }
  .home .intro .info .text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 595px) {
  .home .intro .info .links,
  .home .intro .info .contacts {
    justify-content: center;
  }
  .home .intro .info .contacts {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.equipe {
  background-color: var(--color-main);
  overflow: hidden;
}
.equipe * {
  color: var(--white);
}
.equipe .top {
  background: url(../img/equipe-panther.webp) #343434 no-repeat center;
  background-size: auto 100%;
}
.equipe .top .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.equipe .top .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 450px;
}
.equipe .top .info .wrap {
  margin-top: 80px;
}
.equipe .top .info .wrap h3 {
  margin-bottom: 10px;
}
.equipe .top .info .wrap .text {
  margin-top: 44.5px;
  margin-bottom: 64px;
  border-top: 2px solid var(--white);
  padding-top: 19.5px;
}
.equipe .top .info .wrap .btn {
  max-width: 205.1px;
}
.equipe .top .photo-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 575px;
}
.equipe .top .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.equipe .top .photo:before {
  content: "";
  display: block;
  padding-top: 124.175%;
  transition: var(--transition);
}
.equipe .top .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;
}
.equipe .bottom {
  padding-bottom: 25px;
}
.equipe .bottom .assistants {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1450px;
}
.equipe .bottom .assistants .assistant {
  width: 100%;
  max-width: 380px;
}
.equipe .bottom .assistants .assistant .photo {
  position: relative;
  width: 100%;
}
.equipe .bottom .assistants .assistant .photo:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-color: #fff;
  width: 300%;
  height: 100%;
  content: "";
}
.equipe .bottom .assistants .assistant .photo:before {
  content: "";
  display: block;
  padding-top: 126.316%;
  transition: var(--transition);
}
.equipe .bottom .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;
}
.equipe .bottom .assistants .assistant .photo img {
  z-index: 2;
}
.equipe .bottom .assistants .assistant .info {
  margin: 0 auto;
  margin-top: 25px;
  width: 100%;
  max-width: 216px;
}
.equipe .bottom .assistants .assistant .info h4 {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .equipe .top .container {
    flex-direction: column;
    align-items: center;
  }
  .equipe .top .info {
    max-width: 685px;
  }
  .equipe .top .info .wrap {
    margin-top: 32px;
  }
  .equipe .top .info .wrap .text {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .equipe .top .info .wrap .btn {
    margin: 0 auto;
  }
  .equipe .top .info .wrap .insta {
    justify-content: center;
  }
  .equipe .bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .equipe .bottom .assistants {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .equipe .bottom .assistants .assistant {
    width: 100% !important;
    max-width: 575px !important;
    text-align: center;
  }
  .equipe .bottom .assistants .assistant .info {
    max-width: none;
  }
}

.technology {
  background-color: var(--white);
  padding-top: 269px;
  position: relative;
}
.technology .photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.technology .info {
  background-color: var(--green);
  max-width: 944px;
  width: 51.4%;
  padding-top: 69px;
  padding-bottom: 101px;
  padding-right: 72px;
  position: relative;
  min-height: 442px;
  min-width: 787px;
  z-index: 2;
}
.technology .info * {
  color: var(--white);
}
.technology .info .logo {
  position: absolute;
  top: 0;
  left: -80px;
  height: 100%;
  width: auto;
  z-index: 0;
}
.technology .info .wrap {
  max-width: 498px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.technology .info .wrap h2 {
  margin-bottom: 34px;
}
.technology .info .wrap .text {
  padding-top: 16px;
  border-top: 2px solid var(--white);
  margin-bottom: 50px;
}
.technology .info .wrap .btn {
  max-width: 173.104px;
}
.technology .info .wrap .btn:hover {
  background-color: var(--mid-green);
}
@media only screen and (max-width: 1150px) {
  .technology .info {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 630px;
  }
  .technology .info .logo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .technology .info {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .technology {
    padding-top: 0;
  }
  .technology .photo-bg {
    display: none;
  }
  .technology .info {
    width: 100%;
    min-width: auto;
  }
  .technology .info .wrap {
    margin: 0;
    max-width: 685px;
  }
  .technology .info .wrap .text {
    margin-bottom: 32px;
  }
}

.treatments {
  background-color: #fff;
  padding-left: calc((100vw - 1606px) / 2);
}
.treatments .container-l {
  max-width: 1680px;
  margin: 0;
  padding-right: 0;
}
.treatments .title-wrap {
  padding-top: 173px;
  width: 100%;
  max-width: 482px;
}
.treatments .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.treatments .wrap .blocks {
  display: flex;
  align-items: stretch;
  max-width: 1183px;
  width: 100%;
  min-width: 920px;
}
.treatments .wrap .blocks .block {
  flex-basis: 33.3333333333%;
  transition: flex-basis 0.3s ease;
}
.treatments .wrap .blocks .block .photo {
  overflow: hidden;
  position: relative;
  height: 507px;
}
.treatments .wrap .blocks .block .photo img {
  position: absolute;
  top: 0;
  /* right:  */
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: translateX(-50%);
  min-width: 559px;
  min-height: 507px;
}
.treatments .wrap .blocks .block .info {
  background-color: var(--green);
  height: 479px;
  padding: 30px;
  color: var(--white);
  position: relative;
}
.treatments .wrap .blocks .block .info .font-heading {
  position: absolute;
  bottom: 52px;
  left: 30px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
.treatments .wrap .blocks .block .info .wrapper {
  opacity: 0;
}
.treatments .wrap .blocks .block .info .text {
  margin-top: 34px;
  padding-top: 11px;
  border-top: 2px solid var(--white);
  margin-bottom: 40px;
}
.treatments .wrap .blocks .block .info .btn {
  max-width: 173.104px;
}
@media only screen and (min-width: 768px) {
  .treatments .wrap .blocks .block .info:hover {
    background-color: var(--color-main) !important;
  }
  .treatments .wrap .blocks .block .info:hover .wrapper .text,
  .treatments .wrap .blocks .block .info:hover .wrapper h3 {
    color: var(--white);
    border-color: #fff;
  }
}
.treatments .wrap .blocks .block:nth-child(2) .info {
  background-color: var(--mid-green);
}
.treatments .wrap .blocks .block:nth-child(3) *:not(.btn span) {
  color: var(--color-main);
}
.treatments .wrap .blocks .block:nth-child(3) .info {
  background-color: #C1D0B6;
}
.treatments .wrap .blocks .block:nth-child(3) .info .text {
  border-color: var(--color-main);
}
.treatments .wrap .blocks .block.active {
  flex-basis: 60.107%;
}
.treatments .wrap .blocks .block.active .info .font-heading {
  opacity: 0;
}
.treatments .wrap .blocks .block.active .info .wrapper {
  opacity: 1;
}
@media only screen and (max-width: 1350px) {
  .treatments {
    padding-top: 80px;
  }
  .treatments .title-wrap {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 42px;
  }
  .treatments .wrap {
    flex-direction: column;
    align-items: center;
  }
  .treatments .wrap .blocks {
    min-width: auto;
  }
  .treatments .wrap .blocks .block {
    flex-basis: 20%;
  }
  .treatments .wrap .blocks .block .info .wrapper {
    width: 0;
    opacity: 0;
    transition: opacity 0.1s ease;
  }
  .treatments .wrap .blocks .block.active .info .wrapper {
    width: 100%;
    opacity: 1;
    transition: opacity 1s ease;
  }
}
@media only screen and (max-width: 768px) {
  .treatments .wrap .blocks {
    flex-direction: column;
  }
  .treatments .wrap .blocks .block {
    max-width: 576px;
    margin: 0 auto;
  }
  .treatments .wrap .blocks .block .info {
    height: auto;
  }
  .treatments .wrap .blocks .block .info .wrapper {
    width: 100%;
    opacity: 1;
  }
  .treatments .wrap .blocks .block .info .font-heading {
    display: none;
  }
  .treatments .wrap .blocks .block .photo {
    height: auto;
    min-height: auto;
    position: relative;
    width: 100%;
  }
  .treatments .wrap .blocks .block .photo:before {
    content: "";
    display: block;
    padding-top: 93%;
    transition: var(--transition);
  }
  .treatments .wrap .blocks .block .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;
  }
  .treatments .wrap .blocks .block .photo img {
    min-height: auto;
    min-width: auto;
    transform: none;
  }
  .treatments .wrap .blocks .block + .block {
    margin-top: 32px !important;
  }
}

.home .appareils {
  background-color: #fff;
  padding-top: 96px;
  padding-left: calc((100vw - 1606px) / 2);
}
.home .appareils .container-l {
  max-width: 1436.66px;
}
.home .appareils .container-l .wrap {
  display: flex;
  justify-content: space-between;
}
.home .appareils .container-l .wrap .title {
  width: 100%;
  max-width: 482px;
}
.home .appareils .container-l .blocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 925.66px;
  width: 100%;
  min-width: 905px;
}
.home .appareils .container-l .blocks .block {
  position: relative;
  display: flex;
  align-items: stretch;
}
.home .appareils .container-l .blocks .block * {
  color: var(--white);
}
.home .appareils .container-l .blocks .block .info {
  padding: 30px;
  width: 50%;
}
.home .appareils .container-l .blocks .block .info .text {
  margin-top: 34px;
  padding-top: 11px;
  border-top: 1px solid var(--white);
  margin-bottom: 40px;
}
.home .appareils .container-l .blocks .block .info .btn {
  max-width: 173.104px;
}
.home .appareils .container-l .blocks .block .info .btn:hover {
  background: var(--white);
}
.home .appareils .container-l .blocks .block .info .btn:hover span {
  color: var(--color-main);
}
.home .appareils .container-l .blocks .block .info .btn:hover::before {
  background-color: var(--color-main);
}
.home .appareils .container-l .blocks .block .photo {
  width: 50%;
}
.home .appareils .container-l .blocks .block .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .appareils .container-l .blocks .block .photo-add {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home .appareils .container-l .blocks .block .photo-add img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .appareils .container-l .blocks .block:nth-child(even) .info {
  order: 1;
}
.home .appareils .container-l .blocks .block:nth-child(even) .photo {
  order: 0;
}
.home .appareils .container-l .blocks .block:nth-child(1) .info, .home .appareils .container-l .blocks .block:nth-child(3n+1) .info {
  background-color: var(--green);
}
.home .appareils .container-l .blocks .block:nth-child(2) .info, .home .appareils .container-l .blocks .block:nth-child(3n+2) .info {
  background-color: #739B74;
}
.home .appareils .container-l .blocks .block:nth-child(3) *:not(.btn span), .home .appareils .container-l .blocks .block:nth-child(3n+3) *:not(.btn span) {
  color: var(--color-main);
}
.home .appareils .container-l .blocks .block:nth-child(3) .info, .home .appareils .container-l .blocks .block:nth-child(3n+3) .info {
  background-color: #C1D0B6;
}
.home .appareils .container-l .blocks .block:nth-child(3) .info .text, .home .appareils .container-l .blocks .block:nth-child(3n+3) .info .text {
  border-color: var(--color-main);
}
@media only screen and (max-width: 1350px) {
  .home .appareils .container-l .container-l {
    padding-top: 80px;
  }
  .home .appareils .container-l .blocks {
    min-width: auto;
  }
  .home .appareils .container-l .blocks .block .photo-add {
    display: none;
  }
  .home .appareils .container-l .wrap {
    flex-direction: column;
    align-items: center;
  }
  .home .appareils .container-l .wrap .title {
    margin-bottom: 42px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .home .container-l .blocks .block {
    flex-direction: column;
    max-width: 576px;
    margin: 0 auto;
  }
  .home .container-l .blocks .block .info,
  .home .container-l .blocks .block .photo {
    width: 100% !important;
  }
  .home .container-l .blocks .block .photo {
    order: 0;
  }
  .home .container-l .blocks .block .info {
    order: 1;
  }
  .home .container-l .blocks .block + .block {
    margin-top: 32px;
  }
}

.patients {
  background-color: #fff;
}
.patients .container {
  max-width: 1260px;
  padding-top: 127px;
  padding-bottom: 212px;
  gap: 215px;
  display: flex;
  justify-content: space-between;
}
.patients .container .left {
  max-width: 450px;
  width: 100%;
}
.patients .container .left .wrap {
  margin-top: 131px;
}
.patients .container .left .wrap .contacts {
  margin-bottom: 40px;
}
.patients .container .left .wrap .contacts .location {
  margin-top: 16px;
}
.patients .container .left .wrap .contacts .phone:hover,
.patients .container .left .wrap .contacts .location:hover {
  color: #739B74;
}
.patients .container .left .wrap .contacts .phone:hover a,
.patients .container .left .wrap .contacts .location:hover a {
  color: #739B74;
}
.patients .container .left .wrap .contacts .phone:hover svg path:first-child,
.patients .container .left .wrap .contacts .location:hover svg path:first-child {
  fill: #739B74;
}
.patients .container .left .wrap .btn {
  max-width: 199.104px;
}
.patients .container .right {
  max-width: 473px;
  width: 100%;
  display: flex;
  gap: 30px;
}
.patients .container .right .text {
  margin-top: 12px;
  margin-bottom: 29px;
}
.patients .container .right a {
  display: block;
}
.patients .container .right a + a {
  margin-top: 24px;
}
@media only screen and (max-width: 1280px) {
  .patients .container {
    background-size: 68% auto !important;
    background-position-x: 47% !important;
    background-position-y: 47% !important;
    gap: 108px;
  }
}
@media only screen and (max-width: 992px) {
  .patients .container {
    background: none !important;
    justify-content: center;
    gap: 32px;
  }
  .patients .container .left,
  .patients .container .right {
    max-width: none;
  }
}
@media only screen and (max-width: 730px) {
  .patients .container {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .patients .container .left {
    text-align: center;
  }
  .patients .container .left .wrap {
    margin-top: 32px;
  }
  .patients .container .left .wrap .btn {
    margin: 0 auto;
  }
  .patients .container .left .wrap .phone,
  .patients .container .left .wrap .location {
    justify-content: center;
  }
  .patients .container .right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.incidents {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 21.4487%;
  position: relative;
}
.incidents .info {
  max-width: 945px;
  width: 51.4%;
  padding: 72px 59.43px 66px;
  background-color: var(--green);
  color: #fff;
  position: relative;
  z-index: 1;
}
.incidents .info .wrap {
  max-width: 524px;
  width: 100%;
}
.incidents .info .wrap .text {
  margin-top: 34px;
  padding-top: 14px;
  margin-bottom: 50px;
  border-top: 2px solid #fff;
  font-weight: 400;
  line-height: 24px;
}
.incidents .info .wrap .btn {
  max-width: 205.104px;
}
.incidents .info .wrap .btn:hover {
  background-color: var(--mid-green);
}
@media only screen and (max-width: 1150px) {
  .incidents .info {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 630px;
  }
  .incidents .info .logo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .incidents .info {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .incidents {
    padding-top: 0;
  }
  .incidents .photo-bg {
    display: none;
  }
  .incidents .info {
    width: 100%;
    min-width: auto;
  }
  .incidents .info .wrap {
    margin: 0;
    max-width: 685px;
  }
  .incidents .info .wrap .text {
    margin-bottom: 32px;
  }
}

.access {
  background-color: var(--color-main);
  position: relative;
}
.access * {
  color: #fff;
}
.access .container {
  max-width: 1200px;
  margin: 0;
}
.access .wrapper-title {
  padding-top: 82px;
  padding-bottom: 42px;
  background-color: #1E1E1E;
}
.access h2.title {
  text-align: center;
}
.access-content {
  position: relative;
  background-color: #1E1E1E;
  padding-left: calc((100vw - 1367px) / 2);
}
.access-content .photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.access-content .photo-bg img {
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.access-content .photo-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  z-index: -1;
}
.access-content .container {
  position: relative;
  z-index: 2;
}
.access .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.access .wrapper .info {
  max-width: 571px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.access .wrapper .info .wrap {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding-top: 40px;
  padding-bottom: 30px;
}
.access .wrapper .info .wrap .row {
  display: flex;
  justify-content: space-between;
  gap: 38px;
}
.access .wrapper .info .wrap .row + .row {
  margin-top: 38px;
}
.access .wrapper .info .wrap .row h4,
.access .wrapper .info .wrap .row .h4 {
  margin-bottom: 23px;
}
.access .wrapper .info .wrap .row .parking svg,
.access .wrapper .info .wrap .row .transport svg,
.access .wrapper .info .wrap .row .pratiques svg {
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.access .wrapper .info .wrap .row .parking p,
.access .wrapper .info .wrap .row .transport p,
.access .wrapper .info .wrap .row .pratiques p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.access .wrapper .info .wrap .row .parking p + p,
.access .wrapper .info .wrap .row .transport p + p,
.access .wrapper .info .wrap .row .pratiques p + p {
  margin-top: 8px;
}
.access .wrapper .info .wrap .row .parking ul,
.access .wrapper .info .wrap .row .transport ul,
.access .wrapper .info .wrap .row .pratiques ul {
  padding-left: 25px;
}
.access .wrapper .info .wrap .row .parking ul li,
.access .wrapper .info .wrap .row .transport ul li,
.access .wrapper .info .wrap .row .pratiques ul li {
  display: list-item;
}
.access .wrapper .info .wrap .row .parking ul li + li,
.access .wrapper .info .wrap .row .transport ul li + li,
.access .wrapper .info .wrap .row .pratiques ul li + li {
  margin-top: 8px;
}
.access .wrapper .info .wrap .row .pratiques,
.access .wrapper .info .wrap .row .parking {
  max-width: 210px;
}
.access .wrapper .info .contacts .location {
  margin-top: 16px;
}
.access .wrapper .info .contacts .location svg {
  display: none;
}
.access .wrapper .info .contacts .location::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0M181MTk5KSI+CjxwYXRoIGQ9Ik0yNi4yNSAxMy4wMDAxQzI2LjI1IDIxLjc1MDEgMTUgMjkuMjUwMSAxNSAyOS4yNTAxQzE1IDI5LjI1MDEgMy43NSAyMS43NTAxIDMuNzUgMTMuMDAwMUMzLjc1IDEwLjAxNjQgNC45MzUyNiA3LjE1NDk1IDcuMDQ1MDUgNS4wNDUxN0M5LjE1NDgzIDIuOTM1MzkgMTIuMDE2MyAxLjc1MDEyIDE1IDEuNzUwMTJDMTcuOTgzNyAxLjc1MDEyIDIwLjg0NTIgMi45MzUzOSAyMi45NTUgNS4wNDUxN0MyNS4wNjQ3IDcuMTU0OTUgMjYuMjUgMTAuMDE2NCAyNi4yNSAxMy4wMDAxWiIgc3Ryb2tlPSIjQzFEMEI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUgMTYuNzUwMUMxNy4wNzExIDE2Ljc1MDEgMTguNzUgMTUuMDcxMiAxOC43NSAxMy4wMDAxQzE4Ljc1IDEwLjkyOTEgMTcuMDcxMSA5LjI1MDEyIDE1IDkuMjUwMTJDMTIuOTI4OSA5LjI1MDEyIDExLjI1IDEwLjkyOTEgMTEuMjUgMTMuMDAwMUMxMS4yNSAxNS4wNzEyIDEyLjkyODkgMTYuNzUwMSAxNSAxNi43NTAxWiIgc3Ryb2tlPSIjQzFEMEI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI0M181MTk5Ij4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjUwMDEyMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  display: block;
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
}
.access .wrapper .info .contacts .phone svg {
  display: none;
}
.access .wrapper .info .contacts .phone::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMCAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjQ5OTggMjEuNjUwMVYyNS40MDAxQzI3LjUwMTIgMjUuNzQ4MiAyNy40Mjk5IDI2LjA5MjggMjcuMjkwNCAyNi40MTE4QzI3LjE1MSAyNi43MzA4IDI2Ljk0NjQgMjcuMDE3MSAyNi42ODk5IDI3LjI1MjVDMjYuNDMzNCAyNy40ODc4IDI2LjEzMDUgMjcuNjY3IDI1LjgwMDcgMjcuNzc4NUMyNS40NzA5IDI3Ljg5IDI1LjEyMTUgMjcuOTMxNSAyNC43NzQ4IDI3LjkwMDFDMjAuOTI4MyAyNy40ODIyIDE3LjIzMzUgMjYuMTY3OCAxMy45ODczIDI0LjA2MjZDMTAuOTY3MSAyMi4xNDM1IDguNDA2NDYgMTkuNTgyOCA2LjQ4NzI5IDE2LjU2MjZDNC4zNzQ3NyAxMy4zMDE2IDMuMDYwMSA5LjU4ODg2IDIuNjQ5NzkgNS43MjUxMkMyLjYxODU2IDUuMzc5NDUgMi42NTk2NCA1LjAzMTA3IDIuNzcwNDIgNC43MDIxNUMyLjg4MTIgNC4zNzMyMyAzLjA1OTI2IDQuMDcwOTggMy4yOTMyNSAzLjgxNDY1QzMuNTI3MjUgMy41NTgzMSAzLjgxMjA1IDMuMzUzNTEgNC4xMjk1MyAzLjIxMzI3QzQuNDQ3MDIgMy4wNzMwNCA0Ljc5MDIyIDMuMDAwNDUgNS4xMzcyOSAzLjAwMDEySDguODg3MjlDOS40OTM5MyAyLjk5NDE1IDEwLjA4MiAzLjIwODk3IDEwLjU0MiAzLjYwNDU0QzExLjAwMiA0LjAwMDEgMTEuMzAyNCA0LjU0OTQzIDExLjM4NzMgNS4xNTAxMkMxMS41NDU2IDYuMzUwMiAxMS44MzkxIDcuNTI4NTMgMTIuMjYyMyA4LjY2MjYyQzEyLjQzMDUgOS4xMTAwMyAxMi40NjY5IDkuNTk2MjYgMTIuMzY3MiAxMC4wNjM3QzEyLjI2NzUgMTAuNTMxMiAxMi4wMzU5IDEwLjk2MDMgMTEuNjk5OCAxMS4zMDAxTDEwLjExMjMgMTIuODg3NkMxMS44OTE3IDE2LjAxNzEgMTQuNDgyOSAxOC42MDgyIDE3LjYxMjMgMjAuMzg3NkwxOS4xOTk4IDE4LjgwMDFDMTkuNTM5NyAxOC40NjQgMTkuOTY4NyAxOC4yMzI0IDIwLjQzNjIgMTguMTMyN0MyMC45MDM3IDE4LjAzMyAyMS4zODk5IDE4LjA2OTQgMjEuODM3MyAxOC4yMzc2QzIyLjk3MTQgMTguNjYwOCAyNC4xNDk3IDE4Ljk1NDMgMjUuMzQ5OCAxOS4xMTI2QzI1Ljk1NyAxOS4xOTgzIDI2LjUxMTUgMTkuNTA0MSAyNi45MDggMTkuOTcyQzI3LjMwNDQgMjAuNDM5OCAyNy41MTUgMjEuMDM3MSAyNy40OTk4IDIxLjY1MDFaIiBzdHJva2U9IiNDMUQwQjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  display: block;
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
}
.access .wrapper .info .contacts .phone:hover,
.access .wrapper .info .contacts .location:hover {
  color: #C1D0B6;
}
.access .wrapper .info .contacts .phone:hover a,
.access .wrapper .info .contacts .location:hover a {
  color: #C1D0B6;
}
.access .wrapper .info .links {
  max-width: 378px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 122px;
}
.access .wrapper .info .links .btn-map {
  max-width: 190.104px;
  min-width: 190.104px;
  width: 100%;
}
.access .wrapper .info .links .btn-doctolib {
  max-width: 161.104px;
  min-width: 161.104px;
}
.access .wrapper .photo {
  max-width: 450px;
  width: 100%;
}
.access .wrapper .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1130px) {
  .access .container {
    padding-top: 40px;
  }
  .access .wrapper {
    flex-direction: column;
  }
  .access .wrapper .photo {
    order: 0;
  }
  .access .wrapper .info {
    order: 1;
  }
  .access .wrapper .info .links {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 992px) {
  .access .wrapper-title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .access .wrapper {
    gap: 32px;
  }
  .access .wrapper .info {
    padding-top: 0;
  }
  .access .wrapper .info .links {
    margin-top: 32px;
  }
  .access .wrapper .info .transport {
    min-width: 292px;
    max-width: 330px;
    width: 100%;
  }
}
@media only screen and (max-width: 594px) {
  .access .wrapper .info .links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .access .wrapper .info .wrap .row {
    flex-direction: column;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }
}

.contact-form {
  background-color: #1E1E1E;
  color: #fff;
  padding-left: 83px;
  padding-top: 39px;
  padding-bottom: 52px;
}
.contact-form .wrapper {
  padding-left: calc((100vw - 1367px) / 2);
}
.contact-form .wrapper .container {
  margin: 0;
}
.contact-form .info p {
  margin-top: 10px;
}
.contact-form .form-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  align-items: stretch;
  margin-top: 34px;
}
.contact-form .form-wrap input,
.contact-form .form-wrap textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.contact-form .form-wrap .row {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.contact-form .form-wrap .label:not(.label-textarea) {
  position: relative;
  height: 62px;
  width: 100%;
}
.contact-form .form-wrap .label-textarea {
  width: 100%;
  height: 142px;
}
.contact-form .form-wrap .label-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  padding-top: 14px;
}
.contact-form .form-wrap .label-textarea textarea:focus-visible {
  outline: none;
}
.contact-form .form-wrap .label {
  position: relative;
}
.contact-form .form-wrap .label .wpcf7-not-valid-tip {
  position: absolute;
  top: 97%;
  left: 0;
  font-size: 12px;
}
.contact-form .form-wrap .label .label-text {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  pointer-events: none;
}
.contact-form .form-wrap .label > span {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-form .form-wrap .label-text {
  position: absolute;
}
.contact-form .form-wrap .label input {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
}
.contact-form .form-wrap .label input,
.contact-form .form-wrap .label textarea {
  padding-left: 14px;
  font-family: var(--ff-area);
}
.contact-form .form-wrap .label.active-label .label-text {
  opacity: 0;
}
.contact-form .form-wrap .btn {
  background-color: transparent;
  margin-top: 40px;
}
.contact-form .form-wrap .btn:hover {
  background-color: var(--blue);
}
.contact-form .form-wrap .btn:hover span {
  color: var(--white);
}
.contact-form .form-wrap .left,
.contact-form .form-wrap .right {
  flex: 1;
}
.contact-form .form-wrap .left span:not(.wpcf7-not-valid-tip),
.contact-form .form-wrap .right span:not(.wpcf7-not-valid-tip) {
  width: 100%;
  height: 62px;
  display: block;
}
.contact-form .form-wrap .left span:not(.wpcf7-not-valid-tip) input,
.contact-form .form-wrap .right span:not(.wpcf7-not-valid-tip) input {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
}
.contact-form .form-wrap .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form .form-wrap .right .label {
  height: 100%;
}
.contact-form .form-wrap .right .label span:not(.wpcf7-not-valid-tip) {
  height: 100%;
}
.contact-form .form-wrap .right .label span:not(.wpcf7-not-valid-tip) textarea {
  background: rgba(255, 255, 255, 0.1);
  height: 142px;
  width: 100%;
}
.contact-form .btn {
  margin: 40px auto 0;
  box-shadow: none;
  max-width: 157.104px;
  box-sizing: border-box;
  gap: 5px;
}
@media only screen and (max-width: 992px) {
  .contact-form {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .form-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .form-wrap .row {
    flex-direction: column;
  }
}

.paralax {
  background-color: var(--color-main);
  height: 860px;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: none;
}
.paralax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #343434;
  z-index: 0;
}
.paralax img {
  height: 120%;
  left: 50%;
  min-width: 100vmax;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  z-index: 1;
  transition: none;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
@media only screen and (max-width: 1120px) {
  .paralax {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .paralax {
    height: 400px;
  }
}

.contact-form {
  background-color: #1E1E1E;
  color: #fff;
  padding-left: 83px;
  padding-top: 39px;
  padding-bottom: 52px;
}
.contact-form .wrapper {
  padding-left: calc((100vw - 1367px) / 2);
}
.contact-form .wrapper .container {
  margin: 0;
}
.contact-form .info p {
  margin-top: 10px;
}
.contact-form .form-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  align-items: stretch;
  margin-top: 34px;
}
.contact-form .form-wrap input,
.contact-form .form-wrap textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.contact-form .form-wrap .row {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.contact-form .form-wrap .label:not(.label-textarea) {
  position: relative;
  height: 62px;
  width: 100%;
}
.contact-form .form-wrap .label-textarea {
  width: 100%;
  height: 142px;
}
.contact-form .form-wrap .label-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  padding-top: 14px;
}
.contact-form .form-wrap .label-textarea textarea:focus-visible {
  outline: none;
}
.contact-form .form-wrap .label {
  position: relative;
}
.contact-form .form-wrap .label .wpcf7-not-valid-tip {
  position: absolute;
  top: 97%;
  left: 0;
  font-size: 12px;
}
.contact-form .form-wrap .label .label-text {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  pointer-events: none;
}
.contact-form .form-wrap .label > span {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-form .form-wrap .label-text {
  position: absolute;
}
.contact-form .form-wrap .label input {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
}
.contact-form .form-wrap .label input,
.contact-form .form-wrap .label textarea {
  padding-left: 14px;
  font-family: var(--ff-area);
}
.contact-form .form-wrap .label.active-label .label-text {
  opacity: 0;
}
.contact-form .form-wrap .btn {
  background-color: transparent;
  margin-top: 40px;
}
.contact-form .form-wrap .btn:hover {
  background-color: var(--blue);
}
.contact-form .form-wrap .btn:hover span {
  color: var(--white);
}
.contact-form .form-wrap .left,
.contact-form .form-wrap .right {
  flex: 1;
}
.contact-form .form-wrap .left span:not(.wpcf7-not-valid-tip),
.contact-form .form-wrap .right span:not(.wpcf7-not-valid-tip) {
  width: 100%;
  height: 62px;
  display: block;
}
.contact-form .form-wrap .left span:not(.wpcf7-not-valid-tip) input,
.contact-form .form-wrap .right span:not(.wpcf7-not-valid-tip) input {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
}
.contact-form .form-wrap .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form .form-wrap .right .label {
  height: 100%;
}
.contact-form .form-wrap .right .label span:not(.wpcf7-not-valid-tip) {
  height: 100%;
}
.contact-form .form-wrap .right .label span:not(.wpcf7-not-valid-tip) textarea {
  background: rgba(255, 255, 255, 0.1);
  height: 142px;
  width: 100%;
}
.contact-form .btn {
  margin: 40px auto 0;
  box-shadow: none;
  max-width: 157.104px;
  box-sizing: border-box;
  gap: 5px;
}
@media only screen and (max-width: 992px) {
  .contact-form {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .form-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .form-wrap .row {
    flex-direction: column;
  }
}

.cabinet-page .intro {
  position: relative;
  overflow: hidden;
}
.cabinet-page .intro .top {
  position: relative;
  padding-top: 152px;
  padding-bottom: 100px;
}
.cabinet-page .intro .container-l {
  margin-right: 0;
  margin-left: auto;
  max-width: 1556px;
}
.cabinet-page .intro .photo {
  max-width: 591px;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  pointer-events: none;
}
.cabinet-page .intro .photo:before {
  content: "";
  display: block;
  padding-top: 81.007%;
  transition: var(--transition);
}
.cabinet-page .intro .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;
}
.cabinet-page .intro .info {
  width: 100%;
  max-width: 678px;
}
.cabinet-page .intro .info .sub-title {
  margin-top: 19px;
  color: var(--green);
}
.cabinet-page .intro .info .breadcrumbs {
  margin-top: 19px;
  margin-bottom: 46px;
}
.cabinet-page .intro .info .text {
  margin-bottom: 50px;
  border-top: 2px solid #000;
  padding-top: 21px;
  text-align: justify;
}
.cabinet-page .intro .add-photos {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.cabinet-page .intro .add-photos img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cabinet-page .intro .add-photos .color-photo {
  max-width: 861px;
  width: 59%;
}
@media only screen and (max-width: 1605px) {
  .cabinet-page .intro .add-photos .color-photo {
    min-width: 564px;
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .intro .add-photos .color-photo {
    max-width: 100%;
    width: 100%;
  }
}
.cabinet-page .intro .add-photos .black-photos {
  display: flex;
  max-width: 975px;
  width: 100%;
}
.cabinet-page .intro .add-photos .black-photos img {
  width: 50%;
}
@media only screen and (max-width: 1605px) {
  .cabinet-page .intro .add-photos .black-photos {
    width: 81%;
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .intro .add-photos .black-photos {
    display: none;
  }
}
.cabinet-page .intro .breadcrumbs {
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .intro .top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cabinet-page .intro .photo {
    display: none;
  }
  .cabinet-page .intro .info {
    margin: 0 auto;
    width: 100%;
    max-width: 685px;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .intro .info .text {
    margin-bottom: 32px;
  }
  .cabinet-page .intro .info .breadcrumbs {
    margin-bottom: 40px;
  }
}

.cabinet-page .gallery {
  background-color: var(--color-main);
}
.cabinet-page .gallery .container-l {
  margin: 0;
  padding-right: 0;
  max-width: 1556px;
  display: flex;
  margin-left: auto;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.cabinet-page .gallery .text {
  color: #fff;
  max-width: 518px;
  width: 66%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cabinet-page .gallery .text p + p {
  margin-top: 25px;
}
.cabinet-page .gallery .gallery-slider {
  max-width: 975px;
  width: 100%;
  position: relative;
  margin: 0;
}
.cabinet-page .gallery .gallery-slider .swiper-slide {
  position: relative;
  width: 100%;
}
.cabinet-page .gallery .gallery-slider .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 52.718%;
  transition: var(--transition);
}
.cabinet-page .gallery .gallery-slider .swiper-slide 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: 992px) and (max-width: 1605px) {
  .cabinet-page .gallery .gallery-slider {
    width: 58.5%;
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .gallery {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .cabinet-page .gallery .container-l {
    flex-direction: column;
    padding-right: 15px;
  }
  .cabinet-page .gallery .container-l .text {
    max-width: 685px;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .gallery .slider-nav {
    left: 20px;
    bottom: 20px;
  }
  .cabinet-page .gallery .container-l {
    gap: 32px;
  }
  .cabinet-page .gallery .container-l .text {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.valeurs {
  background-color: var(--color-main);
  padding-top: 60px;
  color: #fff;
}
.valeurs h2.title {
  margin-bottom: 68px;
  text-align: center;
}
.valeurs .blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.valeurs .blocks .block {
  display: flex;
  align-items: stretch;
  width: 50%;
  max-height: 359px;
}
.valeurs .blocks .block .photo {
  background-size: auto 100% !important;
  position: relative;
  width: 100%;
  width: 50%;
  min-height: 100%;
  max-height: 359px;
}
.valeurs .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 78.173%;
  transition: var(--transition);
}
.valeurs .blocks .block .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 .blocks .block .photo img {
  opacity: 0;
  transition: var(--transition);
}
.valeurs .blocks .block .info {
  position: relative;
  width: 50%;
}
.valeurs .blocks .block .info::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
  background-color: var(--green);
  width: 100%;
  height: 100%;
  content: "";
}
.valeurs .blocks .block .info .wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 57px 71px;
  height: 100%;
  overflow: auto;
  overflow: auto;
  text-align: center;
}
.valeurs .blocks .block .info .wrap > div {
  position: relative;
  z-index: 2;
}
.valeurs .blocks .block .info .wrap .info-wrap {
  display: none;
  transition: 0.2s linear;
}
.valeurs .blocks .block .info .wrap .button {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
.valeurs .blocks .block .info .wrap .button::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE4QzAgOC40OTU3MyA3LjM0NDgyIDAuNzA2OTM4IDE2LjY2ODEgMFYyLjg5Mzc4QzguOTM5NDYgMy41OTI5NCAyLjg4Mzc1IDEwLjA4OTMgMi44ODM3NSAxOEMyLjg4Mzc1IDI1LjkxMDcgOC45Mzk0NiAzMi40MDcxIDE2LjY2ODEgMzMuMTA2MlYzNkM3LjM0NDgyIDM1LjI5MzEgMCAyNy41MDQzIDAgMThaTTMzLjIyMDggMThDMzMuMjIwOCAyNS43OTIzIDI3LjM0NTEgMzIuMjEyMiAxOS43ODI1IDMzLjA3MDlWMzUuOTcwNEMyOC45NDA4IDM1LjA5OTYgMzYuMTA0NiAyNy4zODY0IDM2LjEwNDYgMThDMzYuMTA0NiA4LjYxMzY0IDI4Ljk0MDggMC45MDA0NDcgMTkuNzgyNSAwLjAyOTU2ODZWMi45MjkwOEMyNy4zNDUxIDMuNzg3ODEgMzMuMjIwOCAxMC4yMDc3IDMzLjIyMDggMThaTTE4LjA1MjMgOC4yNTI4OEMxMy4yMTkzIDguMjUyODggOS4yMDc4MiAxMS43NzA0IDguNDM4MzkgMTYuMzg1SDUuNTIzNzVDNi4zMTY2NyAxMC4xNzE5IDExLjYyMzYgNS4zNjkxMiAxOC4wNTIzIDUuMzY5MTJDMjQuNDgxIDUuMzY5MTIgMjkuNzg3OSAxMC4xNzE5IDMwLjU4MDkgMTYuMzg1SDI3LjY2NjJDMjYuODk2OCAxMS43NzA0IDIyLjg4NTMgOC4yNTI4OCAxOC4wNTIzIDguMjUyODhaTTUuNTA5NTcgMTkuNDk5NUg4LjQxOTg3QzkuMTQxMTYgMjQuMTcwNyAxMy4xNzkxIDI3Ljc0NyAxOC4wNTIzIDI3Ljc0N0MyMi45MjU1IDI3Ljc0NyAyNi45NjM1IDI0LjE3MDcgMjcuNjg0NyAxOS40OTk1SDMwLjU5NUMyOS44NTM1IDI1Ljc2ODUgMjQuNTIwNyAzMC42MzA4IDE4LjA1MjMgMzAuNjMwOEMxMS41ODM5IDMwLjYzMDggNi4yNTExMiAyNS43Njg1IDUuNTA5NTcgMTkuNDk5NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE4QzAgOC40OTU3MyA3LjM0NDgyIDAuNzA2OTM4IDE2LjY2ODEgMFYyLjg5Mzc4QzguOTM5NDYgMy41OTI5NCAyLjg4Mzc1IDEwLjA4OTMgMi44ODM3NSAxOEMyLjg4Mzc1IDI1LjkxMDcgOC45Mzk0NiAzMi40MDcxIDE2LjY2ODEgMzMuMTA2MlYzNkM3LjM0NDgyIDM1LjI5MzEgMCAyNy41MDQzIDAgMThaTTMzLjIyMDggMThDMzMuMjIwOCAyNS43OTIzIDI3LjM0NTEgMzIuMjEyMiAxOS43ODI1IDMzLjA3MDlWMzUuOTcwNEMyOC45NDA4IDM1LjA5OTYgMzYuMTA0NiAyNy4zODY0IDM2LjEwNDYgMThDMzYuMTA0NiA4LjYxMzY0IDI4Ljk0MDggMC45MDA0NDcgMTkuNzgyNSAwLjAyOTU2ODZWMi45MjkwOEMyNy4zNDUxIDMuNzg3ODEgMzMuMjIwOCAxMC4yMDc3IDMzLjIyMDggMThaTTE4LjA1MjMgOC4yNTI4OEMxMy4yMTkzIDguMjUyODggOS4yMDc4MiAxMS43NzA0IDguNDM4MzkgMTYuMzg1SDUuNTIzNzVDNi4zMTY2NyAxMC4xNzE5IDExLjYyMzYgNS4zNjkxMiAxOC4wNTIzIDUuMzY5MTJDMjQuNDgxIDUuMzY5MTIgMjkuNzg3OSAxMC4xNzE5IDMwLjU4MDkgMTYuMzg1SDI3LjY2NjJDMjYuODk2OCAxMS43NzA0IDIyLjg4NTMgOC4yNTI4OCAxOC4wNTIzIDguMjUyODhaTTUuNTA5NTcgMTkuNDk5NUg4LjQxOTg3QzkuMTQxMTYgMjQuMTcwNyAxMy4xNzkxIDI3Ljc0NyAxOC4wNTIzIDI3Ljc0N0MyMi45MjU1IDI3Ljc0NyAyNi45NjM1IDI0LjE3MDcgMjcuNjg0NyAxOS40OTk1SDMwLjU5NUMyOS44NTM1IDI1Ljc2ODUgMjQuNTIwNyAzMC42MzA4IDE4LjA1MjMgMzAuNjMwOEMxMS41ODM5IDMwLjYzMDggNi4yNTExMiAyNS43Njg1IDUuNTA5NTcgMTkuNDk5NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-color: var(--white);
  display: block;
  width: 36.105px;
  height: 36px;
}
.valeurs .blocks .block .info .wrap .button:hover {
  color: #739B74;
}
.valeurs .blocks .block .info .wrap .button:hover:after {
  background-color: #739B74;
}
.valeurs .blocks .block .info .wrap .text {
  transition: none;
  margin-top: 33px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.valeurs .blocks .block:nth-child(n+3) .photo {
  order: 1;
}
.valeurs .blocks .block:nth-child(n+3) .info {
  order: 0;
}
.valeurs .blocks .block.active .photo img {
  opacity: 1;
}
.valeurs .blocks .block.active .info::before {
  opacity: 1;
}
.valeurs .blocks .block.active .info .wrap {
  justify-content: flex-start;
  padding: 11% 9%;
}
@media only screen and (max-width: 1125px) {
  .valeurs .blocks {
    flex-direction: column;
  }
  .valeurs .blocks .block {
    width: 100%;
  }
  .valeurs .blocks .block .photo img {
    opacity: 1;
  }
  .valeurs .blocks .block .info::before {
    opacity: 1;
  }
  .valeurs .blocks .block .info .wrap {
    justify-content: flex-start;
    padding: 11% 9%;
  }
  .valeurs .blocks .block .info .wrap .info-wrap {
    display: block !important;
  }
  .valeurs .blocks .block:nth-child(odd) .photo {
    order: 0;
  }
  .valeurs .blocks .block:nth-child(odd) .info {
    order: 1;
  }
  .valeurs .blocks .block:nth-child(even) .photo {
    order: 1;
  }
  .valeurs .blocks .block:nth-child(even) .info {
    order: 0;
  }
}
@media only screen and (max-width: 630px) {
  .valeurs .blocks .block {
    flex-direction: column;
    max-height: none;
  }
  .valeurs .blocks .block .photo,
  .valeurs .blocks .block .info {
    width: 100%;
  }
  .valeurs .blocks .block .photo {
    order: 0 !important;
  }
  .valeurs .blocks .block .info {
    order: 1 !important;
  }
}

.valorization {
  position: relative;
  padding-top: 22.537%;
}
.valorization .photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.valorization .info {
  width: 51.443%;
  min-width: 787px;
  max-width: 945px;
  background-color: var(--green);
  color: #fff;
  padding: 91px 125px;
  position: relative;
  z-index: 2;
}
.valorization .info .wrap {
  max-width: 563px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.valorization .info .text {
  border-top: 2px solid #fff;
  padding-top: 18px;
  margin-top: 32px;
}
@media only screen and (max-width: 1150px) {
  .valorization .info {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 630px;
  }
  .valorization .info .logo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .valorization .info {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .valorization {
    padding-top: 0;
  }
  .valorization .photo-bg {
    position: static;
    padding-bottom: 50% !important;
    height: auto;
    padding-bottom: 44.74% !important;
    background-size: contain !important;
  }
  .valorization .info {
    width: 100%;
    min-width: auto;
  }
  .valorization .info .wrap {
    margin: 0;
    max-width: 685px;
  }
  .valorization .info .wrap .text {
    margin-bottom: 32px;
  }
}

.eco .blocks .block {
  display: flex;
  align-items: stretch;
  transition: var(--transition);
}
.eco .blocks .block .info {
  width: 51.443%;
  min-width: 787px;
  max-width: 945px;
  padding-left: 15px;
  padding: 0 87px 110.5px;
}
.eco .blocks .block .info .mob {
  display: none;
}
.eco .blocks .block .info .wrap {
  max-width: 605px;
  width: 100%;
  margin-left: auto;
}
.eco .blocks .block .info .wrap .title svg {
  width: 34px;
  height: 34px;
}
.eco .blocks .block .info .wrap .text {
  padding-top: 7px;
  margin-top: 31px;
  border-top: 2px solid #000;
  display: none;
  transition: none;
}
.eco .blocks .block .photo {
  transition: var(--transition);
  overflow: hidden;
  width: 48.557%;
  position: relative;
}
.eco .blocks .block .photo img {
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(100% + 2px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.eco .blocks .block .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
  opacity: 1;
  transition: var(--transition);
}
.eco .blocks .block:first-child .mob-wrap {
  display: block;
}
.eco .blocks .block:first-child .info {
  padding-top: 50px;
}
.eco .blocks .block:first-child .info .wrap .text {
  display: block;
}
.eco .blocks .block.active .photo:after {
  opacity: 0;
}
.eco .blocks .block.active .info {
  padding-top: 110.5px;
  padding-bottom: 50px;
}
.eco .blocks .block.active .info .wrap .title svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1150px) {
  .eco {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .eco .blocks {
    padding-left: 15px;
    padding-right: 15px;
  }
  .eco .blocks .block {
    flex-direction: column;
  }
  .eco .blocks .block .info {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    order: 1;
  }
  .eco .blocks .block .info .wrap {
    margin: 0;
    max-width: none;
  }
  .eco .blocks .block .info .wrap .text {
    display: block;
  }
  .eco .blocks .block .info .mob-wrap {
    display: none;
    transition: 0.3s line;
  }
  .eco .blocks .block .info .mob {
    display: block;
    margin-top: 31px;
  }
  .eco .blocks .block .photo {
    order: 0;
    position: relative;
    width: 100%;
    display: none;
  }
  .eco .blocks .block .photo:before {
    content: "";
    display: block;
    padding-top: 40.5%;
    transition: var(--transition);
  }
  .eco .blocks .block .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;
  }
  .eco .blocks .block .photo:after {
    display: none;
  }
  .eco .blocks .block:first-child .info .mob-wrap {
    display: block;
  }
  .eco .blocks .block.active .info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .eco .blocks .block + .block {
    margin-top: 32px;
  }
}

.doctor-page .content-wrap {
  padding-bottom: 134px;
}
.doctor-page .content-wrap .container-l {
  max-width: 1445px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}
.doctor-page .left {
  max-width: 575px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .doctor-page .left {
    position: sticky;
    top: 89px;
  }
}
.doctor-page .left .photo {
  max-width: 570px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.doctor-page .left .photo:before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: var(--transition);
}
.doctor-page .left .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;
}
.doctor-page .left .presentation {
  margin-top: 62px;
}
.doctor-page .left .presentation h2 {
  margin-bottom: 30px;
}
.doctor-page .left .presentation .text {
  padding-top: 18px;
  border-top: 2px solid #000;
  text-align: justify;
}
.doctor-page .left .presentation .text p + p {
  margin-top: 20px;
}
.doctor-page .left .insta:hover span {
  color: #124639;
}
.doctor-page .right {
  max-width: 690px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .doctor-page .content-wrap {
    padding-bottom: 60px;
  }
  .doctor-page .content-wrap .container-l {
    flex-direction: column;
  }
  .doctor-page .left {
    max-width: none;
  }
  .doctor-page .left .presentation h2 {
    text-align: center;
  }
  .doctor-page .right {
    max-width: none;
  }
}

.page-template-page-doctor .btn-wrap {
  background-color: #1E1E1E;
  margin-top: -1px;
}
.page-template-page-doctor .footer {
  margin-top: -1px;
}
@media only screen and (min-width: 992px) {
  .page-template-page-doctor .btn-wrap {
    padding-left: calc((100vw - 145.9px) / 2);
  }
  .page-template-page-doctor .btn-wrap .btn {
    margin: 0;
  }
}

.doctor-page .publication {
  padding-top: 70px;
  background-color: var(--color-main);
  padding-bottom: 27px;
  padding-left: calc((100vw - 1606px) / 2);
  position: relative;
}
.doctor-page .publication *:not(.btn-white span) {
  color: #fff;
}
.doctor-page .publication .photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.doctor-page .publication .photo-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.doctor-page .publication .container-l {
  max-width: 1445px;
  position: relative;
  z-index: 1;
  margin: 0;
}
.doctor-page .publication .container-l .btn {
  max-width: 161.104px;
  margin: 86px auto 0;
  padding-right: 21px;
}
.doctor-page .publication h2.title {
  text-align: center;
  margin-bottom: 80px;
}
.doctor-page .publication .blocks {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.doctor-page .publication .blocks .block {
  width: calc(50% - 17.5px);
  display: flex;
  align-items: stretch;
  border: 2px solid #fff;
  background-color: var(--color-main);
}
.doctor-page .publication .blocks .block.hidden {
  display: none;
}
.doctor-page .publication .blocks .block .photo-wrap {
  padding: 21px 18px;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.4%;
}
.doctor-page .publication .blocks .block .photo-wrap .photo-pdf img {
  width: 100%;
  height: 100%;
}
.doctor-page .publication .blocks .block .info {
  padding: 30px;
  max-width: 368px;
  width: 53.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.doctor-page .publication .blocks .block .info .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
}
.doctor-page .publication .blocks .block .info .hashtag {
  color: #C1D0B6;
  margin-bottom: 15px;
}
.doctor-page .publication .blocks .block .info .authors,
.doctor-page .publication .blocks .block .info .place-date {
  font-family: var(--ff-area);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.doctor-page .publication .blocks .block .info .place-date {
  margin-top: 10px;
}
.doctor-page .publication .blocks .block .info .link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.doctor-page .publication .blocks .block:hover {
  background-color: #C1D0B6;
  border-color: transparent;
}
.doctor-page .publication .blocks .block:hover * {
  color: var(--color-main) !important;
}
.doctor-page .publication .blocks .block:hover .photo-wrap {
  border-color: transparent;
}
.doctor-page .publication .blocks .block:hover .link svg path {
  stroke: var(--color-main);
}
@media only screen and (max-width: 1158px) {
  .doctor-page .publication .blocks {
    flex-direction: column;
    max-width: 685px;
    margin: 0 auto;
  }
  .doctor-page .publication .blocks .block {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .doctor-page .publication .blocks {
    max-width: 576px;
    margin: 0 auto;
  }
  .doctor-page .publication .blocks .block {
    flex-direction: column;
  }
  .doctor-page .publication .blocks .block .photo-wrap {
    width: 100%;
  }
  .doctor-page .publication .blocks .block .info {
    max-width: 100%;
    width: 100%;
  }
}

.accordion .blocks .block h3.title {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.accordion .blocks .block .text {
  padding-top: 16px;
  display: none;
  text-align: justify;
  transition: none;
}
.accordion .blocks .block .text ul {
  padding-left: 25px;
}
.accordion .blocks .block .text ul li {
  display: list-item;
}
.accordion .blocks .block .text ul li + li {
  margin-top: 7px;
}
.accordion .blocks .block .text p + p {
  margin-top: 20px;
}
.accordion .blocks .block + .block {
  margin-top: 60px;
}
.accordion .blocks .block.active h3.title svg {
  transform: rotate(180deg);
}

.category-page .intro {
  padding-bottom: 30px;
}
.category-page .intro .container {
  max-width: 960px;
}
.category-page .intro .top {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
.category-page .intro .top .photo {
  max-width: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.category-page .intro .top .photo:before {
  content: "";
  display: block;
  padding-top: 63.78%;
  transition: var(--transition);
}
.category-page .intro .top .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;
}
.category-page .intro .top .info {
  max-width: 420px;
}
.category-page .intro .top .info .text {
  text-align: justify;
  margin-bottom: 60px;
}
.category-page .intro .top .info .text p + p {
  margin-top: 20px;
}
.category-page .intro .bottom {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  margin-top: 47px;
}
.category-page .intro .bottom .text,
.category-page .intro .bottom .photo {
  max-width: 450px;
  width: 100%;
}
.category-page .intro .bottom .text p + p {
  margin-top: 20px;
}
.category-page .intro .bottom .text p {
  text-align: justify;
}
.category-page .intro .bottom .text ul {
  padding-left: 25px;
  margin-top: 12px;
}
.category-page .intro .bottom .text ul li {
  display: list-item;
}
.category-page .intro .bottom .text ul li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 940px) {
  .category-page .intro .top,
  .category-page .intro .bottom {
    flex-direction: column;
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-page .intro .top .photo,
  .category-page .intro .top .info,
  .category-page .intro .top .text,
  .category-page .intro .bottom .photo,
  .category-page .intro .bottom .info,
  .category-page .intro .bottom .text {
    max-width: none;
  }
  .category-page .intro .top .photo .btn,
  .category-page .intro .top .info .btn,
  .category-page .intro .top .text .btn,
  .category-page .intro .bottom .photo .btn,
  .category-page .intro .bottom .info .btn,
  .category-page .intro .bottom .text .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .category-page .intro .top .text {
    margin-bottom: 50px;
  }
}

.benefits {
  background-color: #1E1E1E;
  padding-top: 57px;
  padding-bottom: 63px;
}
.benefits * {
  color: #fff;
}
.benefits .container {
  max-width: 1194px;
}
.benefits .top-text {
  text-align: center;
}
.benefits .blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 57px;
  margin-bottom: 41px;
}
.benefits .blocks .block {
  text-align: center;
}
.benefits .blocks .block:first-child .num {
  color: #68A06C;
}
.benefits .blocks .block:nth-child(2) .num {
  color: #739B74;
}
.benefits .blocks .block:nth-child(3) .num {
  color: #D3E7AA;
}
.benefits .blocks .block:first-child, .benefits .blocks .block:nth-child(2) {
  max-width: 166px;
}
.benefits .blocks .block:nth-child(3), .benefits .blocks .block:nth-child(5) {
  max-width: 193px;
}
.benefits .blocks .block:nth-child(4) {
  max-width: 170px;
}
.benefits .blocks .block:nth-child(4) .num {
  color: #C1D0B6;
}
.benefits .blocks .block:nth-child(5) .num {
  color: #FFF;
}
.benefits .blocks .block .num {
  font-family: var(--ff-nohemi);
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: 58px;
  /* 105.455% */
  letter-spacing: 2.75px;
}
.benefits .bottom-text {
  text-align: center;
  padding-top: 16px;
  border-top: 2px solid #fff;
}
@media only screen and (max-width: 992px) {
  .benefits .blocks {
    flex-wrap: wrap;
  }
  .benefits .blocks .block {
    max-width: none !important;
    width: calc(50% - 16px);
  }
  .benefits .blocks .block .text {
    max-width: 200px;
    margin: 0 auto;
  }
  .benefits .blocks .block:nth-child(3) {
    width: 100%;
  }
}

.category-page .content .container {
  max-width: 960px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.category-page .content ul li + li {
  margin-top: 12px;
}

.category-page .appareils {
  padding-bottom: 74px;
}
.category-page .appareils .container {
  max-width: 960px;
}
.category-page .appareils h2.title {
  text-align: center;
  margin-bottom: 33px;
}
.category-page .appareils .blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.category-page .appareils .blocks .block {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.category-page .appareils .blocks .block .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.category-page .appareils .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 69.25%;
  transition: var(--transition);
}
.category-page .appareils .blocks .block .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;
}
.category-page .appareils .blocks .block .info {
  padding: 30px;
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-page .appareils .blocks .block .info .text {
  margin-top: 34px;
  padding-top: 11px;
  border-top: 2px solid #fff;
}
.category-page .appareils .blocks .block .info .btn {
  max-width: 173.104px;
  margin-top: 40px;
}
.category-page .appareils .blocks .block:nth-child(1) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(1) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(1) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(2) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(3) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(4) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(4) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(4) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(5) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(5) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(5) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(6) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(7) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(8) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(8) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(8) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(9) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(9) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(9) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(10) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(11) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(12) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(12) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(12) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(13) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(13) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(13) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(14) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(15) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(16) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(16) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(16) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(17) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(17) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(17) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(18) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(19) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(20) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(20) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(20) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(21) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(21) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(21) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(22) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(23) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(24) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(24) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(24) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(25) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(25) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(25) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(26) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(27) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(28) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(28) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(28) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(29) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(29) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(29) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(30) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(31) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(32) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(32) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(32) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(33) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(33) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(33) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(34) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(35) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(36) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(36) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(36) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(37) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(37) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(37) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(38) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(39) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(40) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(40) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(40) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(41) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(41) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(41) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(42) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(43) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(44) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(44) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(44) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(45) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(45) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(45) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(46) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(47) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(48) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(48) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(48) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(49) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(49) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(49) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(50) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(51) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(52) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(52) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(52) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(53) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(53) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(53) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(54) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(55) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(56) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(56) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(56) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(57) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(57) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(57) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(58) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(59) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(60) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(60) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(60) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(61) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(61) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(61) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(62) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(63) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(64) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(64) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(64) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(65) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(65) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(65) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(66) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(67) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(68) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(68) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(68) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(69) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(69) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(69) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(70) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(71) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(72) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(72) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(72) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(73) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(73) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(73) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(74) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(75) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(76) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(76) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(76) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(77) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(77) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(77) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(78) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(79) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(80) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(80) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(80) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(81) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(81) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(81) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(82) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(83) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(84) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(84) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(84) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(85) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(85) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(85) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(86) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(87) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(88) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(88) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(88) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(89) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(89) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(89) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(90) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(91) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(92) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(92) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(92) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(93) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(93) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(93) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(94) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(95) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(96) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(96) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(96) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(97) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(97) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(97) .info {
  background: #C1D0B6;
}
.category-page .appareils .blocks .block:nth-child(98) .info {
  background: #124639;
}
.category-page .appareils .blocks .block:nth-child(99) .info {
  background: #739B74;
}
.category-page .appareils .blocks .block:nth-child(100) .info {
  color: var(--color-main);
}
.category-page .appareils .blocks .block:nth-child(100) .info .text {
  border-color: #000;
}
.category-page .appareils .blocks .block:nth-child(100) .info {
  background: #C1D0B6;
}
@media only screen and (max-width: 768px) {
  .category-page .appareils .blocks {
    gap: 32px;
  }
  .category-page .appareils .blocks .block {
    width: 100%;
  }
}

.category-page .parcours .container {
  max-width: 1392px;
}
.category-page .parcours .wrapper {
  position: relative;
}
.category-page .parcours .wrapper h2.title {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.category-page .parcours .wrapper .photo {
  position: relative;
  width: 95.742%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.category-page .parcours .wrapper .photo:before {
  content: "";
  display: block;
  padding-top: 73.774%;
  transition: var(--transition);
}
.category-page .parcours .wrapper .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;
}
.category-page .parcours .wrapper .etapes {
  z-index: 2;
}
.category-page .parcours .wrapper .etapes .period {
  position: absolute;
  top: -2%;
  left: 0;
  font-size: clamp(1px, 1.06vw, 16px);
  line-height: 148%;
}
.category-page .parcours .wrapper .etapes .etape {
  position: absolute;
  text-align: center;
}
.category-page .parcours .wrapper .etapes .etape .dot {
  width: 13.5%;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
}
.category-page .parcours .wrapper .etapes .etape .dot::before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.category-page .parcours .wrapper .etapes .etape .title {
  font-family: var(--ff-nohemi);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  /* 130.769% */
  letter-spacing: 0.52px;
  line-height: 34px;
}
@media (max-width: 1480px) {
  .category-page .parcours .wrapper .etapes .etape .title {
    font-size: clamp(1px, 1.7vw, 26px);
    line-height: 160%;
  }
}
.category-page .parcours .wrapper .etapes .etape .text {
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin-top: 4.7%;
}
@media (max-width: 1480px) {
  .category-page .parcours .wrapper .etapes .etape .text {
    font-size: clamp(1px, 1.06vw, 12px);
    line-height: 148%;
  }
}
.category-page .parcours .wrapper .etapes .etape-1 {
  top: 37.5%;
  left: 0;
  z-index: 2;
  width: 11.968%;
}
.category-page .parcours .wrapper .etapes .etape-1 .dot {
  left: 102.7%;
  top: 25%;
}
.category-page .parcours .wrapper .etapes .etape-2 {
  top: 54.6%;
  left: 4.2%;
  width: 15.125%;
}
.category-page .parcours .wrapper .etapes .etape-2 .dot {
  right: 8%;
  top: 1%;
  width: 10.68%;
}
.category-page .parcours .wrapper .etapes .etape-3 {
  top: 69.2%;
  left: 14.3%;
  width: 11.968%;
}
.category-page .parcours .wrapper .etapes .etape-3 .dot {
  right: 5%;
  top: 0.2%;
}
.category-page .parcours .wrapper .etapes .etape-4 {
  top: 80.7%;
  left: 23.5%;
  width: 11.968%;
}
.category-page .parcours .wrapper .etapes .etape-4 .dot {
  right: -9.1%;
  top: -14%;
}
.category-page .parcours .wrapper .etapes .etape-5 {
  top: 87.2%;
  left: 45.77%;
  width: 8.664%;
}
.category-page .parcours .wrapper .etapes .etape-5 .dot {
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
  width: 18.65%;
}
.category-page .parcours .wrapper .etapes .etape-6 {
  top: 80%;
  left: 68.2%;
  width: 12.482%;
}
.category-page .parcours .wrapper .etapes .etape-6 .dot {
  left: -29%;
  top: -23%;
  width: 12.95%;
}
.category-page .parcours .wrapper .etapes .etape-7 {
  top: 69.1%;
  left: 75.1%;
  width: 22.835%;
}
.category-page .parcours .wrapper .etapes .etape-7 .dot {
  left: -3%;
  top: 0px;
  width: 7.076%;
}
.category-page .parcours .wrapper .etapes .etape-8 {
  top: 53.8%;
  left: 86.1%;
  width: 9.912%;
}
.category-page .parcours .wrapper .etapes .etape-8 .dot {
  left: -42%;
  top: 17%;
  width: 16.3%;
}
.category-page .parcours .wrapper .etapes .etape-9 {
  top: 38%;
  left: 88.9%;
  width: 11.087%;
}
.category-page .parcours .wrapper .etapes .etape-9 .dot {
  left: -29.5%;
  top: 15%;
  width: 14.57%;
}
.category-page .parcours .wrapper .etapes .etape-1 .period, .category-page .parcours .wrapper .etapes .etape-2 .period, .category-page .parcours .wrapper .etapes .etape-3 .period, .category-page .parcours .wrapper .etapes .etape-4 .period {
  top: -73%;
  left: 76%;
  white-space: nowrap;
}
.category-page .parcours .wrapper .etapes .etape-5 .period {
  top: -108%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.category-page .parcours .wrapper .etapes .etape-5 .period {
  top: -108%;
  left: 50%;
  transform: translateX(-50%);
}
.category-page .parcours .wrapper .etapes .etape-6 .period {
  top: -110%;
  left: -58%;
  max-width: 113px;
}
.category-page .parcours .wrapper .etapes .etape-7 .period {
  top: -57%;
  left: -23%;
}
.category-page .parcours .wrapper .etapes .etape-8 .period {
  top: -89%;
  left: -114%;
  max-width: 172px;
}
.category-page .parcours .wrapper .etapes .etape-9 .period {
  top: -102.1%;
  left: -41%;
}
.category-page .parcours-8 .wrapper .etapes .etape-3, .category-page .parcours-9 .wrapper .etapes .etape-3 {
  top: 74.2%;
  left: 18.3%;
}
.category-page .parcours-8 .wrapper .etapes .etape-4, .category-page .parcours-9 .wrapper .etapes .etape-4 {
  top: 83.7%;
  left: 30.5%;
}
.category-page .parcours-8 .wrapper .etapes .etape-5, .category-page .parcours-9 .wrapper .etapes .etape-5 {
  left: 48.77%;
  width: 13.664%;
}
.category-page .parcours-8 .wrapper .etapes .etape-5 .dot, .category-page .parcours-9 .wrapper .etapes .etape-5 .dot {
  top: -58%;
  width: 11.83%;
}
.category-page .parcours-8 .wrapper .etapes .etape-5 .period, .category-page .parcours-9 .wrapper .etapes .etape-5 .period {
  top: -139%;
}
.category-page .parcours-8 .wrapper .etapes .etape-6, .category-page .parcours-9 .wrapper .etapes .etape-6 {
  top: 78%;
  left: 66.2%;
  width: 24.482%;
}
.category-page .parcours-8 .wrapper .etapes .etape-6 .dot, .category-page .parcours-9 .wrapper .etapes .etape-6 .dot {
  left: 4%;
  top: -20%;
  width: 6.6%;
}
.category-page .parcours-8 .wrapper .etapes .etape-6 .period, .category-page .parcours-9 .wrapper .etapes .etape-6 .period {
  top: -88%;
  left: -4%;
}
.category-page .parcours-8 .wrapper .etapes .etape-7, .category-page .parcours-9 .wrapper .etapes .etape-7 {
  top: 64.1%;
  left: 79.1%;
  width: 13.835%;
}
.category-page .parcours-8 .wrapper .etapes .etape-7 .dot, .category-page .parcours-9 .wrapper .etapes .etape-7 .dot {
  width: 11.676%;
}
.category-page .parcours-8 .wrapper .etapes .etape-7 .period, .category-page .parcours-9 .wrapper .etapes .etape-7 .period {
  top: -108%;
  left: -65%;
}
.category-page .parcours-8 .wrapper .etapes .etape-8, .category-page .parcours-9 .wrapper .etapes .etape-8 {
  top: 46.8%;
  left: 88.1%;
}
.category-page .parcours-8 .wrapper .etapes .etape-8 .period, .category-page .parcours-9 .wrapper .etapes .etape-8 .period {
  top: -76%;
  left: -39%;
  font-family: var(--ff-nohemi);
  font-size: clamp(1px, 1.06vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 130.769% */
  letter-spacing: 0.52px;
}
.category-page .parcours-9 .wrapper .etapes .etape-9 {
  display: none;
}
.category-page .parcours-10 .wrapper .etapes .etape-1 {
  top: 30.5%;
  left: -0.2%;
}
.category-page .parcours-10 .wrapper .etapes .etape-2 {
  top: 47.6%;
  left: 1.9%;
}
.category-page .parcours-10 .wrapper .etapes .etape-2 .period {
  top: -49%;
  left: 89%;
}
.category-page .parcours-10 .wrapper .etapes .etape-3 {
  top: 64.2%;
  left: 10.8%;
}
.category-page .parcours-10 .wrapper .etapes .etape-4 {
  top: 76.7%;
  left: 18.5%;
}
.category-page .parcours-10 .wrapper .etapes .etape-5 {
  top: 85.2%;
  left: 34.77%;
}
.category-page .parcours-10 .wrapper .etapes .etape-6 {
  top: 86%;
  left: 51.2%;
}
.category-page .parcours-10 .wrapper .etapes .etape-6 .dot {
  left: 34%;
  top: -41%;
}
.category-page .parcours-10 .wrapper .etapes .etape-6 .period {
  top: -118%;
  left: 9%;
}
.category-page .parcours-10 .wrapper .etapes .etape-7 {
  top: 76.7%;
  left: 68.1%;
  width: 19.835%;
}
.category-page .parcours-10 .wrapper .etapes .etape-7 .dot {
  width: 8.331%;
}
.category-page .parcours-10 .wrapper .etapes .etape-8 {
  top: 61.8%;
  left: 82.7%;
  width: 15.912%;
}
.category-page .parcours-10 .wrapper .etapes .etape-8 .dot {
  left: -26%;
  top: 7%;
  width: 10.39%;
}
.category-page .parcours-10 .wrapper .etapes .etape-8 .period {
  top: -27%;
  left: -58%;
}
.category-page .parcours-10 .wrapper .etapes .etape-9 {
  top: 47%;
  left: 87.7%;
  opacity: 1;
}
.category-page .parcours-10 .wrapper .etapes .etape-9 .period {
  top: -65.1%;
  left: -110%;
}
.category-page .parcours-10 .wrapper .etapes .etape-10 {
  top: 31%;
  left: 87.6%;
  width: 11.087%;
}
.category-page .parcours-10 .wrapper .etapes .etape-10 .dot {
  left: -7.5%;
  top: 15%;
  width: 14.57%;
}
.category-page .parcours-10 .wrapper .etapes .etape-10 .period {
  top: -157%;
  left: -46%;
  font-family: "Nohemi";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 130.769% */
  letter-spacing: 0.52px;
}

.technology-page {
  overflow: hidden;
}
.technology-page .conatainer {
  max-width: 1200px;
}
@media only screen and (max-width: 1350px) {
  .technology-page .blocks.box .block .add-photo {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .technology-page .blocks.box .block .info h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .technology-page .blocks {
    gap: 32px;
  }
  .technology-page .blocks .block {
    width: 100%;
    flex-direction: column;
  }
  .technology-page .blocks .block .photo {
    order: 0;
  }
  .technology-page .blocks .block .info {
    order: 1;
    padding: 30px;
  }
  .technology-page .blocks .block .info .wrap {
    max-width: none;
    padding: 0;
  }
}

.labolio-page .wp-text ul {
  margin-top: 29px;
}
.labolio-page .wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image {
  min-width: 284px;
  flex: 0 0 24.274%;
  max-width: 24.274%;
}
.labolio-page .is-layout-flex .wp-block-group {
  width: 100%;
  max-width: 807px;
}
@media only screen and (max-width: 768px) {
  .labolio-page .blocks {
    gap: 32px;
  }
  .labolio-page .blocks .block {
    width: 100%;
    flex-direction: column;
  }
  .labolio-page .blocks .block .photo {
    order: 0;
  }
  .labolio-page .blocks .block .info {
    order: 1;
    padding: 30px;
  }
  .labolio-page .blocks .block .info .wrap {
    max-width: none;
    padding: 0;
  }
}

.conseils-page .blocks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.conseils-page .blocks .block {
  width: 50%;
}
.conseils-page .blocks .block .photo {
  position: relative;
  width: 100%;
}
.conseils-page .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 47.865%;
  transition: var(--transition);
}
.conseils-page .blocks .block .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-page .blocks .block .info {
  padding: 30px 30px 39px 30px;
  color: #fff;
}
.conseils-page .blocks .block .info h3 {
  margin-bottom: 40px;
}
.conseils-page .blocks .block .info .btn {
  max-width: 173.104px;
}
.conseils-page .blocks .block .info .btn:hover {
  background-color: #fff;
}
.conseils-page .blocks .block .info .btn:hover:before {
  background-color: var(--color-main);
}
.conseils-page .blocks .block .info .btn:hover span {
  color: var(--color-main);
}
.conseils-page .blocks .block:nth-child(odd) {
  background-color: var(--green);
}
.conseils-page .blocks .block:nth-child(even) {
  background-color: #739B74;
}
@media only screen and (min-width: 992px) {
  .conseils-page .blocks .block:hover .info {
    background-color: var(--color-main);
    color: #fff;
  }
  .conseils-page .blocks .block:hover .info .btn {
    background-color: #fff;
  }
  .conseils-page .blocks .block:hover .info .btn:before {
    background-color: var(--color-main);
  }
  .conseils-page .blocks .block:hover .info .btn span {
    color: var(--color-main);
  }
}
.conseils-page .pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .conseils-page .blocks {
    flex-direction: column;
    gap: 32px;
  }
  .conseils-page .blocks .block {
    width: 100%;
  }
}
