:root {
  --ff-montserrat: "Montserrat", sans-serif;
  --ff-bg: "Bricolage Grotesque", sans-serif;
  --ff-hs: "Hisquins", sans-serif;
  --transition: 0.3s ease-in-out;
  --color-main: #373E4B;
  --ff-main: var(--ff-montserrat);
}

.lock {
  overflow: hidden;
}

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

body {
  margin: 0;
  color: var(--color-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff-main);
}
body.home {
  background-color: #F9F7F4;
}

img {
  transition: 0.3s;
}

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

p,
form,
input,
a,
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);
}

.menu a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a,
button,
input {
  transition: all 0.4s ease;
  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,
h5,
h6,
input,
textarea,
button,
label,
strong,
b {
  cursor: default;
}

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

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 74px;
}
h1 span {
  color: #C89C86;
}

h2 {
  font-style: normal;
  font-weight: 250;
  font-size: 38px;
  line-height: 55px;
  letter-spacing: 3.04px;
  text-transform: uppercase;
}

.home h2 {
  font-style: normal;
  font-weight: 200;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: 3.52px;
  text-transform: uppercase;
}

h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.66px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36.4px !important;
    line-height: 51.8px;
  }
  h2 {
    font-size: 30.8px !important;
    line-height: 42px;
    letter-spacing: 2.464px;
  }
  h3 {
    font-size: 19.6px !important;
    line-height: 25.2px;
  }
  h4 {
    font-size: 15.4px !important;
    line-height: 22.4px;
  }
}
#wpadminbar {
  display: none;
}

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

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

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

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

.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;
}

.page-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.page-main > .main-wrap {
  flex-grow: 1;
}

.content {
  position: relative;
}

.page-part-1 {
  background: #373E4B;
  padding-top: 80px;
  padding-bottom: 138px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .page-part-1 {
    padding-bottom: 160px;
  }
}

.page-part-2 {
  margin-top: -90px;
  border-radius: 48px 48px 0 0;
  background: url(../img/part-2-bg.webp) no-repeat;
  background-position: top center;
  background-size: auto 100%;
  padding-top: 120px;
  padding-bottom: 138px;
  overflow: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  .page-part-2 {
    background-size: cover;
  }
}

#smooth-content,
#smooth-wrapper {
  transition: none;
}

.page-frames .frame {
  position: absolute;
}
.page-frames .frame svg {
  display: block;
  width: 100%;
  height: auto;
}
.page-frames .frame-top {
  top: 12%;
  right: 0;
  width: 16.511%;
  max-width: 317px;
}
.page-frames .frame-center {
  top: 45.6%;
  left: 0;
  width: 15.469%;
  max-width: 297px;
}
.page-frames .frame-bottom {
  right: 0;
  bottom: 0;
  width: 16.094%;
  max-width: 309px;
}
@media only screen and (max-width: 1440px) {
  .page-frames {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-family: "Montserrat";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-family: "Montserrat";
  font-display: swap;
}
/* @font-face {
    font-family: 'Bricolage Grotesque SemiCondensed';
    src: url('../fonts/BricolageGrotesqueSemiCondensed-Regular.eot');
    src: url('../fonts/BricolageGrotesqueSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BricolageGrotesqueSemiCondensed-Regular.woff2') format('woff2'),
        url('../fonts/BricolageGrotesqueSemiCondensed-Regular.woff') format('woff'),
        url('../fonts/BricolageGrotesqueSemiCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/BricolageGrotesque-ExtraLight.eot");
  src: url("../fonts/BricolageGrotesque-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BricolageGrotesque-ExtraLight.woff2") format("woff2"), url("../fonts/BricolageGrotesque-ExtraLight.woff") format("woff"), url("../fonts/BricolageGrotesque-ExtraLight.ttf") format("truetype");
  font-family: "Bricolage Grotesque";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/BricolageGrotesque-Light.eot");
  src: url("../fonts/BricolageGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BricolageGrotesque-Light.woff2") format("woff2"), url("../fonts/BricolageGrotesque-Light.woff") format("woff"), url("../fonts/BricolageGrotesque-Light.ttf") format("truetype");
  font-family: "Bricolage Grotesque";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/BricolageGrotesque-Medium.eot");
  src: url("../fonts/BricolageGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BricolageGrotesque-Medium.woff2") format("woff2"), url("../fonts/BricolageGrotesque-Medium.woff") format("woff"), url("../fonts/BricolageGrotesque-Medium.ttf") format("truetype");
  font-family: "Bricolage Grotesque";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BricolageGrotesque-Regular.eot");
  src: url("../fonts/BricolageGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BricolageGrotesque-Regular.woff2") format("woff2"), url("../fonts/BricolageGrotesque-Regular.woff") format("woff"), url("../fonts/BricolageGrotesque-Regular.ttf") format("truetype");
  font-family: "Bricolage Grotesque";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Hisquins.eot");
  src: url("../fonts/Hisquins.eot?#iefix") format("embedded-opentype"), url("../fonts/Hisquins.woff2") format("woff2"), url("../fonts/Hisquins.woff") format("woff"), url("../fonts/Hisquins.ttf") format("truetype");
  font-family: "Hisquins";
  font-display: swap;
}
.btn {
  display: block;
  position: relative;
  border-bottom: 2px solid #C89C86;
  border-left: 1px solid #C89C86;
  border-radius: 50px;
  padding: 8px 16px 8px 24px;
  max-width: 347px;
  overflow: hidden;
}
.btn::before, .btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn span {
  display: flex;
  position: relative;
  align-items: center;
  gap: 14px;
  z-index: 10;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff-bg);
  letter-spacing: 2.08px;
  text-transform: uppercase;
}
.btn span svg {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}
.btn:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.btn::before {
  top: -110%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  border-radius: 50%;
  background: #C89C86;
  padding-bottom: 120%;
  width: 120%;
  height: 0;
  content: "";
}
.btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  background: #C89C86;
  content: "";
}
.btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}
.btn-rdv {
  padding: 16px 47px;
}
.btn-rdv svg {
  display: none;
}
.btn-other-svg {
  max-width: 193px;
}
.btn-other-svg span {
  color: #373E4B;
}
.btn-other-svg:hover span {
  color: #fff;
}
.btn-other-svg:hover svg path {
  fill: #fff;
}

.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;
}

@media only screen and (min-width: 768px) {
  .phone a {
    pointer-events: none;
  }
}
.container.back-wrap {
  padding-top: 80px;
  padding-bottom: 88px;
}
.container.back-wrap a {
  margin: 0 auto;
}

[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;
}

.page-hero .container .wrap {
  width: 100% !important;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  max-width: 100%;
  overflow: auto;
}
.breadcrumbs .home-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs a,
.breadcrumbs span {
  white-space: nowrap;
}
.breadcrumbs .home-link {
  display: flex;
  align-items: center;
  height: 40px;
  max-height: 40px;
}
.breadcrumbs .home-link:hover svg rect {
  fill: #CA915E;
}
.breadcrumbs .home-link:hover svg path {
  stroke: #fff;
}
.breadcrumbs a:hover {
  color: #CA915E;
}

.widgets {
  display: flex;
  position: fixed;
  top: 30vh;
  right: 5.3vw;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .widgets {
    display: none;
  }
}

.widgets .widget {
  justify-content: flex-end;
  border-radius: 50px;
  min-width: 48px;
  min-height: 48px;
}
.widgets .widget.widget-phone {
  min-width: 48px;
  min-height: 48px;
}

.widgets .widget,
.widgets .widget-info {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.widget-contact div,
.widget-contact span {
  cursor: pointer;
}

.widgets .widget-info {
  justify-content: center;
  opacity: 0;
  transition: width 0.7s ease-in-out, opacity 0.1s ease-in-out 0.15s, padding-inline 0.7s ease-in-out 0.15s;
  margin-right: 1px;
  border-radius: 24px;
  background-color: #373E4B;
  width: 0;
  height: 48px;
  overflow: hidden;
  pointer-events: none;
  color: #fff;
  text-align: center;
}
.widgets .widget-info span {
  color: #fff;
}

.widgets .widget-info:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.widget.widget-phone a {
  pointer-events: none;
}

.widgets .widget-info span {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.widgets .widget-logo {
  display: flex;
  position: relative;
  position: relative;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--Main_Maeva, #373E4B);
  border-left: 1px solid var(--Main_Maeva, #373E4B);
  border-radius: 50%;
  background: #fff;
  width: 40px;
  width: 100%;
  min-width: 40px;
  max-width: 40px;
  height: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  color: #373E4B;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  line-height: 40px;
  font-family: var(--ff-hs);
  text-align: center;
  text-transform: uppercase;
}
.widgets .widget-logo span {
  margin-top: 3px;
}

.widgets .widget-logo svg {
  margin-left: -1px;
  overflow: visible;
}

.widgets .widget:is(:hover, .active) .widget-info {
  pointer-events: all;
}

.widgets .widget.widget-phone:is(:hover, .active) .widget-info {
  opacity: 1;
  width: 157px;
}
.widgets .widget.widget-location:is(:hover, .active) .widget-info {
  opacity: 1;
  width: 283px;
}
.widgets .widget.widget-rdv:is(:hover, .active) .widget-info {
  opacity: 1;
  width: 101px;
}
.widgets .widget:hover .widget-logo {
  background-color: #373E4B;
  color: #fff;
}
.widgets .widget:hover .widget-logo svg path {
  fill: #fff;
}

.widgets .widget:is(:hover, .active) .widget-info span {
  opacity: 1;
}

@media (max-width: 767px) {
  .widgets {
    display: none;
  }
}
.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  min-height: 100vh;
}
.error404 footer {
  width: 100%;
}

.error {
  display: flex;
  flex-grow: 5;
  flex-direction: column;
  justify-content: center;
  padding-top: 88px;
  padding-bottom: 88px;
  width: 100%;
}
.error .btn {
  justify-content: center;
  max-width: 325px;
}
.error .btn span {
  color: #373E4B;
}

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

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

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

.error404__button {
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  min-width: 300px;
  max-width: 300px;
}

.error404 .header {
  position: inherit;
}

.mobile-menu {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2222;
  border-bottom: 2px solid #000;
  border-bottom: 1px solid #C89C86;
  border-radius: 0px 0px 24px 24px;
  background-color: #373E4B;
  width: 100vw;
}
.header * {
  color: #fff;
  text-decoration: none !important;
}
.header .burger {
  display: none;
}
.header .bg {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.header .bg svg {
  display: block;
  width: 100%;
  height: auto;
}
.header .container {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 20px;
  z-index: 2;
}
.header .container .header-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header .container .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 859px;
}
.header .container .wrap nav {
  width: 100%;
  max-width: 659px;
  height: 100%;
}
.header .container .wrap nav a {
  display: block;
}
.header .container .wrap nav ul li > a {
  transition: none;
  cursor: pointer;
}
.header .container .wrap nav ul li:hover > a {
  color: #C89C86;
}
.header .container .wrap nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.header .container .wrap nav > ul > li {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .container .wrap nav > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff-hs);
  letter-spacing: 2.08px;
  text-transform: uppercase;
}
.header .container .wrap nav > ul > li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (min-width: 1030px) {
  .header .container .wrap nav > ul .menu-item-has-children .sub-menu {
    opacity: 0;
    border-bottom: 1px solid #C89C86;
    border-left: 1px solid #C89C86;
    border-radius: 24px;
    background: var(--BB_light, #FAF8F4);
    pointer-events: none;
  }
  .header .container .wrap nav > ul .menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    min-width: 305px;
  }
}
@media only screen and (min-width: 1030px) {
  .header .container .wrap nav > ul .menu-item-has-children li > a {
    transition: none;
    border-radius: 24px;
  }
  .header .container .wrap nav > ul .menu-item-has-children li:hover > a {
    background-color: #C89C86;
    overflow: hidden;
    color: #fff;
  }
  .header .container .wrap nav > ul .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}
.header .container .wrap nav > ul .sub-menu-1 > .sub-menu-wrap > li > a {
  text-transform: uppercase;
}
@media only screen and (min-width: 1030px) {
  .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: -16px;
  }
}
.header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
  display: block;
  width: 32px;
  height: 32px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMTYiIGZpbGw9IiNDODlDODYiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIzM181NDY1KSI+CjxwYXRoIGQ9Ik0xNCAxOS4yMTQzTDE3Ljc1IDE2TDE0IDEyLjc4NTdMMTQuNzUgMTEuNUwyMCAxNkwxNC43NSAyMC41TDE0IDE5LjIxNDNaIiBmaWxsPSIjMzczRTRCIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjMzXzU0NjUiPgo8cmVjdCB3aWR0aD0iOSIgaGVpZ2h0PSI2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQgMjAuNSkgcm90YXRlKC05MCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}
@media only screen and (min-width: 1030px) {
  .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}
.header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children:hover > a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMV8yMzNfNTQ1OCIgZmlsbD0id2hpdGUiPgo8cGF0aCBkPSJNMCAxNkMwIDcuMTYzNDQgNy4xNjM0NCAwIDE2IDBDMjQuODM2NiAwIDMyIDcuMTYzNDQgMzIgMTZDMzIgMjQuODM2NiAyNC44MzY2IDMyIDE2IDMyQzcuMTYzNDQgMzIgMCAyNC44MzY2IDAgMTZaIi8+CjwvbWFzaz4KPHBhdGggZD0iTTAgMEgzMkgwWk0zMiAxNi41QzMyIDI1LjYxMjcgMjQuNjEyNyAzMyAxNS41IDMzQzYuMzg3MyAzMyAtMSAyNS42MTI3IC0xIDE2LjVMMSAxNkMxIDI0LjI4NDMgNy43MTU3MyAzMSAxNiAzMUMyNC44MzY2IDMxIDMyIDI0LjI4NDMgMzIgMTZWMTYuNVpNMTUuNSAzM0M2LjM4NzMgMzMgLTEgMjUuNjEyNyAtMSAxNi41Qy0xIDcuMzg3MyA2LjM4NzMgMCAxNS41IDBIMTZDNy43MTU3MyAwIDEgNy4xNjM0NCAxIDE2QzEgMjQuMjg0MyA3LjcxNTczIDMxIDE2IDMxTDE1LjUgMzNaTTMyIDBWMzJWMFoiIGZpbGw9IiNDODlDODYiIG1hc2s9InVybCgjcGF0aC0xLWluc2lkZS0xXzIzM181NDU4KSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjMzXzU0NTgpIj4KPHBhdGggZD0iTTE0IDE5LjIxNDNMMTcuNzUgMTZMMTQgMTIuNzg1N0wxNC43NSAxMS41TDIwIDE2TDE0Ljc1IDIwLjVMMTQgMTkuMjE0M1oiIGZpbGw9IiNGOUY3RjQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMzNfNTQ1OCI+CjxyZWN0IHdpZHRoPSI5IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNCAyMC41KSByb3RhdGUoLTkwKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.header .container .wrap nav > ul > .menu-item-has-children > .sub-menu a {
  display: block;
  padding: 8px 16px;
  color: #373E4B;
}
.header .container .wrap nav > ul > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: none;
}
.header .container .wrap nav > ul > .menu-item-has-children > a::after {
  display: block;
  width: 32px;
  height: 32px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMV81MjBfODk0IiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGQ9Ik0xNiAtNi45OTM4MmUtMDdDMjQuODM2NiAtMy4xMzEyNGUtMDcgMzIgNy4xNjM0NCAzMiAxNkMzMiAyNC44MzY2IDI0LjgzNjYgMzIgMTYgMzJDNy4xNjM0NCAzMiAtMS4wODU2NGUtMDYgMjQuODM2NiAtNi45OTM4MmUtMDcgMTZDLTMuMTMxMjRlLTA3IDcuMTYzNDQgNy4xNjM0NCAtMS4wODU2NGUtMDYgMTYgLTYuOTkzODJlLTA3WiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0zMiAwTDMyIDMyTDMyIDBaTTE1LjUgMzNDNi4zODczIDMzIC0xIDI1LjYxMjcgLTEgMTYuNUMtMSA3LjM4NzMgNi4zODczIC0xLjExOTU3ZS0wNiAxNS41IC03LjIxMjM4ZS0wN0wxNiAtNi45OTM4MmUtMDdDNy43MTU3MyAtMS4wNjE1ZS0wNiAxIDcuMTYzNDQgMC45OTk5OTkgMTZDMC45OTk5OTkgMjQuMjg0MyA3LjcxNTczIDMxIDE2IDMxTDE1LjUgMzNaTTAgLTEuMzk4NzZlLTA2TDMyIDBMMCAtMS4zOTg3NmUtMDZaTTMyIDE2LjVDMzIgMjUuNjEyNyAyNC42MTI3IDMzIDE1LjUgMzNDNi4zODczIDMzIC0xIDI1LjYxMjcgLTEgMTYuNUwwLjk5OTk5OSAxNkMwLjk5OTk5OSAyNC4yODQzIDcuNzE1NzMgMzEgMTYgMzFDMjQuODM2NiAzMSAzMiAyNC4yODQzIDMyIDE2TDMyIDE2LjVaIiBmaWxsPSIjQzg5Qzg2IiBtYXNrPSJ1cmwoI3BhdGgtMS1pbnNpZGUtMV81MjBfODk0KSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTIwXzg5NCkiPgo8cGF0aCBkPSJNMTkuMjE0MyAxM0wxNiAxNi43NUwxMi43ODU3IDEzTDExLjUgMTMuNzVMMTYgMTlMMjAuNSAxMy43NUwxOS4yMTQzIDEzWiIgZmlsbD0iI0Y5RjdGNCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUyMF84OTQiPgo8cmVjdCB3aWR0aD0iOSIgaGVpZ2h0PSI2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgNS41NjM2M2UtMDggNS41NjM2M2UtMDggMSAyMC41IDEzKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.header .container .wrap nav > ul > .menu-item-has-children:hover > a {
  color: #C89C86;
}
.header .container .wrap nav > ul > .menu-item-has-children:hover > a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgcng9IjE2IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAzMiAwKSIgZmlsbD0iI0M4OUM4NiIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjIzXzI4NzEpIj4KPHBhdGggZD0iTTEyLjc4NTcgMTRMMTYgMTcuNzVMMTkuMjE0MyAxNEwyMC41IDE0Ljc1TDE2IDIwTDExLjUgMTQuNzVMMTIuNzg1NyAxNFoiIGZpbGw9IiNGOUY3RjQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMjNfMjg3MSI+CjxyZWN0IHdpZHRoPSI5IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS41IDE0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.header .container .wrap .rdv {
  font-family: var(--ff-hs);
}
@media only screen and (max-width: 1030px) {
  .header.active {
    border-radius: 0;
  }
  .header .burger {
    display: block;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    color: #fff;
  }
  .header .burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%);
    transition: transform 1s;
    background: #fff;
    width: 85%;
    height: 2px;
  }
  .header .burger::after, .header .burger::before {
    display: block;
    position: absolute;
    left: 50%;
    transition: transform 1s;
    background: #fff;
    width: 85%;
    height: 2px;
    content: "";
  }
  .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: #fff;
  }
  .header .burger.active::after {
    transform: rotate(-45deg) translateY(-15px) translate(1px, -5px);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: #fff;
  }
  .header .right {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .header .container .wrap nav {
    position: fixed;
    top: 88px;
    right: -200%;
    transition: 0.5s ease;
    border-left: 1px solid #C89C86;
    background-color: #373E4B;
    padding: 50px 40px;
    width: auto;
    min-width: 350px;
  }
  .header .container .wrap nav.active {
    right: 0;
  }
  .header .container .wrap nav > ul {
    gap: 15px;
  }
  .header .container .wrap nav .sub-menu {
    display: none;
  }
  .header .container .wrap nav .sub-menu a {
    padding: 0 !important;
  }
  .header .container .wrap nav .sub-menu li + li {
    margin-top: 15px;
  }
  .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMV81MjBfODk0IiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGQ9Ik0xNiAtNi45OTM4MmUtMDdDMjQuODM2NiAtMy4xMzEyNGUtMDcgMzIgNy4xNjM0NCAzMiAxNkMzMiAyNC44MzY2IDI0LjgzNjYgMzIgMTYgMzJDNy4xNjM0NCAzMiAtMS4wODU2NGUtMDYgMjQuODM2NiAtNi45OTM4MmUtMDcgMTZDLTMuMTMxMjRlLTA3IDcuMTYzNDQgNy4xNjM0NCAtMS4wODU2NGUtMDYgMTYgLTYuOTkzODJlLTA3WiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0zMiAwTDMyIDMyTDMyIDBaTTE1LjUgMzNDNi4zODczIDMzIC0xIDI1LjYxMjcgLTEgMTYuNUMtMSA3LjM4NzMgNi4zODczIC0xLjExOTU3ZS0wNiAxNS41IC03LjIxMjM4ZS0wN0wxNiAtNi45OTM4MmUtMDdDNy43MTU3MyAtMS4wNjE1ZS0wNiAxIDcuMTYzNDQgMC45OTk5OTkgMTZDMC45OTk5OTkgMjQuMjg0MyA3LjcxNTczIDMxIDE2IDMxTDE1LjUgMzNaTTAgLTEuMzk4NzZlLTA2TDMyIDBMMCAtMS4zOTg3NmUtMDZaTTMyIDE2LjVDMzIgMjUuNjEyNyAyNC42MTI3IDMzIDE1LjUgMzNDNi4zODczIDMzIC0xIDI1LjYxMjcgLTEgMTYuNUwwLjk5OTk5OSAxNkMwLjk5OTk5OSAyNC4yODQzIDcuNzE1NzMgMzEgMTYgMzFDMjQuODM2NiAzMSAzMiAyNC4yODQzIDMyIDE2TDMyIDE2LjVaIiBmaWxsPSIjQzg5Qzg2IiBtYXNrPSJ1cmwoI3BhdGgtMS1pbnNpZGUtMV81MjBfODk0KSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNTIwXzg5NCkiPgo8cGF0aCBkPSJNMTkuMjE0MyAxM0wxNiAxNi43NUwxMi43ODU3IDEzTDExLjUgMTMuNzVMMTYgMTlMMjAuNSAxMy43NUwxOS4yMTQzIDEzWiIgZmlsbD0iI0Y5RjdGNCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUyMF84OTQiPgo8cmVjdCB3aWR0aD0iOSIgaGVpZ2h0PSI2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgNS41NjM2M2UtMDggNS41NjM2M2UtMDggMSAyMC41IDEzKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  }
  .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children:hover > a, .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children.active > a {
    color: #C89C86 !important;
  }
  .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children:hover > a:after, .header .container .wrap nav > ul > .menu-item-has-children > .sub-menu .menu-item-has-children.active > a:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgcng9IjE2IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAzMiAwKSIgZmlsbD0iI0M4OUM4NiIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjIzXzI4NzEpIj4KPHBhdGggZD0iTTEyLjc4NTcgMTRMMTYgMTcuNzVMMTkuMjE0MyAxNEwyMC41IDE0Ljc1TDE2IDIwTDExLjUgMTQuNzVMMTIuNzg1NyAxNFoiIGZpbGw9IiNGOUY3RjQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMjNfMjg3MSI+CjxyZWN0IHdpZHRoPSI5IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS41IDE0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") !important;
  }
  .header .container .wrap nav > ul > .menu-item-has-children:hover > a, .header .container .wrap nav > ul > .menu-item-has-children.active > a {
    color: #C89C86 !important;
  }
  .header .container .wrap nav > ul > .menu-item-has-children:hover > a:after, .header .container .wrap nav > ul > .menu-item-has-children.active > a:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgcng9IjE2IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAzMiAwKSIgZmlsbD0iI0M4OUM4NiIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjIzXzI4NzEpIj4KPHBhdGggZD0iTTEyLjc4NTcgMTRMMTYgMTcuNzVMMTkuMjE0MyAxNEwyMC41IDE0Ljc1TDE2IDIwTDExLjUgMTQuNzVMMTIuNzg1NyAxNFoiIGZpbGw9IiNGOUY3RjQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMjNfMjg3MSI+CjxyZWN0IHdpZHRoPSI5IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS41IDE0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") !important;
  }
  .header .container .wrap nav .menu-item-has-children > a {
    pointer-events: none;
  }
  .header .container .wrap nav .menu-item-has-children.active > .sub-menu {
    display: block;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .header .container .wrap nav a {
    justify-content: center !important;
    gap: 16px;
    color: #fff !important;
    text-align: center;
  }
  .header .container .wrap nav > ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .header .container .wrap nav {
    width: 100vw;
    max-width: none;
    overflow: auto;
  }
}
@media only screen and (max-width: 576px) {
  .header .btn-rdv {
    display: none;
  }
}

.home .footer {
  margin-top: -50px;
}

.footer {
  position: relative;
  z-index: 4;
  border-radius: 48px 48px 0px 0px;
  background: #C89C86;
  padding-top: 120px;
  padding-bottom: 32px;
  overflow: hidden;
}
.footer * {
  color: #fff;
  font-family: var(--ff-montserrat);
}
.footer a:hover {
  text-decoration: underline;
}
.footer svg path {
  fill: #fff;
}
.footer .frame {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 17.709%;
}
.footer .frame svg {
  width: 100%;
  height: auto;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 80px;
}
.footer .top .left {
  width: 100%;
  max-width: 471px;
}
.footer .top .left .logo {
  display: block;
  margin-bottom: 64px;
}
.footer .top .left .contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer .top .left .contacts .phone a,
.footer .top .left .contacts .location {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .top .left .contacts .phone a {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.footer .top .left .contacts .phone:hover a {
  text-decoration: underline;
}
.footer .top nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 603px;
}
.footer .top nav ul {
  width: 100%;
  max-width: 285px;
}
.footer .top nav ul li + li {
  margin-top: 16px;
}
.footer .bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1820px) {
  .footer .frame {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .footer {
    padding-top: 40px;
  }
  .footer .bottom .wrap {
    gap: 32px;
  }
}
@media only screen and (max-width: 860px) {
  .footer .bottom .wrap {
    align-items: flex-start;
  }
  .footer .bottom .right a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .footer .top .left .logo {
    max-width: 380px;
  }
  .footer .top .left .logo svg {
    width: 100%;
    height: auto;
  }
  .footer .top .left .contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .footer .top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
  .footer .top .left .logo {
    margin-bottom: 32px;
    max-width: 100%;
  }
  .footer .top .left .logo svg {
    width: 100%;
    height: auto;
  }
  .footer .top .left .contacts {
    flex-direction: column;
  }
  .footer .top nav {
    max-width: 900px;
  }
  .footer .top .menu {
    text-align: center;
  }
  .footer .bottom .wrap {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 576px) {
  .footer nav {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
}

.single-page .content {
  padding-right: 15px;
  padding-left: 15px;
}
.single-page .content .wrapper {
  margin: 0 auto;
  border-radius: 48px;
  background: #F9F7F4;
  width: 100%;
  max-width: 1824px;
}
.single-page .content .wrapper .container {
  padding-top: 64px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 846px;
}
.single-page .page-frames .frame-bottom {
  bottom: 4%;
}

.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,
.wp-text h3,
.wp-text h4,
.wp-text h5 {
  margin: 64px 0 32px;
}
.wp-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wp-text p {
  margin: 16px 0;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text p a {
  text-decoration: underline;
}
.wp-text p a:hover {
  color: #C89C86;
}
.wp-text h3 + p {
  margin-top: 0;
}
.wp-text ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.wp-text ul:first-child {
  margin-top: 0;
}
.wp-text ul:last-child {
  margin-bottom: 0;
}
.wp-text ul li {
  position: relative;
  padding-left: 22px;
  list-style: none;
}
.wp-text ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.wp-text ul li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWFzayBpZD0icGF0aC0xLWluc2lkZS0xXzMxOV8yMDk1IiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGQ9Ik0zLjkyMjYzIC0xLjc0ODQ2ZS0wN0M2LjA4OTI4IC03LjgyODFlLTA4IDcuODQ1NyAxLjc1NjQyIDcuODQ1NyAzLjkyMzA4TDcuODQ1NyA0LjA3NjkyQzcuODQ1NyA2LjI0MzU4IDYuMDg5MjggOCAzLjkyMjYzIDhDMS43NTU5NyA4IC0wLjAwMDQ1MDQwMiA2LjI0MzU4IC0wLjAwMDQ1MDMwOSA0LjA3NjkyTC0wLjAwMDQ1MDMwMiAzLjkyMzA4Qy0wLjAwMDQ1MDIxIDEuNzU2NDIgMS43NTU5NyAtMi43MTQxZS0wNyAzLjkyMjYzIC0xLjc0ODQ2ZS0wN1oiLz4KPC9tYXNrPgo8cGF0aCBkPSJNNy44NDU3IDBMNy44NDU3IDhMNy44NDU3IDBaTTMuNDIyNjMgOUMwLjk3OTgyOCA5IC0xLjAwMDQ1IDcuMDE5NzIgLTEuMDAwNDUgNC41NzY5MkwtMS4wMDA0NSA0LjVDLTEuMDAwNDUgMi4wMTQ3MiAxLjAxNDI3IC0zLjA0NDY3ZS0wNyAzLjQ5OTU1IC0xLjkzNzAxZS0wN0wzLjkyMjYzIC0xLjc0ODQ2ZS0wN0MyLjMwODI2IC0yLjQ2Nzk2ZS0wNyAwLjk5OTU1IDEuNzU2NDIgMC45OTk1NSAzLjkyMzA4TDAuOTk5NTUgNC4wNzY5MkMwLjk5OTU1IDUuNjkxMjkgMi4zMDgyNiA3IDMuOTIyNjMgN0wzLjQyMjYzIDlaTS0wLjAwMDQ1MDEzNCAtMy40OTY5MWUtMDdMNy44NDU3IDBMLTAuMDAwNDUwMTM0IC0zLjQ5NjkxZS0wN1pNNy44NDU3IDQuNTc2OTJDNy44NDU3IDcuMDE5NzIgNS44NjU0MiA5IDMuNDIyNjMgOUMwLjk3OTgyOCA5IC0xLjAwMDQ1IDcuMDE5NzIgLTEuMDAwNDUgNC41NzY5MkwwLjk5OTU1IDQuMDc2OTJDMC45OTk1NSA1LjY5MTI5IDIuMzA4MjYgNyAzLjkyMjYzIDdDNi4wODkyOCA3IDcuODQ1NyA1LjY5MTI5IDcuODQ1NyA0LjA3NjkyTDcuODQ1NyA0LjU3NjkyWiIgZmlsbD0iIzM3M0U0QiIgbWFzaz0idXJsKCNwYXRoLTEtaW5zaWRlLTFfMzE5XzIwOTUpIi8+Cjwvc3ZnPgo=");
}
.wp-text ol {
  padding-left: 25px;
}
.wp-text ol li {
  display: list-item;
}
.wp-text .wp-block-group h4 {
  margin-bottom: 24px;
}
.wp-text .wp-block-group h4 + p {
  margin-top: 0;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image {
    flex: 0 0 48.04%;
    max-width: 48.04%;
  }
  .wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.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;
}
.wp-text .wp-block-group:has(.wp-block-image + .wp-block-image) {
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
}
.wp-text .wp-block-group:has(.wp-block-image + .wp-block-image) .wp-block-image {
  flex: 1;
  max-width: none;
}
.wp-text p:not(.has-text-align-center),
.wp-text li {
  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%;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
  .wp-text .wp-block-group .wp-block-group.is-vertical {
    padding-left: 0;
    text-align: center;
  }
  .wp-text .wp-block-group:has(.wp-block-image + .wp-block-image) {
    flex-direction: row;
    gap: 0 !important;
  }
}
.wp-text .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  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 .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 {
  gap: 30px;
  margin: 40px 0;
}
.wp-text .wp-block-columns .wp-block-image {
  margin: 0;
}
.wp-text img {
  margin-top: 24px;
}
.wp-text .is-vertically-aligned-center figure img {
  margin-top: 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 {
  margin-right: auto;
  margin-left: auto;
  width: 816px;
  max-width: 100%;
}

.home .intro {
  padding-top: 8.3%;
  padding-bottom: 124px;
  overflow: hidden;
  position: relative;
  padding-left: calc((100vw - 1270px) / 2);
}
.home .intro:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(55, 62, 75, 0) 0%, rgba(55, 62, 75, 0.8) 78.12%, #373E4B 100%);
  z-index: 5;
  pointer-events: none;
}
.home .intro .bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.home .intro .bg-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .intro .paralax {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: none;
  z-index: 0;
  pointer-events: none;
}
.home .intro .paralax img {
  height: 120%;
  left: 50%;
  min-width: 100vmax;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transition: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  vertical-align: middle;
}
.home .intro .container-s {
  position: relative;
  z-index: 7;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin: 0;
}
.home .intro .container-s *:not(span, .contact *) {
  color: #fff;
}
.home .intro .info {
  max-width: 498px;
  width: 100%;
}
.home .intro .info .text {
  margin-top: 64px;
  text-align: justify;
}
.home .intro .info .contacts {
  margin-top: 24px;
  margin-bottom: 64px;
}
.home .intro .info .contacts .phone {
  margin-bottom: 20px;
}
.home .intro .info .contacts .phone a {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.home .intro .info .contacts .phone:hover a {
  color: #C89C86;
}
.home .intro .info .contacts .location:hover {
  color: #C89C86;
}
@media only screen and (max-width: 1360px) {
  .home .intro .paralax img {
    -o-object-position: -30%;
    object-position: 40% !important;
  }
}
@media only screen and (max-width: 992px) {
  .home .intro {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .home .intro .container-s {
    flex-direction: column;
    align-items: center;
  }
  .home .intro .container-s .info {
    order: 1;
    margin: 0 auto;
    max-width: 600px;
  }
  .home .intro .container-s .info .text {
    margin-top: 32px;
  }
  .home .intro .container-s .info .contacts {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .home .intro .container-s .logo {
    order: 0;
    margin: 0 auto;
  }
  .home .intro .bg-overlay {
    background-color: #373E4B;
    opacity: 0.7;
  }
  .home .intro .bg-overlay img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home .intro .logo {
    max-width: 200px;
  }
  .home .intro .logo svg {
    width: 100%;
    height: auto;
  }
}

.home .team {
  position: relative;
}
.home .team .frame {
  position: absolute;
  top: 27.4%;
  right: 0;
  z-index: 2;
  width: 18.49%;
}
.home .team .frame svg {
  width: 100%;
  height: auto;
  display: block;
}
.home .team .mob {
  display: none;
}
.home .team .container-xl {
  border-radius: 48px;
  border-top: 1px solid #C89C86;
  border-left: 1px solid #C89C86;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: calc((100vw - 1336px) / 2);
  position: relative;
  overflow: hidden;
}
.home .team .container-xl .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home .team .container-xl .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .team .container-xl h2.title {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.home .team .container-xl .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  gap: 32px;
  justify-content: space-between;
  max-width: 1164px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.home .team .container-xl .wrapper .left {
  max-width: 392px;
  width: 100%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .team .container-xl .wrapper .left .info {
  margin-bottom: 132px;
}
.home .team .container-xl .wrapper .left .info .text {
  text-align: justify;
}
.home .team .container-xl .wrapper .left .assistants-wrap h3 {
  text-align: center;
}
.home .team .container-xl .wrapper .left .assistants-wrap .assistants {
  display: flex;
  gap: 32px;
  align-items: stretch;
  margin-top: 24px;
}
.home .team .container-xl .wrapper .left .assistants-wrap .assistants .assistant {
  width: calc(50% - 16px);
}
.home .team .container-xl .wrapper .left .assistants-wrap .assistants .assistant .photo {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.home .team .container-xl .wrapper .left .assistants-wrap .assistants .assistant .photo:before {
  display: block;
  transition: var(--transition);
  padding-top: 100%;
  content: "";
}
.home .team .container-xl .wrapper .left .assistants-wrap .assistants .assistant .photo img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .team .container-xl .wrapper .left .assistants-wrap .assistants .assistant:hover img {
  transform: scale(1.05);
}
.home .team .container-xl .wrapper .right {
  max-width: 604px;
  width: 100%;
}
.home .team .container-xl .wrapper .right .title {
  margin-bottom: 24px;
  text-align: center;
}
.home .team .container-xl .wrapper .right .doctors {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.home .team .container-xl .wrapper .right .doctors .doctor {
  width: calc(50% - 16px);
}
.home .team .container-xl .wrapper .right .doctors .doctor .photo {
  border-radius: 300px;
  border-bottom: 2px solid #C89C86;
  border-left: 2px solid #C89C86;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}
.home .team .container-xl .wrapper .right .doctors .doctor .photo:before {
  display: block;
  transition: var(--transition);
  padding-top: 140.85%;
  content: "";
}
.home .team .container-xl .wrapper .right .doctors .doctor .photo img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .team .container-xl .wrapper .right .doctors .doctor .photo::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: var(--transition);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(55, 62, 75, 0.5) 0%, rgba(55, 62, 75, 0.5) 100%) no-repeat;
}
.home .team .container-xl .wrapper .right .doctors .doctor .info {
  text-align: center;
  padding-top: 26px;
}
.home .team .container-xl .wrapper .right .doctors .doctor .info .position {
  margin-top: 14px;
  margin-bottom: 32px;
}
.home .team .container-xl .wrapper .right .doctors .doctor .info .link {
  max-width: 193px;
  margin: 0 auto;
}
.home .team .container-xl .wrapper .right .doctors .doctor:hover .photo img {
  opacity: 0.5;
}
.home .team .container-xl .wrapper .right .doctors .doctor:hover .photo::after {
  opacity: 1;
}
@media only screen and (max-width: 1885px) {
  .home .team {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .home .team .frame {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .home .team .mob {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 604px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
  }
  .home .team .container-xl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .team .container-xl h2.title {
    text-align: center;
    margin-bottom: 32px;
  }
  .home .team .container-xl .wrapper {
    flex-direction: column;
  }
  .home .team .container-xl .wrapper .right {
    order: 0;
    margin: 0 auto;
  }
  .home .team .container-xl .wrapper .right .doctors {
    flex-wrap: wrap;
  }
  .home .team .container-xl .wrapper .right .doctors .doctor {
    min-width: 214px;
  }
  .home .team .container-xl .wrapper .left {
    order: 1;
    margin: 0 auto;
    padding-top: 32px;
  }
  .home .team .container-xl .wrapper .left .info {
    display: none;
  }
}
@media only screen and (max-width: 535px) {
  .home .team .container-xl .wrapper .right .doctors {
    justify-content: center;
  }
  .home .team .container-xl .wrapper .right .doctors .doctor {
    width: 100%;
    max-width: 300px;
  }
}

.home .treatments {
  margin-top: -95px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
}
.home .treatments .mob {
  display: none;
}
.home .treatments .container-xl {
  position: relative;
  z-index: 2;
}
.home .treatments .container-xl .content {
  padding-top: 72px;
  padding-bottom: 120px;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  background: linear-gradient(174deg, rgba(200, 156, 134, 0) 64.29%, rgba(200, 156, 134, 0.2) 93.77%);
}
.home .treatments .wrapper {
  max-width: 1532px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-left: auto;
}
.home .treatments .wrapper .left {
  max-width: 527px;
  width: 100%;
  padding-left: 15px;
}
.home .treatments .wrapper .left h2.title {
  font-family: var(--ff-bg);
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: 60px;
  letter-spacing: 3.52px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 80px;
}
.home .treatments .wrapper .left .list {
  max-width: 498px;
  width: 100%;
}
.home .treatments .wrapper .left .list .item .num {
  color: var(--brwn_ml, #C89C86);
  padding-left: 8px;
  font-family: var(--ff-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.home .treatments .wrapper .left .list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  padding-left: 24px;
  border-radius: 48px;
  border-bottom: 2px solid #C89C86;
  border-left: 1px solid #C89C86;
}
.home .treatments .wrapper .left .list .item a:hover {
  background: #C89C86;
  color: #fff;
}
.home .treatments .wrapper .left .list .item a:hover svg g path {
  fill: #fff;
}
.home .treatments .wrapper .left .list .item + .item {
  margin-top: 24px;
}
.home .treatments .wrapper .photos {
  border-radius: 24px;
  overflow: hidden;
  max-width: 896px;
  position: relative;
  width: 100%;
}
.home .treatments .wrapper .photos:before {
  display: block;
  transition: var(--transition);
  padding-top: 81.8087%;
  content: "";
}
.home .treatments .wrapper .photos img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .treatments .wrapper .photos img.active {
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .home .treatments .wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .home .treatments .mob {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home .treatments .container-xl .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .treatments .wrapper .left {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 15px;
  }
  .home .treatments .wrapper .left h2.title {
    margin-bottom: 32px;
    justify-content: center;
  }
  .home .treatments .wrapper .left .list {
    max-width: 100%;
  }
  .home .treatments .wrapper .left .list .item + .item {
    margin-top: 32px;
  }
  .home .treatments .wrapper .photos {
    display: none;
  }
}

.home .valeurs {
  padding-top: 136px;
  padding-bottom: 286px;
}
.home .valeurs .container {
  position: relative;
  z-index: 2;
}
.home .valeurs h2.title {
  margin-bottom: 88px;
}
.home .valeurs .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home .valeurs .wrapper .blocks {
  padding-top: 33px;
  max-width: 1034px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .valeurs .wrapper .blocks .block .icon {
  height: 80px;
  text-align: center;
}
.home .valeurs .wrapper .blocks .block .line {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  height: 1px;
}
.home .valeurs .wrapper .blocks .block .line::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  height: 1px;
  background-color: #373E4B;
  opacity: 1;
}
.home .valeurs .wrapper .blocks .block .line::before {
  content: "";
  height: 4.49px;
  width: 100%;
  background-color: #C89C86;
  position: absolute;
  top: -3px;
  opacity: 0;
  left: 0;
  display: block;
}
.home .valeurs .wrapper .blocks .block h3 {
  margin: 0 auto;
  text-align: center;
}
.home .valeurs .wrapper .blocks .block:hover .icon svg {
  transform: scale(1.05);
}
.home .valeurs .wrapper .blocks .block:hover .line:after {
  opacity: 0;
}
.home .valeurs .wrapper .blocks .block:hover .line::before {
  opacity: 1;
}
@media only screen and (max-width: 1060px) {
  .home .valeurs {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .home .valeurs h2.title {
    text-align: center;
  }
  .home .valeurs .logo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .home .valeurs h2.title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .home .valeurs h2.title {
    margin-bottom: 32px;
  }
  .home .valeurs .blocks {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .home .valeurs .block {
    width: 50%;
  }
}

.home .paralax-main {
  border-radius: 48px 48px 0px 0px;
  overflow: hidden;
  width: 100%;
  transition: none;
  margin-top: -85px;
  position: relative;
  padding-bottom: 54.584%;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 474px;
}
@media only screen and (max-width: 992px) {
  .home .paralax-main {
    padding-bottom: 39.25%;
  }
}
@media only screen and (max-width: 768px) {
  .home .paralax-main {
    background-attachment: unset !important;
    background-size: cover !important;
    padding-bottom: 39.25%;
  }
}
@media only screen and (max-width: 768px) {
  .home .paralax-main {
    background-attachment: unset !important;
  }
}

.home .form {
  border-radius: 48px 48px 0px 0px;
  overflow: hidden;
  background: linear-gradient(180deg, #F9F7F4 20.28%, #F3ECE7 56.42%, #EEE2DB 77.64%);
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding-left: calc((100vw - 1270px) / 2);
}
.home .form .container-l {
  margin: 0;
}
.home .form .frame {
  position: absolute;
  top: 31%;
  left: 0;
  width: 16.094%;
}
.home .form .frame svg {
  width: 100%;
  height: auto;
}
.home .form .title {
  margin-bottom: 64px;
}
.home .form .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.home .form .wrapper .form-wrap {
  display: flex;
  max-width: 772px;
  width: 100%;
  position: relative;
}
.home .form .wrapper .form-wrap span {
  display: block;
}
.home .form .wrapper .form-wrap .label-text {
  margin-bottom: 8px;
}
.home .form .wrapper .form-wrap .label-text,
.home .form .wrapper .form-wrap input,
.home .form .wrapper .form-wrap textarea {
  font-family: var(--ff-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.home .form .wrapper .form-wrap input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  padding: 11px 16px;
}
.home .form .wrapper .form-wrap textarea {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 134px;
  display: block;
  resize: none;
  border-color: transparent;
  padding: 11px 16px;
}
.home .form .wrapper .form-wrap textarea:focus-visible {
  outline: none;
}
.home .form .wrapper .form-wrap .btn {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  width: 136px;
  height: 136px;
  min-width: 136px;
  min-height: 136px;
  border: none;
  border-radius: 200px;
  border-bottom: 2px solid var(--brwn_ml, #C89C86);
  border-left: 2px solid var(--brwn_ml, #C89C86);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 0;
  transition: var(--transition);
}
.home .form .wrapper .form-wrap .btn span {
  color: #373E4B;
}
.home .form .wrapper .form-wrap .btn::before {
  top: -12%;
}
.home .form .wrapper .form-wrap .btn::before, .home .form .wrapper .form-wrap .btn::after {
  transition: var(--transition);
}
.home .form .wrapper .form-wrap .btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.home .form .wrapper .form-wrap .btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.home .form .wrapper .form-wrap .btn:hover span {
  color: #fff;
}
.home .form .wrapper .form-wrap .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.home .form .wrapper .form-wrap .row .label {
  flex: 1;
}
.home .form .wrapper .photo {
  max-width: 664px;
  width: 100%;
}
.home .form .wrapper form {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
.home .form .wrapper form .wrap {
  min-width: 454px;
}
@media only screen and (min-width: 992px) {
  .home .form .wpcf7-response-output {
    position: absolute;
    top: 96%;
  }
}
@media only screen and (max-width: 1280px) {
  .home .form .frame {
    display: none;
  }
  .home .form .wrapper .form-wrap .btn {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
  .home .form .wrapper .form-wrap .row {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home .form .wrapper form .wrap {
    min-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .home .form {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .home .form h2.title {
    text-align: center;
  }
  .home .form .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .home .form .wrapper .form-wrap {
    order: 1;
    max-width: 664px;
    justify-content: center;
  }
  .home .form .wrapper form {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .home .form .wrapper form .wrap {
    min-width: auto;
  }
  .home .form .wrapper .form-wrap .row {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.home .access {
  border-radius: 48px 48px 0px 0px;
  background: #F9F7F4;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -44px;
  padding-top: 120px;
}
.home .access .frame {
  position: absolute;
  top: 3.5%;
  right: 0;
  width: 16.875%;
  pointer-events: none;
}
.home .access .frame svg {
  width: 100%;
  height: auto;
}
.home .access h2.title {
  margin-bottom: 64px;
}
.home .access .wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 80px;
}
.home .access .wrapper .address {
  max-width: 291px;
  width: 100%;
}
.home .access .wrapper .address h3 {
  margin-bottom: 32px;
}
.home .access .wrapper .address .phone a,
.home .access .wrapper .address .location {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home .access .wrapper .address .phone a svg,
.home .access .wrapper .address .location svg {
  width: 24px;
  height: 24px;
}
.home .access .wrapper .address .phone:hover,
.home .access .wrapper .address .location:hover {
  color: #C89C86;
}
.home .access .wrapper .address .phone:hover a,
.home .access .wrapper .address .location:hover a {
  color: #C89C86;
}
.home .access .wrapper .address .phone:hover svg path,
.home .access .wrapper .address .location:hover svg path {
  fill: #C89C86;
}
.home .access .wrapper .address .location {
  margin-top: 22px;
}
.home .access .wrapper .transport {
  max-width: 216px;
  width: 100%;
}
.home .access .wrapper .transport h3 {
  margin-bottom: 32px;
}
.home .access .wrapper .transport .item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.home .access .wrapper .transport .item .icon {
  padding-top: 3px;
}
.home .access .wrapper .schedule-wrap {
  max-width: 500px;
  width: 100%;
}
.home .access .wrapper .schedule-wrap h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home .access .wrapper .schedule-wrap .schedule {
  display: flex;
  align-items: stretch;
  margin-top: 24px;
}
.home .access .wrapper .schedule-wrap .schedule li {
  max-width: 83px;
  width: 100%;
  color: #C89C86;
}
.home .access .wrapper .schedule-wrap .schedule li .day {
  padding-bottom: 7px;
  border-bottom: 1px solid #C89C86;
  margin-bottom: 7px;
}
.home .access .wrapper .schedule-wrap .schedule li.active {
  color: #373E4B;
}
.home .access .wrapper .schedule-wrap .schedule li.active .day {
  border-color: #373E4B;
}
.home .access .map {
  width: 100%;
  border-radius: 48px 48px 0px 0px;
  height: 428px;
  background-color: #373E4B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .access .map:before {
  content: "MAP";
  display: block;
  color: #fff;
  font-size: 50px;
}
.home .access .map div[title=marker] {
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.home .access .map div[title=marker] img {
  display: none;
}
@media only screen and (max-width: 992px) {
  .home .access .map div[title=marker] {
    width: 65.38px !important;
    height: 80px !important;
  }
}
.home .access .map div[title=marker]:hover {
  transform: scale(1.2);
  transition: 0.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .home .access .wrapper .address {
    max-width: 216px;
  }
}
@media only screen and (max-width: 992px) {
  .home .access {
    padding-top: 40px;
  }
  .home .access h2.title {
    text-align: center;
    margin-bottom: 32px;
  }
  .home .access .wrapper {
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 569px) {
  .home .access .wrapper h3 {
    text-align: center;
  }
  .home .access .wrapper .phone,
  .home .access .wrapper .location {
    justify-content: center;
  }
}

.cabinet-page .hero {
  padding-top: 160px;
  padding-bottom: 67px;
}

.cabinet-page .mob {
  display: none;
}
.cabinet-page .gallery {
  padding-bottom: 48px;
  position: relative;
}
.cabinet-page .gallery .frame {
  position: absolute;
  bottom: 0;
  right: 160px;
  width: 35.313%;
}
.cabinet-page .gallery .frame svg {
  width: 100%;
  height: auto;
}
.cabinet-page .gallery .container-l {
  max-width: 1595px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}
.cabinet-page .gallery .container-l .content {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.cabinet-page .gallery .container-l .content .gallery-1 {
  max-width: 710px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.cabinet-page .gallery .container-l .content .gallery-1 .photo {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cabinet-page .gallery .container-l .content .gallery-1 .photo:before {
  display: block;
  transition: var(--transition);
  padding-top: 65.634%;
  content: "";
}
.cabinet-page .gallery .container-l .content .gallery-1 .photo img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cabinet-page .gallery .container-l .content .wrapper {
  max-width: 840px;
  width: 53.1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav {
  display: flex;
  max-width: 498px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 89px;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .swiper-pagination {
  position: static;
  margin: 0;
  transform: none;
  width: 35px;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows {
  max-width: 180px;
  width: 100%;
  border-radius: 45px;
  border-bottom: 2px solid #C89C86;
  border-left: 1px solid #C89C86;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-prev,
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-next {
  position: static;
  margin: 0;
  transform: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-prev::after,
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-next::after {
  display: none;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-prev svg,
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-next svg {
  width: auto;
  height: auto;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-prev:hover,
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-next:hover {
  background-color: #C89C86;
}
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-prev:hover svg path,
.cabinet-page .gallery .container-l .content .wrapper .slider-nav .arrows .swiper-button-next:hover svg path {
  fill: #fff;
}
.cabinet-page .gallery .container-l .content .wrapper .wrap {
  max-width: 732px;
  width: 100%;
  margin-left: auto;
}
.cabinet-page .gallery .container-l .content .wrapper .wrap .text {
  max-width: 392px;
  width: 100%;
  text-align: justify;
  margin-bottom: 32px;
}
.cabinet-page .gallery .container-l .content .wrapper .wrap .gallery-2 {
  width: 100%;
  overflow: hidden;
}
.cabinet-page .gallery .container-l .content .wrapper .wrap .gallery-2 .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cabinet-page .gallery .container-l .content .wrapper .wrap .gallery-2 .swiper-slide img {
  transition: var(--transition);
}
.cabinet-page .gallery .container-l .content .wrapper .wrap .gallery-2 .swiper-slide:before {
  display: block;
  transition: var(--transition);
  padding-top: 64.965%;
  content: "";
}
.cabinet-page .gallery .container-l .content .wrapper .wrap .gallery-2 .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .cabinet-page .gallery .container-l .content .wrapper .wrap .gallery-2 .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) img {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .gallery .frame {
    display: none;
  }
  .cabinet-page .gallery .container-l .content {
    flex-direction: column;
  }
  .cabinet-page .gallery .container-l .content .wrapper .wrap .text {
    display: none;
  }
  .cabinet-page .gallery .container-l .content .wrapper .slider-nav {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .cabinet-page .gallery .container-l .content .mob {
    display: block;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
  }
  .cabinet-page .gallery .container-l .content .gallery-1 {
    max-width: 768px;
  }
  .cabinet-page .gallery .container-l .content .wrapper {
    width: 100%;
    max-width: none;
  }
  .cabinet-page .gallery .container-l .content .wrapper .wrap {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.cabinet-page .parcours {
  padding-top: 120px;
  padding-bottom: 112px;
}
.cabinet-page .parcours .title-wrap {
  max-width: 365px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.cabinet-page .parcours .title-wrap .title {
  font-family: var(--ff-bg);
  font-size: 38px;
  font-style: normal;
  font-weight: 250;
  line-height: 55px;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  max-width: 231px;
}
.cabinet-page .parcours .title-wrap svg {
  width: 125.583px;
  height: 110px;
}
.cabinet-page .parcours .wrapper {
  position: relative;
  padding-bottom: 8.06px;
  max-width: 923px;
  width: 100%;
  margin-left: auto;
}
.cabinet-page .parcours .wrapper .frame {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.cabinet-page .parcours .wrapper .frame svg {
  width: 100%;
  height: auto;
}
.cabinet-page .parcours .wrapper .frame-1 {
  left: 11.2%;
  width: 76.924%;
}
.cabinet-page .parcours .wrapper .frame-2 {
  left: 11.7%;
  bottom: 43px;
  width: 42.58%;
}
.cabinet-page .parcours .blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
  row-gap: 83px;
  justify-content: space-between;
}
.cabinet-page .parcours .blocks .block:nth-child(odd) {
  max-width: 479px;
  width: 51.897%;
}
.cabinet-page .parcours .blocks .block:nth-child(even) {
  max-width: 393px;
  width: 42.58%;
}
.cabinet-page .parcours .blocks .block:first-child .block-wrap {
  max-width: 390px;
  width: 100%;
}
.cabinet-page .parcours .blocks .block:nth-child(2) .block-wrap {
  max-width: 393px;
  width: 100%;
}
.cabinet-page .parcours .blocks .block:nth-child(3) .block-wrap {
  max-width: 373px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.cabinet-page .parcours .blocks .block:nth-child(4) .block-wrap {
  max-width: 392px;
  width: 100%;
}
.cabinet-page .parcours .blocks .block .num {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #373E4B;
  font-family: var(--ff-bg);
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px;
  color: transparent;
}
.cabinet-page .parcours .blocks .block .title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cabinet-page .parcours .blocks .block .text {
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .parcours {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .parcours .frame {
    display: none;
  }
}
@media only screen and (max-width: 609px) {
  .cabinet-page .parcours .title-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .cabinet-page .parcours .blocks {
    justify-content: center;
    gap: 32px;
  }
  .cabinet-page .parcours .blocks .block {
    max-width: 500px !important;
    width: 100% !important;
  }
  .cabinet-page .parcours .blocks .block .num {
    text-align: center;
  }
  .cabinet-page .parcours .blocks .block .title {
    text-align: center;
  }
  .cabinet-page .parcours .blocks .block .block-wrap {
    max-width: 100% !important;
  }
  .cabinet-page .parcours .blocks .block:nth-child(2) {
    order: 1;
  }
  .cabinet-page .parcours .blocks .block:nth-child(4) {
    order: 3;
  }
}

.cabinet-page .parcours {
  padding-top: 120px;
  padding-bottom: 112px;
}
.cabinet-page .parcours .title-wrap {
  max-width: 365px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.cabinet-page .parcours .title-wrap .title {
  font-family: var(--ff-bg);
  font-size: 38px;
  font-style: normal;
  font-weight: 250;
  line-height: 55px;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  max-width: 231px;
}
.cabinet-page .parcours .title-wrap svg {
  width: 125.583px;
  height: 110px;
}
.cabinet-page .parcours .wrapper {
  position: relative;
  padding-bottom: 8.06px;
  max-width: 923px;
  width: 100%;
  margin-left: auto;
}
.cabinet-page .parcours .wrapper .frame {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.cabinet-page .parcours .wrapper .frame svg {
  width: 100%;
  height: auto;
}
.cabinet-page .parcours .wrapper .frame-1 {
  left: 11.2%;
  width: 76.924%;
}
.cabinet-page .parcours .wrapper .frame-2 {
  left: 11.7%;
  bottom: 43px;
  width: 42.58%;
}
.cabinet-page .parcours .blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
  row-gap: 83px;
  justify-content: space-between;
}
.cabinet-page .parcours .blocks .block:nth-child(odd) {
  max-width: 479px;
  width: 51.897%;
}
.cabinet-page .parcours .blocks .block:nth-child(even) {
  max-width: 393px;
  width: 42.58%;
}
.cabinet-page .parcours .blocks .block:first-child .block-wrap {
  max-width: 390px;
  width: 100%;
}
.cabinet-page .parcours .blocks .block:nth-child(2) .block-wrap {
  max-width: 393px;
  width: 100%;
}
.cabinet-page .parcours .blocks .block:nth-child(3) .block-wrap {
  max-width: 373px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.cabinet-page .parcours .blocks .block:nth-child(4) .block-wrap {
  max-width: 392px;
  width: 100%;
}
.cabinet-page .parcours .blocks .block .num {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #373E4B;
  font-family: var(--ff-bg);
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px;
  color: transparent;
}
.cabinet-page .parcours .blocks .block .title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cabinet-page .parcours .blocks .block .text {
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .parcours {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .parcours .frame {
    display: none;
  }
}
@media only screen and (max-width: 609px) {
  .cabinet-page .parcours .title-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .cabinet-page .parcours .blocks {
    justify-content: center;
    gap: 32px;
  }
  .cabinet-page .parcours .blocks .block {
    max-width: 500px !important;
    width: 100% !important;
  }
  .cabinet-page .parcours .blocks .block .num {
    text-align: center;
  }
  .cabinet-page .parcours .blocks .block .title {
    text-align: center;
  }
  .cabinet-page .parcours .blocks .block .block-wrap {
    max-width: 100% !important;
  }
  .cabinet-page .parcours .blocks .block:nth-child(2) {
    order: 1;
  }
  .cabinet-page .parcours .blocks .block:nth-child(4) {
    order: 3;
  }
}

.cabinet-page *:not(h2.title, .btn span, .phone a span) {
  font-family: var(--ff-montserrat);
}
.cabinet-page .hero-bg {
  border-radius: 0px 0px 48px 48px;
  background: #F9F7F4;
}

.cabinet-page .technology {
  overflow: hidden;
  border-radius: 48px 48px 0px 0px;
  background: #373E4B;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.cabinet-page .technology .photo-mob {
  display: none;
}
.cabinet-page .technology .container-l {
  max-width: 1450px;
}
.cabinet-page .technology h2.title {
  margin-bottom: 64px;
  color: #fff;
}
.cabinet-page .technology .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  min-width: 600px;
  width: 100%;
  height: 502px;
}
.cabinet-page .technology .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  background: var(--optionBackground);
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  border-radius: 100px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.cabinet-page .technology .options .option .label {
  padding: 24px 51px 24px 32px;
  position: absolute;
  right: 0px;
  bottom: -400%;
  width: 100%;
  left: 0;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  color: #fff;
}
.cabinet-page .technology .options .option .label .info {
  position: relative;
  z-index: 2;
}
.cabinet-page .technology .options .option .label .info h3 {
  margin-bottom: 16px;
}
.cabinet-page .technology .options .option .label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 62, 75, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cabinet-page .technology .options .option:not(.active) {
  flex-grow: 1;
}
.cabinet-page .technology .options .option .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cabinet-page .technology .options .option .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 62, 75, 0.5);
}
.cabinet-page .technology .options .option .overlay .title {
  position: absolute;
  bottom: 52px;
  left: 33%;
  writing-mode: tb-rl;
  transform: rotate(180deg) translateX(-50%);
  white-space: nowrap;
  color: #fff;
  z-index: 5;
  font-family: var(--ff-bg);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.cabinet-page .technology .options .option.active {
  flex-grow: 2.675;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: cover;
}
.cabinet-page .technology .options .option.active .overlay {
  opacity: 0;
}
.cabinet-page .technology .options .option.active .label {
  bottom: 0;
}
@media only screen and (max-width: 1170px) {
  .cabinet-page .technology .options .option.active {
    flex-grow: 5;
  }
  .cabinet-page .technology .options .option .overlay .title {
    left: 17%;
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .technology {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cabinet-page .technology h2.title {
    text-align: center;
  }
  .cabinet-page .technology .photo-mob {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    width: 100%;
  }
  .cabinet-page .technology .photo-mob:before {
    display: block;
    transition: var(--transition);
    padding-top: 65.634%;
    content: "";
  }
  .cabinet-page .technology .photo-mob img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cabinet-page .technology .options {
    flex-direction: column;
    height: auto;
    max-width: 768px;
    margin: 0 auto;
    min-width: auto;
  }
  .cabinet-page .technology .options .option {
    flex: auto !important;
    height: auto;
    background: none;
    border-radius: 0;
    max-width: 100% !important;
  }
  .cabinet-page .technology .options .option .overlay {
    display: none;
  }
  .cabinet-page .technology .options .option .label {
    position: static;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .cabinet-page .technology .options .option .label:after {
    display: none;
  }
  .cabinet-page .technology .options .option .label .text {
    text-align: justify;
  }
}

.cabinet-page .paralax-cabinet {
  overflow: hidden;
  width: 100%;
  transition: none;
  position: relative;
  height: 900px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 474px;
  top: -2px;
  border-radius: 0 0 48px 48px;
}
.cabinet-page .paralax-cabinet:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 190px;
  background: linear-gradient(0deg, rgba(55, 62, 75, 0) 0%, rgba(55, 62, 75, 0.8) 49.98%, #373E4B 100%);
}
.cabinet-page .paralax-cabinet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  opacity: 0.5;
  background: var(--Main_Maeva, #373E4B);
}
.cabinet-page .paralax-cabinet .info {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 838px;
  width: 65%;
  min-width: 554px;
  z-index: 2;
  background-color: rgba(55, 62, 75, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 80px 74px 120px;
  border-top-right-radius: 48px;
  overflow: hidden;
}
.cabinet-page .paralax-cabinet .info .wrap {
  max-width: 424px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  color: #fff;
}
.cabinet-page .paralax-cabinet .info .wrap h2 {
  margin-bottom: 24px;
  font-weight: 200;
}
.cabinet-page .paralax-cabinet .info .wrap .text {
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .paralax-cabinet {
    padding-bottom: 39.25%;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .paralax-cabinet {
    background-attachment: unset !important;
    background-size: cover !important;
    padding-bottom: 39.25%;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .paralax-cabinet {
    background-attachment: unset !important;
    height: 600px;
  }
  .cabinet-page .paralax-cabinet .info {
    max-width: none;
    min-width: auto;
    width: 100%;
    border-top-left-radius: 48px;
    padding: 40px;
  }
  .cabinet-page .paralax-cabinet .info .wrap {
    margin: 0;
    max-width: none;
  }
}

.cabinet-page .honorares {
  padding-top: 136px;
  padding-bottom: 136px;
}
.cabinet-page .honorares .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
}
.cabinet-page .honorares .container .info {
  max-width: 392px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cabinet-page .honorares .container .info .wrap .text {
  text-align: justify;
}
.cabinet-page .honorares .container .info .wrap .btn {
  margin-top: 64px;
  margin-left: auto;
}
.cabinet-page .honorares .container .photo {
  max-width: 710px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.cabinet-page .honorares .container .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .honorares {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cabinet-page .honorares .container {
    flex-direction: column;
  }
  .cabinet-page .honorares .container h2.title {
    margin-bottom: 32px;
    text-align: center;
  }
  .cabinet-page .honorares .container .info,
  .cabinet-page .honorares .container .photo {
    max-width: 768px;
    margin: 0 auto;
  }
  .cabinet-page .honorares .container .info .wrap .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}

.cabinet-page .urgence {
  padding-top: 136px;
  padding-bottom: 136px;
  border-radius: 48px;
  background: #F9F7F4;
  overflow: hidden;
}
.cabinet-page .urgence .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.cabinet-page .urgence .container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-top: 26px;
  max-width: 881px;
  width: 100%;
}
.cabinet-page .urgence .container .wrapper .wrap {
  display: flex;
  gap: 32px;
  align-items: center;
}
.cabinet-page .urgence .container .wrapper .wrap .text {
  max-width: 392px;
  width: 100%;
  text-align: justify;
}
.cabinet-page .urgence .container .wrapper .phone {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  font-family: var(--ff-bg) !important;
}
.cabinet-page .urgence .container .wrapper .phone a {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1050px) {
  .cabinet-page .urgence .container {
    flex-direction: column;
  }
  .cabinet-page .urgence .container .wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .urgence {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cabinet-page .urgence h2.title {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .urgence .container .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .cabinet-page .urgence .container .wrapper .wrap {
    flex-direction: column;
    max-width: none;
  }
  .cabinet-page .urgence .container .wrapper .wrap .text {
    max-width: none;
  }
}

.top-page {
  padding-top: 160px;
  padding-bottom: 80px;
}
.top-page .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .top-page .container .logo {
    display: none;
  }
}

.category-page .top-page {
  position: relative;
  z-index: 2;
  border-radius: 0px 0px 48px 48px;
  background: var(--Main_Maeva, #373E4B);
}
.category-page .top-page * {
  color: #fff;
}

.category-page .intro {
  padding-top: 160px;
  padding-bottom: 64px;
  margin-top: -80px;
  border-radius: 0px 0px 48px 48px;
  background: #F9F7F4;
  overflow: hidden;
}
.category-page .intro .text {
  max-width: 816px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.category-page .content {
  padding-top: 80px;
}
.category-page .content .container .blocks .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.category-page .content .container .blocks .block .info {
  max-width: 604px;
  width: 100%;
}
.category-page .content .container .blocks .block .info h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 250;
  line-height: 55px;
  /* 144.737% */
  letter-spacing: 3.04px;
  text-transform: uppercase;
}
.category-page .content .container .blocks .block .info .text {
  margin-top: 32px;
  margin-bottom: 32px;
}
.category-page .content .container .blocks .block .info .text p + p {
  margin-top: 20px;
}
.category-page .content .container .blocks .block .info .btn {
  display: block;
  max-width: 261px;
}
.category-page .content .container .blocks .block .photo {
  max-width: 498px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  width: 100%;
}
.category-page .content .container .blocks .block .photo:before {
  display: block;
  transition: var(--transition);
  padding-top: 73.898%;
  content: "";
}
.category-page .content .container .blocks .block .photo img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-page .content .container .blocks .block .photo:hover img {
  transform: scale(1.05);
}
.category-page .content .container .blocks .block + .block {
  margin-top: 88px;
}
@media only screen and (max-width: 992px) {
  .category-page .content {
    padding-top: 40px;
  }
  .category-page .content .container .blocks .block {
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
  }
  .category-page .content .container .blocks .block .info,
  .category-page .content .container .blocks .block .photo {
    max-width: none;
  }
  .category-page .content .container .blocks .block .info {
    order: 1;
  }
  .category-page .content .container .blocks .block .info .text {
    text-align: justify;
  }
  .category-page .content .container .blocks .block .info .btn {
    margin: 0 auto;
  }
  .category-page .content .container .blocks .block + .block {
    margin-top: 50px;
  }
}

.faq-page .top-page * {
  color: #fff;
}
.faq-page .bg {
  position: relative;
  z-index: 2;
  border-radius: 0px 0px 48px 48px;
  background: #373E4B;
  padding-bottom: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .faq-page .bg {
    padding-bottom: 40px;
  }
}

.fiches {
  position: relative;
  margin-top: -120px;
  border-radius: 48px 48px;
  background: #F9F7F4;
  padding-top: 240px;
  padding-bottom: 120px;
  overflow: hidden;
  display: none;
}
.fiches .frame {
  position: absolute;
  top: 242px;
  left: 0;
  width: 15.6778%;
}
.fiches .frame svg {
  width: 100%;
  height: auto;
}
.fiches h2.title {
  margin-bottom: 80px;
  font-style: normal;
  font-weight: 250;
  font-size: 38px;
  line-height: 55px;
  letter-spacing: 3.04px;
  text-transform: uppercase;
}
.fiches .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
}
.fiches .blocks .block {
  width: calc(50% - 16px);
  max-width: 572px;
}
.fiches .blocks .block .photo {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fiches .blocks .block .photo:before {
  display: block;
  transition: var(--transition);
  padding-top: 30.77%;
  content: "";
}
.fiches .blocks .block .photo img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fiches .blocks .block .info {
  margin-top: 32px;
}
.fiches .blocks .block .info .title {
  margin-bottom: 16px;
}
.fiches .blocks .block .info .dropdown {
  position: relative;
  margin-top: 32px;
  background-color: #F9F7F4;
  width: 100%;
}
.fiches .blocks .block .info .dropdown .dropdown-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 12;
  transition: var(--transition);
  transition: none;
  cursor: pointer;
  border-bottom: 2px solid #C89C86;
  border-left: 1px solid #C89C86;
  border-radius: 48px;
  background-color: transparent;
  padding: 11px 16px 11px 24px;
}
.fiches .blocks .block .info .dropdown .dropdown-header span {
  pointer-events: none;
}
.fiches .blocks .block .info .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #C89C86;
  border-left: 1px solid #C89C86;
  border-radius: 24px;
  background-color: #F9F7F4;
  padding-top: 57px;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
.fiches .blocks .block .info .dropdown .dropdown-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: none;
  border-radius: 48px;
  padding: 11px 16px 11px 24px;
  overflow: hidden;
  text-decoration: none;
}
.fiches .blocks .block .info .dropdown .dropdown-list a:hover {
  background: #C89C86;
}
.fiches .blocks .block .info .dropdown .dropdown-list a:last-child {
  border-bottom: none;
}
.fiches .blocks .block .info .dropdown .icon {
  background: url("https://cdn-icons-png.flaticon.com/512/2311/2311524.png") no-repeat center;
  background-size: cover;
  width: 32px;
  height: 32px;
}
.fiches .blocks .block .info .dropdown:hover .dropdown-header {
  border-color: transparent;
}
.fiches .blocks .block .info .dropdown:hover .dropdown-list {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .fiches .frame {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .fiches .blocks {
    flex-direction: column;
    align-items: center;
  }
  .fiches .blocks .block {
    width: 100%;
    max-width: 768px;
  }
}

.faq-page section.links {
  padding-right: 15px;
  padding-left: 15px;
}
.faq-page section.links .wrapper {
  margin: 0 auto;
  border-top: 1px solid #C89C86;
  border-left: 1px solid #C89C86;
  border-radius: 48px;
  background: linear-gradient(160deg, rgba(200, 156, 134, 0) 50.58%, rgba(200, 156, 134, 0.2) 89.96%);
  padding-top: 48px;
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
  max-width: 1854px;
}
.faq-page section.links .blocks {
  display: flex;
  row-gap: 64px;
  flex-wrap: wrap;
  align-items: stretch;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.faq-page section.links .blocks .block {
  position: relative;
  transition: none;
  border-radius: 24px;
  width: calc(50% - 16px);
  overflow: hidden;
}
.faq-page section.links .blocks .block * {
  transition: none;
}
.faq-page section.links .blocks .block .photo {
  position: relative;
  width: 100%;
}
.faq-page section.links .blocks .block .photo:before {
  display: block;
  transition: var(--transition);
  padding-top: 49.67%;
  content: "";
}
.faq-page section.links .blocks .block .photo img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq-page section.links .blocks .block .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-top: 1px solid #C89C86;
  border-radius: 24px;
  padding: 24px 32px;
  width: 100%;
  color: #fff;
}
.faq-page section.links .blocks .block .overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(55, 62, 75, 0.5);
  content: "";
  -webkit-backdrop-filter: blur(4px);
  z-index: -1;
  backdrop-filter: blur(4px);
  border-radius: 24px;
}
.faq-page section.links .blocks .block .overlay .info .btn-wrap {
  display: none;
  margin-top: 24px;
}
.faq-page section.links .blocks .block .overlay .info .btn-wrap .btn {
  max-width: 193px;
}
@media only screen and (max-width: 992px) {
  .faq-page section.links .blocks {
    row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }
  .faq-page section.links .blocks .block {
    width: 100%;
    max-width: 768px;
  }
  .faq-page section.links .blocks .block .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-page section.links .blocks .block .info .btn-wrap {
    display: flex !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .faq-page section.links .blocks .block .info .btn-wrap {
    display: none !important;
  }
}
