html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
  * Remove default margin.
  */

body {
  margin: 0;
}

.lock {
  overflow: hidden;
  height: 100vh;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
  * 1. Correct `inline-block` display not defined in IE 8/9.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
  */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
  * Remove the gray background color from active links in IE 10.
  */

a {
  background-color: transparent;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  */

b,
strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari and Chrome.
  */

dfn {
  font-style: italic;
}

/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari, and Chrome.
  */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
  * Address styling not present in IE 8/9.
  */

mark {
  background: #ff0;
  color: #000;
}

/**
  * Address inconsistent and variable font size in all browsers.
  */

small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
  * Remove border when inside `a` element in IE 8/9/10.
  */

img {
  border: 0;
}

/**
  * Correct overflow not hidden in IE 9/10/11.
  */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
  * Address margin not present in IE 8/9 and Safari.
  */

figure {
  margin: 1em 40px;
}

/**
  * Address differences between Firefox and other browsers.
  */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
  * Contain overflow in all browsers.
  */

pre {
  overflow: auto;
}

/**
  * Address odd `em`-unit font size rendering in all browsers.
  */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */

/**
  * 1. Correct color not being inherited.
  *    Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
  */

button {
  overflow: visible;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  * Correct `select` style inheritance in Firefox.
  */

button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */

input {
  line-height: normal;
}

/**
  * It's recommended that you don't attempt to style these elements.
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
  *
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
  *    (include `-moz` to future-proof).
  */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Define consistent border, margin, and padding.
  */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Remove default vertical scrollbar in IE 8/9/10/11.
  */

textarea {
  overflow: auto;
}

/**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */

optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
  * Remove most spacing between table cells.
  */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "BetterFriend";
  src: local("BetterFriend"), url("../fonts/BetterFriend-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: "Montserrat";*/
/*  src: local("Montserrat"), url("../fonts/Montserrat-Regular.ttf");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "Montserrat";*/
/*  src: local("Montserrat"), url("../fonts/Montserrat-Bold.ttf");*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*}*/

@font-face {
  font-family: "Bambino New";
  font-display: swap;
  src: local("Bambino New"),
    /* url("../fonts/BambinoNew-Regular.woff2") format("woff2"), */
    url("../fonts/BambinoNew-Regular.woff") format("woff"),
    url("../fonts/BambinoNew-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bambino New";
  font-display: swap;
  src: local("Bambino New"),
    /* url("../fonts/BambinoNew-SemiBold.woff2") format("woff2"), */
    url("../fonts/BambinoNew-SemiBold.woff") format("woff"),
    url("../fonts/BambinoNew-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Bambino New";
  font-display: swap;
  src: local("Bambino New"),
    /* url("../fonts/BambinoNew-Bold.woff2") format("woff2"), */
    url("../fonts/BambinoNew-Bold.woff") format("woff"),
    url("../fonts/BambinoNew-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(104, 158, 113, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: #ba8d70;
  outline: 1px solid #ba8d70;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}

body.active {
  overflow: hidden;
}

.home {
  max-width: 100% !important;
}

section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

ul {
  list-style-type: none;
  padding-left: 15px;
}

ol {
  padding-left: 20px;
}

ul+h3,
ol+h3,
h3+ul,
h3+ol,
ul+p,
ol+p,
p+ul,
p+ol {
  margin-top: 0;
}

li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  position: relative;
}

li::before {
  content: "\2022";
  color: #000;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: -12px;
  font-size: 16px;
}

ol li::before {
  content: none;
}

ol li {
  list-style-type: inherit;
}

.single ul li::before {
  content: "";
  border-radius: 20px;
  background: var(--Linear, linear-gradient(38deg, #C7A082 25.34%, #C7A082 26.03%, #FDE8DB 94.75%, #BA8D70 148.89%));

  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  display: block;
  margin-top: 7px;

  position: static;
}

.single ul li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  position: static;
}

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

.single ul {
  padding-left: 5px;
}

.single ol {
  padding-left: 22px;
}

.single ol li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;

}

.single ol li::marker {
  color: #BA8D70;

}

.single h2,
.single h3 {
  color: #956647;
}

h1 {
  font-family: "BetterFriend";
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 123px;
  text-align: center;
}

h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  color: #000;
}

h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}

h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

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

svg {
  display: block;
}

a {
  text-decoration: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  display: block;
}

button {
  font-family: "Montserrat";
}

a,
button,
input,
select,
textarea {
  cursor: pointer;
  outline: none;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea {
  display: block;
  border-radius: 0 !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

main {
  min-height: 100vh;
  overflow-x: hidden;
}

.btn {
  padding: 9px 15px;
  max-width: 260px;
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
  font-family: "Bambino New";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: relative;
  /*-webkit-transition: 0.5s;*/
  /*-o-transition: 0.5s;*/
  /*transition: 0.5s;*/
}

.btn:hover {
  /*background-color: #ba8d70;*/
  /*border-color: #ba8d70;*/
  /*color: #fff;*/
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000 !important;
  /*-webkit-transition: 0.5s;*/
  /*-o-transition: 0.5s;*/
  /*transition: 0.5s;*/
}

.btn:before {
  content: "";
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(38deg,
      #c7a082 25.34%,
      #c7a082 26.03%,
      #fde8db 94.75%,
      #ba8d70 148.89%);
  /*background: linear-gradient(42deg, rgba(199, 160, 130, 0.00) -3.84%, rgba(199, 160, 130, 0.00) -2.35%, #FDE8DB 1.57%, #BA8D70 124.85%);*/
}

/*#C7A082, #C7A082, #FDE8DB00, #BA8D70*/
.btn:hover:before {
  opacity: 1;
  transition: 0.5s;
}

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

.phrase {
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

.wrapper-title {
  width: 100%;
  height: 270px;
  background: url(../img/title_back.svg) no-repeat bottom left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: static;
}

.title {
  margin: 0 0 55px 35px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header {
  /* max-width: 1920px; */
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 300;
  height: 100px;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;

  background: linear-gradient(39deg,
      rgba(199, 160, 130, 0) -15.36%,
      rgba(199, 160, 130, 0) -13.73%,
      #fde8db -4.05%,
      #ba8d70 125.12%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-300px);
  transition: all 0.3s linear;
}

.header.active:before {
  opacity: 0.93;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.3s linear;
}

.header.active {
  /*background: #ba8d70 !important;*/
  /*opacity: 0.93 !important;*/
}

.header.header-fixed {
  background-color: #fff;
}

.header.active.header-fixed {
  background-color: transparent;
}

.header__container {
  width: 77.7%;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.header-fixed .header__container {
  padding: 7px 15px;
}

@media screen and (min-width: 1900px) {
  .header__container {
    max-width: 100%;
    padding: 10px 15px 10px;
  }

  .header-fixed .header__container {
    padding: 7px 15px;
  }
}

.header__left {
  display: flex;
  justify-content: space-between;
  max-width: 355px;
  width: 100%;
}

.header__left a {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  transition: all 0.3s linear;
}

.header__left a svg path {
  transition: all 0.3s linear;
}

.header__left a:hover {
  color: #ba8d70;
}

.header__left a:hover svg path {
  fill: #ba8d70;
}

.header__left a:last-child {
  display: none;
}

.header-fixed .header__left a {
  color: #333;
}

.header-fixed .header__left a:hover {
  color: #ba8d70;
}

@media only screen and (min-width: 1025px) {
  .header-fixed .header__left a:last-child {
    display: none;
  }
}

.header__left svg {
  margin-right: 8px;
}

.header-fixed .header__left path {
  fill: #ba8d70;
}

.header__link-rdv {
  margin-right: 15px;
}

.header__logo {
  max-width: 193px;
}

.header__logo-2 {
  display: none;
}

.header__menu.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
  /*background: #ba8d70;*/
  /*opacity: 0.93;*/
}

.header-fixed .header__menu.active {
  /*background-color: #fff;*/
  top: 85px;
  /*background: #ba8d70;*/
  /*opacity: 0.93;*/
}

.header__menu-list {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.header__menu-list li {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header__menu-list .menu-item::before {
  content: none;
}

.header__menu-list li:last-child {
  border-right: none;
}

.header__menu-list a {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: 0.5s;
  /* color: #fff; */
}

.header__menu-list a:last-of-type {
  margin-bottom: 0;
}

.header__menu-list a:hover {
  color: #000;
}

.header__menu-list>li:hover .sub-menu {
  transform: scaleY(1);
}

.header__phone,
.header__mail {
  transition: 0.5s;
}

.header__phone:hover,
.header__mail:hover {
  transform: scale(1.3);
}

.header__burger {
  width: 90px;
  border: none;
  position: relative;
  background: inherit;
  display: block;
  z-index: 100;
}

.header__burger span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s linear;
  pointer-events: none;
}

.header__burger p {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Bambino New";
  pointer-events: none;
  transition: all 0.3s linear;
}

.header__burger:hover span {
  background-color: #ba8d70;
  transition: all 0.3s linear;
}

.header__burger:hover p {
  color: #ba8d70;
  transition: all 0.3s linear;
}

.header-fixed .header__burger span {
  background-color: #ba8d70;
}

.header-fixed .header__burger p {
  color: #333;
}

.header.active .header__left path {
  fill: #000;
}

.header.active .nav-langs a,
.header.active .nav-langs {
  color: #000000 !important;
}

.header.active .header__left a,
.header.active .header__burger p {
  color: #000000;
}

.header.active .header__box-icon svg path {
  fill: #000;
}

.header.active .header__box-icon a {
  color: #000000;
}

.header-fixed .header__burger:hover p {
  color: #ba8d70;
}

.header.active .header__burger span,
.header-fixed.active .header__burger span {
  background-color: #000000;
}

/*.header-fixed.active .header__box-icon a,*/
/*.header-fixed.active .header__menu-list a,*/
/*.header-fixed.active .header__left a,*/
/*.header-fixed.active .header__burger p {*/
/*   color: #ffffff;*/
/*}*/

/*.header-fixed.active .nav-langs {*/
/*   color: #ffffff !important;*/
/*}*/

/*.header-fixed.active .header__box-icon svg path,*/
/*.header-fixed.active .header__left path {*/
/*   fill: #fff;*/
/*}*/

.header__burger span:first-child {
  top: 0;
}

.header__burger span:nth-child(2) {
  top: 8px;
  opacity: 1;
  transform: translateX(0);
}

.header__burger span:nth-child(3) {
  top: 16px;
}

.header__burger.active span:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-30px);
}

.header__burger.active span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

.header-fixed.active .header__burger:hover span {
  background-color: #333;
}

.header.active .header__box-icon a:hover,
.header-fixed.active .header__box-icon a:hover,
.header-fixed.active .header__menu-list a:hover,
.header-fixed.active .header__left a:hover,
.header-fixed.active .header__burger:hover p {
  color: #333333;
}

.header.active .header__box-icon a:hover svg path,
.header-fixed.active .header__box-icon a:hover svg path,
.header-fixed.active .header__left a:hover svg path {
  fill: #333;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header__burger-tablet {
  display: none;
}

.header-fixed {
  position: fixed;
  z-index: 400;
  top: 0;
  /*background-color: #fff;*/
  height: 100%;
  max-height: 95px;
  -webkit-animation: show 0.5s linear forwards;
  animation: show 0.5s linear forwards;
}

.header.active .header__logo,
.header-fixed .header__logo {
  display: none;
}

.header.active .header__logo-2,
.header-fixed .header__logo-2 {
  display: block;
  max-width: 140px;
  width: 100%;
  min-width: 120px;
}

/* .header.active .header__menu-list a,
.header-fixed .header__menu-list a {
   color: #000;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
   text-transform: uppercase;
} */

/* .header-fixed .header__menu-list li {
   border-color: #000;
} */

.header__menu-list .menu-item-has-children {
  position: relative;
}

/* .header-fixed .header__menu-list li a:hover {
   color: #000;
}

.header-fixed .header__menu-list .sub-menu > li:hover a {
   color: #fff;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
}

.header__menu-list .sub-menu {
   position: absolute;
   top: 40px;
   left: -37px;
   width: 285px;
   list-style-type: none;
   z-index: 400;
   -webkit-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
   padding-left: 0;
   padding-top: 20px;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   transform-origin: 0 0;
   overflow: visible;
}

.header-fixed .header__menu-list .sub-menu {
   background-color: #fff;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
}

.header__menu-list .sub-menu li {
   border-right: none;
   max-width: 100%;
   min-height: 30px;
   margin-bottom: 18px;
   padding: 8px 15px;
}

.header__menu-list .sub-menu a {
   width: 215px;
   margin: 0 auto;
   text-align: left;
}

.header-fixed .header__menu-list .sub-menu a {
   color: #000;
}

.header__menu-list .sub-menu li:hover {
   background-color: #ba8d70;
   -webkit-transition: 0.5s;
   -o-transition: 0.5s;
   transition: 0.5s;
} */

.header__box-icon {
  display: flex;
  justify-content: space-between;
  max-width: 583px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header__box-icon a {
  margin-left: 20px;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.header-fixed .header__box-icon a {
  color: #333;
}

.header__box-icon a svg {
  margin-right: 10px;
}

.header__box-icon a:nth-child(4),
.header__box-icon a:nth-child(5) {
  display: none;
}

.header__box-icon a:first-of-type {
  margin-left: 0;
}

.header__box-icon .link {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.header__box-icon-desktop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-fixed .header__box-icon svg path {
  fill: #000;
}

.header-fixed .header__box-icon .link {
  color: #000;
  transition: color 0.5s;
}

.header-fixed .header__box-icon .link:hover {
  color: #ba8d70;
}

.header .nav-langs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  font-family: "Bambino New";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ba8d70 !important;
  text-transform: uppercase;
}

.header-fixed .nav-langs {
  color: #ba8d70 !important;
  font-weight: bold;
}

.header .nav-langs a {
  color: #fff !important;
}

.header-fixed .nav-langs a {
  color: #333 !important;
}

.header .nav-langs img {
  width: 16px;
  border-radius: 50%;
  height: 16px;
  margin-right: 5px;
}

.header .line_1 {
  margin: 0 10px;
  border-right: 1px solid #fff;
  width: 1px;
  height: 100%;
}

.header-fixed .line_1 {
  border-color: #000;
}

.header .nav-langs .wpml-ls-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .nav-langs .line_2 {
  display: none;
}

.header__menu-list .sub-menu {
  left: -42px;
  max-height: 110px;
}

/* .header__menu-list .menu-item-has-children {
   background: url(../img/vector.svg) no-repeat 95% center;
   padding: 0px 20px 0 5px;
}

.header-fixed .header__menu-list .menu-item-has-children {
   background-image: url(../img/vector-2.svg);
} */

.header__menu-list .menu-item-has-children.active .sub-menu {
  transform: scaleY(1);
}

.header__menu-list .sub-menu li {
  margin-bottom: 2px;
}

.header.active {
  /*background-color: rgb(186, 141, 112, 0.93);*/
  transition: all 0.3s linear;
}

.header.active .header__burger:hover span {
  background-color: #333333;
}

.header.active .header__burger:hover p {
  color: #333333;
}

.header.active .header__left a:hover {
  color: #333333;
}

.header.active .header__left a:hover svg path {
  fill: #333;
}

.header__menu {
  /*background-color: rgb(186, 141, 112, 0.93);*/
  position: absolute;
  top: 100px;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  transform: translateY(-300px);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 2;
  left: 0;
  padding: 130px 0;
  overflow: auto;
  margin-left: 0;
}

.header__menu-list {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 0 80px;
}

.header__menu-list .sub-menu {
  transform: scaleY(1);
  position: static;
  width: 100%;
}

.header__menu-list .sub-menu a {
  width: 100%;
  text-align: center;
}

.header-fixed {
  left: 50%;
  transform: translateX(-50%);
}

.header__wrapper-logo {
  margin-top: 25px;
  position: relative;
  z-index: 3;
}

.header-fixed .header__wrapper-logo {
  margin-top: 0;
}

.header__menu-list .menu-item-has-children {
  background: none;
  padding: 0;
}

.header__menu-list .sub-menu {
  max-height: 200px;
  overflow: auto;
}

.header-fixed .header__menu-list .menu-item-has-children {
  background: none;
}

.header__menu-list>li .sub-menu {
  transform: scaleY(1);
}

.header__right {
  display: flex;
  justify-content: flex-end;
  max-width: 355px;
  width: 100%;
}

.header__right-inner {
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header__box-icon-2,
.header__box-icon-3 {
  display: none;
}

.header__left .nav-langs {
  display: none;
}

.intro {
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.intro__inner {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
}

.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.intro__video::after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
}

.intro__video-sound {
  position: absolute;
  bottom: 17%;
  left: 8%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/sound_off.png) no-repeat center;
  cursor: pointer;
  z-index: 200;
}

.intro__video-sound.active {
  background-image: url(../img/sound_on.png);
}

.bienvenue {
  padding: 27px 0 0;
}

.bienvenue__box {
  width: 77.7%;
  min-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto 0;
  min-height: 1090px;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(116deg,
      #fde8db00 -1.8%,
      #ba8d70 -1.21%,
      #fde8db00 52.6%,
      #ba8d70 102.8%
      /*#c7a082 -1.8%,*/
      /*#c7a082 -1.21%,*/
      /*rgba(253, 232, 219, 0) 52.6%,*/
      /*#ba8d70 102.8%*/
      /*#C7A082, #C7A082, #FDE8DB00, #BA8D70*/
    );
}

.bienvenue__descr {
  max-width: 730px;
  width: 100%;
  position: relative;
}

.bienvenue__descr-inner {
  max-width: 655px;
  width: 100%;
  margin-left: 4%;
}

.bienvenue__title {
  margin: 220px 0 30px 0;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ba8d70;
  position: relative;
  z-index: 10;
}

.bienvenue__descr h1 p {
  font-size: 34px;
  line-height: 46px;
  font-weight: normal;
  text-align: left;
  font-family: "Bambino New";
  margin: 0;
  text-align: justify;
}

.bienvenue__title-row {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 145px;
  width: 965px;
}

.bienvenue__title-box {
  width: 77.7%;
  min-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  position: relative;
}

.bienvenue__title-box .top-title {
  font-family: "Montserrat";
  font-size: 38px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: left;
/*   position: absolute; */
/*   margin-left: 262px; */
  top: 130px;
	position: static;
    text-align: center;
    max-width: max-content;
/*     margin: 0; */
}

.bienvenue__title-box .top-title .small {
	font-size: 36px;
}
.bienvenue__title-box .top-title hr {
	margin: 0;
    border-color: black;
}


.bienvenue__title-box .bottom-titles {
/*   min-height: 308px; */
/*   background: url(../img/bienvenue_title_back.svg) no-repeat bottom left; */
  background-size: contain;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
	align-items: center;
}

.bienvenue__title-box .bottom-titles > svg {
	width: 362px;
    height: auto;
}

.bottom-titles .title-left {
  font-family: "BetterFriend";
  font-style: normal;
  font-weight: normal;
  font-size: 144px;
  line-height: 160px;
  text-align: justify;
  white-space: nowrap;
  margin: 0 0 0 146px;
  bottom: 7px;
  position: relative;
  max-width: 478px;
  width: 100%;
}

.bottom-titles .title-left svg {
  width: 100%;
}

.bottom-titles .title-right {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  margin-top: 75px;
  margin-bottom: 0;
}

.bienvenue__subtitle {
  font-family: "Montserrat";
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0 30px;
  text-align: center;
}

.bienvenue__title-box::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 92px;
  background: linear-gradient(80.03deg,
      #c7a082 -7.07%,
      #c7a082 -6.2%,
      #fde8db 93.29%,
      #ba8d70 148.23%);
  width: 233px;
  height: 158px;
  z-index: -1;

  content: none !important;
}

.bienvenue__wrapper-img {
  position: relative;
  display: flex;
}

.bienvenue__wrapper-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(42deg,
      rgba(199, 160, 130, 0) -1.42%,
      rgba(199, 160, 130, 0) 0.05%,
      #fde8db 21.78%,
      #ba8d70 124.81%);
}

.bienvenue__top-img {
  -o-object-fit: cover;
  object-fit: cover;
  /* max-width: 799px; */
  width: 41.7%;
  min-height: 492px;
  position: relative;
  z-index: 1;
}

.bienvenue__box-wrap {
  /*background-color: #ba8d70;*/
  width: 58.3%;
  color: #fff;
  padding: 40px 20px 70px 9.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.bienvenue__box-img_descr ul {
  margin: 0;
}

.bienvenue__box-border {
  position: absolute;
  pointer-events: none;
  height: 220px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 77.7%;
  min-width: 1200px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(37.65deg,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 0.5617979913949966%,
      rgba(255, 255, 255, 0) 56.18000030517578%,
      rgb(255, 255, 255) 100%);
  /*#FFFFFF, #FFFFFF00*/
  /*#C7A082, #C7A082, #FDE8DB00, #BA8D70*/
}

.bienvenue__box-border svg {
  position: absolute;
  right: -72px;
  top: -57px;
}

.bienvenue__box-img_descr li,
.bienvenue__box-img_descr li h3 {
  width: 100%;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.bienvenue__box-rdv p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}

.bienvenue__box-rdv .btn {
  color: #000;
  border-color: #000;
  position: relative;
}

.bienvenue__box-rdv .btn:hover {
  color: #000;
  border-color: transparent;
  background-color: #fff !important;
  /*background: linear-gradient(42deg, rgba(199, 160, 130, 0.00) -3.84%, rgba(199, 160, 130, 0.00) -2.35%, #FDE8DB 1.57%, #BA8D70 124.85%);*/
}

.bienvenue__box-rdv .btn:before {
  display: none;
}

.bienvenue__box-img_descr li::before {
  content: "";
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: #000;
}

.bienvenue__top-content {
  padding: 0 15px;
  max-width: 1166px;
  width: 100%;
  margin: 100px auto 95px;
}

.bienvenue__content h3 {
  color: #ba8d70;
  text-transform: uppercase;
}

.bienvenue__content p {
  text-align: justify;
}

.bienvenue__first-box,
.bienvenue__second-box {
  display: flex;
  justify-content: space-between;
}

.bienvenue__first-box h3,
.bienvenue__second-box h3 {
  margin: 0 0 20px;
}

.bienvenue__first-box {
  margin-bottom: 75px;
}

.bienvenue__img {
  /*    max-width: 725px;
   object-fit: cover; */
  width: auto;
}

.bienvenue__first-box .bienvenue__img {
  margin-right: 15px;
}

.bienvenue__box-descr {
  max-width: 405px;
  width: 100%;
  margin: 0 auto;
}

.bienvenue__second-box {
  margin-bottom: 70px;
}

/*.bienvenue__second-box .btn {*/
/*   border-color: #c7a082;*/
/*}*/

.bienvenue__top-btn {
  margin: 60px 0 17px;
}

.bienvenue__second-box .bienvenue__wrapper-img {
  margin-left: 15px;
  flex-direction: column;
}

.bienvenue__second-btns {
  max-width: 500px;
  width: 100%;
  margin: 47px auto 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

/* .bienvenue__second-btns a:nth-child(2) {
   display: none;
} */

.bienvenue .link-rdv,
.bienvenue .link-consl {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}

.bienvenue .link-rdv:hover,
.bienvenue .link-consl:hover {
  color: #ba8d70;
}

.bienvenue .link-rdv svg,
.bienvenue .link-consl svg {
  margin-right: 8px;
}

.bienvenue .link-rdv path,
.bienvenue .link-consl path {
  fill: #ba8d70;
}

@media (max-width: 1599px) {
  .bienvenue__box-wrap {
    padding: 40px 20px 70px 5.3%;
  }
}

@media (max-width: 1199px) {
  .bienvenue__wrapper-img {
    flex-direction: column;
  }

  .bienvenue__top-img {
    width: 100%;
    min-height: unset;
    height: 460px;
  }

  .bienvenue__box-wrap {
    width: 100%;
  }

  .bienvenue__box-border {
    display: none;
  }
}

.sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1s;
  z-index: 400;
  /* right: -200px; */
  left: 20px;
  right: auto;
  width: 8%;
  pointer-events: none;
}

.sidebar.active {
  /* right: 20px; */
  opacity: 1;
  transition: 1s;
  left: 20px;
  right: auto;
  width: 8%;
  pointer-events: auto;
}

.sidebar__link {
  margin-bottom: 35px;
  background-color: #1d1d1b;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.sidebar__link:hover {
  background: linear-gradient(37.65deg,
      #c7a082 25.34%,
      #c7a082 26.03%,
      #fde8db 94.75%,
      #ba8d70 148.89%);
  transition: 0.5s;
}

.equipe {
  margin-top: 35px;
  padding-top: 100px;
  position: relative;
  max-width: 100%;
}

.equipe .container {
  width: 77.7%;
  min-width: 1200px;
}

.equipe__wrapper-title {
  margin-left: 0;
}

.equipe__img {
  width: 100%;
}

.equipe__list-doc {
  max-width: 1460px;
  width: 100%;
  margin: 100px auto 0;
}

.equipe__list-doc .equipe__item {
  display: flex;
}

.equipe__list-doc .equipe__item:nth-child(2),
.equipe__list-doc .equipe__item:nth-child(4) {
  padding-left: 15px;
  border-image-source: linear-gradient(45.64deg,
      #c7a082 21.63%,
      #c7a082 22.04%,
      rgba(253, 232, 219, 0) 54.63%,
      #ba8d70 93.97%);
}

.equipe__list-doc .equipe__item:nth-child(1),
.equipe__list-doc .equipe__item:nth-child(3) {
  padding-right: 15px;
}

.equipe__list-doc .equipe__item:nth-child(2),
.equipe__list-doc .equipe__item:nth-child(4) {
  justify-content: flex-end;
}

.equipe__list-doc .equipe__item:nth-child(2),
.equipe__list-doc .equipe__item:nth-child(3),
.equipe__list-doc .equipe__item:nth-child(4) {
  margin-top: -60px;
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-img,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-img {
  order: 1;
}

.equipe__list-doc .equipe__item-img {
  max-width: 405px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}

.equipe__list-doc .equipe__item-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.5s;
}

.equipe__list-doc .equipe__item-box-descr {
  height: 100%;
  max-width: 760px;
  width: 100%;
  min-height: 350px;
  border: 1px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(45.64deg,
      #c7a082 21.63%,
      #c7a082 22.04%,
      rgba(253, 232, 219, 0) 54.63%,
      #ba8d70 93.97%);
  padding: 58px 30px 32px 30px;
}

.equipe__list-doc .equipe__item:nth-child(1) .equipe__item-box-descr,
.equipe__list-doc .equipe__item:nth-child(3) .equipe__item-box-descr {
  border-left: none;
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-box-descr,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-box-descr {
  border-right: none;
  padding-top: 32px;
  padding-right: 0;
  margin-right: 30px;
}

.equipe__item-descr {
  margin-bottom: 20px;
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-descr,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-descr {
  max-width: 585px;
  margin-left: auto;
}

.equipe__list-doc .equipe__item-title {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 20px;
}

.equipe__list-doc .equipe__item-subtitle {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 20px;
}

.equipe__list-doc .equipe__item-descr p {
  margin: 0;
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-descr p,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-descr p {
  text-align: end;
}

.equipe__item-btn {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  padding-right: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.equipe__item-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  height: 16px;
  width: 1px;
  border-left: 1px solid #ba8d70;
  transition: 0.5s;
  opacity: 1;
}

.equipe__item-btn.active::before {
  opacity: 0;
}

.equipe__item-btn::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0px;
  width: 16px;
  height: 1px;
  border-top: 1px solid #ba8d70;
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-btn,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-btn {
  margin-left: auto;
}

.accordion {
  transition: 0.4s;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-title,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-title {
  text-align: end;
}

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

  .equipe__list-doc .equipe__item:nth-child(2) .equipe__item-title,
  .equipe__list-doc .equipe__item:nth-child(4) .equipe__item-title {
    max-width: 272px;
    margin-left: auto;
  }
}

.equipe__list-doc .equipe__item:nth-child(2) .equipe__item-subtitle,
.equipe__list-doc .equipe__item:nth-child(4) .equipe__item-subtitle {
  text-align: end;
}

.equipe__list-doc .equipe__item-descr ul {
  padding-left: 13px;
  margin: 0;
}

.equipe__list-doc .equipe__item-descr li {
  line-height: 25px;
  letter-spacing: -0.01em;
}

.equipe__list-doc .equipe__item-descr li:before {
  content: "\25A0";
  font-size: 10px;
  top: -1px;
}

.equipe__list-asist {
  max-width: 1460px;
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 100px auto 0 auto;
  padding: 0 15px;
}

.equipe__list-asist .equipe__item {
  max-width: 405px;
  width: 100%;
  margin-right: 30px;
  position: relative;
}

.equipe__list-asist .equipe__item::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 225px;
  left: 0;
  content: "";
  border: 1px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(12.59deg,
      #c7a082 -1.8%,
      #c7a082 -1.21%,
      rgba(253, 232, 219, 0) 52.6%,
      #ba8d70 102.8%);
  border-right: none;
}

.equipe__list-asist .equipe__item:last-of-type {
  margin-right: 0;
}

.equipe__list-asist .equipe__item-title {
  max-width: 390px;
  width: 100%;
  margin: 18px auto 5px auto;
  padding-right: 15px;
  font-size: 20px;
  line-height: 26px;
}

.equipe__list-asist .equipe__item-position {
  font-size: 20px;
  line-height: 26px;
  max-width: 390px;
  width: 100%;
  margin: 0 auto 25px auto;
  padding-right: 0 15px;
}

.equipe__list-asist .equipe__item-img {
  width: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  transition: 0.5s;
  max-width: 262px;
  width: 68.2%;
}

.equipe__list-asist .equipe__item-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.5s;
}

.equipe__list-asist .equipe__item-box-descr {
  max-width: 260px;
  margin-left: auto;
}

.insta {
  margin-top: 145px;
}

.insta__top-box {
  display: flex;
  margin-bottom: 30px;
  padding-right: 5%;
}

.insta__right-tag p {
  margin: 0;
}

.insta__left-tag {
  margin: 0 5% 0 12%;
  font-family: "Bambino New";
  font-size: 24px;
  line-height: 32px;
}

.insta__right-tag p {
  font-family: "Bambino New";
}

.insta__right-tag {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  max-width: 665px;
  width: 100%;
}

.insta__img {
  width: 23px;
  height: 23px;
  margin-right: 5%;
  margin-left: 15px;
  transform: scale(1.15);
}

.insta__img img {
  margin-left: 0;
  margin-right: 0;
  transform: scale(1);
}

.notre {
  margin-top: 200px;
  position: relative;
  display: none !important;
}

.notre__wrapper-title {
  max-width: 600px;
  margin: 0 0 35px 6%;
}

.notre__inner {
  max-width: 1820px;
  display: flex;
}

.notre__left-box {
  max-width: 1090px;
  width: 100%;
  padding-left: 15px;
}

.notre__left-box p {
  max-width: 845px;
  width: 100%;
  margin-left: auto;
  margin: 0 0 0 auto;
}

.notre__img {
  margin-top: 20px;
}

.notre__right-box {
  max-width: 700px;
  margin-left: 20px;
  width: 100%;
  padding-right: 15px;
}

.notre__right-box p:first-child {
  margin-top: 0;
}

.notre__right-box h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #ba8d70;
  text-transform: uppercase;
  margin: 0;
}

.notre__right-box p {
  margin-bottom: 25px;
}

.technologies {
  margin-top: 100px;
  padding-top: 100px;
  display: none !important;
}

.technologies__inner {
  background-color: #ba8d70;
  position: relative;
}

.technologies__left-box {
  max-width: 1670px;
  width: 100%;
  margin-left: auto;
  padding-left: 15px;
}

.technologies__wrapper-title {
  max-width: 845px;
  background-image: url(../img/technologies_title_bg.svg);
}

.technologies__title {
  color: #fff;
  text-align: left;
  max-width: 860px;
}

.technologies__item {
  display: flex;
}

.technologies__descr {
  max-width: 700px;
  width: 50%;
  padding: 0 15px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.technologies__descr p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
}

.technologies__tab {
  margin: 90px 0 25px;
  font-size: 24px;
  line-height: 30px;
}

.technologies__tab.active {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  transition: 1s;
}

.technologies__img {
  max-width: 835px;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.technologies .technologies__image-tablet {
  display: none;
}

.tech {
  margin-top: 200px;
}

.tech__inner {
  display: flex;
  /*background-color: #c1987d;*/
  background: linear-gradient(35deg,
      rgba(199, 160, 130, 0) -26.89%,
      rgba(199, 160, 130, 0) -25.12%,
      #fde8db 1.12%,
      #ba8d70 125.54%);
}

.tech__left {
  max-width: 1120px;
  width: 58%;
  position: relative;
}

.tech__left-inner {
  max-width: 553px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-45%);
}

.tech__wrapper-title.wrapper-title {
  background: url(../img/title_back-new.svg) no-repeat bottom left;
  margin-bottom: 47px;
}

.tech__title {
  color: #000;
  margin-bottom: 30px;
}

.tech__btn {
  margin: 0 0 43px 30px;
  color: #000;
  border-color: #000;
}

.tech__btn:hover {
  color: #000;
  background-color: #fff !important;
}

.tech__btn:before {
  display: none !important;
}

.tech__img {
  max-width: 800px;
  width: 43.5%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.presentation {
  margin-top: 120px;
  position: relative;
  max-width: 100%;
}

.presentation__container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.presentation__wrapper-title {
  max-width: 100%;
  margin: 0 0 60px 10%;
}

.presentation__slider {
  width: 100%;
  display: block;
  /* overflow-x: hidden; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.presentation__slider .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr; */
  grid-gap: 30px;
}

.presentation__slider-img {
  margin: 0 auto;
}

.presentation__slider-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  padding: 0 15px;
}

.presentation__slider-nav .swiper-button-next,
.presentation__slider-nav .swiper-button-prev {
  bottom: 14px;
  top: auto;
  position: static;
  height: 8px;
  background: none;
  bottom: 84px;
  margin-top: 0;
}

.presentation__slider-nav .swiper-button-next path,
.presentation__slider-nav .swiper-button-prev path {
  transition: 0.5s;
}

.presentation__slider-nav .swiper-button-next:hover path,
.presentation__slider-nav .swiper-button-prev:hover path {
  transition: 0.5s;
  fill: #ba8d70;
}

.presentation__slider-nav .swiper-button-prev {
  left: 0;
}

.presentation__slider-nav .swiper-button-next {
  transform: rotate(180deg);
  left: 180px;
}

.presentation__slider-nav .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50px;
  bottom: 80px;
  position: static;
  margin: 0 55px;
}

.presentation__slider-nav .swiper-pagination-bullet {
  margin: 0 9px !important;
}

.presentation__slider-nav .swiper-pagination-bullet-active {
  background: #ba8d70;
}

.presentation__slider-nav .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.presentation__slider-mobile {
  display: none;
}

.goverlay {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.35) 0.56%,
      rgba(253, 232, 219, 0.7) 49.09%,
      rgba(255, 255, 255, 0.35) 100%) !important;
}

.glightbox-clean .gslide-media {
  box-shadow: none !important;
}

.gallery-modal__slider {
  display: none;
}

.gallery-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.35) 0.56%,
      rgba(253, 232, 219, 0.7) 49.09%,
      rgba(255, 255, 255, 0.35) 100%);
}

.gallery-modal,
.gallery-modal.active {
  transition: all 0.3s linear 0s;
}

.gallery-modal.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

.gallery-modal__wrapper-img {
  width: 100%;
  max-width: 875px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-modal__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.close-modal {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 500;
  width: 32px;
  height: 32px;
}

/*orientations screen start*/
.orientations {
  padding: 135px 0 0 9.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.orientations-common {
  max-width: 1700px;
  width: 100%;
  margin-left: auto;
}

.philosophie__wrapper-title {
  background: url(../img/title_back.svg) left bottom no-repeat;
}

.orientations-container {
  display: flex;
  min-height: 450px;
  max-height: 485px;
}

.orientations-titles {
  width: 24%;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #c7a082, #fde8db 20%, #ba8d70);
  border-image: linear-gradient(90deg, #c7a082, #fde8db 20%, #ba8d70);
  border-image-slice: 1;
  /* margin-left: 30px; */
  height: 100%;
  overflow-y: auto;
}

.tabs__link {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  padding: 34px 15px;
  border-bottom: 1px solid #ba8d70;
}

.tabs__link:last-of-type {
  border-bottom: none;
}

.orientations-tablinks {
  margin: 0 auto;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.4s ease-in-out;
}

.tabs__link.active {
  /*background: #c7a082;*/
  background: linear-gradient(35deg,
      rgba(199, 160, 130, 0) -26.89%,
      rgba(199, 160, 130, 0) -25.12%,
      #fde8db 1.12%,
      #ba8d70 125.54%);
  transition: all 0.4s ease-in-out;
}

.tabs__link.active .orientations-tablinks {
  /*color: #fff;*/
  color: #000000;
  transition: all 0.4s ease-in-out;
}

.orientations-tabs {
  width: 74%;
}

.orientations .orientations-content {
  max-width: 395px;
  width: 33%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.orientations-tabcontent-mobile {
  display: none;
}

.orientations-text {
  text-align: justify;
  margin-bottom: 42px;
  margin: 0 auto;
}

.orientations-text h3 {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: left;
}

.orientations-text h4 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}

.orientations-content .btn {
  /*border: 0.8px solid #c7a082;*/
  text-transform: uppercase;
  margin: 5px 0;
}

.orientations-list li,
.orientations-list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
  transition: 0.5s;
}

.orientations-list li {
  padding-left: 10px;
}

.orientations-list li::before {
  content: "";
  background: url(../img/arrow-marker.svg) no-repeat center;
  width: 15px;
  height: 8px;
  left: -15px;
  top: 8px;
}

.orientations-list li:hover,
.orientations-list a:hover {
  color: #ba8d70;
  transition: 0.5s;
}

.orientations-img {
  width: 68%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* max-width: 850px;
   max-height: 500px; */
  max-width: 799px;
  max-height: 480px;
}

.hide-img {
  display: none !important;
}

.tabs__pane {
  display: none;
  justify-content: flex-end;
  height: 100%;
}

.tabs__pane_show {
  display: flex;
}

/*orientations screen end*/

.philosophie {
  max-width: 1430px;
  margin: 200px auto 0 auto;
  position: relative;
}

.philosophie__wrapper-title {
  margin: 0;
}

.philosophie__box {
  display: flex;
  max-height: 450px;
  max-width: 1280px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}

.philosophie__box-number {
  background: linear-gradient(220.03deg,
      #c7a082 -7.07%,
      #c7a082 -6.2%,
      #fde8db 107.39%,
      #ba8d70 148.23%);
  max-width: 260px;
  width: 100%;
  padding: 0 15px;
}

.philosophie__img {
  max-width: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.philosophie__number {
  text-align: center;
  font-weight: bold;
  font-size: 144px;
  line-height: 100px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 120px 0 40px 0;
}

.philosophie__subnumber {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0 0 150px 0;
}

.philosophie__center-box {
  max-width: 260px;
  width: 100%;
  padding: 0 2%;
  margin-top: 70px;
}

.philosophie__tab {
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  padding: 10px 10px;
  transition: 0.5s;
  text-transform: uppercase;
}

.philosophie__tab.active {
  text-align: center !important;
  background-color: #c7a082;
  color: #fff;
  transition: 0.5s;
}

.philosophie__tab-2:hover .philosophie__img-2 {
  display: block;
}

.rehabilitation {
  display: none;
  height: 1080px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 200px;
}

.rehabilitation__title {
  color: #fff;
}

.parcours {
  margin-top: 135px;
  position: relative;
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none !important;
}

.parcours__wrapper-title {
  margin-bottom: 45px;
  max-width: 770px !important;
  margin-left: 10%;
}

.parcours__box {
  max-width: 1275px;
  width: 100%;
  margin: auto;
  background: url(../img/parcours_bg.svg) no-repeat;
  height: 100%;
  background-size: 100%;
  background-position: top;
  padding-bottom: 5px;
}

.parcours__block {
  cursor: pointer;
}

.parcours__block-title {
  display: flex;
  margin-bottom: 25px;
}

.parcours__block-descr {
  line-height: 23px;
  letter-spacing: 0.01em;
  opacity: 0;
  transition: 0.5s;
}

.parcours__block-1 {
  margin-left: 50px;
  padding: 50px 50px 0 110px;
  max-width: 545px;
  width: 100%;
  margin: 0 auto 16px;
  width: 100%;
  max-height: 258px;
  height: 100%;
}

.parcours__block-1:hover .parcours__block-descr {
  opacity: 1;
  transition: 0.5s;
}

.parcours__block-1 .parcours__block-title {
  justify-content: center;
  align-items: flex-end;
}

.parcours__number {
  background: linear-gradient(37.65deg,
      #c7a082 25.34%,
      #c7a082 26.03%,
      #fde8db 94.75%,
      #ba8d70 148.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 144px;
  line-height: 114px;
  letter-spacing: 0.03em;
  margin: 0 10px 0 0;
}

.parcours__phrase {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.parcours__row {
  height: 100%;
  max-height: 275px;
  display: flex;
}

.parcours__block-4 {
  margin: 170px 0 0 30px;
  max-width: 405px;
  width: 100%;
}

.parcours__block-4:hover .parcours__block-descr {
  opacity: 1;
  transition: 0.5s;
}

.parcours__block-4 .parcours__phrase {
  max-width: 225px;
  margin-top: auto;
  text-align: left;
}

.parcours__block-center {
  max-width: 405px;
  width: 100%;
  background: linear-gradient(220.03deg,
      #c7a082 -7.07%,
      #c7a082 -6.2%,
      #fde8db 93.29%,
      #ba8d70 148.23%);
}

.parcours__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.parcours__img.active {
  display: block;
}

.parcours__block-2 {
  margin-left: 45px;
  align-items: flex-start;
}

.parcours__block-2:hover .parcours__block-descr {
  opacity: 1;
  transition: 0.5s;
}

.parcours__block-2 .parcours__block-title {
  display: flex;
  align-items: flex-end;
}

.parcours__block-descr.active {
  opacity: 1;
  transition: 0.5s;
}

.parcours__block-3 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 100px 330px;
  box-sizing: content-box;
}

.parcours__block-3:hover .parcours__block-descr {
  opacity: 1;
  transition: 0.5s;
}

.parcours__block-3 .parcours__block-title {
  align-items: flex-end;
}

.parcours__block-3 .parcours__phrase {
  max-width: 150px;
}

.parcours__box-tablet {
  display: none;
}

.dessiner {
  display: none;
  background-repeat: no-repeat;
  background-position: top left;
  height: 1080px;
  padding-top: 95px;
  position: relative;
  margin-top: 250px;
}

.dessiner__box {
  max-width: 845px;
  width: 100%;
  margin-left: 10%;
  max-height: 765px;
  height: 100%;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(161.79deg,
      #c7a082 -13.74%,
      #c7a082 -13.29%,
      #fde8db 2.53%,
      #ba8d70 65.56%);
  padding-top: 95px;
  position: relative;
}

.dessiner__rectangle {
  max-width: 800px;
  width: 100%;
  max-height: 625px;
  height: 100%;
  border-top: 1px solid;
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(40.43deg,
      #c7a082 21.75%,
      #c7a082 22.21%,
      #fde8db 31.78%,
      #ba8d70 103.64%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.dessiner__wrapper-title {
  position: absolute;
  top: 0;
  left: 11%;
  max-width: 600px;
}

.dessiner__title {
  margin-left: 30px;
}

.dessiner__descr {
  max-width: 410px;
  width: 100%;
  margin: 330px 0 0 11%;
}

.dessiner__descr p {
  margin-bottom: 30px;
}

.dessiner__descr p:last-of-type {
  margin-bottom: 50px;
}

.dessiner__btn {
  margin-left: auto;
  position: relative;
  z-index: 200;
}

.dessiner__btn:hover {
  background-color: #c7a082;
  border-color: #c7a082;
  color: #fff;
  transition: 1s;
}

.patients {
  padding: 135px 15px 0;
  margin: 75px auto 0;
  width: 77.7%;
  min-width: 1200px;
}

.patients__inner {
  position: relative;
}

.patients__wrapper-title {
  margin-left: 0;
  margin-bottom: 20px;
}

.patients__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ba8d70;
  margin-bottom: 50px;
  margin-left: 11.1%;
}

.patients__btn {
  position: absolute;
  right: 0;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  top: 165px;
  background-color: transparent;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 390px;
  border: 1px solid transparent;
  color: #000;
  padding: 20px 25px 20px 15px;
  transition: 0.5s;
}

.patients__btn::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrows3.svg) no-repeat center;
}

.patients__btn:before {
  content: "";
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  z-index: -1;
  opacity: 1;
  background: linear-gradient(42deg,
      rgba(199, 160, 130, 0) -3.84%,
      rgba(199, 160, 130, 0) -2.35%,
      #fde8db 1.57%,
      #ba8d70 124.85%);
  transition: 0.5s;
}

.patients__btn:hover {
  border-color: #000;
  transition: 0.5s;
}

.patients__btn:hover:before {
  opacity: 0;
  transition: 0.5s;
}

/*.patients__btn:hover::after {*/
/*   background-image: url(../img/arrows3.svg);*/
/*}*/

.patients__list {
  /* display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between; */
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.patients__item {
  max-width: 405px;
  /* width: 25%; */
  /* margin-right: 25px; */
  position: relative;
  padding-top: 92px;
}

@media screen and (max-width: 992px) {
  .patients__item {
    padding-top: 64px;
  }
}

.patients__item:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.patients__item:last-of-type {
  margin-right: 0;
}

.patients__item-wrapper-img {
  position: relative;
}

.patients__item-img {
  width: 100%;
  max-height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.patients__item-wrapper-img::before {
  content: "";
  background: linear-gradient(0deg,
      rgba(199, 160, 130, 0.4),
      rgba(199, 160, 130, 0.4));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.patients__item-wrapper-img:hover::before {
  opacity: 1;
}

.patients__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 34px auto 40px auto;
}

.patients__item-title_first {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.patients__box-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 260px;
  width: 100%;
}

.patients__item-btn {
  max-width: 115px;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  padding: 8px 0;
  transition: 0.5s;
}

.patients__item-btn:hover {
  background-color: #ba8d70;
  border-color: #ba8d70;
  color: #fff;
  transition: 0.5s;
}

.patients__item-insta path,
.patients__item-phone path {
  transition: 0.5s;
}

.patients__item-insta:hover path,
.patients__item-phone:hover path {
  fill: #ba8d70;
  transition: 0.5s;
}

.patient__slider-nav {
  display: none;
  position: static;

  /* display: flex; */
  max-width: 124px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto 0;
}

.patient__slider-nav div {
  position: static;
  height: auto;
}

.patient__slider-nav .swiper-button-next {
  transform: rotate(180deg);
}

.traitements {
  margin-top: 35px;
  padding-top: 100px;
  display: none !important;
}

.traitements__top-box {
  max-width: 1550px;
  width: 100%;
  display: flex;
  margin: 0 auto 40px auto;
}

.traitements__wrapper-title {
  max-width: 350px !important;
}

.traitements__top-box-descr {
  max-width: 1055px;
  width: 100%;
  margin: auto 15px 0 auto;
  padding: 50px 30px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #c7a082, #fde8db 20%, #ba8d70);
  border-image: linear-gradient(90deg, #c7a082, #fde8db 20%, #ba8d70);
  border-image-slice: 1;
}

.traitements__box {
  max-width: 1820px;
  width: 100%;
  margin-left: auto;
  display: flex;
  max-height: 650px;
}

.traitements__left-block {
  max-width: 300px;
  width: 100%;
  direction: rtl;
  overflow: auto;
}

.traitements__left-block::-webkit-scrollbar {
  width: 0.5rem;
}

.traitements__left-block::-webkit-scrollbar-track {
  background: #e6e9ed;
  border-radius: 5px;
}

.traitements__left-block::-webkit-scrollbar-thumb {
  background: #ba8d70;
  border-radius: 5px;
}

.traitements__left-block-item {
  border: 1px solid #ba8d70;
  border-right: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 93px;
  height: 100%;
  transition: 1s;
  cursor: pointer;
}

.traitements__left-block-item.active {
  background-color: #ba8d70;
  transition: 1s;
}

.traitements__left-block-item p {
  max-width: 185px;
  width: 100%;
  pointer-events: none;
  text-transform: uppercase;
  text-align: left;
}

.traitements__left-block-item.active p {
  color: #fff;
  transition: 1s;
}

.traitements__center-block {
  max-width: 650px;
  width: 100%;
  background: #ba8d70;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 15px;
}

.traitements__center-block-text {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 23px;
  text-align: justify;
  color: #fff;
}

.traitements__btn {
  border-color: #fff;
  color: #fff;
  margin: 30px auto 0 auto;
}

.traitements__btn:hover {
  background-color: #fff;
  color: #000;
}

.traitements__img {
  max-width: 975px;
  -o-object-fit: cover;
  object-fit: cover;
}

.traitements__box-tablet {
  display: none;
}

.show {
  display: flex;
}

.hide {
  display: none !important;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.tafirs {
  margin-top: 200px;
  max-width: 100%;
  display: none;
}

.tafirs__wrapper-title {
  margin-left: 11%;
}

.tafirs__box {
  min-height: 725px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.tafirs__box-accordion {
  max-width: 845px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13%;
  background-color: #fff;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  display: flex;
  transition: all 0.2s linear;
}

.tafirs__box-links-inner {
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
}

.tafirs__accordion-content {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
}

.tafirs__accordion-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  color: #000;
}

.set:first-child .tafirs__accordion {
  margin-top: 0;
}

.tafirs__accordion {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 37px;
  transition: 0.5s;
}

.tafirs__accordion.active {
  color: #ba8d70;
  transition: 0.5s;
}

.tafirs__accordion svg {
  margin-left: 15px;
  position: relative;
  bottom: 0;
}

.tafirs__accordion.active svg {
  transform: rotate(180deg);
  transition: 0.5s;
}

.tafirs__accordion:hover path {
  transition: 0.5s;
}

.tafirs__accordion:hover path {
  fill: #ba8d70;
  transition: 0.5s;
}

.tafirs__accordion.active path {
  fill: #ba8d70;
  transition: 0.5s;
}

.tafirs__img {
  display: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

.laboratoire {
  margin-top: 135px;
  display: none !important;
}

.laboratoire__wrapper-title {
  margin-left: 10%;
}

.laboratoire__box {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 40px;
  position: relative;
}

.laboratoire__box-descr {
  background-color: #ba8d70;
  max-width: 845px;
  width: 100%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 6%;
  padding: 55px 0 45px 0;
}

.laboratoire__box-descr-inner {
  max-width: 585px;
  width: 100%;
  margin: auto;
}

.laboratoire__box-descr-inner p {
  text-align: justify;
  color: #ffffff;
}

.conseils {
  padding-top: 200px;
  max-width: 100%;
  display: none;
}

.conseils__container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.conseils__wrapper-title {
  margin-left: 10%;
}

.conseils__box {
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 15px;
}

.conseils__slider {
  height: 560px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 77.7%;
  min-width: 1200px;
  transition: opacity 0.6s ease;
}

.conseils__slider.swiper-container-coverflow {
  padding: 1% 0;
}

.conseils__slider.loading {
  opacity: 0;
  visibility: hidden;
}

.conseils__slider .swiper-slide {
  /*background: url(../img/conseils_rect.svg) no-repeat;*/
  background-size: 88% 85%;
  background-position: 30px 30px;
  position: relative;
}

.conseils__slider .swiper-slide .border {
  position: absolute;
  width: 88%;
  max-width: 330px;
  height: auto;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.conseils__slider .swiper-slide .border rect {
  transition: all 0.6s ease;
}

.conseils__slider .swiper-slide:hover .border rect {
  fill: #ba8d70;
  transition: all 0.6s ease;
}

.conseils__wrapper-img {
  position: relative;
  z-index: 3;
}

.conseils__slider .swiper-slide img {
  width: 75%;
  margin-right: auto;
}

.conseils__slide-wrapper-video {
  content: "";
  width: 80%;
  display: block;
  position: relative;
  z-index: 3;
  top: -20px;
  left: 0;
  height: 300px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.conseils__slide-wrapper-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  height: 67%;
  top: 30px;
}

.conseils__slide-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 600px;
  height: 100%;
  transform: translateX(-50%);
  top: -20px;
  width: 100%;
}

.conseils__slide-video::after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
}

.conseils__slide-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 0 40px 57px;
  max-width: 300px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.conseils__slide-descr {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 0 0 90px;
  max-width: 260px;
  width: 100%;
}

.conseils__slide-link {
  font-family: "Bambino New";
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 3;
  padding: 0 0 0 57px;
  max-width: 300px;
  opacity: 0;
  transition: all 0.6s ease;
  margin-top: auto;
  margin-bottom: 91px;
}

.conseils__slider .swiper-slide {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .conseils__slide-link {
    margin-bottom: 130px;
  }
}

@media (max-width: 1100px) {
  .conseils__slide-link {
    margin-bottom: 140px;
  }
}

@media (max-width: 1024px) {
  .conseils__slide-link {
    margin-bottom: 90px;
  }
}

@media (max-width: 768px) {
  .conseils__slide-link {
    margin-bottom: 130px;
    opacity: 1;
  }
}

@media (max-width: 690px) {
  .conseils__slide-link {
    margin-bottom: 155px;
  }
}

@media (max-width: 640px) {
  .conseils__slide-link {
    margin-bottom: 180px;
  }
}

@media (max-width: 600px) {
  .conseils__slide-link {
    margin: 0px;
  }
}

.conseils__slide-link svg {
  margin-left: 20px;
}

.conseils__slider .swiper-slide:hover .conseils__slide-link {
  opacity: 1;
  transition: all 0.6s ease;
}

.conseils__slider [class^="swiper-button-"] {
  width: 27px;
  height: 8px;
}

.conseils__slider-nav {
  max-width: 550px;
  margin: 0 auto;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  margin-top: -10px;
}

.conseils__slider-nav .swiper-button-prev,
.conseils__slider-nav .swiper-button-next {
  position: static;
  margin-top: 0;
  padding: 20px 35px;
  position: relative;
}

.conseils__slider-nav .swiper-button-prev svg,
.conseils__slider-nav .swiper-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.conseils__slider-nav .swiper-button-prev:hover path,
.conseils__slider-nav .swiper-button-next:hover path {
  fill: #ba8d70 !important;
}

.conseils__slider-nav .swiper-pagination {
  margin: 0 auto;
  position: static;
  min-height: 18px;
  display: flex;
  align-items: center;
}

.conseils__slider-nav .swiper-pagination-bullet {
  margin: 0 10px;
  position: relative;
  width: 11px;
  height: 11px;
  background-color: #c4c4c4;
  opacity: 1;
}

.conseils__slider-nav .swiper-pagination-bullet-active {
  background-color: #ba8d70;
}

.urgences {
  padding-top: 135px;
  position: relative;
}

.urgences__wrapper-title {
  margin-left: 12%;
}

.urgences__box {
  max-width: 1705px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.urgences__box-descr {
  max-width: 845px;
  width: 100%;
  border: 1px solid transparent;
  border-image-source: linear-gradient(12.59deg,
      #c7a082 -1.8%,
      #c7a082 -1.21%,
      rgba(253, 232, 219, 0) 52.6%,
      #ba8d70 102.8%);
  border-image-slice: 1;
  margin: 0 30px 0 auto;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.urgences__box-descr-inner {
  max-width: 545px;
  width: 100%;
}

.urgences__box-descr-inner a {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
  transition: 0.5s;
}

.urgences__box-descr-inner a:hover {
  color: #ba8d70;
  transition: 0.5s;
}

.temoignages {
  margin-top: 135px;
  position: relative;
  display: none !important;
}

.temoignages__inner {
  background-repeat: no-repeat;
  display: flex;
  height: 600px;
}

.temoignages__wrapper-title {
  margin-left: 10%;
}

.temoignages__title {
  color: #fff;
}

.temoignages__box-slider {
  max-width: 700px;
  width: 100%;
  margin: 0 7% 0 auto;
  background: rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  position: relative;
  padding: 0 15px;
}

.temoignages__slider {
  max-width: 425px;
  width: 100%;
  margin: 220px auto 0 auto;
  overflow: hidden;
}

.temoignages__slider::before {
  content: url(../img/paws.svg);
  width: 50px;
  height: 28px;
  position: absolute;
  left: 80px;
}

.temoignages__slider .swiper-slide {
  background: none;
  display: block;
}

.temoignages__slide-descr p {
  color: #fff;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.01em;
}

.temoignages__slide-autor {
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 23px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #fff;
  margin-right: 1px;
}

.temoignages__navigation {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.temoignages__slider .swiper-button-next,
.temoignages__slider .swiper-button-prev {
  position: static;
  height: 8px;
  margin-top: 0;
}

.temoignages__slider .swiper-button-next path,
.temoignages__slider .swiper-button-prev path {
  transition: 0.5s;
}

.temoignages__slider .swiper-button-next:hover path,
.temoignages__slider .swiper-button-prev:hover path {
  fill: #ba8d70;
  transition: 0.5s;
}

.temoignages__slider .swiper-button-next {
  transform: rotate(180deg);
}

.temoignages__slider .swiper-pagination {
  position: static;
}

.temoignages__slider .swiper-pagination-bullet {
  background-color: #c4c4c4;
  opacity: 0.8;
  margin: 0 11px;
}

.temoignages__slider .swiper-pagination-bullet-active {
  background-color: #ba8d70;
}

.acces {
  margin-top: 35px;
  padding-top: 100px;
  max-width: 100%;
}

.acces__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.acces__wrapper-title {
  margin-left: 10%;
  max-width: 100%;
}

.acces__box {
  display: flex;
}

.acces__left-box {
  max-width: 760px;
  width: 100%;
  position: relative;
}

.acces__box-adress {
  width: 100%;
  padding: 0 15px;
  border: 1px solid;
  border-image-source: linear-gradient(12.59deg,
      #c7a082 -1.8%,
      #c7a082 -1.21%,
      rgba(253, 232, 219, 0) 52.6%,
      #ba8d70 102.8%);
  border-image-slice: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acces__descr {
  margin-bottom: 34px;
}

.acces__box-adress-inner {
  max-width: 407px;
  width: 100%;
  margin: 70px auto 50px;
}

.acces__adress {
  transition: 0.5s;
  color: #000;
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 271px;
}

.acces__adress:hover {
  color: #ba8d70;
}

.acces__descr {
  margin-bottom: 34px;
}

.acces__descr p {
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0.01em;
}

.acces__descr-phone {
  text-align: justify;
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 26px;
  margin-bottom: 34px;
  position: relative;
  transition: 0.5s;
}

.acces__descr-phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background: url(../img/phone2.svg) no-repeat center;
}

.acces__descr-phone:hover,
.acces__adress:hover {
  transition: 0.5s;
  color: #ba8d70;
}

.acces__box-work {
  /*background-color: #c7a082;*/
  background: linear-gradient(35deg,
      rgba(199, 160, 130, 0) -26.89%,
      rgba(199, 160, 130, 0) -25.12%,
      #fde8db 1.12%,
      #ba8d70 125.54%);
  width: 100%;
  padding: 64px 15px;
}

.acces__box-work p {
  font-weight: 400;
  /*color: #fff;*/
  color: #000;
  margin: 0;
}

.acces__box-work-inner {
  max-width: 407px;
  width: 100%;
  margin: 0 auto;
}

.acces__box-work .acces__box-work-title {
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.acces__box-work .box {
  display: flex;
}

.left {
  margin-right: 20px;
}

.right {
  display: flex;
}

.time-left {
  margin-right: 20px;
}

.acces__left-box .row {
  justify-content: flex-start;
}

.acces__map {
  max-width: 945px;
  width: 100%;
  /* height: 685px; */
}

.acces__back {
  width: 100%;
  height: 35vw;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: auto 35vw;
  margin-top: 150px;
}

@media (min-width: 2000px) {
  .acces__back {
    height: 750px;
  }
}

.contact {
  position: relative;
  padding-top: 135px;
}

.contact__wrapper-title {
  max-width: 100%;
  margin-left: 10%;
}

.contact__box {
  display: flex;
  overflow-x: hidden;
}

.contact__img {
  max-width: 830px;
  margin-bottom: 35px;
  max-height: 554px;
  margin-top: auto;
}

.contact__box-form {
  max-width: 1090px;
  width: 100%;
  border: 1px solid #c7a082;
  border-right: none;

  padding: 0 15px;
}

.contact__form {
  max-width: 540px;
  width: 100%;
  margin: 100px 0 0 10%;
}

.contact__input-descr {
  letter-spacing: 0.03em;
  color: #ba8d70;
  margin: 0;
}

.contact__wrapper-input {
  position: relative;
}

.contact__wrapper-input p:last-of-type {
  margin-top: 0;
}

.contact__input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #c7a082;
  border-radius: 0;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
}

.contact__input:focus {
  border-color: #c7a082;
}

.contact__textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
  padding: 15px 0 0 15px;
  color: #c7a082;
  border: 1px solid #000;
  resize: none;
  border-radius: 0;
  box-shadow: none;
}

.contact__textarea:focus {
  border-color: #c7a082;
}

.contact__box-checkbox span .contact__box-checkbox label {
  outline: none !important;
  background: #fff !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact__box-checkbox span:focus,
.contact__box-checkbox label:focus {
  outline: none !important;
  background: #fff !important;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact__box-checkbox .wpcf7-form-control {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.contact__box-checkbox .wpcf7-list-item {
  display: block;
  position: relative;
  margin-left: 35px;
  outline: none;
}

.contact__btn {
  margin-left: 100%;
  margin-right: 0;
  transform: translateX(-100%);
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.contact__box-checkbox {
  position: relative;
  margin-bottom: 25px;
}

.contact__box-checkbox input[type="radio"],
.contact__box-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid #bcbbbb;
  min-width: 20px;
  visibility: hidden;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff !important;
}

.contact__box-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 19px;
  font-family: "Montserrat";
  font-weight: normal;
  letter-spacing: 0.03em;
  outline: none;
}

.contact__box-checkbox .wpcf7-list-item-label {
  margin-top: 6px;
}

.contact__box-checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 16px;
  left: -35px;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
}

.contact__box-checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

.contact__box-checkbox .wpcf7-list-item,
.contact__box-checkbox .wpcf7-list-item-label::before,
.contact__box-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.contact__box-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label::before,
.contact__box-checkbox input[type="radio"]:checked~.wpcf7-list-item-label::before,
.contact__box-checkbox input[type="checkbox"]:checked~.wpcf7-list-item-label::before {
  background: linear-gradient(42deg,
      rgba(199, 160, 130, 0) -1.42%,
      rgba(199, 160, 130, 0) 0.05%,
      #fde8db 21.78%,
      #ba8d70 124.81%);
  border-color: #ba8d70;
  /*background: -o-linear-gradient(*/
  /*   52.35deg,*/
  /*   #c7a082 25.34%,*/
  /*   #c7a082 26.03%,*/
  /*   #fde8db 94.75%,*/
  /*   #ba8d70 148.89%*/
  /*);*/
  /*background: linear-gradient(*/
  /*   37.65deg,*/
  /*   #c7a082 25.34%,*/
  /*   #c7a082 26.03%,*/
  /*   #fde8db 94.75%,*/
  /*   #ba8d70 148.89%*/
  /*);*/
}

.otgs-development-site-front-end {
  display: none;
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-not-valid-tip {
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  font-family: "Montserrat";
  font-style: normal;
  opacity: 0;
}

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

.footer {
  margin-top: 160px;
  display: flex;
  width: 100%;
  background: linear-gradient(270deg,
      #ba8d70 2.99%,
      rgba(186, 141, 112, 0.96) 52.76%,
      rgba(186, 141, 112, 0) 73.02%);
}

.footer__left-box {
  background: linear-gradient(91deg, #fff 50%, rgba(255, 255, 255, 0) 99.45%);
  /*background: -o-linear-gradient(*/
  /*   right,*/
  /*   #ba8d70 2.99%,*/
  /*   rgba(186, 141, 112, 0.96) 6.76%,*/
  /*   rgba(186, 141, 112, 0) 41.02%*/
  /*);*/
  /*background: -webkit-gradient(*/
  /*   linear,*/
  /*   right top,*/
  /*   left top,*/
  /*   color-stop(2.99%, #ba8d70),*/
  /*   color-stop(6.76%, rgba(186, 141, 112, 0.96)),*/
  /*   color-stop(41.02%, rgba(186, 141, 112, 0))*/
  /*);*/
  /*background: linear-gradient(*/
  /*   270deg,*/
  /*   #ba8d70 2.99%,*/
  /*   rgba(186, 141, 112, 0.96) 6.76%,*/
  /*   rgba(186, 141, 112, 0) 41.02%*/
  /*);*/
  width: 50%;
  padding: 40px 0;
}

.footer a {
  transition: 0.5s;
}

.footer a:hover {
  transition: 0.5s;
  /* color: #000; */
  font-weight: 500;
}

.footer__left-box a {
  max-width: 400px;
}

.footer__img {
  max-width: 400px;
  margin-left: 90px;
}

/* =======================================================+R */

.footer__right-box {
  background-color: transparent;
  /*background-color: #ba8d70;*/
  width: 50%;
  padding-bottom: 24px;
  /* display: -webkit-box;
   display: -ms-flexbox; */
  /* display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 0;
  /* column-gap: 30px; */
  /* flex-wrap: wrap; */
  /* max-height: 142px; */
  padding-left: 0;
}

.footer__menu-list li {
  display: block;
}

.footer__menu-list li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer__menu-list li::before {
  display: none;
}

/* #menu-footer-menu-left {
   max-width: 289px;
} */
/* =======================================================+R */

.footer__right-box-inner {
  max-width: 697px;
  width: 100%;
  /* margin: 70px 0 0 30px; */
}

/* =======================================================+R */

.footer__right-box-inner .row {
  align-items: flex-start;
  -moz-column-gap: 30px;
  column-gap: 30px;
  /* padding: 0 15px; */
}

.footer__right-box-inner .row ul,
.footer__right-box-inner .row p,
.footer__right-box-inner .row .mentions-legales {
  max-width: 289px !important;
  width: 100%;
  padding-left: 0;
  color: #fff;
}

/* .footer__right-box-inner .row .mentions-legales a {
   color: #fff;
} */
.footer__right-box-inner .row-new {
  align-items: flex-start;
  padding-top: 32px;
  margin-bottom: 24px;
}

.footer__right-box-inner .row-end {
  align-items: center;
}

/* =======================================================+R */
.footer__right-box-inner p {
  max-width: 300px;
  width: 100%;
  color: #000;
  /* margin: 0 25px 40px 0; */
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.footer__right-box-inner a {
  display: inline;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.mentions-legales {
  max-width: 300px;
  color: #000;
  max-width: 300px;
  width: 100%;
  /* margin: 0 0 40px 0; */
}

.footer__right-box .right-text {
  /* text-align: right; */

  margin-right: 0 !important;
}

.footer__right-box .right-text-mediweb a {
  /* max-width: 186px !important; */
  display: block;
}

.container-page {
  padding: 0 15px;
  width: 89.5%;
  margin: 0 auto;
}

.container-page__inner {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}

.container-page a {
  display: inline;
  transition: 0.5s;
}

.container-page a:hover {
  color: #ba8d70;
  transition: 0.5s;
}

.post__wrapper-img {
  height: 100px;
}

.content-wrapper-box {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.content-wrapper-box.content-wrapper-box-full {
  max-width: 100%;
}

.content-box {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.content-box a {
  display: inline;
}

.content-box img {
  max-width: 555px;
  margin: 60px auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-box figure img{
	margin: 0;
}
.wp-block-columns figure img {
  margin: 0;
}

.content-box .size-large,
.content-box .size-full {
  margin: 0;
  width: 100%;
}

.content-box .size-full img,
.content-box .size-large img {
  max-width: 100% !important;
}

.content-box .items-block {
  display: flex;
  align-items: center;
}

.content-box .items-block .post__btn.btn {
  position: static;
  margin-right: 28px;
  display: none;
}

.kama_breadcrumbs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

span.kb_sep {
  min-width: 20px;
  background: url(../img/arrow.svg) no-repeat center 8px;
  background-size: contain;
  margin: 0 8px;
  position: relative;
}

.kama_breadcrumbs span {
  font-family: "Bambino New";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.kama_breadcrumbs>span:nth-child(5) {
  white-space: nowrap;
}

.kama_breadcrumbs .kb_title {
  color: #ba8d70;
  margin: 0 5px;
}

.kama_breadcrumbs .kb_title:last-child {
  margin-left: 0;
  margin-right: 0;
}

.post__img {
  margin-top: 95px;
  min-height: 125px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post__title {
  text-align: left;
  font-family: "Montserrat";
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 60px;
}

.content-box h1 {}

.content-box h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.content-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.content-box h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.content-box h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.wp-block-quote {
  margin: 45px 0 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 25px 32px;
}

.wp-block-quote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(5.44deg,
      #c7a082 25.34%,
      #c7a082 25.9%,
      #fde8db 54.54%,
      #ba8d70 124.9%);
  z-index: 1;
}

.wp-block-quote:before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  background-color: #fff;
  z-index: 2;
}

.wp-block-quote h3 {
  font-family: "Bambino New";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 18px 0;
}

.wp-block-quote p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}

.wp-block-quote ul,
.wp-block-quote ol,
.wp-block-quote p,
.wp-block-quote h1,
.wp-block-quote h2,
.wp-block-quote h3,
.wp-block-quote h4,
.wp-block-quote h5,
.wp-block-quote h6 {
  position: relative;
  z-index: 3;
}

.post__btn {
  position: absolute;
  left: 0;
  top: 0;
}

.post__btn svg {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.post__btn path {
  transition: 0.5s;
}

.post__btn:hover path {
  fill: #fff;
}

.page-title {
  margin-top: 80px;
}

.post__btn-email {
  margin: 115px auto 75px auto;
  /*background-color: #ba8d70;*/
  /*border-color: #ba8d70;*/
  /*color: #fff;*/
  display: block !important;
}

.post__btn-email:hover {
  color: #000;
  border-color: #000;
  background: none;
}

.post-links p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 18px;
}

.post-links li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.post-links a {
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

.post-links li::before {
  content: "";
  background: url(../img/arrow-marker.svg) no-repeat center;
  width: 15px;
  height: 100%;
  left: -15px;
}

.questionnaire .post__btn {
  top: -3px;
  max-width: 145px;
}

.questionnaire .post__btn svg {
  left: 17px;
}

.questionnaire .content-box {
  margin-top: 55px;
  max-width: 850px;
}

.questionnaire .kama_breadcrumbs {
  margin-top: 0;
}

.questionnaire__descr {
  margin: 55px 0 80px;
}

.questionnaire__form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.questionnaire__form .row>div {
  width: 100%;
  justify-content: space-between;
}

.questionnaire__form .box {
  margin-top: 25px;
  position: relative;
}

.questionnaire__form br {
  display: none;
}

.questionnaire__form .box-sex-data .questionnaire__error-message {
  top: -20px;
}

.questionnaire__form p {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.questionnaire__form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ba8d70;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding-left: 12px;
}

.questionnaire__form label {
  display: flex;
  position: relative;
}

.questionnaire__form .box-sex .wpcf7-form-control {
  align-items: center;
  display: flex;
  height: 100%;
}

.questionnaire__form .wpcf7-not-valid-tip {
  top: -14px;
  /*top: 0;*/
}

.questionnaire__form .box-sex .wpcf7-not-valid-tip {
  top: -10px;
  text-align: left;
}

.questionnaire__form .box-data .wpcf7-not-valid-tip {
  top: -25px;
}

.label {
  width: 100%;
}

.label input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.questionnaire__form .box-sex,
.questionnaire__form .box-left {
  position: relative;
}

.questionnaire__form input[type="radio"],
.questionnaire__form input[type="checkbox"] {
  width: inherit;
  height: inherit;
  visibility: hidden;
  margin-right: 12px;
  border: none;
}

.questionnaire__form .wpcf7-list-item-label {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 26px;
}

.questionnaire__form .wpcf7-list-item {
  margin: 0 70px 0 10px;
}

.questionnaire__form .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 25px;
  height: 25px;
  border: 1px solid #ba8d70;
  border-radius: 50%;
}

.questionnaire__form .checkbox .wpcf7-list-item-label::before {
  border-radius: 0;
}

.questionnaire__form input[type="radio"]:checked~.wpcf7-list-item-label::before,
.questionnaire__form input[type="checkbox"]:checked~.wpcf7-list-item-label::before {
  background: linear-gradient(37.65deg,
      #c7a082 25.34%,
      #c7a082 26.03%,
      #fde8db 94.75%,
      #ba8d70 148.89%);
}

.questionnaire__form .box-data {
  display: flex;
}

.questionnaire__form .box-data p {
  margin: auto 0;
}

.questionnaire__form .wrap-data {
  display: flex;
  max-width: 215px;
  width: 100%;
  margin-left: 28px;
  border: 1px solid #ba8d70;
}

.questionnaire__form .wrap-data p {
  display: flex;
  max-width: 215px;
  width: 100%;
  /* margin-left: 28px; */
  border: 1px solid #ba8d70;
}

.questionnaire__form .wrap-data input {
  border: none;
  border-right: 1px solid #ba8d70;
  text-align: center;
}

.questionnaire__form .wrap-data .wpcf7-form-control-wrap:last-of-type input {
  border-right: none;
}

.questionnaire__form .box-doctor .box-right {
  display: flex;
  align-items: flex-end;
}

.questionnaire__form .box-doctor .box-right p {
  max-width: 240px;
}

.questionnaire__form .box-doctor .box-right .wrap-input {
  max-width: 115px;
}

.questionnaire__form .box-doctor {
  margin-top: 105px;
}

.questionnaire__form .box-phone-adress .box-right {
  position: relative;
}

.questionnaire__form .box-question {
  margin-bottom: 35px;
  margin-top: 35px;
}

.questionnaire__form .box-question p,
.questionnaire__form .box-question2 p {
  margin-bottom: 10px;
}

.questionnaire__form .box-checkbox p {
  margin-bottom: 10px;
}

.questionnaire__form .box-checkbox input {
  max-width: 405px;
  margin-top: 15px;
}

.questionnaire__form .wpcf7-form-control.checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 30px;
}

.questionnaire__form .box-question2 {
  margin-top: 30px;
  position: relative;
}

.questionnaire__form .box-checkbox1,
.questionnaire__form .box-checkbox2,
.questionnaire__form .box-checkbox3 {
  margin-top: 35px;
  pointer-events: none;
}

.questionnaire__form .box-checkbox1.active,
.questionnaire__form .box-checkbox2.active,
.questionnaire__form .box-checkbox3.active {
  pointer-events: inherit;
}

.questionnaire__form .wrap-input-text {
  margin-top: 35px;
  max-width: 700px;
}

.questionnaire__form .wrap-input-text p {
  margin-bottom: 15px;
}

.questionnaire__form .wrap-input-text2 {
  display: flex;
  position: relative;
}

.questionnaire__form .wrap-input-text2 .input-descr {
  max-width: 300px;
  width: 100%;
  margin: auto 135px auto 0;
}

.questionnaire__form .wrap-input-text2 input {
  max-width: 115px;
}

.questionnaire__form .box-agree {
  margin: 80px 0 90px;
}

.questionnaire__form .box-agree .wpcf7-form-control.checkbox {
  display: block;
}

.questionnaire__form .box-agree .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18px;
  margin-top: 18px;
}

.questionnaire__form .btn-submit {
  max-width: 260px;
  margin: 0 auto;
  transition: 0.5s;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
  color: #000000;
}

.questionnaire__form .btn-submit:hover {
  background-color: #ba8d70;
  border-color: #ba8d70;
  color: #fff;
}

input[name="changesHealth2"],
input[name="lesquelsText"],
input[name="cigarettes"],
input[name="madame"] {
  pointer-events: none;
}

input[name="changesHealth2"].active,
input[name="lesquelsText"].active,
input[name="cigarettes"].active,
input[name="madame"].active {
  pointer-events: inherit;
}

.questionnaire__form .questionnaire__error-message {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #dd4b4b;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: 100;
  top: 5px;
  right: 0;
}

.questionnaire__form .box-checkbox1 .questionnaire__error-message {
  top: -20px;
}

.questionnaire__form .questionnaire__error-message.active {
  opacity: 1;
}

.questionnaire__form input.wpcf7-not-valid {
  border-color: #f00;
  box-shadow: 0px 0px 5px 0px #ff000070;
}

.questionnaire__form .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #f00;
  box-shadow: 0px 0px 5px 0px #ff000070;
}

#inputText .questionnaire__error-message,
#inputText2 .questionnaire__error-message {
  top: -25px;
  left: 371px;
}

.wpcf7-response-output {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
}

.page-tech {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-page a {
  display: inline;
}

.container-page .post__btn.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  min-width: 146px;
  padding: 0;
  height: 40px;
  border-color: #c7a082;
}

.container-page .post__btn.btn:hover {
  color: #fff;
}

.container-page .post__btn svg {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin-right: 9px;
}

.btn.btn-return:hover {
  background-color: #ba8d70 !important;
  color: #ffffff !important;
}

.btn.btn-return:before {
  display: none;
}

.post__wrapper-img {
  height: 100px;
}

.page-tech__wrapper-box {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.page-tech__btn-return {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 146px;
  padding: 9px 10px 9px 35px;
}

.page-tech__btn-return svg {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.page-tech__box {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

.page-tech__title {
  margin-bottom: 20px;
}

.page-tech__box .items-block {
  margin-bottom: 63px;
}

.page-tech__item {
  display: flex;
  justify-content: space-between;
}

.page-tech__item-box-description {
  max-width: 427px;
  width: 100%;
  margin: 165px 30px 0 0;
  margin-right: 30px;
}

.page-tech__item-box-description h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px;
}

.page-tech__item-box-description p {
  margin: 0 0 20px;
  text-align: justify;
}

.page-tech__box .page-tech__item-img {
  max-width: 550px;
  width: 100%;
  margin: 0;
}

.page-tech__item:nth-child(even) .page-tech__item-box-description {
  order: 1;
  max-width: 407px;
  margin: 127px 0 0 30px;
  margin-top: 127px;
}

.page-tech__item:nth-child(3) .page-tech__item-box-description {
  max-width: 407px;
}

.page-tech__item:nth-child(4) .page-tech__item-box-description {
  margin-top: 35px;
}

.page-tech__box .page-tech__btn {
  margin: 155px auto 20px;
  max-width: 262px;
  display: block;
}

.page-tech__box .page-tech__btn:hover {
  color: #ffffff !important;
}

.page-votre__items {
  position: relative;
}

.page-votre__items::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -54px;
  /* left: 59px; */
  left: 110px;
  width: 3px;
  height: 101%;
  border-right: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg,
      #ffffff 4.43%,
      #c7a082 25.91%,
      #fde8db 43.01%,
      #ba8d70 81.84%,
      #ffffff 97.16%);
}

.page-votre__item {
  display: flex;
  justify-content: space-between;
}

.page-votre__item-left {
  display: flex;
  max-width: 715px;
  width: 100%;
  position: relative;
  margin-top: 15px;
  padding-right: 15px;
}

.page-votre__item-left::before {
  content: "";
  position: absolute;
  top: 10px;
  /* left: 56px; */
  left: 107px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(41.44deg,
      #c7a082 25.34%,
      #c7a082 25.9%,
      #fde8db 124.9%);
}

.page-votre__item-count {
  font-size: 28px;
  line-height: 24px;
  /* color: #ba8d70; */
  margin: 0;
  margin-right: 84px;
  text-transform: capitalize;
}

.page-votre__item-box-description {
  max-width: 480px;
  width: 100%;
}

.page-votre__item-box-description h3 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.page-votre__item-box-description p {
  margin: 0 0 10px;
}

.page-votre__item-step {
  font-size: 20px;
  line-height: 24px;
  margin: 2px 0 10px;
  color: #ba8d70;
}

.page-votre__item .page-votre__item-img {
  max-width: 407px;
  width: 100%;
  margin: 0;
}

.page-cabinet a {
  display: inline;
}

.page-template-page-cabinet .footer {
  margin-top: 120px;
}

.page-cabinet .page-tech__btn {
  margin-top: 100px;
}

.page-cabinet__wrapper-box {
  max-width: 1700px;
  width: 100%;
  padding: 0 15px;
  margin: 190px auto 0;
  position: relative;
  margin-bottom: 63px;
}

@media (min-width: 2000px) {
  .intro {
    height: 76vh;
  }
}

@media (max-width: 1440px) {
  .container-page .post__btn.btn {
    display: none;
  }

  .content-box .items-block .post__btn.btn {
    display: flex;
  }

  .bienvenue {
    padding-top: 30px;
    margin-top: 0;
  }

  .bienvenue__box::before {
    content: none;
  }

  .bienvenue__first-box .bienvenue__box-descr {
    margin-right: 15px;
  }

  .bienvenue__second-box .bienvenue__box-descr {
    margin-left: 15px;
  }

  .bienvenue__img {
    max-width: 695px;
  }

  .bienvenue__box-descr {
    width: 50%;
  }

  .bienvenue__box-img_descr {
    top: 35px;
    right: 75px;
  }

  .equipe__list-doc .equipe__item-title {
    font-size: 22px;
    line-height: 31px;
  }

  .equipe__wrapper-title {
    margin-left: 15px;
  }

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

  .insta__img {
    margin-right: 15px;
  }

  .orientations-tablinks {
    font-size: 14px;
    line-height: 19px;
  }

  .orientations-container {
    justify-content: flex-end;
  }

  .orientations-img {
    max-width: 625px;
  }

  .orientations-titles {
    width: 24%;
  }

  .technologies__tab {
    margin-top: 40px;
  }

  .philosophie__box {
    max-width: 1000px;
    margin: 0 auto;
    position: static;
    transform: none;
  }

  .philosophie__box-number {
    max-width: 220px;
  }

  .philosophie__img {
    max-width: 540px;
  }

  .parcours__box {
    max-width: 1000px;
  }

  .parcours__block-title {
    margin-bottom: 10px;
  }

  .parcours__block-1 {
    padding: 10px 50px 8px 140px;
  }

  .parcours__block-1 .parcours__block-title {
    margin-bottom: 21px;
  }

  .parcours__block-4 {
    margin: 90px 11px 0 20px;
    max-width: 311px;
  }

  .parcours__block-center {
    max-width: 318px;
  }

  .parcours__block-2 {
    margin-left: 25px;
  }

  .parcours__block-3 {
    padding: 15px 0 10px 340px;
  }

  .dessiner {
    background-size: cover;
    background-position: 60%;
  }

  .traitements__wrapper-title {
    margin-left: 30px;
  }

  .traitements__left-block-item {
    max-height: 62px;
  }

  .traitements__img {
    max-width: 600px;
  }

  .tafirs__box-accordion {
    left: 10%;
  }

  .urgences__box {
    margin-left: 0;
  }

  .urgences__box-descr {
    margin-right: 15px;
  }

  .temoignages__wrapper-title {
    margin-left: 5%;
  }

  .temoignages__box-slider {
    margin-right: 0;
    max-width: 570px;
  }

  .temoignages__slider::before {
    left: 15px;
  }

  .contact__img {
    max-width: 650px;
  }

  .contact__form {
    margin: 100px auto 0 auto;
  }

  .wpcf7-not-valid-tip {
    top: -12px;
  }

  .post__btn {
    left: 15px;
    top: -50px;
  }

  .page-tech__btn-return {
    left: 0;
  }

  .page-cabinet .page-tech__btn-return {
    left: 15px;
  }
}

@media (max-width: 1280px) {
  .patients__wrapper-title {
    margin-left: 15px;
  }

  .patients__subtitle {
    margin-left: 15px;
  }

  .tafirs__box {
    min-height: 700px;
    background-attachment: scroll;
    background-image: none !important;
    background-color: #ba8d70;
  }

  .tafirs__box-accordion {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 100%;
  }

  .tafirs__accordion {
    font-size: 14px;
    line-height: 18px;
  }

  .tafirs__img {
    display: block;
  }
}

@media (width: 1440px) {
  /*.bienvenue,*/
  /*.patients {*/
  /*  padding-left: 75px;*/
  /*  padding-right: 75px;*/
  /*}*/
}

@media (max-width: 1240px) {
  .acces__box-adress {
    left: 10%;
  }
}

@media (max-width: 1199px) {

  .header__container,
  .bienvenue__box,
  .bienvenue__title-box,
  .equipe .container,
  .patients,
  .conseils__slider {
    min-width: 100%;
  }

  .tabs__pane {
    flex-direction: column-reverse;
    padding-left: 30px;
  }

  .orientations-container {
    justify-content: space-between;
    max-height: 100%;
  }

  .orientations-titles {
    width: 31%;
    overflow-y: inherit;
    height: 100%;
    margin-left: 15px;
  }

  .orientations-tabs {
    width: 69%;
  }

  .orientations-img {
    width: 100%;
    max-height: 310px;
    min-height: 310px;
  }

  .orientations-text {
    margin-top: 15px;
  }

  .orientations .orientations-content {
    width: 100%;
    margin: auto;
    overflow-y: inherit;
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .content-box .items-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-box .items-block .post__btn.btn {
    margin-bottom: 20px;
    position: relative;
    transform: none;
    top: auto;
    left: 0;
  }

  h1 {
    font-size: 80px;
    line-height: 133px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

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

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

  .btn {
    max-width: 200px;
    font-size: 14px;
  }

  .header__left a {
    display: none;
  }

  .header__logo {
    min-width: 180px;
  }

  .header__burger-tablet {
    display: block;
    height: 18px;
  }

  .header__right-inner {
    justify-content: flex-end;
  }

  .header__menu {
    padding-top: 30px;
  }

  .header__menu-list {
    margin-bottom: 25px;
  }

  /* .header__menu-list a {
      font-size: 20px;
      line-height: 24px;
   } */

  .header__box-icon,
  .header__box-icon-2,
  .header__box-icon-3 {
    margin-bottom: 25px;
    max-width: 370px !important;
  }

  .header__box-icon-3 {
    margin: 0 auto;
  }

  .header .header__right .nav-langs {
    display: none;
  }

  .header__left .nav-langs {
    display: flex;
    margin-left: 0;
  }

  .header__burger {
    height: 18px;
  }

  .header__box-icon a {
    width: 50%;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .header__box-icon-2 {
    display: flex;
    justify-content: space-between;
    max-width: 583px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto 25px;
  }

  .header__box-icon-2 a {
    display: flex;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    width: 50%;
  }

  .header__box-icon-2 a.header__link-rdv {
    margin-right: 0;
  }

  .header-fixed .header__box-icon-2 a {
    color: #000;
  }

  .header__box-icon-2 svg {
    margin-right: 8px;
  }

  .header__box-icon-2 path,
  .header__box-icon-3 path {
    fill: #000;
  }

  .header-fixed .header__box-icon-2 path {
    /*fill: #333;*/
  }

  .header__box-icon-3 {
    display: flex;
    width: 100%;
    padding: 0 15px;
  }

  .header__box-icon-3 svg {
    margin-right: 8px;
  }

  .header__box-icon-3 a {
    display: flex;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    width: 100%;
    max-width: 100%;
  }

  .bienvenue {
    background: none;
    padding: 40px 15px 0;
  }

  .bienvenue__subtitle {
    font-size: 28px;
    line-height: 32px;
  }

  .bienvenue__box-img_descr li,
  .bienvenue__box-img_descr li h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .bienvenue__box-img_descr li::before {
    top: 12px;
  }

  .bienvenue__box {
    flex-direction: column;
  }

  .bienvenue__title-box .top-title,
  .bienvenue__title-box .bottom-titles .title-right {
    font-size: 30px;
    line-height: 36px;
    top: 145px;
  }

  .bottom-titles .title-left {
    font-size: 124px;
    line-height: 140px;
    max-width: 475px;
  }

  .bienvenue__title {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 28px;
  }

  .bienvenue__descr h1 p {
    font-size: 30px;
    line-height: 42px;
  }

  .bienvenue__descr-inner {
    margin: 0;
    max-width: 100%;
    padding: 0 15px;
  }

  .bienvenue__title::before {
    height: 180px;
  }

  .bienvenue__right-descr {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .bienvenue__number {
    font-size: 16px;
    line-height: 28px;
  }

  .bienvenue__slider-box {
    max-width: 100%;
    margin-left: 0;
  }

  .bienvenue__slider {
    padding-top: 0;
    margin-top: 50px;
  }

  .bienvenue__slider-nav {
    margin: 30px auto 0 auto;
  }

  .bienvenue .row {
    max-width: 430px;
  }

  .bienvenue__box-img_descr {
    font-size: 20px;
    line-height: 26px;
    position: static;
    /* margin: 0 auto; */
    /* margin-top: 25px; */
  }

  .bienvenue__top-content {
    margin-top: 25px;
  }

  .bienvenue__first-box,
  .bienvenue__second-box {
    flex-direction: column;
  }

  .bienvenue__first-box .bienvenue__img,
  .bienvenue__second-box .bienvenue__img {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0;
  }

  .bienvenue__first-box .bienvenue__box-descr,
  .bienvenue__second-box .bienvenue__box-descr {
    max-width: 100%;
    width: 100%;
  }

  .bienvenue__first-box .bienvenue__img {
    order: 1;
  }

  .bienvenue__top-content {
    margin-bottom: 25px;
  }

  .bienvenue__box-descr {
    padding: 0 15px;
  }

  .bienvenue__second-box .bienvenue__box-descr {
    margin-left: 0;
  }

  .bienvenue__first-box {
    margin-bottom: 30px;
  }

  .bienvenue__second-box {
    margin-bottom: 50px;
  }

  .bienvenue__second-box .btn {
    margin: 20px auto;
  }

  .bienvenue__top-btn {
    margin-top: 30px;
  }

  .equipe {
    margin-top: 0;
  }

  .equipe__list-doc {
    margin-top: 50px;
  }

  .equipe__list-doc .equipe__item {
    padding: 0 15px !important;
  }

  .equipe__list-doc .equipe__item:nth-child(2),
  .equipe__list-doc .equipe__item:nth-child(3),
  .equipe__list-doc .equipe__item:nth-child(4) {
    margin-top: 40px;
  }

  .equipe__list-doc .equipe__item-title {
    font-size: 20px;
    line-height: 29px;
  }

  .equipe__list-doc .equipe__item-img {
    max-width: 300px;
  }

  .equipe__list-asist {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-top: 50px;
  }

  .equipe__list-asist .equipe__item {
    margin: 0 0 40px 0;
    max-width: 300px;
  }

  .equipe__list-asist .equipe__item::before {
    content: none;
  }

  .equipe__list-asist .equipe__item:last-of-type {
    margin-bottom: 0;
  }

  .equipe__list-asist .equipe__item-title {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .equipe__list-asist .equipe__item-position {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .insta {
    margin-top: 100px;
  }

  .insta__top-box {
    padding: 0 15px;
    flex-direction: column;
    align-items: flex-end;
  }

  .insta__right-tag p {
    margin-right: 2%;
    font-size: 14px;
  }

  .insta__right-tag p:last-of-type {
    margin-right: 0;
  }

  .insta__left-tag {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .insta__right-tag {
    margin-bottom: 10px;
    max-width: 600px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .notre {
    padding: 0 15px;
    margin-top: 130px;
  }

  .notre__wrapper-title {
    margin-left: 0;
  }

  .notre__inner {
    flex-direction: column;
  }

  .notre__left-box {
    flex-direction: column;
    padding-left: 0;
  }

  .notre__left-box p {
    max-width: 100%;
  }

  .notre__right-box {
    max-width: 100%;
    margin-top: 30px;
    margin: 30px 0 0 0;
    padding-right: 0;
  }

  .orientations {
    padding-top: 100px;
  }

  .orientations-text h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .technologies {
    margin-top: 0;
  }

  .technologies__left-box {
    padding-right: 15px;
  }

  .technologies__descr {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .technologies__item {
    flex-direction: column;
  }

  .technologies__tab {
    font-size: 22px;
    line-height: 28px;
  }

  .technologies__img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .technologies__tab {
    margin-top: 50px;
  }

  .tech {
    margin-top: 100px;
  }

  .tech__inner {
    display: block;
  }

  .tech__left {
    width: 100%;
    max-width: 100%;
  }

  .tech__left-inner {
    width: 100%;
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }

  .tech__wrapper-title {
    margin: 0 0 30px 15px;
  }

  .tech__btn {
    margin: 0 auto 30px;
  }

  .tech__img {
    max-width: 100%;
    width: 100%;
  }

  .presentation {
    margin-top: 100px;
  }

  .presentation__wrapper-title {
    margin: 0 0 30px 15px;
  }

  .presentation__slider .swiper-slide {
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-gap: 15px;
  }

  .presentation__slider-nav {
    margin-top: 30px;
  }

  .philosophie {
    padding: 0 15px;
    margin-top: 135px;
  }

  .philosophie__wrapper-title {
    margin-left: 0;
  }

  .philosophie__box {
    flex-wrap: wrap;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
  }

  .philosophie__img {
    max-width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .philosophie__number {
    font-size: 100px;
    line-height: 60px;
    margin: 95px 0 20px 0;
  }

  .philosophie__subnumber {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 110px;
  }

  .philosophie__center-box {
    margin-top: 0;
  }

  .rehabilitation {
    background-attachment: scroll;
    background-size: cover;
    margin-top: 130px;
    height: 700px;
  }

  .parcours {
    margin-top: 100px;
  }

  .parcours__wrapper-title {
    margin-left: 15px;
  }

  .parcours__box {
    display: none;
    background: none;
    max-width: 580px;
  }

  .parcours__block {
    max-width: 100% !important;
    padding: 0;
    max-width: 600px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
  }

  .parcours__block-title {
    justify-content: left !important;
    max-width: 380px;
  }

  .parcours__number {
    font-size: 100px;
    line-height: 84px;
  }

  .parcours__block-center {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .parcours__box-tablet {
    display: block;
  }

  @-webkit-keyframes showBlock {
    from {
      height: 0px;
    }

    to {
      height: 400px;
    }
  }

  @keyframes showBlock {
    from {
      height: 0px;
    }

    to {
      height: 400px;
    }
  }

  @-webkit-keyframes showBlock2 {
    from {
      height: 0px;
    }

    to {
      height: 400px;
    }
  }

  @keyframes showBlock2 {
    from {
      height: 400px;
    }

    to {
      height: 0px;
    }
  }

  .parcours__img {
    -webkit-animation: showBlock2 0.5s 1 linear forwards;
    animation: showBlock2 0.5s 1 linear forwards;
    display: block;
  }

  .parcours__img.active {
    -webkit-animation: showBlock 0.5s 1 linear forwards;
    animation: showBlock 0.5s 1 linear forwards;
  }

  .parcours__phrase {
    font-size: 16px;
    line-height: 20px;
  }

  .parcours__block-descr {
    font-style: 14px;
    line-height: 20px;
  }

  .parcours__block {
    padding: 0;
  }

  .dessiner {
    margin-top: 130px;
    padding: 50px 15px;
    height: 100%;
  }

  .dessiner__box {
    margin: 0 auto;
  }

  .dessiner__wrapper-title {
    left: 0;
  }

  .dessiner__descr {
    max-width: 440px;
    margin: 395px 0 0 9%;
    padding: 0 15px;
  }

  .dessiner__btn {
    margin-bottom: 20px;
  }

  .traitements__top-box {
    flex-direction: column;
    padding: 0 15px;
  }

  .traitements__wrapper-title {
    margin-left: 0;
    margin: 0 0 20px 0;
  }

  .traitements__box-comp {
    display: none;
  }

  .traitements__box {
    flex-direction: column;
    max-height: inherit;
  }

  .traitements__left-block {
    max-width: 100%;
    overflow: visible;
  }

  .traitements__left-block-item p {
    max-width: 100%;
    text-align: center;
  }

  .traitements__center-block {
    max-width: 100%;
    padding: 30px 0;
  }

  .traitements__center-block-text {
    max-width: 90%;
  }

  .traitements__img {
    max-width: 100%;
  }

  .traitements__box-tablet {
    display: block;
  }

  .tafirs {
    margin-top: 100px;
  }

  .tafirs__wrapper-title {
    margin-left: 15px;
  }

  .patients {
    padding-top: 100px;
  }

  .patients__wrapper-title {
    margin-left: 0;
  }

  .patients__subtitle {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
    margin-left: 15px;
  }

  .patients__btn {
    top: 290px;
    max-width: 290px;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 30px 15px 15px;
    position: static;
    transform: translateX(0);
    margin: 0 auto 30px;
  }

  .patients__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }

  .patients__item-title {
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto 20px auto;
  }

  .patients__item {
    /* margin: 0 15px 45px; */
    width: 100%;
  }

  .patients__item:last-of-type {
    margin: 0 15px;
  }

  .laboratoire {
    margin-top: 100px;
  }

  .laboratoire__wrapper-title {
    margin-left: 15px;
  }

  .laboratoire__box {
    background-attachment: scroll;
    background-size: cover;
  }

  .laboratoire__box-descr {
    max-width: 580px;
    padding: 50px 15px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .conseils {
    padding-top: 100px;
    max-width: 100%;
  }

  .conseils__wrapper-title {
    margin-left: 15px;
  }

  .conseils__slide-title {
    font-size: 16px;
    line-height: 18px;
    padding: 30px 0 40px 83px;
  }

  .conseils__slide-descr {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 105px;
  }

  .urgences {
    padding-top: 100px;
  }

  .urgences__wrapper-title {
    position: static;
    margin: 0 0 30px 15px;
  }

  .urgences__box {
    padding-top: 0;
    padding: 0 15px 0;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
  }

  .urgences__box-descr {
    margin: auto;
  }

  .urgences__box-descr-inner a {
    font-size: 14px;
    line-height: 20px;
  }

  .temoignages__wrapper-title {
    position: absolute;
    margin-left: 0;
    left: 15px;
  }

  .temoignages__slider .swiper-pagination-bullet {
    margin: 0 8px;
  }

  .acces {
    margin-top: 0;
  }

  .acces__wrapper-title {
    margin-left: 15px;
  }

  .acces__box {
    flex-direction: column;
    justify-content: center;
  }

  .acces__left-box {
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .acces__box-adress-inner {
    margin: 50px auto 30px;
  }

  .acces__box-work-inner {
    max-width: 340px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .acces__map {
    max-width: 100%;
    height: 400px;
    order: 1;
  }

  .acces__back {
    margin-top: 75px;
  }

  .contact {
    padding-top: 100px;
  }

  .contact__wrapper-title {
    margin-left: 15px;
  }

  .contact__box {
    flex-direction: column;
    overflow-x: inherit;
  }

  .contact__img {
    margin-top: 30px;
    max-height: 100%;
    max-width: 100%;
  }

  .contact__box-form {
    max-width: 100%;
    border: none;
    height: 100%;
  }

  .contact__form {
    padding: 20px;
    border: 1px solid #c7a082;
  }

  .wpcf7-not-valid-tip {
    font-size: 12px;
    top: -14px;
  }

  .footer {
    flex-direction: column;
    margin-top: 120px;
    background: #ba8d70;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__left-box {
    width: 100%;
    background: none;
    padding: 20px 0;
  }

  .footer__left-box a {
    margin: 0 auto;
  }

  .footer__img {
    margin: 0 auto;
    max-width: 300px;
  }

  .footer__right-box {
    width: 100%;
    padding: 50px 0 20px 0;
  }

  .footer__right-box-inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .kama_breadcrumbs>span:nth-child(5) {
    white-space: inherit;
  }

  .post-links p {
    font-size: 20px;
    line-height: 26px;
  }

  .post-links a {
    font-size: 20px;
    line-height: 26px;
  }

  .post__title {
    font-size: 28px;
    line-height: 32px;
  }

  .questionnaire__descr {
    font-size: 14px;
    line-height: 18px;
  }

  .questionnaire__form p {
    font-size: 16px;
    line-height: 22px;
  }

  .questionnaire__form .box-name-last {
    display: block;
  }

  .questionnaire .questionnaire__form .box-data {
    justify-content: start;
    margin-top: 25px;
  }

  .questionnaire__form .checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
  }

  .questionnaire .post__btn {
    top: -50px;
  }

  .questionnaire__form .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 22px;
  }

  /* .page-tech__box .kama_breadcrumbs {
      margin-bottom: 45px;
   } */
  .page-tech__item {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 45px;
  }

  .page-tech__item-box-description {
    max-width: 100% !important;
    margin: 0;
  }

  .page-tech__item:nth-child(even) .page-tech__item-box-description {
    order: 0;
    margin: 0;
  }

  .page-tech__item-box-description h3 {
    text-align: center;
  }

  .page-tech__item-box-description p:last-of-type {
    margin-bottom: 30px;
  }

  .page-tech__box .page-tech__btn {
    margin-top: 80px;
  }

  .page-votre__items {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .page-votre__item {
    display: block;
    margin-bottom: 45px;
  }

  .page-votre__items::before {
    top: -85px;
    left: 33px;
  }

  .page-votre__item-count {
    margin-right: 50px;
  }

  .page-votre__item-left {
    margin-top: 0;
  }

  .page-votre__item-left::before {
    left: 30px;
  }

  .page-votre__item .page-votre__item-img {
    padding-left: 60px;
    max-width: 600px;
  }

  .page-votre__item-box-description h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .page-votre__item-box-description {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .orientations-titles {
    margin-left: 0;
  }

  .conseils__slide-title {
    padding-left: 57px;
  }

  /*.sidebar.active {*/
  /*  display: none !important;*/
  /*}*/
}

@media only screen and (max-width: 992px) {
  .page-tech__box .items-block {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .patient__slider-nav {
    display: flex;
  }

  .patients__list {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .patients__item {
    max-width: none;
  }

  .bienvenue__top-img {
    height: auto;
  }

  .insta__top-box {
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .insta__left-tag {
    width: 100%;
    text-align: right;
  }

  .insta__right-tag {
    width: calc(100% - 53px);
  }

  .insta__img {
    margin-right: 0;
  }

  .insta__img img {
    margin-left: 0;
    margin-right: 0;
  }

  .equipe__list-asist .equipe__item {
    margin-left: 0;
  }

  .tabs__pane {
    padding-left: 20px;
  }

  .orientations-titles {
    width: 33%;
  }

  .orientations-container {
    min-height: initial;
  }

  .orientations-tabs {
    width: 67%;
  }

  .orientations-content {
    padding: 15px 0;
  }

  .orientations-text {
    margin-bottom: 20px;
  }

  .orientations-img {
    max-height: 180px;
    min-height: 180px;
  }
}

@media (max-width: 600px) {
  .bienvenue__subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .bienvenue__box-img_descr li,
  .bienvenue__box-img_descr li h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .bienvenue__box-img_descr li::before {
    top: 8px;
  }

  .page-votre__items:before,
  .page-votre__item-left:before {
    display: none;
  }

  .page-votre__item-left {
    flex-direction: column;
  }

  .page-votre__item .page-votre__item-img {
    padding-left: 0;
  }

  .page-votre__item-count {
    margin-bottom: 10px;
  }

  .page-votre__item-box-description {
    position: relative;
  }

  .page-votre__item-box-description .page-votre__item-step {
    position: absolute;
    top: -32px;
    left: 93px;
  }

  .page-tech__box .page-tech__btn {
    margin-top: 60px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  li {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 60px;
    line-height: 113px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .btn {
    max-width: 160px;
  }

  .header__wrapper-logo {
    margin-top: 5px;
  }

  .header__logo {
    min-width: 150px;
  }

  .header .nav-langs img {
    width: 14px;
    height: 14px;
  }

  .header .line_1 {
    margin: 0 5px;
  }

  .header__burger {
    width: 32px;
  }

  .header__burger p {
    display: none;
  }

  .intro__video-sound {
    bottom: 15px;
    left: 15px;
  }

  /* .bienvenue__title-box .top-title,
	.bienvenue__title-box .bottom-titles .title-right {
		font-size: 24px;
		line-height: 30px;
	} */
  .bienvenue {
    padding-top: 3px;
  }

  .bienvenue__title-box .bottom-titles {
    min-height: 270px;
    width: 70%;
  }

  .bienvenue__title-box .top-title {
    margin-left: 15px;
    position: static;
    margin-bottom: -25px;
    font-size: 22px;
  }

  .bienvenue__subtitle {
    font-size: 22px;
  }

  .bottom-titles .title-left {
    font-size: 94px;
    line-height: 110px;
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 325px;
    bottom: -15px;
  }

  .bienvenue__title-box .bottom-titles .title-right {
    margin-top: 25px;
    margin-right: 15px;
  }

  .bienvenue__descr h1 p {
    font-size: 22px;
    line-height: 34px;
  }

  .bienvenue__descr .row {
    display: block;
  }

  .bienvenue__descr p {
    font-size: 16px;
    line-height: 22px;
  }

  .bienvenue__btn {
    margin: 20px auto;
  }

  .accordion-block h3 {
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
  }

  .accordion-block h3:after {
    content: url(../img/arrow-down-accordion.svg);
    display: block;
    transition: 0.3s ease;
  }

  .accordion-block .hidden-text {
    display: none;
  }

  .accordion-block.active h3:after {
    transform: rotate(180deg);
  }

  .sidebar__link {
    width: 33px;
    height: 33px;
  }

  .equipe {
    margin-top: 0;
  }

  .equipe__list-doc .equipe__item {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }

  .equipe__list-doc .equipe__item-img {
    max-width: 400px;
    margin: 0 auto;
  }

  .equipe__list-doc .equipe__item:nth-child(2) .equipe__item-img,
  .equipe__list-doc .equipe__item:nth-child(4) .equipe__item-img {
    order: inherit;
  }

  .equipe__list-doc .equipe__item-box-descr {
    min-height: inherit;
    border-color: #c7a082;
    padding: 30px 15px;
    border-image-source: none;
    border-left: 1px solid #c7a082 !important;
  }

  .equipe__list-doc .equipe__item:nth-child(2) .equipe__item-box-descr,
  .equipe__list-doc .equipe__item:nth-child(4) .equipe__item-box-descr {
    margin-right: 0;
    border-right: 1px solid #c7a082;
    padding-right: 15px;
  }

  .equipe__list-doc .equipe__item:nth-child(2) .equipe__item-descr p,
  .equipe__list-doc .equipe__item:nth-child(4) .equipe__item-descr p {
    text-align: left;
  }

  .equipe__list-doc .equipe__item-title {
    text-align: center;
  }

  .equipe__list-doc .equipe__item:nth-child(2) .equipe__item-title,
  .equipe__list-doc .equipe__item:nth-child(4) .equipe__item-title {
    text-align: center;
  }

  .equipe__list-doc .equipe__item-subtitle {
    text-align: center;
  }

  .equipe__list-doc .equipe__item:nth-child(2) .equipe__item-subtitle,
  .equipe__list-doc .equipe__item:nth-child(4) .equipe__item-subtitle {
    text-align: center;
  }

  .equipe__item-btn {
    margin: 0 auto;
  }

  .equipe__list-asist .equipe__item-img {
    margin-right: auto;
  }

  .wrapper-title {
    max-width: 300px !important;
    height: 130px;
    background-size: 40%;
  }

  .title {
    margin: 0 0 15px 15px;
  }

  .insta {
    margin-top: 70px;
  }

  .notre {
    margin-top: 100px;
  }

  .orientations {
    padding: 100px 15px 0;
  }

  .orientations .orientations-content {
    max-width: 100%;
    padding-right: 15px;
    margin: inherit;
    padding-left: 15px;
  }

  .tabs__pane {
    padding-left: 0;
  }

  .tabs__link {
    border-top: 1px solid #ba8d70;
  }

  .orientations-titles {
    width: 100%;
  }

  .orientations-text {
    max-width: 100%;
  }

  .orientations-tabcontent-desktop {
    display: none;
  }

  .orientations-tabs {
    display: none;
  }

  .orientations-img {
    max-height: 100%;
    min-height: inherit;
  }

  .notre__right-box h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .technologies__wrapper-title {
    max-width: 100% !important;
    background-size: 420px;
  }

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

  .presentation {
    margin-top: 50px;
  }

  .presentation__slider {
    display: none;
  }

  .presentation__slider-img {
    pointer-events: none;
  }

  .presentation__slider-mobile {
    display: block;
  }

  .presentation__slider-nav .swiper-pagination {
    display: none;
  }

  .presentation__slider-nav .swiper-button-next,
  .presentation__slider-nav .swiper-button-prev {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-modal {
    display: none !important;
  }

  .philosophie {
    margin-top: 100px;
  }

  .philosophie__box-number {
    max-width: 150px;
  }

  .philosophie__number {
    font-size: 70px;
    line-height: 50px;
  }

  .philosophie__subnumber {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 90px;
  }

  .philosophie__center-box {
    max-width: 180px;
  }

  .philosophie__tab {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .rehabilitation {
    margin-top: 70px;
  }

  .parcours {
    margin-top: 70px;
    padding: 0 15px;
  }

  .dessiner {
    margin-top: 70px;
  }

  .dessiner__descr {
    margin: 330px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px 15px 1px 15px;
  }

  .dessiner__rectangle {
    display: none;
  }

  .patients__btn {
    top: 155px;
    max-width: 290px;
  }

  .traitements {
    margin-top: 0;
  }

  .traitements__top-box {
    flex-direction: column;
    padding: 0 15px;
  }

  .traitements__wrapper-title {
    margin: 0 0 30px 0;
  }

  .traitements__top-box-descr {
    padding: 25px 15px;
    margin: 0 auto;
  }

  .traitements__left-block-item {
    max-height: 40px;
  }

  .tafirs {
    margin-top: 100px;
    max-width: 100%;
  }

  .tafirs__box {
    min-height: auto;
  }

  .tafirs__box-accordion {
    position: static;
    transform: none;
    left: 0;
    padding: 60px 0;
  }

  .tafirs__accordion svg {
    min-width: 8px;
    top: 2px;
  }

  .tafirs__accordion {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tafirs__wrapper-title {
    margin-top: 70px;
  }

  .tafirs__accordion-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .laboratoire {
    margin-top: 100px;
  }

  .laboratoire__box-descr {
    max-width: 340px;
    padding: 25px 15px;
  }

  .conseils {
    padding-top: 100px;
  }

  .conseils__box {
    min-height: 500px;
  }

  .conseils__slider {
    max-width: 350px;
    top: 40%;
  }

  .swiper-container {
    overflow: visible !important;
  }

  .conseils__slider {
    height: auto;
  }

  .conseils__slider .swiper-slide {
    max-height: 350px;
    height: 100%;
  }

  .conseils__slider-nav .swiper-button-prev,
  .conseils__slider-nav .swiper-button-next {
    padding: 0;
  }

  .conseils__slider-nav .swiper-button-prev {
    left: 12px;
  }

  .conseils__slider-nav .swiper-button-next {
    right: 10px;
  }

  .conseils__slider .swiper-slide .border {
    left: 60px;
    width: 70%;
  }

  .conseils__slide-link,
  .conseils__slide-title {
    padding: 15px 0 5px 70px;
  }

  .conseils__slide-link {
    opacity: 1;
  }

  .conseils__slide-descr {
    margin-left: 65px;
  }

  .conseils__slide-descr {
    font-size: 14px;
    line-height: 18px;
  }

  .conseils__wrapper-img {
    margin-left: 15px;
  }

  .conseils__slider-nav {
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }

  .urgences {
    margin-top: 100px;
  }

  .urgences__box {
    padding: 0 10px;
  }

  .conseils__slider-nav .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 35px;
    visibility: hidden;
  }

  .temoignages {
    margin-top: 100px;
  }

  .temoignages__slider {
    margin-top: 175px;
  }

  .temoignages__slider::before {
    left: 15px;
    top: 155px;
  }

  .acces {
    margin-top: 0;
  }

  .acces__adress,
  .acces__box-adress p {
    font-size: 14px;
    line-height: 18px;
  }

  .contact {
    padding-top: 70px;
  }

  .contact__form {
    margin-top: 30px;
  }

  .contact__input-descr {
    margin-top: 25px;
  }

  .footer {
    margin-top: 100px;
  }

  .footer__img {
    max-width: 240px;
  }

  .kama_breadcrumbs {
    flex-wrap: wrap;
  }

  .kama_breadcrumbs span {
    font-size: 12px;
    line-height: 18px;
  }

  .kama_breadcrumbs .kb_title {
    margin: 0;
  }

  span.kb_sep {
    background-position-y: 6px;
  }

  .post__title {
    margin-top: 70px;
  }

  .post-links p {
    font-size: 18px;
    line-height: 22px;
  }

  .post-links a {
    font-size: 18px;
    line-height: 22px;
  }

  .questionnaire__form .box-sex .wpcf7-list-item {
    margin-right: 50px;
  }

  .questionnaire .questionnaire__form .box-doctor {
    display: block;
  }

  .questionnaire__form .box-doctor .box-right {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .questionnaire__form .box-doctor {
    margin-top: 55px;
  }

  .questionnaire__form .box-question {
    margin-bottom: 55px;
  }

  .questionnaire__form .wrap-input-text2 .input-descr {
    margin-right: auto;
    padding-right: 15px;
  }

  .questionnaire__form .box-agree {
    margin: 40px 0 45px;
  }

  .questionnaire__form .checkbox .wpcf7-list-item {
    margin: 0 0 0 10px;
  }

  .questionnaire__form .wrap-input-text2 {
    margin-top: 25px;
  }

  .questionnaire__form .row {
    display: block;
  }

  .questionnaire__form .box-name-last .box-right,
  .questionnaire__form .box-phone-adress .box-right {
    margin-top: 25px;
  }

  .questionnaire__descr {
    margin: 30px 0 40px;
  }

  .questionnaire__form .box-sex .wpcf7-not-valid-tip {
    text-align: left;
    top: 33px;
  }

  .questionnaire .questionnaire__form .box-data {
    margin-top: 35px;
  }

  .questionnaire__form .box-data .wpcf7-not-valid-tip {
    text-align: left;
  }

  #inputText .questionnaire__error-message,
  #inputText2 .questionnaire__error-message {
    top: -17px;
    left: 169px;
  }

  .page-template-page-cabinet .footer {
    margin-bottom: 100px;
  }

  .sidebar.active {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .container-page {
    width: 100%;
  }

  .patients {
    padding-top: 0;
    margin-top: 40px;
  }

  .orientations {
    padding-bottom: 30px;
    padding: 7% 15px 30px;
  }

  .orientations-container {
    flex-direction: column;
  }

  .orientations-titles {
    width: 100%;
  }

  .orientations-tabs {
    width: 100%;
  }

  .tabs__pane {
    width: 100%;
    padding-left: 0;
  }

  .orientations-text {
    margin-bottom: 0;
  }

  .tabs__link {
    border-top: 1px solid #ba8d70;
  }
}

.animate {
  transition: all 0.3s ease-out;
}

.grecaptcha-badge {
  visibility: hidden;
}

#cookie-notice .cookie-notice-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 20px 10px;
}

#cn-notice-text {
  width: 75%;
  text-align: justify;
}

.cookie__title {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}

#cn-notice-text div {
  text-align: justify;
  color: #fff;
}

#cn-notice-text div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  display: inline-block;
}

#cn-accept-cookie {
  float: right;
  padding: 10px 50px;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

#cn-accept-cookie:hover {
  background: #fff;
  color: #000;
}

#cookie-notice a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .cookie-notice-container {
    padding: 20px;
    flex-direction: column;
  }

  #cn-notice-text {
    width: 100%;
  }

  #cookie-notice .cn-button {
    width: 100%;
    margin: 10px 0;
  }

  #cn-notice-text div {
    font-size: 14px;
  }
}

.urgences {
  display: none !important;
}

@media all and (hover: none) {
  .tafirs__box {
    background-attachment: unset;
  }

  .conseils__slider .swiper-slide:hover .border rect {
    fill: none;
    transition: all 0.6s ease;
  }
}

/* -------------------------------------------Section blog */
.blog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: auto;
  width: 100%;
  padding-bottom: 4px;
}

.blog-breadcrumbs::-webkit-scrollbar {
  width: 2px;
  /* ширина скроллбара */
  height: 2px;
}

.blog-breadcrumbs svg {
  min-width: 20px;
}

.blog-breadcrumbs--title {
  color: #ba8d70;
}

.blog-breadcrumbs span,
.blog-breadcrumbs span a {
  white-space: nowrap;
}

.blog {
  padding-top: 200px;
}

.blog__wrapper-title {
  max-width: 263px;
  width: 100%;
}

.container-blog {
  margin-top: 50px;
}

.blog .container-blog-mobile {
  display: none !important;
}

.container-margin {
  margin-left: 0;
  margin-right: 0;
}

.container-margin .blog__wrapper-title {
  margin-left: 10%;
}

.blog .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1488px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /* padding-left: 10%; */
}

.category-list {
  display: flex;
  max-width: 100%;
  /* width: 100%; */
  overflow: auto;
  gap: 60px;
  margin-bottom: 55px;
  overflow: auto;
  /* justify-content: space-between; */
  /* justify-content: flex-end; */
  padding-bottom: 4px;
}

.category-list::-webkit-scrollbar {
  height: 2px;
}

.category-list .category-list__name {
  display: block;
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-list .category-list__name.active {
  border: 1px solid #ba8d70;
  padding: 10px;
}

.blog-blocks {
  width: 100%;
}

.blog-block {
  gap: 30px;
  flex-wrap: wrap;
  display: none;
}

.blog-block.active {
  display: flex;
}

.blog-block__item {
  display: flex;
  align-items: stretch;
  gap: 30px;
  max-width: 699px;
  width: 48%;
}

.blog-block__item .blog-block__item--desc {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.blog-block__item--photo {
  width: 50%;
  max-width: 338px;
}

.blog-block__item--desc {
  max-width: 331px;
  width: 50%;
}

.blog-block__item--desc--btn {
  max-width: 32px;
}

.blog-block__item--desc--btn:hover svg {
  fill: #ba8d70;
}

.blog-block__item--desc--btn:hover svg path {
  fill: #fff;
}

.blog-btn {
  margin-top: 60px;
  /*border-color: #ba8d70;*/
}

.blog-block__item--title {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.blog-block__item--desc-category {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: lowercase;
  margin-top: 14px;
}

.blog-block__item--desc-category span {
  color: #ba8d70;
}

.page-blog .blog .category-list {
  width: 100%;
}

.page-blog .content-box img {
  margin: 0;
}

.page-blog {
  /* padding-top: 95px; */
  min-height: auto;
}

.page-blog .blog-block {
  flex-direction: column;
  flex-wrap: nowrap;
}

.page-blog .blog-block .blog-block__item {
  width: 100%;
  max-width: 100%;
}

.page-blog .blog-block .blog-block__item--photo {
  max-width: 338px;
  width: 100%;
}

.page-blog .blog-block__item--desc {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .container-margin .blog__wrapper-title {
    margin-left: 15px;
  }

  .blog-btn {
    max-width: 261px !important;
  }
}

@media only screen and (max-width: 992px) {
  .container-margin {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 40px;
  }

  .category-list {
    max-width: 100%;
  }

  .blog-block__item {
    flex-direction: column;
  }

  .blog-block__item--photo,
  .blog-block__item--desc {
    max-width: 100%;
    width: 100%;
  }

  .page-blog .blog-block__item {
    flex-direction: row;
  }
}

@media only screen and (max-width: 776px) {
  .blog {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
  }

  .blog-block {
    flex-direction: column;
  }

  .blog-block__item {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
  }

  .blog .container-blog {
    display: none;
  }

  .blog .container-blog-mobile {
    display: flex !important;
  }
}

@media (max-width: 600px) {
  .blog {
    padding-top: 70px;
  }

  .blog .container-margin {
    position: relative;
    margin-bottom: 0;
  }

  .blog .container-margin::before,
  .blog .container-margin::after {
    content: "";
    position: absolute;
    width: 76px;
    height: 48px;
    bottom: 0;
    left: -30px;
    background: linear-gradient(90deg,
        #fff 30.03%,
        rgba(255, 255, 255, 0.61) 72.29%,
        rgba(255, 255, 255, 0) 93.6%);
    pointer-events: none;
  }

  .blog .container-margin::after {
    left: unset;
    right: -20px;
    background: linear-gradient(270deg,
        #fff 30.03%,
        rgba(255, 255, 255, 0.61) 72.29%,
        rgba(255, 255, 255, 0) 93.6%);
  }

  .category-list {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 991.98px) {
  .row.box.box-sex-data {
    display: block;
  }
}

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

  .blog-block__item,
  .page-blog .blog-block__item {
    flex-direction: column;
  }
}

.recomended-post {
  margin-top: 60px;
}

.recomended-post--list {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.recomended-post--list-item {
  width: 31.7%;
  max-width: 267.6px;
}

.recomended-post--list-photo {
  position: relative;
  display: block !important;
  overflow: hidden;
  width: 100%;
}

.recomended-post--list-photo::before {
  content: "";
  display: block;
  padding-bottom: 67.27%;
}

.recomended-post--list-photo img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.recomended-post--list-title,
.recomended-post--list-category {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  display: block !important;
}

.recomended-post--list-category {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.recomended-post--list-category span {
  color: #ba8d70;
}

.recomended-post--list-title {
  margin-top: 30px;
  margin-bottom: 6px;
}

.post-blod-rdv {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin: 48px auto 0;
  /*border-color: #ba8d70;*/
  text-transform: uppercase;
}

/* update for form */
.box.box-checkbox.unselected .wpcf7-list-item-label::before {
  background: lightgrey;
  /* cursor: not-allowed; */
}

/* * ======================new-section TEAM  */
.team {
  margin-top: 148px;
  max-width: 100%;
  background: linear-gradient(35deg,
      rgba(199, 160, 130, 0) -26.89%,
      rgba(199, 160, 130, 0) -25.12%,
      #fde8db 1.12%,
      #ba8d70 125.54%);
}

.team .container {
  /* max-width: 1472px; */
  max-width: 1703px;
  margin-left: auto;
  margin-right: 0;
  /* width: 100%; */
  /* margin: 0 auto; */
  /* padding-left: 15px;
   padding-right: 15px; */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* width: 87.37%; */
  width: 88.8834%;
  min-width: 1200px;
}

@media only screen and (max-width: 1190px) {
  .team .container {
    min-width: 100%;
  }
}

.team-info-title {
  background: url(../img/title_back-new.svg) no-repeat bottom left;
  margin-bottom: 47px;
  margin-bottom: 16px;
}

.team-info {
  padding-bottom: 48px;
  /* max-width: 370px; */
  max-width: 290px;
  width: 100%;
}

.team-info__text {
  margin-top: 0;
  margin-bottom: 40px;
}

.team-info .btn {
  min-width: 200px;
}

.team-info .btn:hover {
  background-color: #fff !important;
}

.team-photo {
  /* max-width: 913px; */
  max-width: 1381px;
  width: 100%;
  position: relative;
}

.team-photo:before {
  content: "";
  display: block;
  /* padding-bottom: 50.056%; */
  padding-bottom: 24.476%;
  width: 100%;
}

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

@media only screen and (max-width: 992px) {
  .team .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-info {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .team-info-title {
    max-width: 300px !important;
    height: 130px;
    background-size: 40%;
  }
}

/* =======================new page Team */
.page-team {
  max-width: 1750px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.page-team p {
  text-align: unset;
}

.page-team .team-doctors__doctor:first-child {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.team-doctors__main-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  text-transform: uppercase;
  max-width: 408px;
  margin: 0;
}

.team-doctors__position {
  font-family: Montserrat;
  font-size: 18px;
}

.team-doctors__btn {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  max-width: 170px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  /* margin-left: auto; */
}

.team-doctors__btn .less {
  display: none;
}

.team-doctors__btn.active .team-doctors__btn-remove {
  display: none;
}

.team-doctors__btn.active .less {
  display: block;
}

.team-doctors__btn.active .more {
  display: none;
}

.page-team .post-img__wrap {
  position: relative;
  margin-top: 95px;
  overflow: hidden;
}

.page-team .post-img__wrap::before {
  content: "";
  padding-bottom: 18.0233%;
  display: block;
  width: 100%;
}

.page-team .post-img__wrap img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

.page-team .content-wrapper-box {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding: 0;
  margin-top: 62px;
}

.page-team .content-wrapper-box .content-box {
  margin: 0;
  max-width: none;
}

.page-team .content-wrapper-box .post__btn {
  position: relative;
  max-width: 116px;
  width: 116px;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.page-team .content-wrapper-box .post__btn svg {
  position: static;
}

.page-team .content-wrapper-box .post__title {
  margin: 0;
  margin-bottom: 20px;
}

.page-team .team-content {
  max-width: 1428px;
  width: 100%;
  /* padding-left: 15px;
   padding-right: 15px; */
  margin: 0 auto;
}

.page-team .team-doctors__doctor--wrap {
  display: flex;
  max-width: 1135px;
  width: 100%;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}

.page-team .team-doctors__photo {
  position: relative;
  max-width: 407px;
  min-width: 354px;
  width: 45%;
  overflow: hidden;
}

.page-team .team-doctors__photo::before {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 122.852%;
}

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

.page-team .team-doctors {
  margin-top: 60px;
  position: relative;
}

.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__doctor--wrap {
  margin-left: auto;
  justify-content: flex-end;
}

.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__title,
.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__btn {
  margin-left: auto;
}

.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__photo {
  order: 1;
}

.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__info {
  order: 0;
  padding-left: 15px;
}

.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__info .team-doctors__title,
.page-team .team-doctors__doctor:nth-child(odd) .team-doctors__info .team-doctors__position,
.team-doctors__doctor:nth-child(odd) .team-doctors__info .team-doctors__btn {
  text-align: right;
}

.page-team .team-doctors__info {
  max-width: 653px;
  min-width: 566px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}

.page-team .team-doctors__doctor:not(:first-child) {
  margin-top: -59px;
}

.team-doctors__info-hidden {
  display: none;
}

.team-doctors__doctor--frame {
  border: 1px solid;
  border-image-source: linear-gradient(0deg,
      #c7a082 0%,
      #c7a082 100%,
      #fde8db 100%,
      #ba8d70 100%);
  border-image-slice: 1;
  width: 87.137%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 78%;
  min-height: 390px;
}

.page-team .team-doctors__doctor:nth-child(even) .team-doctors__doctor--frame {
  left: auto;
  right: 0;
}

.team-coordinators,
.team-assistants__wrap,
.team-secretaries__wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  justify-content: flex-start;
  margin-top: 60px;
}

.team-coordinator,
.team-assistant,
.team-secretarie {
  max-width: 455px;
  width: calc((100% / 3) - 20px);

  position: relative;
  padding-right: 48px;
  padding-bottom: 23px;
}

.team-coordinator--wrap,
.team-assistants--wrap,
.team-secretaries--wrap {
  max-width: 261px;
  width: 69%;
  margin-left: auto;
}

.team-coordinator__photo,
.team-assistants__photo,
.team-secretaries__photo {
  position: relative;
  width: 100%;
}

.team-coordinator__photo:before,
.team-assistants__photo:before,
.team-secretaries__photo:before {
  content: "";
  padding-bottom: 143.68%;
  display: block;
  width: 100%;
}

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

.team-coordinator--frame,
.team-assistants--frame,
.team-secretaries--frame {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.team-coordinator--frame svg,
.team-assistants--frame svg,
.team-secretaries--frame svg {
  width: 100%;
  height: 100%;
}

.team-coordinator__title,
.team-assistants__title,
.team-secretaries__title {
  margin-top: 18px;
  margin-bottom: 5px;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: none;
}

.team-coordinator__position,
.team-assistants__position,
.team-secretaries__position {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.team-assistants {
  margin-top: 100px;
}

.team-assistants--title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 114.286% */
  text-transform: uppercase;
}

.team-assistants--title-mob {
  display: none;
}

.team-assistants__wrap {
  flex-wrap: wrap;
}

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

@media only screen and (max-width: 1280px) {
  .page-team .team-doctors__doctor:not(:first-child) {
    margin-top: 30px !important;
  }

  .page-team .team-doctors__doctor:first-child {
    flex-direction: column;
  }

  .page-team .team-doctors__info {
    min-width: auto;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .team-doctors__doctor--wrap {
    flex-direction: column;
    align-items: center;
  }

  .team-doctors__doctor--frame {
    display: none;
  }

  .team-doctors__photo {
    order: 0 !important;
  }

  .team-doctors__info {
    order: 1 !important;
  }

  .team-doctors__photo {
    margin: 0 auto;
  }

  .page-team .team-doctors__doctor:nth-child(odd) .team-doctors__info .team-doctors__title,
  .page-team .team-doctors__doctor:nth-child(odd) .team-doctors__info .team-doctors__position,
  .team-doctors__doctor:nth-child(odd) .team-doctors__info .team-doctors__btn {
    text-align: left;
    margin-left: 0;
  }

  .team-doctors__info-hidden {
    display: block;
  }

  .team-doctors__btn {
    display: none;
  }

  .page-team .team-doctors__info {
    margin: 0 auto;
  }

  /* ======================================================= */

  /* .team-coordinators {
      flex-direction: column;
   } */
  .team-coordinator--wrap,
  .team-assistants--wrap,
  .team-secretaries--wrap {
    width: 100%;
  }

  .team-coordinator,
  .team-assistant,
  .team-secretarie {
    width: 45%;
    margin: 0 auto;
    padding: 0;
  }

  .team-coordinator--frame,
  .team-assistants--frame,
  .team-secretaries--frame {
    display: none;
  }

  .team-coordinator--wrap,
  .team-assistants--wrap,
  .team-secretaries--wrap {
    margin-left: 0;
    max-width: none;
  }

  /* ============================================================= */
  .team-secretaries {
    margin-top: 100px;
  }

  .team-assistants--title-mob {
    display: block;
  }

  .team-secretarie--title {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .post-img__wrap {
    min-height: 95px;
    display: none;
  }

  .page-team {
    padding-top: 95px;
  }
}

.wpml-ls-item-2,
.line_1 {
  display: none !important;
}

/* --------------------menu drop-down */
.header__menu-list {
  max-width: 553px;
  margin-left: auto;

  margin-right: auto;
}

.header__menu-list .sub-menu {
  height: auto;
  min-height: auto;
  max-height: unset;
  background: no-repeat;
  flex-direction: column;
  display: flex;
  gap: 8px;
  margin-top: 16px;
  display: none;
}

.header__menu-list .sub-menu li {
  display: block;
}

.header__menu-list .sub-menu li a {
  text-transform: unset;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.header__menu-list .menu-item:has(.sub-menu)>a {
  cursor: default;
  pointer-events: none;
  display: inline-flex;
  gap: 16px;
  align-items: center;
}

.header__menu-list .menu-item-has-children>a::after {
  content: url(../img/arrow-down.svg);
  display: block;
  transition: 0.3s ease;
}

.header__menu-list .menu-item a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 135.714% */
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .header__menu-list .menu-item a {
    font-size: 20px;
    line-height: 24px;
  }
}

.header__menu-list .menu-item.active>a {
  font-weight: 500;
}

.header__menu-list .menu-item.active>a,
.header__menu-list .menu-item a:hover {
  font-weight: 500;
  color: #000;
  transition: 0;
}

.header__menu-list .menu-item-has-children.active>a::after {
  transform: rotate(180deg);
}

.btn-return-mob {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .page-team .content-wrapper-box .post__btn {
    display: none;
  }

  .btn-return-mob {
    display: flex !important;
    justify-content: center;
    margin-bottom: 20px;
    min-width: 146px;
  }

  .btn-return-mob svg {
    transform: none;
  }
}



/* ===============NEW=================================== */

.quote {


  background: var(--Linear, linear-gradient(38deg, #C7A082 25.34%, #C7A082 26.03%, #FDE8DB 94.75%, #BA8D70 148.89%));
  margin-top: 40px;
  margin-bottom: 40px;

}

.quote .text * {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
}

.photo-signature {
  margin-top: 40px;
  margin-bottom: 40px;
}

.photo-signature .blocks {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photo-signature .blocks .block {
  width: calc(50% - 10px);
}

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

.photo-signature .photo::before {
  content: '';

  display: block;
  width: 100%;
  padding-bottom: 69.136%;
}

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


.photo-signature .title {
  margin: 24px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #BA8D70;
}

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

  .photo-signature .blocks .block {
    width: 100%;
  }

}

.faq-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq-block h2.title {
  margin: 0 0 40px 0;
  color: #956647;
}

.faq-block .blocks {
  border: 1px solid var(--ba-8-d-70, #BA8D70);
}



.faq-block .block {
  border-bottom: 1px solid #BA8D70;

}

.faq-block .block h3 {
  padding: 29px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 !important;
  text-transform: none;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.faq-block .block h3 {
  cursor: pointer;

}

.faq-block .block.active h3 {
  background: linear-gradient(35deg, rgba(199, 160, 130, 0.00) -26.89%, rgba(199, 160, 130, 0.00) -25.12%, #FDE8DB 1.12%, #BA8D70 125.54%);

}

.faq-block .block.active h3 svg {
  transform: rotate(180deg);

}

.faq-block .block .text {
  padding: 16px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: none;
}

.faq-block .block:nth-child(1) .text {
  display: block;
}