/* section Normalize start __________________________________*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
/* section Normalize end __________________________________*/

/* Font style start __________________________________*/
@font-face {
  font-family: "Objectivity";
  font-display: swap;
  src: url("../fonts/Objectivity-Bold.woff2") format("woff2"),
    url("../fonts/Objectivity-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  font-display: swap;
  src: url("../fonts/Objectivity-Light.woff2") format("woff2"),
    url("../fonts/Objectivity-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  font-display: swap;
  src: url("../fonts/Objectivity-Medium.woff2") format("woff2"),
    url("../fonts/Objectivity-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  font-display: swap;
  src: url("../fonts/Objectivity-Thin.woff2") format("woff2"),
    url("../fonts/Objectivity-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* Font style end __________________________________*/

/* Main style start __________________________________*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.page-container a:hover {
  text-decoration: underline;
}
html {
  font-size: 1px;
}

body {
  /*max-width: 1920px;*/
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  font-size: 18rem;
  line-height: 28rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18rem;
  line-height: 28rem;
  color: #000;
}

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

li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18rem;
  line-height: 24rem;
  color: #000;
  position: relative;
}

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

h1 {
  font-family: "Objectivity", sans-serif;
  font-weight: 500;
  font-size: 65rem;
  line-height: 66rem;
  color: #000;
  text-align: center;
}

h2 {
  font-family: "Objectivity", sans-serif;
  font-weight: bold;
  font-size: 60rem;
  line-height: 90rem;
  color: #222;
}

h3 {
  font-family: "Objectivity", sans-serif;
  font-weight: 300;
  font-size: 33rem;
  line-height: 40rem;
  color: #333;
}

h4 {
  font-family: "Objectivity", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 40rem;
  color: #1c1c1c;
}

h5 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18rem;
  line-height: 28rem;
  color: #1c1c1c;
}

h6 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18rem;
  line-height: 28rem;
  color: #1c1c1c;
}

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

@-webkit-keyframes drawingLinesIntro {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawingLinesIntro {
  100% {
    stroke-dashoffset: 0;
  }
}

.intro_logo__animation .intro_logo__straight-line {
  -webkit-animation: drawingLinesIntro 1.5s linear forwards;
  animation: drawingLinesIntro 1.5s linear forwards;
}

.intro_logo__animation .intro_logo__curved-line {
  -webkit-animation: drawingLinesIntro 1.5s linear forwards;
  animation: drawingLinesIntro 1.5s linear forwards;
}

.intro_logo__straight-line1 {
  stroke-dashoffset: -438;
  stroke-dasharray: 438;
  /* animation-delay: 0.5s !important; */
}

.intro_logo__straight-line2 {
  stroke-dashoffset: -423;
  stroke-dasharray: 423;
}

.intro_logo__straight-line3 {
  stroke-dashoffset: -716;
  stroke-dasharray: 716;
  /* animation-delay: 0.5s !important; */
}

.intro_logo__straight-line4 {
  stroke-dashoffset: -673;
  stroke-dasharray: 673;
}

.intro_logo__straight-line5 {
  stroke-dashoffset: -682;
  stroke-dasharray: 682;
}

.intro_logo__curved-line1 {
  stroke-dashoffset: -425;
  stroke-dasharray: 425;
}

.intro_logo__curved-line2 {
  stroke-dashoffset: -468;
  stroke-dasharray: 468;
}

.intro_logo__curved-line3 {
  stroke-dashoffset: -572;
  stroke-dasharray: 572;
}

.intro_logo__curved-line4 {
  stroke-dashoffset: -356;
  stroke-dasharray: 356;
}

.intro_logo__curved-line5 {
  stroke-dashoffset: -400;
  stroke-dasharray: 400;
}

.intro_logo__curved-line6 {
  stroke-dashoffset: -353;
  stroke-dasharray: 353;
}

.intro_logo__curved-line7 {
  stroke-dashoffset: -468;
  stroke-dasharray: 468;
}

.intro_logo__curved-line8 {
  stroke-dashoffset: -397;
  stroke-dasharray: 397;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.intro-logo__letter {
  opacity: 0;
}

.intro_logo__animation .intro-logo__letter1 {
  -webkit-animation: showLetterIntro 0.3s linear forwards;
  animation: showLetterIntro 0.3s linear forwards;
}

.intro_logo__animation .intro-logo__letter2 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 0.2s;
  animation: showLetterIntro 0.3s linear forwards 0.2s;
}

.intro_logo__animation .intro-logo__letter3 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 0.4s;
  animation: showLetterIntro 0.3s linear forwards 0.4s;
}

.intro_logo__animation .intro-logo__letter4 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 0.6s;
  animation: showLetterIntro 0.3s linear forwards 0.6s;
}

.intro_logo__animation .intro-logo__letter5 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 0.8s;
  animation: showLetterIntro 0.3s linear forwards 0.8s;
}

.intro_logo__animation .intro-logo__letter6 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1s;
  animation: showLetterIntro 0.3s linear forwards 1s;
}

.intro_logo__animation .intro-logo__letter7 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.2s;
  animation: showLetterIntro 0.3s linear forwards 1.2s;
}

.intro_logo__animation .intro-logo__letter8 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.28s;
  animation: showLetterIntro 0.3s linear forwards 1.28s;
}

.intro_logo__animation .intro-logo__letter9 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.36s;
  animation: showLetterIntro 0.3s linear forwards 1.36s;
}

.intro_logo__animation .intro-logo__letter10 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.44s;
  animation: showLetterIntro 0.3s linear forwards 1.44s;
}

.intro_logo__animation .intro-logo__letter11 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.52s;
  animation: showLetterIntro 0.3s linear forwards 1.52s;
}

.intro_logo__animation .intro-logo__letter12 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.6s;
  animation: showLetterIntro 0.3s linear forwards 1.6s;
}

.intro_logo__animation .intro-logo__letter13 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.68s;
  animation: showLetterIntro 0.3s linear forwards 1.68s;
}

.intro_logo__animation .intro-logo__letter14 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.76s;
  animation: showLetterIntro 0.3s linear forwards 1.76s;
}

.intro_logo__animation .intro-logo__letter15 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 1.84s;
  animation: showLetterIntro 0.3s linear forwards 1.84s;
}

.intro_logo__animation .intro-logo__letter16 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 11.92s;
  animation: showLetterIntro 0.3s linear forwards 1.92s;
}

.intro_logo__animation .intro-logo__letter17 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 2s;
  animation: showLetterIntro 0.3s linear forwards 2s;
}

.intro_logo__animation .intro-logo__letter18 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 2.08s;
  animation: showLetterIntro 0.3s linear forwards 2.08s;
}

.intro_logo__animation .intro-logo__letter19 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 2.16s;
  animation: showLetterIntro 0.3s linear forwards 2.16s;
}

.intro_logo__animation .intro-logo__letter20 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 2.24s;
  animation: showLetterIntro 0.3s linear forwards 2.24s;
}

.intro_logo__animation .intro-logo__letter21 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 2.32s;
  animation: showLetterIntro 0.3s linear forwards 2.32s;
}

.intro_logo__animation .intro-logo__letter22 {
  -webkit-animation: showLetterIntro 0.3s linear forwards 2.4s;
  animation: showLetterIntro 0.3s linear forwards 2.4s;
}

.intro_logo__animation .intro-logo__letter23 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.48s;
  animation: showLetterIntro 0.2s linear forwards 2.48s;
}

.intro_logo__animation .intro-logo__letter24 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.56s;
  animation: showLetterIntro 0.2s linear forwards 2.56s;
}

.intro_logo__animation .intro-logo__letter25 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.64s;
  animation: showLetterIntro 0.2s linear forwards 2.64s;
}

.intro_logo__animation .intro-logo__letter26 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.72s;
  animation: showLetterIntro 0.2s linear forwards 2.72s;
}

.intro_logo__animation .intro-logo__letter27 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.8s;
  animation: showLetterIntro 0.2s linear forwards 2.8s;
}

.intro_logo__animation .intro-logo__letter28 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.88s;
  animation: showLetterIntro 0.2s linear forwards 2.88s;
}

.intro_logo__animation .intro-logo__letter29 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 2.96s;
  animation: showLetterIntro 0.2s linear forwards 2.96s;
}

.intro_logo__animation .intro-logo__letter30 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.04s;
  animation: showLetterIntro 0.2s linear forwards 3.04s;
}

.intro_logo__animation .intro-logo__letter31 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.12s;
  animation: showLetterIntro 0.2s linear forwards 3.12s;
}

.intro_logo__animation .intro-logo__letter32 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.2s;
  animation: showLetterIntro 0.2s linear forwards 3.2s;
}

.intro_logo__animation .intro-logo__letter33 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.28s;
  animation: showLetterIntro 0.2s linear forwards 3.28s;
}

.intro_logo__animation .intro-logo__letter34 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.36s;
  animation: showLetterIntro 0.2s linear forwards 3.36s;
}

.intro_logo__animation .intro-logo__letter35 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.44s;
  animation: showLetterIntro 0.2s linear forwards 3.44s;
}

.intro_logo__animation .intro-logo__letter36 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.52s;
  animation: showLetterIntro 0.2s linear forwards 3.52s;
}

.intro_logo__animation .intro-logo__letter37 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.6s;
  animation: showLetterIntro 0.2s linear forwards 3.6s;
}

.intro_logo__animation .intro-logo__letter38 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.68s;
  animation: showLetterIntro 0.2s linear forwards 3.68s;
}

.intro_logo__animation .intro-logo__letter39 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.76s;
  animation: showLetterIntro 0.2s linear forwards 3.76s;
}

.intro_logo__animation .intro-logo__letter40 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.84s;
  animation: showLetterIntro 0.2s linear forwards 3.84s;
}

.intro_logo__animation .intro-logo__letter41 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 3.92s;
  animation: showLetterIntro 0.2s linear forwards 3.92s;
}

.intro_logo__animation .intro-logo__letter42 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4s;
  animation: showLetterIntro 0.2s linear forwards 4s;
}

.intro_logo__animation .intro-logo__letter43 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.08s;
  animation: showLetterIntro 0.2s linear forwards 4.08s;
}

.intro_logo__animation .intro-logo__letter44 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.16s;
  animation: showLetterIntro 0.2s linear forwards 4.16s;
}

.intro_logo__animation .intro-logo__letter45 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.24s;
  animation: showLetterIntro 0.2s linear forwards 4.24s;
}

.intro_logo__animation .intro-logo__letter46 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.32s;
  animation: showLetterIntro 0.2s linear forwards 4.32s;
}

.intro_logo__animation .intro-logo__letter47 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.4s;
  animation: showLetterIntro 0.2s linear forwards 4.4s;
}

.intro_logo__animation .intro-logo__letter48 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.48s;
  animation: showLetterIntro 0.2s linear forwards 4.48s;
}

.intro_logo__animation .intro-logo__letter49 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.56s;
  animation: showLetterIntro 0.2s linear forwards 4.56s;
}

.intro_logo__animation .intro-logo__letter50 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.64s;
  animation: showLetterIntro 0.2s linear forwards 4.64s;
}

.intro_logo__animation .intro-logo__letter51 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.72s;
  animation: showLetterIntro 0.2s linear forwards 4.72s;
}

.intro_logo__animation .intro-logo__letter52 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.8s;
  animation: showLetterIntro 0.2s linear forwards 4.8s;
}

.intro_logo__animation .intro-logo__letter53 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.88s;
  animation: showLetterIntro 0.2s linear forwards 4.88s;
}

.intro_logo__animation .intro-logo__letter54 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 4.96s;
  animation: showLetterIntro 0.2s linear forwards 4.96s;
}

.intro_logo__animation .intro-logo__letter55 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 5.04s;
  animation: showLetterIntro 0.2s linear forwards 5.04s;
}

.intro_logo__animation .intro-logo__letter56 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 5.12s;
  animation: showLetterIntro 0.2s linear forwards 5.12s;
}

.intro_logo__animation .intro-logo__letter57 {
  -webkit-animation: showLetterIntro 0.2s linear forwards 5.2s;
  animation: showLetterIntro 0.2s linear forwards 5.2s;
}

svg {
  display: block;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: inherit;
  color: inherit;
}

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

input,
textarea {
  display: block;
}

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

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

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.h2-style {
  position: relative;
  width: 100%;
  line-height: 70rem;
}

.h2-style::before {
  content: "";
  background-size: cover;
  position: absolute;
}
/* Main style end __________________________________*/

/* section Header start__________________________________*/
.header {
  max-width: 410px;
  width: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 300;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-column-gap: 15px;
  padding-left: 95px;
}

.header__wrapper-logo {
  display: none;
}

.header__logo {
  max-width: 120px;
  width: 100%;
}

.header-fixed .header__btn {
  background: none;
}

.header__btn {
  display: block;
  min-width: 85px;
  font-size: 24rem;
  line-height: 29rem;
  color: #46a5dd;
  padding: 8px 0;
  border-radius: 60px;
  text-align: center;
  transition: 0.5s;
}

.header__btn:hover {
  color: #000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6cc4c6),
    color-stop(35%, #7ccce5),
    to(#46a5dd)
  );
  background: -o-linear-gradient(left, #6cc4c6 0%, #7ccce5 35%, #46a5dd 100%);
  background: linear-gradient(90deg, #6cc4c6 0%, #7ccce5 35%, #46a5dd 100%);
}

.burger {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.burger span,
.burger:after,
.burger:before {
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2px;
}

.burger:hover span,
.burger:hover::after,
.burger:hover::before {
  background-color: #46a5dd;
}

.burger span {
  top: 14px;
}

.burger:after,
.burger:before {
  content: "";
}

.burger:after {
  bottom: 5px;
}

.burger:before {
  top: 5px;
}

.burger.active span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.burger.active:before {
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  top: 16px;
}

.burger.active:after {
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  bottom: 16px;
}

.header__phone path,
.header__map path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header__phone:hover path,
.header__map:hover path {
  fill: #fff;
}

.header__phone {
  display: none;
}

.header-fixed {
  position: fixed;
  z-index: 400;
  top: 0 !important;
  padding: 2px 0 2px 95px;
  background-color: #fff;
  max-width: 610px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-animation: show 1s linear forwards;
  animation: show 1s linear forwards;
  border-radius: 0 0 40px 0;
}

.header-fixed .header__wrapper-logo {
  display: inline;
}

.header-fixed .burger span,
.header-fixed .burger:after,
.header-fixed .burger:before {
  background-color: #000;
}

.header-fixed .burger:hover span,
.header-fixed .burger:hover::after,
.header-fixed .burger:hover::before {
  background-color: #46a5dd;
}

.header-fixed .header__phone path,
.header-fixed .header__map path {
  stroke: #000;
}

.header-fixed .header__phone:hover path,
.header-fixed .header__map:hover path {
  fill: #000;
}
/* section Header end__________________________________*/

/* section Header Popup start __________________________________*/
.header-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  margin-left: 0;
  display: block;
  background: url(../img/popup_back.png) no-repeat center #fff;
  background-size: cover;
  padding: 0 15px;
}

.header-popup,
.header-popup.active {
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.header-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
}

.close-popup {
  position: absolute;
  left: 300px;
  z-index: 500;
  top: 30px;
  width: 50px;
  height: 50px;
}

.header-popup__box {
  padding-top: 80px;
  max-width: 1670px;
  width: 100%;
  margin: 0 auto;
}

.header-popup__box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-popup__logo {
  max-width: 435px;
  width: 100%;
  margin-right: 30px;
}

.header__menu {
  max-width: 1015px;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 15px;
  margin-bottom: 0;
  padding-left: 0;
}

.header__menu-list li {
  min-width: 330px;
}

.header__menu-list li::before {
  content: none;
}

.header__menu-list a {
  font-family: "Objectivity";
  font-style: normal;
  font-weight: 300;
  font-size: 33rem;
  line-height: 34rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #222;
  color: #fff;
  -webkit-transition: font-weight 0.5s;
  -o-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
  margin-bottom: 0;
  position: relative;
}

.header__menu-list a::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  filter: blur(20px);
  filter: none; /* IE 6-9 */
  -webkit-filter: blur(20px);
  z-index: -5;
  opacity: 0;
  transition: 0.2s;
  transition-delay: .2s;
}

.header__menu-list a:hover::before {
  opacity: 1;
}

.header__menu-list a:hover {
  font-weight: bold;
}

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

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-popup__box .row:nth-child(2) {
  margin-top: 105px;
}

.header-popup__box .row:nth-child(2) .left {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: 9%;
}

.header-popup__adress,
.header-popup__phone,
.header-popup__calendar {
  display: block;
  max-width: 450px;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-popup__adress svg,
.header-popup__phone svg,
.header-popup__calendar svg {
  min-width: 25px;
  margin-right: 15px;
  position: relative;
  z-index: 5;
}

.header-popup__adress path,
.header-popup__phone path,
.header-popup__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-popup__adress p,
.header-popup__phone p,
.header-popup__calendar p {
  font-family: "Objectivity";
  font-weight: 500;
  font-size: 24rem;
  line-height: 28rem;
  /*   color: #333333; */
  color: #fff;
  margin: 0;
}

.header-popup__calendar {
  margin-bottom: 20px;
  pointer-events: none;
}
.contact__left .phone:before,
.acces__box-additional-info .phone:before,
.header-popup__box-additional-info .phone::before,
.header-popup__adress::before,
.header-popup__phone::before,
.header-popup__calendar::before {
  content: "";
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(20px);
  filter: blur(20px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  top: -15px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 5;
}

.contact__left .phone:hover::before,
.acces__box-additional-info .phone:hover::before,
.header-popup__box-additional-info .phone:hover::before,
.header-popup__adress:hover:before,
.header-popup__phone:hover::before,
.header-popup__calendar:hover::before {
  /*opacity: 1;*/
  animation: opacity-change 3.5s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes opacity-change {
  0% {
    opacity: 0.95
  }
  100% {
    opacity: 1
  }
}

.header-popup__adress:hover path,
.header-popup__phone:hover path {
  fill: #fff;
  stroke: #fff;
}

.header-popup__calendar:hover path {
  stroke: #fff;
}

.header-popup__box-additional-info {
  max-width: 480px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15%;
  margin: 20px 0 55px;
}

.header-popup__box-additional-info .header-popup__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-popup__box-additional-info p,
.header-popup__box-additional-info a {
  font-family: "Objectivity";
  font-weight: 300;
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
  color: #fff;
}

.header-popup__box-additional-info p {
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  margin-top: 0;
}

.header-popup__box-additional-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-popup__box-additional-info img {
  margin-bottom: 5px;
  transition: 0.5s;
}

.header-popup__box-additional-info img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.header-popup__box-additional-info .phone {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header-popup__box-additional-info .phone svg {
  position: relative;
  z-index: 6;
}
.header-popup__box-additional-info .phone svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header-popup__box-additional-info .phone:hover svg path {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.header-popup__box-additional-info .phone:hover {
  font-weight: 600;
}

.header-popup__box-additional-info .phone p {
  font-size: 16px;
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.header-popup__box .row:nth-child(2) .right {
  max-width: 998px;
  width: 100%;
}

.header-popup__box .row:nth-child(2) .right img {
  border-radius: 65px;
  width: 100%;
  max-width: 850px;
}
/* section Header Popup end __________________________________*/

/* section Intro start __________________________________*/

.intro {
  position: relative;
  overflow-x: hidden;
}

.intro__wrapper-video {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}

.intro__video {
  position: absolute;
  top: -1.6%;
  left: -1%;
  width: 102%;
  height: 103%;
  z-index: 200;
  display: block;
}

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

.intro__box {
  position: absolute;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 35px;
  z-index: 200;
}

.intro__box::before {
  content: "";
  background: rgba(0, 0, 0, 0.03);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
}

.intro__box-inner {
  max-width: 770px;
  width: 100%;
  position: relative;
  z-index: 200;
  margin: 0 auto;
  padding: 0 15px;
}

.intro__wrapper-logo {
  width: 100%;
}

.intro__logo {
  max-width: 360px;
  width: 47%;
}

/*
.intro__logo-line {
	fill: none;
	-webkit-animation: drawingLinesIntro 1.5s linear  infinite 1.5s forwards;
	animation: drawingLinesIntro 1.5s linear 1.5s infinite forwards;

	-webkit-animation: opacity 1.5s linear  infinite 1.5s forwards;
	animation: opacity 1.5s linear 1.5s infinite forwards;
}

.intro__logo-line1 {
	stroke-dashoffset: 843;
	stroke-dasharray: 843;
}

.intro__logo-line2 {
	stroke-dashoffset: 986;
	stroke-dasharray: 986;
}

.intro__logo-line3 {
	stroke-dashoffset: 925;
	stroke-dasharray: 925;
}

.intro__logo-line4 {
	stroke-dashoffset: 1419;
	stroke-dasharray: 1419;
}

.intro__logo-line5 {
	stroke-dashoffset: 836;
	stroke-dasharray: 836;
}

.intro__logo-line6 {
	stroke-dashoffset: 750;
	stroke-dasharray: 750;
}

.intro__logo-line7 {
	stroke-dashoffset: 892;
	stroke-dasharray: 892;
}

.intro__logo-line8 {
	stroke-dashoffset: 901;
	stroke-dasharray: 901;
}

.intro__logo-line9 {
	stroke-dashoffset: 745;
	stroke-dasharray: 745;
}

.intro__logo-line10 {
	stroke-dashoffset: 1510;
	stroke-dasharray: 1510;
}

.intro__logo-line11 {
	stroke-dashoffset: 987;
	stroke-dasharray: 987;
}

.intro__logo-line11 {
	stroke-dashoffset: 1419;
	stroke-dasharray: 1419;
}

.intro__logo-line12 {
	stroke-dashoffset: 1436;
	stroke-dasharray: 1436;
} */

.intro__subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 18rem;
  line-height: 19rem;
  margin: 0;
}

.intro__title {
  color: #fff;
  text-transform: inherit;
  margin: 25px 0 25px;
  text-align: left;
}

.intro__phrase {
  color: #fff;
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 24rem;
  line-height: 40rem;
  margin-bottom: 30px;
  display: block;
}

.intro__descr {
  color: #fff;
  max-width: 630px;
  width: 100%;
  margin-bottom: 25px;
  text-align: justify;
}

.intro__box-meet-title {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 18rem;
  line-height: 35rem;
  color: #fff;
  margin-bottom: 0;
}

.intro__calendar {
  max-width: 450px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8%;
  pointer-events: none;
}

.intro__calendar .phone svg {
  position: relative;
  z-index: 5;
}
.intro__calendar p {
  position: relative;
}
.intro__calendar p::before {
  content: "";
  position: absolute;
  left: -51px;
  top: -8px;
  width: 45px;
  height: 45px;
  /* 	 display: none; */
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__calendar p {
  margin: 0 0 0 10px;
}

.intro__calendar p:hover::before {
  opacity: 1;
}

.intro__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__calendar:hover path {
  stroke: #fff;
}

.intro__calendar svg {
  min-width: 25px;
  margin: 0 15px 8px 0;
  position: relative;
  z-index: 5;
}

.intro__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__calendar p {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 18rem;
  line-height: 35rem;
  color: #fff;
  margin: 0;
}

.intro__box-meet {
  max-width: 480px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}

.intro__box-meet p {
  color: #fff;
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.intro__box-meet a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__box-meet img {
  margin-top: 10px;
}

.intro__left .phone {
  margin-top: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.intro__left .phone svg {
  position: relative;
  z-index: 5;
}

.intro__box-meet .phone::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -8px;
  width: 45px;
  height: 45px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__left .phone p {
  margin: 0 0 0 10px;
}

.intro__box-meet .phone:hover::before {
  opacity: 1;
}

.intro__box-meet .phone path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__box-meet .phone:hover path {
  fill: #fff;
}
.intro__right a{
	position:relative;
	display: inline-flex;
}
.intro__right a svg{
	margin-top: 10px;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.intro__right a:before{
	content: "";
    position: absolute;
	z-index: -1;
    left: 20px;
    top: -6px;
    width: 45px;
    height: 45px;
    background: -o-linear-gradient(42.67deg, #2e52a0 11.55%, #46a5dd 48.97%, #7ccce5 67.64%, #6cc4c6 85.55%);
    background: linear-gradient(47.33deg, #2e52a0 11.55%, #46a5dd 48.97%, #7ccce5 67.64%, #6cc4c6 85.55%);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.9;
	border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.intro__right img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__right img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.intro__right a:hover:before {
	opacity: 1;
	width: 65px;
    height: 65px;
}
.intro__right a:hover svg{
	-webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
/* section Intro end __________________________________*/

/* section Equipe start __________________________________*/
.equipe {
  overflow: hidden;
}

.equipe__slider {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 15px;
  background: linear-gradient(264.74deg, #28226f 45.78%, #46a7dd 83.83%);
  padding-bottom: 80px;
}

/* .equipe__slider::before {
  content: "";
  position: absolute;
  top: -610px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/spot.svg) no-repeat center;
  background-size: 100%;
  width: 1400px;
  height: 1290px;
} */

.equipe__slider-container {
  position: relative;
  max-width: 850px;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
}

.equipe__slider-container p {
  color: #fff;
  text-align: justify;
}

.equipe__slider-container .swiper-wrapper {
  pointer-events: none;
}

.equipe__slider-title {
  font-family: "Objectivity";
  font-weight: bold;
  font-weight: 700;
  font-size: 40rem;
  line-height: 48rem;
  margin: 105px 0 40px;
  color: #fff;
  text-align: center;
}

.equipe__slider-descr {
  text-align: justify;
}

.equipe__box-nav {
  position: relative;
  max-width: 410px;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.equipe__box-nav .swiper-pagination {
  position: static;
}

.equipe__box-nav .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.equipe__box-nav .swiper-pagination-bullet-active {
  background-color: #3e3d91;
}

.equipe__box-nav .swiper-button-prev,
.equipe__box-nav .swiper-button-next {
  padding: 10px !important;
  width: 60px !important;
  z-index: 11;
  position: relative;
  margin-top: 0;
  top: inherit;
}

.equipe__box-nav .swiper-button-prev svg,
.equipe__box-nav .swiper-button-next svg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.equipe__box-nav .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.equipe__box-nav .swiper-button-prev:hover path,
.equipe__box-nav .swiper-button-next:hover path {
  fill: #000;
} */

.equipe__box-nav .swiper-button-prev::before,
.equipe__box-nav .swiper-button-next::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -1px;
  width: 45px;
  height: 45px;
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.equipe__box-nav .swiper-button-prev:hover::before,
.equipe__box-nav .swiper-button-next:hover::before {
  opacity: 1;
}

.equipe__title {
  max-width: 490px;
  margin: 190px 15% 0 auto;
}

.equipe__title::before {
  right: 42px;
  top: -56px;
  width: 145px;
  height: 155px;
  background: url(../img/title-back.svg) no-repeat center;
}

.equipe__list {
  background: url(../img/equipe-back.svg) no-repeat 0 120px, url(../img/equipe-back-down.svg) no-repeat 100% 100%;
  padding-bottom: 225px;
}

.equipe__list-inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.equipe__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.equipe__item:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -170px;
	flex-direction: row-reverse;
  justify-content: end;
}

.equipe__item:nth-child(2) {
  margin-top: -139px;
  flex-direction: row-reverse;
  justify-content: end;
}
@media (max-width: 1024px) {
/*   .equipe__item:nth-child(2) {
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 375px;
        margin: 0 auto 40px;
  } */
/* 	.equipe__item:nth-child(even){
		flex-direction: row;
  		justify-content: flex-start;
	}
	.equipe__item:nth-child(2) {
	 flex-direction: column;
	} */
}
.equipe__item:nth-child(3),
.equipe__item:nth-child(4) {
  margin-top: -100px;
}
@media (max-width: 600px){
	.equipe__item:nth-child(even){
		-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 375px;
        margin: 0 auto 40px;
	}
	
}
@media (max-width: 1024px) {
  .equipe__item:nth-child(3),
.equipe__item:nth-child(4) {
  margin-top: 0;
} 
}

.equipe__item:nth-child(2) .equipe__item-img {
  /*max-width: 300px;
  margin-left: 30px;*/
}

.equipe__item:nth-child(odd) .equipe__item-img {
  margin-right: 20px;
}

.equipe__item:nth-child(even) .equipe__item-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px;
}

.equipe__item-img {
  border-radius: 205px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 410px;
	max-width: 300px;
}

.equipe__box-descr {
  margin-top: 135px;
}

.equipe__item:nth-child(even) .equipe__box-descr {
/*   text-align: right; */
}

.equipe__item-title {
  font-weight: bold;
  font-size: 33rem;
  line-height: 36rem;
  color: #222;
  margin-bottom: 25px;
}

.equipe__item-subtitle {
  font-size: 18rem;
  line-height: 21rem;
  letter-spacing: -0.01em;
  color: #222222;
  display: none;
}

.equipe__item:nth-child(2) .equipe__item-subtitle {
  text-align: right;
}

.equipe__item:nth-child(2) .equipe__item-title {
  text-align: right;
  margin-bottom: 0;
}

.equipe__item:nth-child(even) .equipe__item-title {
  margin-bottom: 15px;
  text-align: left;
}

.equipe__item-list li {
  font-size: 16rem;
  line-height: 26rem;
  letter-spacing: -0.01em;
}

.equipe__item:nth-child(even) .equipe__item-list li {
  text-align: left;
}

.equipe__item-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 310px;
  width: 100%;
  margin-top: 20px;
}

.equipe__item-adress svg {
  min-width: 16px;
  margin-top: -7px;
}

.equipe__item-adress path {
  transition: 0.5s;
}

.equipe__item-adress:hover path {
  fill: #000;
}

.equipe__item-adress p {
  font-size: 16rem;
  line-height: 19rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.equipe__item-adress:hover p {
  font-weight: bold;
}

.equipe__item:nth-child(even) .equipe__item-adress {
  text-align: left;
}

.equipe__item-adress p {
  margin: 0 0 0 5px;
}

.equipe__item-btn{
	margin-top: 30px;
}

.equipe__item-btn a{
	position: relative;
	display:inline-block;
	padding: 8px 16px;
    border-radius: 60px;
    text-align: center;
    transition: 0.5s;
	
}
.equipe__item-btn a:hover{
	color: #46A5DD;
/* 	background: -webkit-gradient(linear, left top, right top, from(#6cc4c6), color-stop(35%, #7ccce5), to(#46a5dd));
    background: -o-linear-gradient(left, #6cc4c6 0%, #7ccce5 35%, #46a5dd 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #fff 100%); */
}
.equipe__item-btn a::before {
	content: "";
    position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right:0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#6cc4c6), color-stop(35%, #7ccce5), to(#46a5dd));
    background: -o-linear-gradient(left, #6cc4c6 0%, #7ccce5 35%, #46a5dd 100%);
    background: linear-gradient(90deg, #6cc4c6 0%, #7ccce5 35%, #46a5dd 100%);
    transition: 0.5s;
	border-radius: 60px;
	opacity: 1;
}
.equipe__item-btn a:hover:before{
	opacity:0;
}

/*.equipe__item-btn a::before {
     content: "";
    position: absolute;
    z-index: -1;
    width: 70px;
    height: 70px;
    background: -o-linear-gradient(42.67deg, #2e52a0 11.55%, #46a5dd 48.97%, #7ccce5 67.64%, #6cc4c6 85.55%);
    background: linear-gradient(47.33deg, #2e52a0 11.55%, #46a5dd 48.97%, #7ccce5 67.64%, #6cc4c6 85.55%);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
/* .equipe__item-btn a:hover:before{
	opacity: 1;
} */
/* section Equipe end 1920px __________________________________*/

/* section Processus start 1920px __________________________________*/
.processus {
  background: -o-linear-gradient(111.45deg, #28226f 42.7%, #46a5dd 108.86%);
  background: linear-gradient(338.55deg, #28226f 42.7%, #46a5dd 108.86%);
  overflow-x: hidden;
  min-height: 1000px;
}

.processus__title {
  color: #fff;
  margin: 125px 0 0 19%;
  max-width: 500px;
  z-index: 5;
}

.processus__title::before {
  content: "";
  background: url(../img/processus_title_back.svg) no-repeat center;
  left: 0;
  top: -70px;
  width: 236px;
  height: 312px;
  z-index: -1;
}

.processus__list {
  min-height: 625px;
  padding: 0 15px;
  margin: 75px 0 45px;
  position: relative;
}

.processus__back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1920px;
  height: 100%;
}

.processus__back path {
  stroke-dashoffset: 2417;
  stroke-dasharray: 2417;
}

@-webkit-keyframes drawingLinesIntro2 {
  75% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes drawingLinesIntro2 {
  75% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

.processus__back.active path {
  -webkit-animation: drawingLinesIntro2 3s linear infinite;
  animation: drawingLinesIntro2 3s linear infinite;
}

.processus__list-inner {
  max-width: 1215px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 470px;
}

.processus__item {
  height: 60px;
  position: relative;
}

.processus__item-number {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 72rem;
  line-height: 80rem;
  color: #7ccce5;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 5;
}

.processus__item-number::before {
  content: "";
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(35px);
  filter: blur(35px);
  -webkit-transform: rotate(-62.2deg);
  -ms-transform: rotate(-62.2deg);
  transform: rotate(-62.2deg);
  position: absolute;
  top: -5px;
  left: -30px;
  width: 125px;
  height: 125px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.processus__item-number:hover::before {
  opacity: 1;
}

.processus__item-number:hover {
  color: #fff;
}

.processus__item-number:hover ~ .processus__item-box {
  opacity: 1;
  pointer-events: inherit;
}

.processus__item:nth-child(1),
.processus__item:nth-child(3),
.processus__item:nth-child(5) {
  margin-top: 150px;
}

.processus__item:nth-child(2),
.processus__item:nth-child(4) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.processus__item:nth-child(1) {
  left: 70px;
}

.processus__item:nth-child(2) {
  left: 10px;
}

.processus__item:nth-child(3) {
  left: -65px;
}

.processus__item:nth-child(4) {
  left: -140px;
}

.processus__item:nth-child(5) {
  left: -220px;
}

.processus__item-box {
  position: absolute;
  top: -195px;
  left: -62px;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 360px;
  height: 315px;
  background: url(../img/processus_item_back.svg) no-repeat 10px center;
  background-size: 95%;
  padding-left: 60px;
  z-index: 0;
  opacity: 0;
}

.processus__item:nth-child(2) .processus__item-box,
.processus__item:nth-child(4) .processus__item-box {
  top: auto;
  bottom: -160px;
  left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding-top: 75px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.processus__item-title {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 33rem;
  line-height: 34rem;
  color: #fff;
  margin-top: 85px;
  margin-bottom: 0;
}

.processus__item:nth-child(2) .processus__item-title,
.processus__item:nth-child(4) .processus__item-title {
  margin: -10px -25px 0 10px;
  min-height: 70px;
}

.processus__item-descr {
  font-size: 18rem;
  line-height: 21rem;
  color: #fff;
  max-width: 200px;
  margin-bottom: 22px;
}

.processus__item:nth-child(2) .processus__item-descr,
.processus__item:nth-child(4) .processus__item-descr {
  display: none;
}

.processus__item-img {
  margin-left: 75px;
  max-height: 45px;
  height: 100%;
}

.processus__item:nth-child(1) .processus__item-img {
  margin-left: 60px;
}

.processus__item:nth-child(2) .processus__item-img,
.processus__item:nth-child(4) .processus__item-img {
  margin: 0px 0 0 80px;
  position: relative;
  top: 31px;
}
/* section Processus end __________________________________*/

/* section Pathologies start __________________________________*/
.pathologies {
  position: relative;
  z-index: 6;
}
.pathologies__wrapper-video {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 56.20%;
  margin: 0 auto;
  overflow: hidden;
}

.pathologies__video {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  z-index: 200;
}

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

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

.pathologies__title {
  margin-top: 0;
  margin: 0 15% 0 auto;
  padding-top: 125px;
  max-width: 530px;
  color: #fff;
  z-index: 5;
}

.pathologies__title::before {
  background: url(../img/pathologies-title-back.svg) no-repeat center;
  right: 3px;
  top: 76px;
  width: 125px;
  height: 165px;
  z-index: -1;
}

.pathologies__box {
  max-width: 850px;
  width: 100%;
  position: relative;
  border-radius: 150px;
  padding: 75px 15px 75px 135px;
  margin: 55px 15% 0 auto;
}

.pathologies__box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-radius: 150px;
}

.pathologies__item::before {
  content: none;
}

.pathologies__item h3 {
  font-family: "Objectivity";
  font-weight: 300;
  font-size: 33rem;
  line-height: 36rem;
  color: #fff;
  margin: 0 0 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.pathologies__item h3:hover {
  font-weight: bold;
  padding-left: 15px;
}

.pathologies__item h3::before {
  content: "";
  background: url(../img/arrow-slider.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -35px;
  top: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.pathologies__item h3:hover::before {
  opacity: 1;
}

.pathologies__parallax {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
  background-attachment: fixed;
  background-size: cover;
}
/* section Pathologies end __________________________________*/

/* section Somnolent start __________________________________*/
.somnolent {
  display: block !important;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 125px 15px 50px;
}

.somnolent__title {
  max-width: 715px;
  line-height: 70rem;
  color: #fff;
  position: relative;
  margin-top: 0;
  z-index: 5;
}
.somnolent__title span {
  position: relative;
  z-index: 2;
}
.somnolent__title::before {
  content: "";
  position: absolute;
  left: 49%;
  top: -95px;
  -webkit-transform: translateX(-42%);
  -ms-transform: translateX(-42%);
  transform: translateX(-42%);
  width: 275px;
  height: 290px;
  background: url(../img/complementaires_title_back.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.single .somnolent__title::before {
  left: 41%;
  top: -100px;
}

.somnolent__title::after {
  content: "";
  position: absolute;
  top: -220px;
  left: -220px;
  z-index: -1;
  background: url(../img/somnolent-before-desktop.png);
  -webkit-filter: none;
  filter: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 103% 100%;
  width: 1248px;
  height: 590px;
}

.somnolent__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}

.somnolent__box-left {
  max-width: 280px;
  width: 100%;
  margin-right: 30px;
  padding-top: 127px;
}

.somnolent__box-left-title {
  font-weight: bold;
  color: #333333;
}

.somnolent__box-left-descr {
  font-style: italic;
  font-weight: 300;
}

.somnolent__box-left.active .somnolent__box-left-title,
.somnolent__box-left.active .somnolent__box-left-descr {
  display: none;
}

.somnolent__box-left.active .somnolent__btn-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.somnolent__final-box-descr {
  position: relative;
  display: none;
}

.somnolent__box-right.active .somnolent__final-box-descr {
  display: block;
}

.somnolent__final-box-descr::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  width: 85px;
  height: 85px;
  /*   background: url(../img/warning.svg) no-repeat center; */
}
.somnolent__final-box-descr.active_orange::before {
  background: url(../img/score_oange.svg) no-repeat center;
}
.somnolent__final-box-descr.active_green::before {
  background: url(../img/score_green.svg) no-repeat center;
}
.somnolent__final-box-descr.active_red::before {
  background: url(../img/warning.svg) no-repeat center;
}

.somnolent__final-box-descr .descr {
  font-weight: 300;
  text-align: justify;
}

.somnolent__final-box-descr .btn {
  max-width: 190px;
  width: 100%;
  padding: 7px 10px;
  line-height: 36rem;
  text-align: center;
  color: #333;
  margin-top: 50px;
  display: block;
  position: relative;
}

.somnolent__final-box-descr .btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 70px;
  height: 70px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.somnolent__final-box-descr .btn:hover::before {
  opacity: 1;
}

.somnolent__box-final-result {
  display: none;
  margin-top: 40px;
  position: relative;
}

.somnolent__box-right.active .somnolent__box-final-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.somnolent__box-final-result > p:nth-child(1) {
  line-height: 21px;
  font-weight: bold;
  white-space: nowrap;
  color: #3e3d91;
  position: relative;
}

.somnolent__box-final-result > p:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -77px;
  width: 90px;
  height: 90px;
  background: url(../img/somnolent_score.svg) no-repeat center;
}

.somnolent__box-final-result .sum-answers {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 33rem;
  line-height: 36rem;
  color: #3e3d91;
  margin-top: 9px;
  margin-right: 25px;
  width: 63px;
  text-align: center;
}

.somnolent__box_contact {
  background-color: #000;
  max-width: 400px;
  width: 100%;
  padding: 10px 25px 25px;
  position: absolute;
  bottom: -235px;
  z-index: 10;
  display: none;
}

.somnolent__calendar {
  max-width: 450px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8%;
  pointer-events: none;
}

.somnolent__calendar .phone svg {
  position: relative;
  z-index: 5;
}
.somnolent__calendar p {
  position: relative;
}
.somnolent__calendar p::before {
  content: "";
  position: absolute;
  left: -51px;
  top: -8px;
  width: 45px;
  height: 45px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.somnolent__calendar p {
  margin: 0 0 0 10px;
}

.somnolent__calendar p:hover::before {
  opacity: 1;
}

.somnolent__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.somnolent__calendar:hover path {
  stroke: #fff;
}

.somnolent__calendar svg {
  min-width: 25px;
  margin: 0 15px 8px 0;
  position: relative;
  z-index: 5;
}

.somnolent__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.somnolent__calendar p {
  font-family: "Objectivity";
  font-size: 18rem;
  line-height: 28rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.somnolent__box-meet {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.somnolent__box-meet p {
  color: #fff;
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.somnolent__box-meet a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.somnolent__box-meet img {
  margin-top: 10px;
}

.somnolent__left .phone {
  margin-top: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.somnolent__left .phone svg {
  position: relative;
  z-index: 5;
}

.somnolent__box-meet .phone::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -8px;
  width: 45px;
  height: 45px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.somnolent__left .phone p {
  margin: 0 0 0 10px;
}

.somnolent__box-meet .phone:hover::before {
  opacity: 1;
}

.somnolent__box-meet .phone path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.somnolent__box-meet .phone:hover path {
  fill: #fff;
}

.somnolent__right img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.somnolent__right img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.somnolent__rating-descr {
  font-weight: bold;
  line-height: 23rem;
  color: #000;
  max-width: 625px;
  width: 100%;
  margin-left: auto;
  display: none;
}

.somnolent__rating-descr.active {
  display: block;
}

.somnolent__btn-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 21rem;
  color: #070707;
  display: none;
}

.somnolent__btn-return svg {
  margin-right: 12px;
}

.somnolent__box-right {
  max-width: 850px;
  width: 100%;
}

.somnolent__box-right-title {
  font-family: "Objectivity";
  font-weight: 300;
  font-size: 33rem;
  line-height: 44rem;
  color: #222222;
}

.somnolent__box-right-line {
  background-color: #7ccce5;
  border-radius: 5px;
  width: 100%;
  height: 3px;
  position: relative;
}

.somnolent__box-right-line .line-active {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 3px;
  background-color: #3e3d91;
}

.somnolent__box-right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 50px;
}

.somnolent__box-right.active .row {
  display: none;
}

.somnolent__box-right-situation {
  font-weight: bold;
  line-height: 21rem;
  color: #3e3d91;
  margin: 8px 25px 0 0 !important;
  white-space: nowrap;
}

.somnolent__box-right-question {
  font-family: "Objectivity";
  font-weight: 300;
  font-size: 33rem;
  line-height: 36rem;
  color: #3e3d91;
  margin: 0;
  display: none;
}

.somnolent__box-right-question.active {
  display: block;
}

.somnolent__box-right .row svg {
  margin-left: auto;
  cursor: pointer;
  min-width: 55px;
  padding-left: 15px;
}

.somnolent__box-right .row path {
  transition: 0.5s;
}

.somnolent__box-right .row svg:hover path {
  fill: #46a5dd;
}

.somnolent__box-reply {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  display: none;
}

.somnolent__box-reply.active {
  display: grid;
}

.somnolent__box-right.active .somnolent__box-reply {
  display: none;
}

.somnolent__box-reply p {
  font-style: italic;
  font-weight: 300;
  line-height: 21rem;
}

.radio {
  width: 100%;
  margin-right: 30px;
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-style: italic;
  font-weight: 300;
  line-height: 21rem;
  color: #000;
}

.custom-radio + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  z-index: 1;
}

.custom-radio:checked + label::before {
  border-color: #fff;
  background-color: #fff;
}

.custom-radio + label::after {
  content: "";
  position: absolute;
  top: -18px;
  left: -15px;
  width: 60px;
  height: 60px;
  background-image: url(../img/check.png);
  top: -40px;
  left: -40px;
  width: 101px;
  height: 100px;
  /*   background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  ); */
  /*   -webkit-filter: blur(15px);
  filter: blur(15px); */
  z-index: -1;
  opacity: 0;
}

.custom-radio:checked + label::after {
  opacity: 1;
}
/* section Somnolent end __________________________________*/

/* section Traitements start __________________________________*/
.traitements {
  max-width: 1290px;
  width: 100%;
  margin: 210px auto 0;
  padding: 80px 15px 0;
}

.traitements__title {
  max-width: 490px;
}

.traitements__title::before {
  right: -30px;
  top: -50px;
  width: 125px;
  height: 165px;
  background: url(../img/traitements-title-back.svg) no-repeat center;
}

.traitements__box {
  max-width: 905px;
  width: 100%;
  margin: 0 auto 130px;
  min-height: 895px;

  background-size: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .traitements__box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/traitements-back.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
} */

.traitements__box-back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.traitements__box-back.active .traitements__logo-line {
  opacity: 1;
  -webkit-animation: drawingLinesIntro 2.5s linear forwards;
  animation: drawingLinesIntro 2.5s linear forwards;
}

.traitements__logo-line1 {
  stroke-dashoffset: -1282;
  stroke-dasharray: 1282;
}

.traitements__logo-line2 {
  stroke-dashoffset: -1412;
  stroke-dasharray: 1412;
}

.traitements__logo-line3 {
  stroke-dashoffset: -1320;
  stroke-dasharray: 1320;
}

.traitements__logo-line4 {
  stroke-dashoffset: -1725;
  stroke-dasharray: 1725;
}

.traitements__logo-line5 {
  stroke-dashoffset: -1197;
  stroke-dasharray: 1197;
}

.traitements__logo-line6 {
  stroke-dashoffset: -1073;
  stroke-dasharray: 1073;
}

.traitements__logo-line7 {
  stroke-dashoffset: -1277;
  stroke-dasharray: 1277;
}

.traitements__logo-line8 {
  stroke-dashoffset: -1207;
  stroke-dasharray: 1207;
}

.traitements__logo-line9 {
  stroke-dashoffset: -1065;
  stroke-dasharray: 1065;
}

.traitements__logo-line10 {
  stroke-dashoffset: -2160;
  stroke-dasharray: 2160;
}

.traitements__logo-line11 {
  stroke-dashoffset: -1413;
  stroke-dasharray: 1413;
}

.traitements__logo-line12 {
  stroke-dashoffset: -2029;
  stroke-dasharray: 2029;
}

.traitements__logo-line13 {
  stroke-dashoffset: -2056;
  stroke-dasharray: 2056;
}

.traitements__item {
  position: absolute;
}

.traitements__item-1 {
  top: -20px;
  right: 15px;
}

.traitements__item-2 {
  top: 100px;
  left: 10px;
}

.traitements__item-3 {
  bottom: 185px;
  right: 17px;
}

.traitements__item-4 {
  bottom: 70px;
  left: 150px;
}

.traitements__item .title {
  margin-bottom: 10px;
  font-weight: 500;
  max-width: 290px;
  font-weight: 500;
  font-size: 24rem;
  line-height: 25rem;
  color: #222222;
}

.traitements__item img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  max-width: 150px;
  width: 100%;
}

.traitements__item img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.traitements__box-descr {
  max-width: 440px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  display: none;
  position: relative;
  z-index: 5;
}

.traitements__box-descr.active {
  display: block;
}

.traitements__box-descr .title {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 33rem;
  line-height: 36rem;
  text-align: center;
  color: #222;
  margin: 0 0 25px;
}

.traitements__box-descr .descr {
  font-weight: 300;
  font-size: 18rem;
  line-height: 27rem;
  text-align: justify;
  color: #222;
  margin-bottom: 25px;
}

.traitements__box-descr .btn {
  font-weight: 500;
  color: #222;
  margin-top: 25px;
  position: relative;
}

.traitements__box-descr .btn::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.traitements__box-descr .btn:hover {
  font-weight: bold;
}
.traitements__box-descr .btn:hover:before {
  opacity: 1;
}
/* section Traitements end __________________________________*/

/* section Complementaires start __________________________________*/

.complementaires {
  background: -o-linear-gradient(25.22deg, #28226f 26.61%, #46a5dd 94.91%);
  background: linear-gradient(64.78deg, #28226f 26.61%, #46a5dd 94.91%);
}

.complementaires__box {
  max-width: 1235px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15%;
  padding: 125px 15px 165px;
}

.complementaires__box-left {
  max-width: 625px;
  width: 100%;
  margin-right: 20px;
}

.complementaires__title {
  color: #fff;
  margin: 0;
}

.complementaires__title::before {
  background: url(../img/complementaires_title_back.svg) no-repeat center;
  right: 33px;
  top: 15px;
  width: 145px;
  height: 155px;
}

.complementaires__list ul {
  margin-top: 140px;
  padding-left: 0;
}

.complementaires__list li::before {
  content: none;
}

.complementaires__list h3 {
  color: #fff;
  font-family: "Objectivity";
  font-weight: 300;
  font-size: 33rem;
  line-height: 36rem;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.complementaires__list h3:hover {
  font-weight: bold;
  padding-left: 15px;
}

.complementaires__list h3::before {
  content: "";
  background: url(../img/arrow-slider.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -35px;
  top: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 5;
}

.complementaires__list h3::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: -50px;
  top: -12px;
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.complementaires__list h3:hover::before {
  opacity: 1;
}
.complementaires__list h3:hover::after {
  animation: opacity-change 3.5s linear infinite;
  animation-fill-mode: forwards;
}

.complementaires__wrapper-img {
  max-width: 535px;
  width: 100%;
  margin-top: 100px;
  padding: 0 15px;
}

.complementaires__wrapper-img img {
  display: none;
  width: 100%;
}

.complementaires__wrapper-img img.active {
  display: block;
}

.complementaires__img {
  width: 100%;
}

.complementaires__parallax {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 525px;
  background-attachment: fixed;
  background-size: cover;
}

/* section Complementaires end __________________________________*/

/* section Parallax start __________________________________*/

.questionnaires {
  background: url(../img/questionnaires_back.svg) no-repeat right 92%;
  padding: 160px 15px 100px;
}

.questionnaires__title {
  max-width: 520px;
  margin-left: auto;
  margin: 0 0 90px auto;
}

.questionnaires__title::before {
  right: 8px;
  top: -50px;
  width: 125px;
  height: 165px;
  background: url(../img/traitements-title-back.svg) no-repeat right;
}

.questionnaires__inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.questionnaires__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.questionnaires__box::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 400px;
  height: 405px;
  background: -o-linear-gradient(338.55deg, #28226f 42.7%, #46a5dd 108.86%);
  background: linear-gradient(338.55deg, #28226f 42.7%, #46a5dd 108.86%);

  -webkit-filter: blur(130px);
  filter: blur(130px);

  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);

  z-index: 0;
}

.questionnaires__img {
  mask: url(../img/questionnaires_mask.png) center/cover;
  -webkit-mask: url(../img/questionnaires_mask.png) center/cover;
  max-width: 520px;
  /*width: 49%;*/
}

.questionnaires__list {
  margin: 120px 0 30px;
  padding-left: 40px;
  max-width: 350px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.questionnaires__list li {
  font-family: "Objectivity";
  line-height: 21rem;
  margin-bottom: 27px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: transparent;
}

.questionnaires__list li:hover {
  font-weight: bold;
  padding-left: 15px;
}

.questionnaires__list li::before {
  content: "";
  background: url(../img/arrow-bottom-black.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: -2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 5;
}

.questionnaires__list a {
  position: relative;
  background: transparent;
}

.questionnaires__list a::after {
  content: "";
  background: url(../img/questionnaires_arrow.svg) no-repeat center;
  background-size: contain;
  width: 75px;
  height: 75px;
  position: absolute;
  right: -65px;
  top: -27px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 5;
}

.questionnaires__list a:hover:after {
  opacity: 1;
}

.questionnaires__list li:hover::before {
  opacity: 1;
}

/* section Parallax end __________________________________*/

.utiles {
  padding-top: 150px;
  padding: 150px 15px 0;
  max-width: 1585px;
  width: 100%;
  margin: 0 auto;
}

.utiles__title {
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  margin-bottom: 140px;
}

.utiles__title::before {
  right: 0;
  top: -58px;
  width: 180px;
  height: 170px;
  background: url(../img/utiles_title_back.svg) no-repeat right;
  background-size: contain;
}

.utiles__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 30px 15px;
}

.utiles__item {
  max-width: 300px;
  max-height: 300px;
  height: 300px;
  border-radius: 50%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.utiles__item:hover {
  background-color: #fff;
  box-shadow: 0 0 120px #2e52a0;
}

.utiles__item:hover::before {
  opacity: 1;
}

.utiles__item::before {
/*  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-linear-gradient(
    42.67deg,
    #3e3d91 11.55%,
    #2e52a0 85.53%,
    #46a5dd 85.54%,
    #7ccce5 85.55%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #3e3d91 11.55%,
    #2e52a0 85.53%,
    #46a5dd 85.54%,
    #7ccce5 85.55%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(150px);
  filter: blur(150px);
  height: 425px;
  width: 425px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  opacity: 0;*/
}

.utiles__item-title {
  text-align: center;
  font-family: "Objectivity";
  font-style: normal;
  font-weight: 500;
  min-height: 60px;
  margin: 0 0 10px;
}

.utiles__item-img {
  max-width: 185px;
  width: 100%;
  margin: 0 auto 25px;
}
/* section Acces start __________________________________*/
.acces {
  padding: 110px 0 125px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-end;
  grid-gap: 30px 15px;
  background: url(../img/acces_back.svg) no-repeat left 570px;
}

.acces__box-descr {
  max-width: 625px;
  width: 100%;
}

.acces__title {
  max-width: 230px;
  margin-top: 40px;
}

.acces__title::before {
  right: 0;
  top: -50px;
  width: 125px;
  height: 165px;
  background: url(../img/traitements-title-back.svg) no-repeat right;
}

.acces__adress-title {
  font-family: "Objectivity";
  font-weight: 300;
  font-size: 36rem;
  line-height: 40rem;
  color: #333;
  margin: 120px 0 25px;
}

.acces__box-adress {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  max-width: 395px;
  width: 100%;
  min-height: 45px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 60px;
}

.acces__box-adress .acces__options {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 33rem;
  line-height: 40rem;
  color: #888886;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.acces__box-adress .acces__options.active {
  color: #333;
}

.acces .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 auto 10px;
}

.acces .switch input {
  display: none;
}

.acces .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #46a5dd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 5;
  display: none;
}

.acces .slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.acces input:checked + .slider {
  background-color: #46a5dd;
}

.acces input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.acces .slider.round {
  border-radius: 34px;
}

.acces .slider.round:before {
  border-radius: 50%;
}

.acces__adress,
.acces__phone,
.acces__calendar {
  display: block;
  max-width: 450px;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acces__adress svg,
.acces__phone svg,
.acces__calendar svg {
  min-width: 25px;
  margin-right: 15px;
  position: relative;
  z-index: 5;
}

.acces__adress path,
.acces__phone path,
.acces__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.acces__adress p,
.acces__phone p,
.acces__calendar p {
  font-family: "Objectivity";
  font-weight: 500;
  font-size: 18rem;
  line-height: 28rem;
  color: #333333;
  margin: 0;
}

.acces__calendar {
  margin-bottom: 20px;
}

.acces__adress::before,
.acces__phone::before,
.acces__calendar::before {
  content: "";
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(20px);
  filter: blur(20px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  top: -15px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 5;
}

.acces__adress:hover:before,
.acces__phone:hover::before,
.acces__calendar:hover::before {
  opacity: 1;
}

.acces__adress:hover path,
.acces__phone:hover path {
  fill: #fff;
  stroke: #fff;
}

.acces__adress {
  display: none;
}

.acces__adress.active {
  display: flex;
}

.acces__calendar:hover path {
  stroke: #fff;
}

.acces__box-additional-info {
  max-width: 480px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  margin: 20px 0 55px;
}

.acces__box-additional-info .acces__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.acces__box-additional-info p,
.acces__box-additional-info a {
  font-family: "Objectivity";
  font-weight: 300;
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
}

.acces__box-additional-info p {
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  margin-top: 0;
}

.acces__box-additional-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
}

.acces__right{
	align-items: flex-start;
}
.acces__right a{
	position:relative;
	 display: inline-flex;
	
}
.acces__right a svg{
/* 	fill: #46A5DD; */
	transition: 0.3s
}
.acces__right a:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -6px;
    width: 45px;
    height: 45px;
    background: -o-linear-gradient(42.67deg, #2e52a0 11.55%, #46a5dd 48.97%, #7ccce5 67.64%, #6cc4c6 85.55%);
    background: linear-gradient(47.33deg, #2e52a0 11.55%, #46a5dd 48.97%, #7ccce5 67.64%, #6cc4c6 85.55%);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.8;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.acces__right a:hover:before{
	opacity:1;
	width: 65px;
    height: 65px;
}
.acces__right a:hover svg {
	 -webkit-transform: scale(1.15);
	  -ms-transform: scale(1.15);
	  transform: scale(1.15);
}

.acces__box-additional-info img {
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.acces__box-additional-info img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.acces__box-additional-info .phone {
  margin-top: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: flex;
  align-items: center;
}

.contact__left .phone svg,
.acces__box-additional-info .phone svg {
  position: relative;
  z-index: 6;
}
.contact__left .phone svg path,
.acces__box-additional-info .phone svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact__left .phone:hover svg path,
.acces__box-additional-info .phone:hover svg path {
  fill: #fff;
  stroke: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.acces__box-additional-info .phone:hover p {
  /*font-weight: 600;*/
}

.acces__box-additional-info .phone p {
  margin: 0 0 0 10px;
}

.acces__days {
  /* max-width: 280px; */
  max-width: 340px;
  width: 100%;
}

.acces__wrapper-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.acces__day,
.acces__work-time {
  font-weight: 300;
  font-size: 18rem;
  line-height: 22rem;
  color: #272727;
  margin-top: 0;
  margin-bottom: 5px;
}

.acces__day {
  white-space: nowrap;
  margin-right: 10px;
}

.acces__work-time {
  text-align: end;
  min-width: 225px;
}

.acces__wrapper-day.active .acces__day {
  font-weight: bold;
  color: #28226f;
}

.acces__wrapper-day.active .acces__work-time {
  font-weight: bold;
  color: #28226f;
}

.acces__map {
  max-width: 1035px;
  position: relative;
  min-width: 750px;
  width: 100%;
  height: 1080px;
  display: none;
  mask: url("../img/mask_map.png") no-repeat;
  -webkit-mask: url("../img/mask_map.png") no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.acces__map.active {
  display: block;
}

.acces__map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  filter: blur(30px);
  border-bottom: 235px solid transparent;
  border-right: 120px solid transparent;
  border-image: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  border-image-slice: 1;
  z-index: 10;
  border-radius: 50%;
  pointer-events: none;
}
/* section Acces end __________________________________*/

/* section Footer start__________________________________*/
.footer {
  width: 100%;
  background: url(../img/footer_back.jpg) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  padding: 0 15px 30px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer p,
.footer a {
  color: #fff;
  font-size: 14rem;
  line-height: 22rem;
}

.footer a {
  transition: 0.5s;
}

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

.footer__left-box,
.footer__right-box {
  padding-bottom: 50px;
}

.footer__wrapper-img {
  max-width: 1040px;
  width: 100%;
  padding: 0 15px;
}

.footer__wrapper-img a {
  display: block;
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}

.footer__img {
  width: 100%;
  max-width: 320px;
}

.footer__left-box {
  margin-right: 50px;
}

.footer__right-box {
  text-align: right;
}
/* section Footer end __________________________________*/

/* style Other Page start __________________________________*/
.page-container {
  max-width: 880px;
  padding: 0 15px;
  margin: 65px auto 0;
  position: relative;
  overflow: visible;
}

.post-container__inner {
  max-width: 880px;
  padding: 0 15px;
  margin: 0 auto 180px;
  position: relative;
}

.post-container__box {
  position: relative;
}

.post-container .kama_breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.post-container .kama_breadcrumbs span {
  font-family: "Roboto";
  font-size: 16rem;
  line-height: 28rem;
  color: #46a5dd;
  white-space: nowrap;
}

.post-container .kb_sep {
  min-width: 13px;
  background: url(../img/breadcrumbs_arrow.svg) no-repeat center 7px;
  background-size: contain;
  margin: 0 8px;
}

.post-container .kama_breadcrumbs .kb_title {
  color: #3e3d91;
}

.post-container h2 {
  margin: 25px 0;
  font-size: 50rem;
  line-height: 54rem;
}

.post-container h3 {
  margin: 20px 0;
}

.post-container h5 {
  margin: 35px 0 10px;
}

.post-container h6 {
  margin-top: 10px;
}

.post-container ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 25px;
}

.post-container li::before {
  content: none;
}

.post-container li::marker {
  font-size: 13px;
}

.post-container a,
.post-container u {
  transition: 0.5s;
}

.post-container a:hover,
.post-container u:hover {
  color: #46a5dd;
}

.post-container__inner p {
  margin: 0 0 5px;
}

.post-container__btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18rem;
  line-height: 21rem;
  color: #070707;
  position: absolute;
  top: 15px;
  left: -190px;
  transition: 0.5s;
}

.post-container__btn svg {
  margin-right: 20px;
}

.post-container__btn:hover {
  color: #46a5dd;
}

.post-container__btn path {
  transition: 0.5s;
}

.post-container__btn:hover path {
  fill: #46a5dd;
}

.post-container__img {
  border-radius: 0 0 100px 100px;
  width: 100%;
  min-height: 120px;
  object-fit: cover;
}

.post-container__title {
  margin: 50px 0 5px;
  text-align: left;
}

.aligncenter,
.alignleft,
.alignright {
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 10px;
}

.alignright {
  float: right;
  margin: 0.5em 0 10px 15px;
  border-radius: 100px;
}

.alignleft {
  float: left;
  margin: 0.5em 15px 10px 0;
  border-radius: 100px;
}

.contact {
  position: relative;
  max-width: 385px;
  padding: 0 15px;
  margin: 300px auto 150px;
}

.contact p,
.contact a {
  color: #000;
  position: relative;
  z-index: 5;
}

.contact__calendar {
  max-width: 260px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  pointer-events: none;
}

.contact__calendar svg {
  min-width: 25px;
  margin: 0 15px 8px 0;
  position: relative;
  z-index: 5;
}

.contact__calendar path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact__calendar::before {
  content: "";
  background: -o-linear-gradient(
    42.67deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  background: linear-gradient(
    47.33deg,
    #2e52a0 11.55%,
    #46a5dd 48.97%,
    #7ccce5 67.64%,
    #6cc4c6 85.55%
  );
  -webkit-filter: blur(20px);
  filter: blur(20px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 3px;
  top: -15px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 5;
}

.contact__calendar:hover:before,
.contact__calendar:hover::before,
.contact__calendar:hover::before {
  opacity: 1;
}

.contact__calendar:hover path {
  stroke: #fff;
}

.contact__calendar:hover path {
  stroke: #fff;
}

.contact__calendar p {
  font-family: "Objectivity";
  font-weight: bold;
  font-size: 18rem;
  line-height: 35rem;
  margin: 0;
}

.contact__box-meet {
  max-width: 480px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12%;
  justify-content: space-between;
}

.contact__box-meet p {
  line-height: 18rem;
  text-align: justify;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.contact__box-meet a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__box-meet img {
  margin-top: 10px;
}

.contact__left .phone {
  margin-top: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.contact__left .phone svg {
  position: relative;
  z-index: 5;
}

.contact__left .phone p {
  margin: 0 0 0 10px;
  transition: 0.5s;
}

.contact__box-meet .phone:hover::before {
  opacity: 1;
}

.contact__box-meet .phone path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact__box-meet .phone:hover p {
  font-weight: bold;
}

.contact__box-meet .phone:hover path {
  fill: #000;
  stroke: #000;
}

.contact__right img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact__right img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.single .somnolent__box_contact {
  background-color: #46a5dd;
}

.single .somnolent__box_contact p {
  color: #000;
}

.single .footer::after {
  content: "";
  position: absolute;
  top: -400px;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 700px;
  background: linear-gradient(
    359deg,
    rgba(255, 255, 255, 0) 17.99%,
    rgba(255, 255, 255, 0) 53.15%,
    #7ccce5 67.24%,
    #46a5dd 80.85%
  );
  filter: blur(68px);
  animation: blur-change 3.5s linear infinite;
  pointer-events: none;
}
@keyframes blur-change {
    from {
        filter: blur(68px);
    }
    to {
        filter: blur(69px);
    }
}
/* style Other Page end 1920px __________________________________*/

@media (max-width: 1440px) {
  /* section Header start 1440px __________________________________*/
  .header__menu {
    max-width: 820px;
  }

  .header__menu-list li {
    min-width: 250px;
  }

  .header__menu-list a {
    font-size: 25rem;
    line-height: 27rem;
  }

  .header-popup__box .row:nth-child(2) .left {
    margin: 0 0 0 5%;
  }

  .header-popup__box .row:nth-child(2) .right img {
    margin-left: auto;
    max-width: 800px;
  }
  /* section Header end __________________________________*/

  /* section Intro start __________________________________*/
  .intro__box {
    padding-top: 15px;
    width: 60%;
  }

  .intro__logo {
    width: 30%;
  }

  .intro__subtitle {
    font-size: 16rem;
    line-height: 17rem;
  }

  .intro__title {
    margin: 10px 0 20px;
    font-size: 50rem;
    line-height: 52rem;
  }

  .intro__phrase {
    font-size: 20rem;
    line-height: 36rem;
    margin: 0;
  }

  .intro__descr {
    font-size: 16rem;
    line-height: 22rem;
    margin-bottom: 10px;
  }

  .intro__box-meet-title {
    font-size: 16rem;
    line-height: 30rem;
  }

  .intro__box-meet {
    max-width: 480px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }

  .intro__box-meet p {
    color: #fff;
    line-height: 18rem;
    text-align: justify;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }
  /* section Intro end __________________________________*/

  /* section Equipe start __________________________________*/
  .equipe__title {
    margin-right: 10%;
  }

  .equipe__list {
    background-position: -202px 134px, 100% 100%;
  }

  .equipe__item:nth-child(even) {
    margin-top: -120px;
  }

  .equipe__item:nth-child(2) {
    margin-top: -180px;
  }
  /* section Equipe end __________________________________*/

  /* section Processus start __________________________________*/
  .processus__title {
    margin-left: 0;
    padding: 0 15px 0 5%;
  }

  .processus__title::before {
    left: 11%;
  }
  /* section Processus end __________________________________*/

  /* section Pathologies start __________________________________*/
  .pathologies__title {
    margin-right: 10%;
    padding-top: 70px;
  }

  .pathologies__title::before {
    top: 21px;
  }

  .pathologies__box {
    margin: 50px 10% 0 auto;
    padding: 30px 75px;
  }

  .pathologies__item h3 {
    font-size: 28rem;
    line-height: 31rem;
    margin-bottom: 15px;
  }
  /* section Pathologies end __________________________________*/

  /* section Complementaires start __________________________________*/
  .complementaires__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  /* section Complementaires end __________________________________*/

  /* section Acces start __________________________________*/
  .acces {
    background-position-y: 690px;
  }
  /* section Acces end __________________________________*/

  /* section Footer start __________________________________*/
  .footer {
    background-size: 110% 100%;
  }

  .footer__wrapper-img {
    max-width: 675px;
  }
  /* section Footer end __________________________________*/

  /* style Other Page start __________________________________*/
  .post-container__btn {
    top: -36px;
    left: 5px;
  }

  .single .footer::after {
    width: 710px;
    height: 710px;
  }
  /* style Other Page end __________________________________*/
}

@media screen and (max-width: 1366px) {
  .pathologies__parallax {
    background-attachment: scroll;
    min-height: 450px;
  }

  .complementaires__parallax {
    background-attachment: scroll;
    min-height: 450px;
  }
}

@media (max-width: 1280px) {
  .intro__box-meet p,
  .intro__title,
  .intro__descr {
    margin: 0;
  }

  .intro__left .phone {
    margin-top: 10px;
  }

  .intro__right img {
    height: 23px;
  }
}
@media (max-width: 1024px) {
  /* Main style start __________________________________*/
  html {
    font-size: 0.9px;
  }

  h1 {
    font-size: 60rem;
    line-height: 60rem;
  }

  h2 {
    font-size: 50rem;
    line-height: 80rem;
  }
  /* Main style end __________________________________*/

  /* section Header start __________________________________*/
  .header {
    top: 20px;
    padding-left: 30px;
  }

  .header-fixed {
    max-width: 450px;
    padding-left: 45px;
    padding-right: 15px;
  }

  .header-popup {
    overflow-y: auto;
    padding-bottom: 30px;
    max-height: 100vh;
  }

  .close-popup {
    left: 30px;
  }

  .header-popup__box {
    padding-top: 40px;
    max-width: 800px;
  }

  .header-popup__box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-popup__logo {
    max-width: 370px;
    height: 100%;
  }

  .header__menu {
    margin-top: 30px;
    padding-left: 0;
  }

  .header__menu-list li {
    min-width: inherit;
  }

  .header-popup__box .row:nth-child(2) {
    margin-top: 45px;
  }

  .header-popup__box .row:nth-child(2) .left {
    margin-left: 0;
  }

  .header-popup__box-additional-info {
    margin-bottom: 30px;
  }

  .header-popup__box .row:nth-child(2) .right img {
    margin-left: inherit;
  }
  /* section Header start __________________________________*/

  /* section Intro start __________________________________*/
  .intro__box {
    position: static;
    background: -o-linear-gradient(111.45deg, #28226f 42.7%, #46a5dd 108.86%);
    background: linear-gradient(338.55deg, #28226f 42.7%, #46a5dd 108.86%);
    width: 100%;
    padding: 25px 0;
  }

  .intro__box::before {
    content: none;
  }

  .intro__box-inner {
    max-width: 100%;
  }

  .intro__logo {
    width: 100%;
  }

  .intro__descr {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .intro__subtitle {
    font-size: 18rem;
    line-height: 19rem;
    margin-top: 15px;
  }

  .intro__title {
    font-size: 70rem;
    line-height: 70rem;
    margin: 10px 0 20px;
  }

  .intro__phrase {
    font-size: 24rem;
    line-height: 40rem;
    margin-bottom: 20px;
  }

  .intro__box-meet p {
    line-height: 18rem;
    margin-bottom: 10px;
  }

  .intro__right img {
    height: auto;
  }

  .intro__left .phone {
    margin-top: 25px;
  }

  .intro__calendar {
    margin: 0 0 10px 0;
  }
  /* section Intro end __________________________________*/

  /* section Equipe start __________________________________*/
  .equipe__slider {
    padding-bottom: 40px;
  }

  .equipe__slider-title {
    font-size: 50rem;
    line-height: 52rem;
  }

  .equipe__box-nav {
    margin-top: 10px;
  }

  .equipe__title {
    margin: 140px auto 50px 0;
    max-width: calc(5% + 330px);
    padding-left: 5%;
  }

  .equipe__title::before {
    width: 105px;
    height: 115px;
    top: -30px;
    right: 0;
    background-size: cover;
  }

  .equipe__list {
    background: none;
    padding-bottom: 110px;
  }

  .equipe__item {
    margin-bottom: 30px;
  }

  .equipe__item:nth-child(even) {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .equipe__item:nth-child(2) {
    margin-top: 0;
  }

  .equipe__item:nth-child(2) .equipe__item-img {
/*     max-width: inherit; */
  }

  .equipe__item:nth-child(even) .equipe__item-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0;
  }

  .equipe__item-img {
/*     max-width: 345px !important; */
    width: 45% !important;
    margin-right: 20px;
    height: auto;
  }

  .equipe__box-descr {
    margin-top: 20px;
  }

  .equipe__item:nth-child(2) .equipe__item-subtitle {
    text-align: left;
  }

  .equipe__item:nth-child(2) .equipe__item-title {
    text-align: left;
  }

  .equipe__item-adress svg {
    min-width: 14px;
    margin-top: -9px;
  }
  /* section Equipe end __________________________________*/

  /* section Processus start __________________________________*/
  .processus__title::before {
    width: 176px;
    height: 252px;
    background-size: cover;
    left: 8%;
  }

  .processus__list {
    margin-top: 100px;
  }

  .processus__back {
    display: none;
  }

  .processus__list-inner {
    border-style: solid;
    border-right-width: 0 !important;
    border-left-width: 5px !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    border-color: transparent;
    -o-border-image: -o-linear-gradient(
      bottom,
      #3e3d91 -0.15%,
      #46a5dd 63.13%,
      #7ccce5 83.48%,
      #6cc4c6 99.86%
    );
    border-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(-0.15%, #3e3d91),
      color-stop(63.13%, #46a5dd),
      color-stop(83.48%, #7ccce5),
      color-stop(99.86%, #6cc4c6)
    );
    border-image: linear-gradient(
      0deg,
      #3e3d91 -0.15%,
      #46a5dd 63.13%,
      #7ccce5 83.48%,
      #6cc4c6 99.86%
    );
    border-image-slice: 1;
    border-right: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;

  }

  .processus__list-inner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
  }

  .processus__item {
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 60px;
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .processus__item:nth-child(2),
  .processus__item:nth-child(4) {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .processus__item-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: none;
    position: static;
    width: 100%;
    height: inherit;
    margin-top: 5px;
    opacity: 1;
  }

  .processus__item:nth-child(2) .processus__item-box,
  .processus__item:nth-child(4) .processus__item-box {
    display: block;
    top: -183px;
    left: -74px;
    bottom: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding-top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .processus__item-title {
    font-size: 29rem;
    line-height: 30rem;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: inherit !important;
  }

  .processus__item-descr {
    max-width: 100%;
  }

  .processus__item-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 30px 0 0 !important;
    position: static !important;
  }
  /* section Processus end __________________________________*/

  /* section Pathologies start 1024px __________________________________*/
  .pathologies {
    display: flex;
    flex-direction: column;
  }

  .pathologies__content {
    position: inherit;
    background: -o-linear-gradient(111.45deg, #28226f 42.7%, #46a5dd 108.86%);
    background: linear-gradient(338.55deg, #28226f 42.7%, #46a5dd 108.86%);
    padding: 0 15px 50px;
    order: -1;
  }

  .pathologies__title {
    margin: 0 auto 0 0;
    max-width: 400px;
  }

  .pathologies__title::before {
    width: 100px;
    height: 135px;
    top: 32px;
    background-size: cover;
  }

  .pathologies__box {
    margin: 70px auto 0;
    padding: 75px 15px 75px 135px;
  }

  .pathologies__item h3::before {
    top: 0;
  }

  .pathologies__parallax {
    min-height: 350px;
  }
  /* section Pathologies end 1024px __________________________________*/

  /* section Somnolent start 1024px __________________________________*/
  .somnolent {
    /* overflow: hidden; */
    padding: 80px 15px 190px;
  }

  .somnolent__title::before {
    width: 200px;
    height: 220px;
    transform: none;
    left: 187px;
    top: -70px;
  }

  .somnolent__title::after {
    width: 700px;
    height: 440px;
  }

  .somnolent__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
  }

  .somnolent__box-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 500px;
    padding-top: 15px;
  }

  .somnolent__box-left.active .somnolent__btn-return {
    margin-top: 10px;
  }

  .somnolent__final-box-descr .btn {
    margin-top: 20px;
  }

  .somnolent__box-right.active .somnolent__box-final-result {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .somnolent__box-final-result > p:nth-child(1) {
    margin-right: 23px;
  }

  .somnolent__box-final-result .sum-answers {
    margin-right: 35px;
    text-align: left;
  }

  .somnolent__box-final-result p:nth-child(3) {
    margin-left: inherit;
    margin-bottom: 0;
  }

  .somnolent__box-right .row {
    margin: 30px 0 30px;
  }

  .somnolent__box-reply {
    grid-template-columns: 1fr 1fr;
  }

  .somnolent__box_contact {
    bottom: -280px;
  }

  .somnolent__final-box-descr::before {
    top: -105px;
    left: 200px;
  }

  .single .somnolent__box {
    margin-top: 60px;
  }

  .single .somnolent__title::before {
    top: -100px;
    left: 75%;
  }
  /* section Somnolent end 1024px __________________________________*/

  /* section Traitements start 1024px __________________________________*/
  .traitements {
    margin: 45px auto 0;
  }

  .traitements__title {
    max-width: 390px;
  }

  .traitements__title::before {
    width: 95px;
    height: 135px;
    top: -38px;
    right: -2px;
    background-size: contain;
  }

  .traitements__box {
    margin-bottom: 65px;
  }

  .traitements__item-1 {
    top: 0;
    right: -15px;
  }

  .traitements__item-2 {
    top: 155px;
    left: 50px;
  }

  .traitements__item-4 {
    bottom: 97px;
  }

  .traitements__item img {
    max-width: 100px;
  }
  /* section Traitements end 1024px __________________________________*/

  /* section Complementaires start 1024px __________________________________*/
  .complementaires__box {
    padding: 65px 0 85px;
    display: block;
  }

  .complementaires__title {
    max-width: 500px;
    padding-left: 15px;
  }

  .complementaires__title::before {
    width: 100px;
    height: 135px;
    top: 19px;
    background-size: contain;
    right: 49px;
  }

  .complementaires__list ul {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 15px;
  }

  .complementaires__list h3 {
    font-size: 29rem;
    line-height: 32rem;
  }

  .complementaires__wrapper-img {
    margin: 30px auto 0;
  }

  .complementaires__parallax {
    min-height: 350px;
  }
  /* section Complementaires end 1024px __________________________________*/

  /* section Questionnaires start 1024px __________________________________*/
  .questionnaires {
    background: none;
    padding-top: 120px;
  }

  .questionnaires__title {
    margin: 0 auto 70px 0;
    max-width: 390px;
  }

  .questionnaires__title::before {
    width: 95px;
    height: 125px;
    top: -32px;
    background-size: cover;
    right: 2px;
  }
  /* section Questionnaires end 1024px __________________________________*/

  /* section Utiles start 1024px __________________________________*/
  .utiles {
    padding-top: 45px;
    overflow: unset;
  }

  .utiles__title {
    max-width: 290px;
    margin-bottom: 30px;
  }

  .utiles__title::before {
    width: 150px;
    height: 140px;
    top: -45px;
  }

  .utiles__list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    gap: 20px;
  }

  .utiles__item {
    background-color: #fff;
    max-width: 275px;
    height: fit-content;
  }

  .utiles__item::before {
    opacity: 1;
    height: 325px;
    width: 325px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }

  .utiles__item-title {
    font-size: 20rem;
    margin-bottom: 0;
    min-height: auto;
  }
  /* section Utiles end 1024px __________________________________*/

  /* section Acces start 1024px __________________________________*/
  .acces {
    grid-template-columns: 1fr;
    justify-items: flex-start;
    padding: 80px 0 0 0;
  }

  .acces__box-descr {
    padding: 0 15px;
  }

  .acces__title {
    max-width: 180px;
  }

  .acces__title::before {
    width: 95px;
    height: 135px;
    top: -39px;
    background-size: cover;
    right: 7px;
  }

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

  .acces__box-adress {
    margin-bottom: 30px;
  }

  .acces__box-additional-info {
    margin-bottom: 30px;
  }

  .acces__map {
    min-width: inherit;
    height: 400px;
    mask: none;
    -webkit-mask: none;
    mask-size: cover;
    -webkit-mask-size: cover;
  }

  .acces__map::before {
    content: none;
  }
  /* section Acces end 1024px __________________________________*/

  /* section Footer start 1024px __________________________________*/
  .footer {
    background: none;
    background-color: #28226f;
    margin-top: 340px;
    padding-bottom: 20px;
  }

  .footer::before {
    content: "";
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 55px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(40, 34, 111, 0)),
      color-stop(88.02%, rgba(40, 34, 111, 0.92)),
      to(#28226f)
    );
    background: -o-linear-gradient(
      top,
      rgba(40, 34, 111, 0) 0%,
      rgba(40, 34, 111, 0.92) 88.02%,
      #28226f 100%
    );
    background: linear-gradient(
      180deg,
      rgba(40, 34, 111, 0) 0%,
      rgba(40, 34, 111, 0.92) 88.02%,
      #28226f 100%
    );
    z-index: 5;
  }

  .footer p,
  .footer a {
    font-size: 16rem;
    line-height: 24rem;
  }

  .footer__left-box,
  .footer__right-box {
    padding-bottom: 0;
    padding: 5px 0 0;
  }

  .footer__wrapper-img {
    position: absolute;
    bottom: 150px;
  }

  .footer__img {
    max-width: 340px;
    padding: 0 30px;
    margin: 0 auto;
  }
  /* section Footer end 1024px __________________________________*/

  /* style Other Page start 1024px __________________________________*/
  .post-container__btn {
    position: static;
    margin-top: 60px;
  }

  .post-container__title {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .post-container h2 {
    margin: 15px 0;
    font-size: 38rem;
    line-height: 42rem;
  }

  .post-container h3 {
    margin: 10px 0;
  }

  .post-container h5 {
    margin: 20px 0 5px;
  }

  .post-container h6 {
    margin-top: 5px;
  }

  .alignleft {
    height: 100%;
    max-width: 300px;
  }

  .post-container .somnolent {
    padding-top: 170px;
    overflow: initial;
  }

  .post-container .somnolent__title {
    max-width: 670px;
  }

  .post-container .somnolent__title::after {
    top: -150px;
    width: 575px;
    height: 320px;
  }

  .post-container__inner {
    margin-bottom: 20px;
  }

  .contact {
    margin-top: 150px;
    margin: 150px auto 0;
  }

  .single .footer {
    margin-top: 390px;
  }

  .single .footer::before {
    content: "";
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 55px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(40, 34, 111, 0)),
      color-stop(88.02%, rgba(40, 34, 111, 0.92)),
      to(#28226f)
    );
    background: -o-linear-gradient(
      top,
      rgba(40, 34, 111, 0) 0%,
      rgba(40, 34, 111, 0.92) 88.02%,
      #28226f 100%
    );
    background: linear-gradient(
      180deg,
      rgba(40, 34, 111, 0) 0%,
      rgba(40, 34, 111, 0.92) 88.02%,
      #28226f 100%
    );
    z-index: 5;
    transform: none;
    filter: none;
  }

  .single .footer::after {
    top: -530px;
    content: none;
  }
  .somnolent__title::after {
    background: url("../img/somnolent-before.png");
    -webkit-filter: none;
    filter: none;
    background-position: center;
    background-size: 103% 100%;
    background-repeat: no-repeat;
    left: -100px;
    width: 100vw;
    height: 475px;
  }

  .post-container .somnolent__title::after {
    height: 320px;
    left: -15px;
    top: -225px;
    width: 100%;
  }
  .post-container .somnolent__title::after {
    background: url("../img/somnolent-before.png");
    -webkit-filter: none;
    filter: none;
    background-position: center;
    background-size: 123%;
    background-repeat: no-repeat;
    height: 465px;
  }
  /* style Other Page end 1024px __________________________________*/
}

@media (max-width: 600px) {
  h1 {
    font-size: 54rem;
    line-height: 54rem;
  }

  h2 {
    font-size: 41rem;
    line-height: 62rem;
  }

  .header {
    top: 15px;
    padding-left: 15px;
    max-width: 350px;
  }

  .header-fixed {
    padding-left: 15px;
  }

  .header-popup__logo {
    max-width: 275px;
    margin: 0 auto;
  }

  .header__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0;
    margin-top: 15px;
  }

  .header__menu-list {
    grid-template-columns: 1fr;
    grid-gap: 25px 15px;
  }

  .header__menu-list li {
    text-align: center;
  }

  .header-popup__box {
    padding-top: 20px;
  }

  .header-popup__box .row:nth-child(2) {
    margin-top: 30px;
  }

  .header-popup__box .row:nth-child(2) .left {
    margin: 0 auto;
  }

  .intro__logo {
    margin: 0 auto;
    max-width: 300px;
  }

  .equipe__slider::before {
    top: -580px;
  }

  .equipe__slider-title {
    margin-top: 40px;
  }

  .equipe__box-nav {
    margin-top: 15px;
  }

  .equipe__title {
    margin: 100px auto 40px 0;

  }

  .equipe__title::before {
    right: 30px;
  }

  .equipe__list {
    margin-top: 70px;
    padding-bottom: 55px;
  }

  .equipe__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 375px;
    margin: 0 auto 40px;
  }

  .equipe__item:nth-child(odd) .equipe__item-img {
    margin: 0 auto;
  }

  .equipe__item:nth-child(even) .equipe__item-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 auto;
  }

  .equipe__item-img {
    max-width: 320px !important;
    width: 100% !important;
    margin: 0 auto;
  }

  .equipe__box-descr {
    margin-top: 0;
  }

  .processus__title::before {
    width: 165px;
    height: 230px;
    top: -57px;
  }

  .processus__item {
    margin-left: 20px;
    margin-bottom: 15px;
    height: auto;
  }
  .processus__item-descr {
    margin: 0;
  }
  .processus__item-number {
    width: 35px;
  }

  .processus__item-box {
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .processus__item-box-descr {
    margin-left: -63px;
    margin-top: 20px;
  }

  .processus__item-title {
    font-size: 26rem;
    line-height: 27rem;
  }

  .processus__item-img {
    width: 45px;
  }

  .pathologies__title {
    max-width: 355px;
  }

  .pathologies__box {
    padding: 20px 30px;
    border-radius: 75px;
  }

  .pathologies__box::before {
    border-radius: 50px;
  }

  .pathologies__item h3 {
    font-size: 28rem;
    line-height: 31rem;
  }

  .pathologies__item h3::before {
    top: -2px;
  }

  .pathologies__parallax {
    min-height: 250px;
  }

  .somnolent__title {
    max-width: 340px;
    padding-left: 15px;
  }

  .somnolent__title::before {
    left: 85px;
    top: -80px;
    width: 265px;
    height: 295px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .somnolent__box {
    margin-top: 50px;
  }

  .somnolent__box-right-situation {
    margin-right: 15px;
  }

  .somnolent__box_contact {
    bottom: -295px;
  }

  .single .somnolent__box {
    margin-top: 60px;
  }
  /* section Traitements start __________________________________*/
  .traitements {
    margin-top: 0;
    padding-top: 60px;
  }

  .traitements__title {
    margin: 50px auto 40px 0;
    max-width: 345px;
  }

  .traitements__title::before {
    right: 10px;
  }

  .traitements__box {
    display: block;
    background: none;
    min-height: inherit;
  }

  .traitements__box-back {
    display: none;
  }

  .traitements__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-column-gap: 15px;
  }

  .traitements__item {
    position: static;
    max-width: 100px;
  }

  .traitements__item .title {
    max-width: 100%;
    font-size: 22rem;
    line-height: 26rem;
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
  }

  .traitements__box-descr {
    margin: 60px auto 0;
  }
  /* section Traitements end __________________________________*/

  .complementaires__title {
    max-width: 360px;
  }

  .complementaires__title::before {
    top: 24px;
    right: -14px;
  }

  .complementaires__list ul {
    padding-left: 30px;
  }

  .complementaires__parallax {
    min-height: 250px;
  }

  .questionnaires {
    padding-bottom: 0px;
  }

  .questionnaires__title {
    max-width: 325px;
  }

  .questionnaires__title::before {
    width: 85px;
    height: 115px;
    right: 0;
    top: -29px;
  }

  .questionnaires__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questionnaires__box::before {
    content: none;
  }

  .questionnaires__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    mask: none;
    -webkit-mask: none;
  }

  .questionnaires__list {
    margin-top: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .utiles__title {
    max-width: 245px;
  }

  .utiles__title::before {
    width: 105px;
    height: 145px;
  }

  .utiles__list {
    grid-template-columns: 1fr;
  }

  .acces__title {
    max-width: 153px;
  }

  .acces__title::before {
    width: 85px;
    height: 115px;
    top: -27px;
  }

  .footer {
    padding-bottom: 0;
    min-height: 180px;
    margin-top: 75%;
  }

  .footer__inner {
    display: block;
    overflow: hidden;
  }

  .footer p,
  .footer a {
    text-align: center;
  }

  .footer__wrapper-img {
    bottom: 220px;
    left: 0;
  }

  .footer__left-box {
    margin-right: 0;
  }

  /* style Other Page start 600px __________________________________*/
  .alignleft,
  .alignright {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .post-container .somnolent {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .post-container .somnolent__title::before {
    left: 85px;
    top: -134px;
    width: 200px;
    height: 310px;
  }

  .contact {
    margin-top: 80px;
  }

  .somnolent__title::after {
     background: url("../img/somnolent-before.png");
    -webkit-filter: none;
    filter: none;
    background-position: center;
    background-size: 166%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 600px;
    left: 0;
  }

  .somnolent__box {
    padding: 0 15px;
  }

  .post-container .somnolent__title::after {
    height: 320px;
    left: -15px;
    top: -225px;
    width: 100%;
  }
  .post-container .somnolent__title::after {
    background: url("../img/somnolent-before.png");
    -webkit-filter: none;
    filter: none;
    background-position: center;
    background-size: 123%;
    background-repeat: no-repeat;
    width: 103vw;
    height: 465px;
  }
  .single .somnolent__box {
    position: relative;
    z-index: 6;
  }

  .somnolent {
    padding: 80px 0px 10px;
  }

  .post-container ul {
    list-style-position: outside;
    padding-left: 40px;
  }
  .utiles__item::before {
    background: url("../img/utiles-before.png");
    -webkit-filter: none;
    filter: none;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
  }
  .intro__wrapper-video {
    background-color: #0f0c36;
  }
  .processus__item-number::before {
    background: url("../img/intro-before.png");
    -webkit-filter: none;
    filter: none;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    width: 135px;
    height: 135px;
    top: -29px;
    left: -38px;
  }
  .utiles__list {
    padding-bottom: 20px;
  }
  .intro__title {
    font-size: 60rem;
  }
  .acces {
    padding: 15px 0 0 0;
  }
  /* style Other Page end 600px __________________________________*/
}

@media (max-width: 540px) {
  .questionnaires__title {
    margin: 0 auto 0px 0;
  }
  .alignright {
    margin: 0.5em 0px 10px 0px;
  }
  .post-container__title {
    font-size: 40rem;
  }
  .post-container h2 {
    font-size: 30rem;
  }
  .pathologies__wrapper-video {
    width: 102%;
    margin: 0 -2px 0 -4px;
  }
  .pathologies__video {
    height: 102%;
  }
  .sum-answers {
    width: auto !important;
  }
  .equipe__list {
    margin-top: 30px;
  }
  .post-container__img {
    margin-top: 46px;
  }
  .pathologies__item h3::before {
    transition: none;
  }
  .complementaires__list h3::before {
    transition: none;
  }
  .acces__adress::before,
  .acces__phone::before,
  .acces__calendar::before {
    background: none;
    background-image: url(../img/check.png);
    top: -40px;
    left: -40px;
    width: 101px;
    height: 100px;
    transform: translateY(0);
  }
  .post-container .kama_breadcrumbs {
    margin-bottom: 20px;
  }
  .processus__item-number:hover::before {
    /*content: none;*/
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
